By type
Detected Zookeeper ID 3 Preparing truststore Adding /opt/kafka/cluster-ca-certs/ca.crt to truststore /tmp/zookeeper/cluster.truststore.p12 with alias ca Certificate was added to keystore Preparing truststore is complete Looking for the right CA Found the right CA: /opt/kafka/cluster-ca-certs/ca.crt Preparing keystore for client and quorum listeners Preparing keystore for client and quorum listeners is complete Starting Zookeeper with configuration: # The directory where the snapshot is stored. dataDir=/var/lib/zookeeper/data # Other options 4lw.commands.whitelist=* standaloneEnabled=false reconfigEnabled=true clientPort=12181 clientPortAddress=127.0.0.1 # TLS options serverCnxnFactory=org.apache.zookeeper.server.NettyServerCnxnFactory ssl.clientAuth=need ssl.quorum.clientAuth=need secureClientPort=2181 sslQuorum=true ssl.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.trustStore.password=[hidden] ssl.trustStore.type=PKCS12 ssl.quorum.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.quorum.trustStore.password=[hidden] ssl.quorum.trustStore.type=PKCS12 ssl.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.keyStore.password=[hidden] ssl.keyStore.type=PKCS12 ssl.quorum.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.quorum.keyStore.password=[hidden] ssl.quorum.keyStore.type=PKCS12 # Provided configuration tickTime=2000 initLimit=5 syncLimit=2 autopurge.purgeInterval=1 admin.enableServer=false ssl.hostnameVerification=false ssl.quorum.hostnameVerification=false # 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-10-13 04:32:46,112 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-10-13 04:32:46,127 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-10-13 04:32:46,127 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-10-13 04:32:46,134 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main] 2022-10-13 04:32:46,135 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-10-13 04:32:46,135 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-10-13 04:32:46,168 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-10-13 04:32:46,168 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-10-13 04:32:46,170 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-10-13 04:32:46,179 INFO Log4j 1.2 jmx support found and enabled. (org.apache.zookeeper.jmx.ManagedUtil) [main] 2022-10-13 04:32:46,181 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-10-13 04:32:46,194 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-10-13 04:32:46,208 INFO Starting quorum peer, myid=3 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main] 2022-10-13 04:32:46,235 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@51e5fc98 (org.apache.zookeeper.server.ServerMetrics) [main] 2022-10-13 04:32:46,346 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-13 04:32:46,346 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-13 04:32:46,346 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-13 04:32:46,421 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-10-13 04:32:46,422 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-10-13 04:32:46,423 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-13 04:32:46,423 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-13 04:32:46,423 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-13 04:32:46,424 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-10-13 04:32:46,424 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-10-13 04:32:46,432 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-13 04:32:46,437 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-10-13 04:32:46,438 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-13 04:32:46,438 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-13 04:32:46,439 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-13 04:32:46,439 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-13 04:32:46,439 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-13 04:32:46,439 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-13 04:32:46,439 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-13 04:32:46,439 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-13 04:32:46,457 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,458 INFO ______ _ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,458 INFO |___ / | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,458 INFO / / ___ ___ | | __ ___ ___ _ __ ___ _ __ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,458 INFO / / / _ \ / _ \ | |/ / / _ \ / _ \ | '_ \ / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,458 INFO / /__ | (_) | | (_) | | < | __/ | __/ | |_) | | __/ | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,458 INFO /_____| \___/ \___/ |_|\_\ \___| \___| | .__/ \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,458 INFO | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,458 INFO |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,458 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,467 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,467 INFO Server environment:host.name=onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,467 INFO Server environment:java.version=11.0.15 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,467 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,467 INFO Server environment:java.home=/usr/lib/jvm/java-11-openjdk-11.0.15.0.10-2.el8_6.x86_64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,467 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/automaton-1.11-8.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.1.0.jar:/opt/kafka/bin/../libs/connect-basic-auth-extension-3.1.0.jar:/opt/kafka/bin/../libs/connect-file-3.1.0.jar:/opt/kafka/bin/../libs/connect-json-3.1.0.jar:/opt/kafka/bin/../libs/connect-mirror-3.1.0.jar:/opt/kafka/bin/../libs/connect-mirror-client-3.1.0.jar:/opt/kafka/bin/../libs/connect-runtime-3.1.0.jar:/opt/kafka/bin/../libs/connect-transforms-3.1.0.jar:/opt/kafka/bin/../libs/cruise-control-metrics-reporter-2.5.95.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/generex-1.0.2.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.12.3.jar:/opt/kafka/bin/../libs/jackson-core-2.12.3.jar:/opt/kafka/bin/../libs/jackson-databind-2.12.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-csv-2.12.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-yaml-2.12.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jdk8-2.12.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jsr310-2.12.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-base-2.12.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-json-provider-2.12.3.jar:/opt/kafka/bin/../libs/jackson-module-jaxb-annotations-2.12.3.jar:/opt/kafka/bin/../libs/jackson-module-scala_2.13-2.12.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.1.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.2.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.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-continuation-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-http-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-io-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-security-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-server-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-servlet-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-servlets-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-util-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-util-ajax-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jline-3.12.1.jar:/opt/kafka/bin/../libs/jmx_prometheus_javaagent-0.17.0.jar:/opt/kafka/bin/../libs/jopt-simple-5.0.4.jar:/opt/kafka/bin/../libs/jose4j-0.7.8.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.30.0.jar:/opt/kafka/bin/../libs/kafka-clients-3.1.0.jar:/opt/kafka/bin/../libs/kafka-env-var-config-provider-1.0.0.jar:/opt/kafka/bin/../libs/kafka-kubernetes-config-provider-1.0.0.jar:/opt/kafka/bin/../libs/kafka-log4j-appender-3.1.0.jar:/opt/kafka/bin/../libs/kafka-metadata-3.1.0.jar:/opt/kafka/bin/../libs/kafka-oauth-client-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-common-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-keycloak-authorizer-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-plain-0.10.0.jar:/opt/kafka/bin/../libs/kafka-quotas-plugin-0.2.0.jar:/opt/kafka/bin/../libs/kafka-raft-3.1.0.jar:/opt/kafka/bin/../libs/kafka-server-common-3.1.0.jar:/opt/kafka/bin/../libs/kafka-shell-3.1.0.jar:/opt/kafka/bin/../libs/kafka-storage-3.1.0.jar:/opt/kafka/bin/../libs/kafka-storage-api-3.1.0.jar:/opt/kafka/bin/../libs/kafka-streams-3.1.0.jar:/opt/kafka/bin/../libs/kafka-streams-examples-3.1.0.jar:/opt/kafka/bin/../libs/kafka-streams-scala_2.13-3.1.0.jar:/opt/kafka/bin/../libs/kafka-streams-test-utils-3.1.0.jar:/opt/kafka/bin/../libs/kafka-tools-3.1.0.jar:/opt/kafka/bin/../libs/kafka_2.13-3.1.0.jar:/opt/kafka/bin/../libs/kotlin-stdlib-1.4.10.jar:/opt/kafka/bin/../libs/kotlin-stdlib-common-1.4.0.jar:/opt/kafka/bin/../libs/kubernetes-client-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-apps-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-batch-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-certificates-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-common-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-core-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-extensions-5.12.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/log4j-1.2.17.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.1.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.30.0.jar:/opt/kafka/bin/../libs/netty-buffer-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-codec-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-common-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-handler-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-resolver-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-transport-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-epoll-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-unix-common-4.1.68.Final.jar:/opt/kafka/bin/../libs/nimbus-jose-jwt-9.10.jar:/opt/kafka/bin/../libs/okhttp-4.9.3.jar:/opt/kafka/bin/../libs/okio-2.8.0.jar:/opt/kafka/bin/../libs/opa-authorizer-1.4.0.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.2.1.jar:/opt/kafka/bin/../libs/reflections-0.9.12.jar:/opt/kafka/bin/../libs/rocksdbjni-6.22.1.1.jar:/opt/kafka/bin/../libs/scala-collection-compat_2.13-2.4.4.jar:/opt/kafka/bin/../libs/scala-java8-compat_2.13-1.0.0.jar:/opt/kafka/bin/../libs/scala-library-2.13.6.jar:/opt/kafka/bin/../libs/scala-logging_2.13-3.9.3.jar:/opt/kafka/bin/../libs/scala-reflect-2.13.6.jar:/opt/kafka/bin/../libs/slf4j-api-1.7.30.jar:/opt/kafka/bin/../libs/slf4j-log4j12-1.7.30.jar:/opt/kafka/bin/../libs/snakeyaml-1.27.jar:/opt/kafka/bin/../libs/snappy-java-1.1.8.4.jar:/opt/kafka/bin/../libs/tracing-agent-0.30.0.jar:/opt/kafka/bin/../libs/trogdor-3.1.0.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.0-4.jar (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,468 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,468 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,468 INFO Server environment:java.compiler=
(org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,468 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,468 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,468 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,468 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,468 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,468 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,468 INFO Server environment:os.memory.free=236MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,468 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,468 INFO Server environment:os.memory.total=246MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,469 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,469 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,469 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,469 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,469 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,469 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,470 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,470 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-13 04:32:46,477 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-10-13 04:32:46,477 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-10-13 04:32:46,478 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-10-13 04:32:46,479 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-10-13 04:32:46,492 INFO Using TLS encrypted quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-13 04:32:46,492 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-13 04:32:46,492 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-13 04:32:46,493 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-13 04:32:46,493 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-13 04:32:46,493 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-13 04:32:46,493 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-13 04:32:46,502 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main] 2022-10-13 04:32:46,503 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-10-13 04:32:46,510 INFO Snapshot loaded in 16 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-10-13 04:32:46,511 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-10-13 04:32:46,515 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-10-13 04:32:46,518 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-13 04:32:46,614 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-13 04:32:46,614 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-13 04:32:46,617 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-13 04:32:46,618 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-13 04:32:46,625 INFO Election port bind maximum retries is infinite (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main] 2022-10-13 04:32:46,627 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-10-13 04:32:46,627 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-10-13 04:32:46,638 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main] 2022-10-13 04:32:46,639 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.70.219:3888] 2022-10-13 04:32:46,641 INFO 3 is accepting connections now, my election bind port: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.219:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.219:3888] 2022-10-13 04:32:46,648 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-13 04:32:46,650 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-10-13 04:32:46,662 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-10-13 04:32:46,866 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-10-13 04:32:47,267 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-10-13 04:32:47,327 WARN Cannot open channel to 2 at election address onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.165:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-2] 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-10-13 04:32:47,327 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.47: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-10-13 04:32:48,069 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-10-13 04:32:48,071 WARN Cannot open channel to 2 at election address onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.165: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-10-13 04:32:48,185 INFO Received connection request from /10.233.68.47:40554 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.219:3888] 2022-10-13 04:32:48,617 INFO Accepted TLS connection from /10.233.68.47:40554 - 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.70.219:3888] 2022-10-13 04:32:48,646 INFO SSL handshake complete with onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.47:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3] 2022-10-13 04:32:48,668 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-10-13 04:32:48,675 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-10-13 04:32:48,876 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-10-13 04:32:48,876 INFO LEADING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-13 04:32:48,881 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-10-13 04:32:48,882 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-10-13 04:32:48,882 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-10-13 04:32:48,882 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-10-13 04:32:48,882 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-10-13 04:32:48,886 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-10-13 04:32:48,887 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-10-13 04:32:48,888 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-10-13 04:32:48,889 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-10-13 04:32:48,889 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-10-13 04:32:48,891 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-10-13 04:32:48,891 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-10-13 04:32:48,891 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-10-13 04:32:48,891 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-10-13 04:32:48,891 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-10-13 04:32:48,891 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-10-13 04:32:48,893 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-10-13 04:32:48,894 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-10-13 04:32:48,894 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-10-13 04:32:48,898 INFO LEADING - LEADER ELECTION TOOK - 2248 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-13 04:32:48,902 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-10-13 04:32:48,902 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-10-13 04:32:48,907 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-10-13 04:32:49,007 INFO Accepted TLS connection from /10.233.68.47:37800 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.68.47:37800] 2022-10-13 04:32:49,015 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.68.47:37800] 2022-10-13 04:32:49,027 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.68.47:37800] 2022-10-13 04:32:49,027 INFO Synchronizing with Learner sid: 1 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x0 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.68.47:37800] 2022-10-13 04:32:49,027 INFO Sending DIFF zxid=0x0 for peer sid: 1 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.68.47:37800] 2022-10-13 04:32:49,031 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-10-13 04:32:49,082 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-10-13 04:32:49,098 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-10-13 04:32:49,098 INFO Configuring CommitProcessor with 1 worker threads. (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-13 04:32:49,108 INFO PrepRequestProcessor (sid:3) started, reconfigEnabled=true (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:3 cport:-1):] 2022-10-13 04:32:49,109 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-10-13 04:32:49,110 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-10-13 04:32:49,128 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-10-13 04:32:49,485 INFO Received connection request from /10.233.71.165:52332 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.219:3888] 2022-10-13 04:32:49,770 INFO Accepted TLS connection from /10.233.71.165:52332 - 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.70.219:3888] 2022-10-13 04:32:49,796 INFO Received connection request from /10.233.71.165:52334 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.219:3888] 2022-10-13 04:32:49,817 INFO Accepted TLS connection from /10.233.71.165:52334 - 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.70.219:3888] 2022-10-13 04:32:49,865 INFO SSL handshake complete with /10.233.71.165:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3] 2022-10-13 04:32:49,872 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-10-13 04:32:49,967 INFO Accepted TLS connection from /10.233.71.165:52964 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.71.165:52964] 2022-10-13 04:32:49,977 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.71.165:52964] 2022-10-13 04:32:49,984 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.71.165:52964] 2022-10-13 04:32:49,984 INFO Synchronizing with Learner sid: 2 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x100000000 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.71.165:52964] 2022-10-13 04:32:49,991 INFO Sending snapshot last zxid of peer is 0x0, zxid of leader is 0x100000000, send zxid of db as 0x100000000, 1 concurrent snapshot sync, snapshot sync was exempt from throttle (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.71.165:52964] 2022-10-13 04:33:05,367 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-10-13 04:33:05,367 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-10-13 04:33:05,368 INFO Processing ruok command from /127.0.0.1:51006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:33:05,393 INFO Processing ruok command from /127.0.0.1:51008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:33:06,965 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:3] 2022-10-13 04:33:06,977 INFO Committing global session 0x200003b43720000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 04:33:15,285 INFO Processing ruok command from /127.0.0.1:51106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:33:15,330 INFO Processing ruok command from /127.0.0.1:51108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:33:25,270 INFO Processing ruok command from /127.0.0.1:51182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:33:25,344 INFO Processing ruok command from /127.0.0.1:51184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:33:26,553 INFO Committing global session 0x100003a646d0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 04:33:27,277 INFO Committing global session 0x100003a646d0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 04:33:28,155 INFO Committing global session 0x200003b43720001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 04:33:30,819 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-13 04:33:30,831 INFO Committing global session 0x300003aac1d0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 04:33:31,303 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-13 04:33:31,313 INFO Committing global session 0x300003aac1d0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 04:33:32,450 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-13 04:33:32,457 INFO Committing global session 0x300003aac1d0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 04:33:35,281 INFO Processing ruok command from /127.0.0.1:51260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:33:35,341 INFO Processing ruok command from /127.0.0.1:51262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:33:45,274 INFO Processing ruok command from /127.0.0.1:51328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:33:45,336 INFO Processing ruok command from /127.0.0.1:51330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:33:55,266 INFO Processing ruok command from /127.0.0.1:51400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:33:55,330 INFO Processing ruok command from /127.0.0.1:51402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:34:04,800 INFO Committing global session 0x100003a646d0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 04:34:05,269 INFO Processing ruok command from /127.0.0.1:51470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:34:05,307 INFO Processing ruok command from /127.0.0.1:51472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:34:15,266 INFO Processing ruok command from /127.0.0.1:51546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:34:15,320 INFO Processing ruok command from /127.0.0.1:51548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:34:23,063 INFO Committing global session 0x100003a646d0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 04:34:25,267 INFO Processing ruok command from /127.0.0.1:51618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:34:25,329 INFO Processing ruok command from /127.0.0.1:51620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:34:35,272 INFO Processing ruok command from /127.0.0.1:51692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:34:35,311 INFO Processing ruok command from /127.0.0.1:51694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:34:43,294 INFO Committing global session 0x100003a646d0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 04:34:45,281 INFO Processing ruok command from /127.0.0.1:51816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:34:45,367 INFO Processing ruok command from /127.0.0.1:51820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:34:55,294 INFO Processing ruok command from /127.0.0.1:51912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:34:55,343 INFO Processing ruok command from /127.0.0.1:51914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:35:05,265 INFO Processing ruok command from /127.0.0.1:51992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:35:05,321 INFO Processing ruok command from /127.0.0.1:51996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:35:15,278 INFO Processing ruok command from /127.0.0.1:52128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:35:15,320 INFO Processing ruok command from /127.0.0.1:52132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:35:25,285 INFO Processing ruok command from /127.0.0.1:52238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:35:25,311 INFO Processing ruok command from /127.0.0.1:52240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:35:35,272 INFO Processing ruok command from /127.0.0.1:52328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:35:35,344 INFO Processing ruok command from /127.0.0.1:52330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:35:45,269 INFO Processing ruok command from /127.0.0.1:52406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:35:45,307 INFO Processing ruok command from /127.0.0.1:52408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:35:55,278 INFO Processing ruok command from /127.0.0.1:52480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:35:55,339 INFO Processing ruok command from /127.0.0.1:52482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:36:05,272 INFO Processing ruok command from /127.0.0.1:52554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:36:05,312 INFO Processing ruok command from /127.0.0.1:52556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:36:15,275 INFO Processing ruok command from /127.0.0.1:52626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:36:15,332 INFO Processing ruok command from /127.0.0.1:52628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:36:25,279 INFO Processing ruok command from /127.0.0.1:52700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:36:25,340 INFO Processing ruok command from /127.0.0.1:52702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:36:35,259 INFO Processing ruok command from /127.0.0.1:52772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:36:35,336 INFO Processing ruok command from /127.0.0.1:52774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:36:42,898 INFO Committing global session 0x100003a646d0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 04:36:45,269 INFO Processing ruok command from /127.0.0.1:52844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:36:45,323 INFO Processing ruok command from /127.0.0.1:52846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:36:55,260 INFO Processing ruok command from /127.0.0.1:52920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:36:55,298 INFO Processing ruok command from /127.0.0.1:52922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:37:05,277 INFO Processing ruok command from /127.0.0.1:52996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:37:05,328 INFO Processing ruok command from /127.0.0.1:52998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:37:15,268 INFO Processing ruok command from /127.0.0.1:53070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:37:15,302 INFO Processing ruok command from /127.0.0.1:53072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:37:25,265 INFO Processing ruok command from /127.0.0.1:53142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:37:25,301 INFO Processing ruok command from /127.0.0.1:53144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:37:35,264 INFO Processing ruok command from /127.0.0.1:53224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:37:35,336 INFO Processing ruok command from /127.0.0.1:53226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:37:45,274 INFO Processing ruok command from /127.0.0.1:53300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:37:45,315 INFO Processing ruok command from /127.0.0.1:53302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:37:55,275 INFO Processing ruok command from /127.0.0.1:53374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:37:55,309 INFO Processing ruok command from /127.0.0.1:53376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:38:05,269 INFO Processing ruok command from /127.0.0.1:53448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:38:05,310 INFO Processing ruok command from /127.0.0.1:53450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:38:15,267 INFO Processing ruok command from /127.0.0.1:53522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:38:15,307 INFO Processing ruok command from /127.0.0.1:53524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:38:25,270 INFO Processing ruok command from /127.0.0.1:53594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:38:25,307 INFO Processing ruok command from /127.0.0.1:53596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:38:35,277 INFO Processing ruok command from /127.0.0.1:53668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:38:35,352 INFO Processing ruok command from /127.0.0.1:53670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:38:43,253 INFO Committing global session 0x100003a646d0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 04:38:45,277 INFO Processing ruok command from /127.0.0.1:53748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:38:45,305 INFO Processing ruok command from /127.0.0.1:53750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:38:55,266 INFO Processing ruok command from /127.0.0.1:53820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:38:55,303 INFO Processing ruok command from /127.0.0.1:53822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:39:05,258 INFO Processing ruok command from /127.0.0.1:53894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:39:05,291 INFO Processing ruok command from /127.0.0.1:53896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:39:15,285 INFO Processing ruok command from /127.0.0.1:53970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:39:15,340 INFO Processing ruok command from /127.0.0.1:53972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:39:25,277 INFO Processing ruok command from /127.0.0.1:54042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:39:25,311 INFO Processing ruok command from /127.0.0.1:54044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:39:35,267 INFO Processing ruok command from /127.0.0.1:54118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:39:35,305 INFO Processing ruok command from /127.0.0.1:54120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:39:45,275 INFO Processing ruok command from /127.0.0.1:54190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:39:45,310 INFO Processing ruok command from /127.0.0.1:54192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:39:55,267 INFO Processing ruok command from /127.0.0.1:54264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:39:55,327 INFO Processing ruok command from /127.0.0.1:54266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:40:05,275 INFO Processing ruok command from /127.0.0.1:54336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:40:05,339 INFO Processing ruok command from /127.0.0.1:54338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:40:15,275 INFO Processing ruok command from /127.0.0.1:54412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:40:15,338 INFO Processing ruok command from /127.0.0.1:54414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:40:25,265 INFO Processing ruok command from /127.0.0.1:54490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:40:25,317 INFO Processing ruok command from /127.0.0.1:54492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:40:35,286 INFO Processing ruok command from /127.0.0.1:54566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:40:35,349 INFO Processing ruok command from /127.0.0.1:54568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:40:43,546 INFO Committing global session 0x100003a646d0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 04:40:45,264 INFO Processing ruok command from /127.0.0.1:54642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:40:45,324 INFO Processing ruok command from /127.0.0.1:54644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:40:55,272 INFO Processing ruok command from /127.0.0.1:54720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:40:55,317 INFO Processing ruok command from /127.0.0.1:54722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:41:05,273 INFO Processing ruok command from /127.0.0.1:54796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:41:05,310 INFO Processing ruok command from /127.0.0.1:54798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:41:15,285 INFO Processing ruok command from /127.0.0.1:54874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:41:15,326 INFO Processing ruok command from /127.0.0.1:54876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:41:25,260 INFO Processing ruok command from /127.0.0.1:54952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:41:25,299 INFO Processing ruok command from /127.0.0.1:54954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:41:35,266 INFO Processing ruok command from /127.0.0.1:55030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:41:35,345 INFO Processing ruok command from /127.0.0.1:55032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:41:45,268 INFO Processing ruok command from /127.0.0.1:55104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:41:45,297 INFO Processing ruok command from /127.0.0.1:55106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:41:55,269 INFO Processing ruok command from /127.0.0.1:55180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:41:55,304 INFO Processing ruok command from /127.0.0.1:55182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:42:05,263 INFO Processing ruok command from /127.0.0.1:55258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:42:05,302 INFO Processing ruok command from /127.0.0.1:55260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:42:15,264 INFO Processing ruok command from /127.0.0.1:55336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:42:15,302 INFO Processing ruok command from /127.0.0.1:55338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:42:25,269 INFO Processing ruok command from /127.0.0.1:55412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:42:25,303 INFO Processing ruok command from /127.0.0.1:55414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:42:35,270 INFO Processing ruok command from /127.0.0.1:55492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:42:35,307 INFO Processing ruok command from /127.0.0.1:55494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:42:43,193 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-13 04:42:43,200 INFO Committing global session 0x300003aac1d0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 04:42:43,932 INFO Submitting global closeSession request for session 0x300003aac1d0003 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-13 04:42:45,285 INFO Processing ruok command from /127.0.0.1:55600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:42:45,332 INFO Processing ruok command from /127.0.0.1:55602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:42:55,286 INFO Processing ruok command from /127.0.0.1:55676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:42:55,322 INFO Processing ruok command from /127.0.0.1:55678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:43:05,284 INFO Processing ruok command from /127.0.0.1:55752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:43:05,337 INFO Processing ruok command from /127.0.0.1:55754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:43:15,279 INFO Processing ruok command from /127.0.0.1:55828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:43:15,319 INFO Processing ruok command from /127.0.0.1:55830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:43:25,268 INFO Processing ruok command from /127.0.0.1:55918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:43:25,326 INFO Processing ruok command from /127.0.0.1:55922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:43:35,272 INFO Processing ruok command from /127.0.0.1:56002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:43:35,344 INFO Processing ruok command from /127.0.0.1:56004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:43:45,259 INFO Processing ruok command from /127.0.0.1:56080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:43:45,296 INFO Processing ruok command from /127.0.0.1:56082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:43:55,273 INFO Processing ruok command from /127.0.0.1:56180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:43:55,352 INFO Processing ruok command from /127.0.0.1:56182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:44:05,298 INFO Processing ruok command from /127.0.0.1:56288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:44:05,408 INFO Processing ruok command from /127.0.0.1:56292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:44:15,287 INFO Processing ruok command from /127.0.0.1:56424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:44:15,348 INFO Processing ruok command from /127.0.0.1:56426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:44:25,281 INFO Processing ruok command from /127.0.0.1:56502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:44:25,375 INFO Processing ruok command from /127.0.0.1:56504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:44:35,281 INFO Processing ruok command from /127.0.0.1:56590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:44:35,353 INFO Processing ruok command from /127.0.0.1:56592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:44:43,733 INFO Committing global session 0x200003b43720002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 04:44:45,301 INFO Processing ruok command from /127.0.0.1:56672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:44:45,412 INFO Processing ruok command from /127.0.0.1:56674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:44:55,288 INFO Processing ruok command from /127.0.0.1:56750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:44:55,373 INFO Processing ruok command from /127.0.0.1:56752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:45:05,265 INFO Processing ruok command from /127.0.0.1:56836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:45:05,349 INFO Processing ruok command from /127.0.0.1:56838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:45:15,271 INFO Processing ruok command from /127.0.0.1:56972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:45:15,367 INFO Processing ruok command from /127.0.0.1:56974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:45:25,262 INFO Processing ruok command from /127.0.0.1:57118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:45:25,327 INFO Processing ruok command from /127.0.0.1:57120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:45:35,291 INFO Processing ruok command from /127.0.0.1:57220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:45:35,372 INFO Processing ruok command from /127.0.0.1:57224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:45:45,289 INFO Processing ruok command from /127.0.0.1:57322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:45:45,334 INFO Processing ruok command from /127.0.0.1:57324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:45:55,275 INFO Processing ruok command from /127.0.0.1:57428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:45:55,335 INFO Processing ruok command from /127.0.0.1:57430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:46:05,266 INFO Processing ruok command from /127.0.0.1:57512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:46:05,327 INFO Processing ruok command from /127.0.0.1:57514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:46:15,263 INFO Processing ruok command from /127.0.0.1:57602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:46:15,302 INFO Processing ruok command from /127.0.0.1:57604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:46:25,288 INFO Processing ruok command from /127.0.0.1:57690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:46:25,351 INFO Processing ruok command from /127.0.0.1:57692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:46:35,266 INFO Processing ruok command from /127.0.0.1:57776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:46:35,300 INFO Processing ruok command from /127.0.0.1:57778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:46:43,563 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-13 04:46:43,570 INFO Committing global session 0x300003aac1d0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 04:46:44,298 INFO Submitting global closeSession request for session 0x300003aac1d0004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-13 04:46:45,262 INFO Processing ruok command from /127.0.0.1:57854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:46:45,300 INFO Processing ruok command from /127.0.0.1:57856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:46:55,277 INFO Processing ruok command from /127.0.0.1:57960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:46:55,318 INFO Processing ruok command from /127.0.0.1:57962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:47:05,272 INFO Processing ruok command from /127.0.0.1:58044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:47:05,311 INFO Processing ruok command from /127.0.0.1:58046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:47:15,279 INFO Processing ruok command from /127.0.0.1:58134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:47:15,313 INFO Processing ruok command from /127.0.0.1:58136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:47:25,270 INFO Processing ruok command from /127.0.0.1:58220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:47:25,312 INFO Processing ruok command from /127.0.0.1:58222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:47:35,268 INFO Processing ruok command from /127.0.0.1:58308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:47:35,307 INFO Processing ruok command from /127.0.0.1:58310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:47:45,266 INFO Processing ruok command from /127.0.0.1:58400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:47:45,344 INFO Processing ruok command from /127.0.0.1:58402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:47:55,267 INFO Processing ruok command from /127.0.0.1:58504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:47:55,307 INFO Processing ruok command from /127.0.0.1:58506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:48:05,268 INFO Processing ruok command from /127.0.0.1:58586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:48:05,305 INFO Processing ruok command from /127.0.0.1:58588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:48:15,276 INFO Processing ruok command from /127.0.0.1:58678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:48:15,344 INFO Processing ruok command from /127.0.0.1:58680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:48:25,266 INFO Processing ruok command from /127.0.0.1:58770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:48:25,303 INFO Processing ruok command from /127.0.0.1:58772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:48:35,261 INFO Processing ruok command from /127.0.0.1:58860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:48:35,334 INFO Processing ruok command from /127.0.0.1:58862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:48:43,027 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-13 04:48:43,036 INFO Committing global session 0x300003aac1d0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 04:48:43,559 INFO Submitting global closeSession request for session 0x300003aac1d0005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-13 04:48:45,275 INFO Processing ruok command from /127.0.0.1:58938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:48:45,334 INFO Processing ruok command from /127.0.0.1:58940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:48:55,277 INFO Processing ruok command from /127.0.0.1:59046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:48:55,321 INFO Processing ruok command from /127.0.0.1:59048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:49:05,272 INFO Processing ruok command from /127.0.0.1:59152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:49:05,322 INFO Processing ruok command from /127.0.0.1:59154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:49:15,265 INFO Processing ruok command from /127.0.0.1:59244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:49:15,303 INFO Processing ruok command from /127.0.0.1:59246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:49:25,273 INFO Processing ruok command from /127.0.0.1:59330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:49:25,310 INFO Processing ruok command from /127.0.0.1:59332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:49:35,266 INFO Processing ruok command from /127.0.0.1:59420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:49:35,304 INFO Processing ruok command from /127.0.0.1:59422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:49:45,262 INFO Processing ruok command from /127.0.0.1:59498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:49:45,334 INFO Processing ruok command from /127.0.0.1:59500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:49:55,275 INFO Processing ruok command from /127.0.0.1:59604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:49:55,317 INFO Processing ruok command from /127.0.0.1:59606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:50:05,278 INFO Processing ruok command from /127.0.0.1:59686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:50:05,314 INFO Processing ruok command from /127.0.0.1:59688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:50:15,277 INFO Processing ruok command from /127.0.0.1:59778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:50:15,348 INFO Processing ruok command from /127.0.0.1:59780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:50:25,265 INFO Processing ruok command from /127.0.0.1:59864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:50:25,334 INFO Processing ruok command from /127.0.0.1:59866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:50:35,260 INFO Processing ruok command from /127.0.0.1:59954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:50:35,294 INFO Processing ruok command from /127.0.0.1:59956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:50:42,976 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-13 04:50:42,982 INFO Committing global session 0x300003aac1d0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 04:50:43,531 INFO Submitting global closeSession request for session 0x300003aac1d0006 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-13 04:50:45,264 INFO Processing ruok command from /127.0.0.1:60036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:50:45,301 INFO Processing ruok command from /127.0.0.1:60038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:50:55,262 INFO Processing ruok command from /127.0.0.1:60138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:50:55,296 INFO Processing ruok command from /127.0.0.1:60140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:51:05,292 INFO Processing ruok command from /127.0.0.1:60218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:51:05,337 INFO Processing ruok command from /127.0.0.1:60220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:51:15,269 INFO Processing ruok command from /127.0.0.1:60306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:51:15,309 INFO Processing ruok command from /127.0.0.1:60308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:51:25,271 INFO Processing ruok command from /127.0.0.1:60396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:51:25,334 INFO Processing ruok command from /127.0.0.1:60398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:51:35,275 INFO Processing ruok command from /127.0.0.1:60488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:51:35,311 INFO Processing ruok command from /127.0.0.1:60490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:51:45,264 INFO Processing ruok command from /127.0.0.1:60566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:51:45,302 INFO Processing ruok command from /127.0.0.1:60568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:51:55,265 INFO Processing ruok command from /127.0.0.1:60670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:51:55,299 INFO Processing ruok command from /127.0.0.1:60672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:52:05,265 INFO Processing ruok command from /127.0.0.1:60750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:52:05,296 INFO Processing ruok command from /127.0.0.1:60752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:52:15,272 INFO Processing ruok command from /127.0.0.1:60836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:52:15,307 INFO Processing ruok command from /127.0.0.1:60838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:52:25,267 INFO Processing ruok command from /127.0.0.1:60926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:52:25,310 INFO Processing ruok command from /127.0.0.1:60928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:52:35,273 INFO Processing ruok command from /127.0.0.1:32786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:52:35,351 INFO Processing ruok command from /127.0.0.1:32788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:52:42,804 INFO Committing global session 0x100003a646d0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 04:52:45,272 INFO Processing ruok command from /127.0.0.1:32864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:52:45,315 INFO Processing ruok command from /127.0.0.1:32866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:52:55,258 INFO Processing ruok command from /127.0.0.1:32970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:52:55,292 INFO Processing ruok command from /127.0.0.1:32972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:53:05,272 INFO Processing ruok command from /127.0.0.1:33048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:53:05,320 INFO Processing ruok command from /127.0.0.1:33050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:53:15,260 INFO Processing ruok command from /127.0.0.1:33138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:53:15,298 INFO Processing ruok command from /127.0.0.1:33140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:53:25,287 INFO Processing ruok command from /127.0.0.1:33228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:53:25,325 INFO Processing ruok command from /127.0.0.1:33230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:53:35,272 INFO Processing ruok command from /127.0.0.1:33318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:53:35,340 INFO Processing ruok command from /127.0.0.1:33320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:53:45,275 INFO Processing ruok command from /127.0.0.1:33398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:53:45,328 INFO Processing ruok command from /127.0.0.1:33400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:53:55,264 INFO Processing ruok command from /127.0.0.1:33502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:53:55,297 INFO Processing ruok command from /127.0.0.1:33504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:54:05,277 INFO Processing ruok command from /127.0.0.1:33586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:54:05,325 INFO Processing ruok command from /127.0.0.1:33588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:54:15,273 INFO Processing ruok command from /127.0.0.1:33672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:54:15,316 INFO Processing ruok command from /127.0.0.1:33674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:54:25,255 INFO Processing ruok command from /127.0.0.1:33760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:54:25,305 INFO Processing ruok command from /127.0.0.1:33762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:54:35,276 INFO Processing ruok command from /127.0.0.1:33846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:54:35,316 INFO Processing ruok command from /127.0.0.1:33848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:54:43,264 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-13 04:54:43,271 INFO Committing global session 0x300003aac1d0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 04:54:43,785 INFO Submitting global closeSession request for session 0x300003aac1d0007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-13 04:54:45,271 INFO Processing ruok command from /127.0.0.1:33922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:54:45,309 INFO Processing ruok command from /127.0.0.1:33924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:54:55,269 INFO Processing ruok command from /127.0.0.1:34020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:54:55,328 INFO Processing ruok command from /127.0.0.1:34022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:55:05,268 INFO Processing ruok command from /127.0.0.1:34098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:55:05,309 INFO Processing ruok command from /127.0.0.1:34100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:55:15,271 INFO Processing ruok command from /127.0.0.1:34188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:55:15,317 INFO Processing ruok command from /127.0.0.1:34190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:55:25,261 INFO Processing ruok command from /127.0.0.1:34284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:55:25,295 INFO Processing ruok command from /127.0.0.1:34286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:55:35,259 INFO Processing ruok command from /127.0.0.1:34372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:55:35,320 INFO Processing ruok command from /127.0.0.1:34374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:55:45,278 INFO Processing ruok command from /127.0.0.1:34450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:55:45,307 INFO Processing ruok command from /127.0.0.1:34452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:55:55,263 INFO Processing ruok command from /127.0.0.1:34552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:55:55,327 INFO Processing ruok command from /127.0.0.1:34554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:56:05,258 INFO Processing ruok command from /127.0.0.1:34632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:56:05,293 INFO Processing ruok command from /127.0.0.1:34634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:56:15,278 INFO Processing ruok command from /127.0.0.1:34720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:56:15,315 INFO Processing ruok command from /127.0.0.1:34722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:56:25,268 INFO Processing ruok command from /127.0.0.1:34814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:56:25,312 INFO Processing ruok command from /127.0.0.1:34816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:56:35,280 INFO Processing ruok command from /127.0.0.1:34902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:56:35,345 INFO Processing ruok command from /127.0.0.1:34904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:56:43,079 INFO Committing global session 0x100003a646d0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 04:56:45,285 INFO Processing ruok command from /127.0.0.1:34982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:56:45,320 INFO Processing ruok command from /127.0.0.1:34984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:56:55,258 INFO Processing ruok command from /127.0.0.1:35084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:56:55,312 INFO Processing ruok command from /127.0.0.1:35086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:57:05,271 INFO Processing ruok command from /127.0.0.1:35164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:57:05,306 INFO Processing ruok command from /127.0.0.1:35166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:57:15,278 INFO Processing ruok command from /127.0.0.1:35252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:57:15,315 INFO Processing ruok command from /127.0.0.1:35254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:57:25,272 INFO Processing ruok command from /127.0.0.1:35346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:57:25,313 INFO Processing ruok command from /127.0.0.1:35348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:57:35,273 INFO Processing ruok command from /127.0.0.1:35438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:57:35,310 INFO Processing ruok command from /127.0.0.1:35440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:57:45,278 INFO Processing ruok command from /127.0.0.1:35518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:57:45,344 INFO Processing ruok command from /127.0.0.1:35520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:57:55,266 INFO Processing ruok command from /127.0.0.1:35630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:57:55,315 INFO Processing ruok command from /127.0.0.1:35632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:58:05,259 INFO Processing ruok command from /127.0.0.1:35712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:58:05,297 INFO Processing ruok command from /127.0.0.1:35714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:58:15,256 INFO Processing ruok command from /127.0.0.1:35802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:58:15,295 INFO Processing ruok command from /127.0.0.1:35804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:58:25,269 INFO Processing ruok command from /127.0.0.1:35894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:58:25,304 INFO Processing ruok command from /127.0.0.1:35896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:58:35,285 INFO Processing ruok command from /127.0.0.1:35982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:58:35,320 INFO Processing ruok command from /127.0.0.1:35984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:58:43,381 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-13 04:58:43,387 INFO Committing global session 0x300003aac1d0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 04:58:43,976 INFO Submitting global closeSession request for session 0x300003aac1d0008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-13 04:58:45,261 INFO Processing ruok command from /127.0.0.1:36062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:58:45,301 INFO Processing ruok command from /127.0.0.1:36064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:58:55,273 INFO Processing ruok command from /127.0.0.1:36166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:58:55,330 INFO Processing ruok command from /127.0.0.1:36168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:59:05,255 INFO Processing ruok command from /127.0.0.1:36244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:59:05,293 INFO Processing ruok command from /127.0.0.1:36246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:59:15,266 INFO Processing ruok command from /127.0.0.1:36330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:59:15,321 INFO Processing ruok command from /127.0.0.1:36332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:59:25,275 INFO Processing ruok command from /127.0.0.1:36420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:59:25,335 INFO Processing ruok command from /127.0.0.1:36422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:59:35,278 INFO Processing ruok command from /127.0.0.1:36514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:59:35,315 INFO Processing ruok command from /127.0.0.1:36516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:59:45,269 INFO Processing ruok command from /127.0.0.1:36592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:59:45,307 INFO Processing ruok command from /127.0.0.1:36594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 04:59:55,297 INFO Processing ruok command from /127.0.0.1:36692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 04:59:55,345 INFO Processing ruok command from /127.0.0.1:36694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:00:05,253 INFO Processing ruok command from /127.0.0.1:36776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:00:05,291 INFO Processing ruok command from /127.0.0.1:36778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:00:15,259 INFO Processing ruok command from /127.0.0.1:36866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:00:15,299 INFO Processing ruok command from /127.0.0.1:36868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:00:25,269 INFO Processing ruok command from /127.0.0.1:36956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:00:25,340 INFO Processing ruok command from /127.0.0.1:36958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:00:35,271 INFO Processing ruok command from /127.0.0.1:37048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:00:35,328 INFO Processing ruok command from /127.0.0.1:37050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:00:43,353 INFO Committing global session 0x100003a646d000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 05:00:45,269 INFO Processing ruok command from /127.0.0.1:37124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:00:45,310 INFO Processing ruok command from /127.0.0.1:37126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:00:55,260 INFO Processing ruok command from /127.0.0.1:37224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:00:55,298 INFO Processing ruok command from /127.0.0.1:37226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:01:05,271 INFO Processing ruok command from /127.0.0.1:37308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:01:05,305 INFO Processing ruok command from /127.0.0.1:37310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:01:15,267 INFO Processing ruok command from /127.0.0.1:37396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:01:15,299 INFO Processing ruok command from /127.0.0.1:37398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:01:25,280 INFO Processing ruok command from /127.0.0.1:37486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:01:25,344 INFO Processing ruok command from /127.0.0.1:37488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:01:35,264 INFO Processing ruok command from /127.0.0.1:37580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:01:35,304 INFO Processing ruok command from /127.0.0.1:37582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:01:45,280 INFO Processing ruok command from /127.0.0.1:37658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:01:45,316 INFO Processing ruok command from /127.0.0.1:37660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:01:55,295 INFO Processing ruok command from /127.0.0.1:37760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:01:55,338 INFO Processing ruok command from /127.0.0.1:37762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:02:05,267 INFO Processing ruok command from /127.0.0.1:37840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:02:05,350 INFO Processing ruok command from /127.0.0.1:37842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:02:15,259 INFO Processing ruok command from /127.0.0.1:37928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:02:15,295 INFO Processing ruok command from /127.0.0.1:37930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:02:25,280 INFO Processing ruok command from /127.0.0.1:38016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:02:25,326 INFO Processing ruok command from /127.0.0.1:38018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:02:35,263 INFO Processing ruok command from /127.0.0.1:38106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:02:35,308 INFO Processing ruok command from /127.0.0.1:38108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:02:43,956 INFO Committing global session 0x100003a646d000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 05:02:45,264 INFO Processing ruok command from /127.0.0.1:38182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:02:45,307 INFO Processing ruok command from /127.0.0.1:38184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:02:55,260 INFO Processing ruok command from /127.0.0.1:38284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:02:55,293 INFO Processing ruok command from /127.0.0.1:38286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:03:05,264 INFO Processing ruok command from /127.0.0.1:38364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:03:05,327 INFO Processing ruok command from /127.0.0.1:38366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:03:15,270 INFO Processing ruok command from /127.0.0.1:38448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:03:15,300 INFO Processing ruok command from /127.0.0.1:38450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:03:25,271 INFO Processing ruok command from /127.0.0.1:38538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:03:25,313 INFO Processing ruok command from /127.0.0.1:38540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:03:35,275 INFO Processing ruok command from /127.0.0.1:38628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:03:35,332 INFO Processing ruok command from /127.0.0.1:38630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:03:45,272 INFO Processing ruok command from /127.0.0.1:38708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:03:45,329 INFO Processing ruok command from /127.0.0.1:38710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:03:52,714 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-13 05:03:52,733 INFO Committing global session 0x300003aac1d0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 05:03:52,806 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-13 05:03:52,813 INFO Committing global session 0x300003aac1d000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 05:03:53,710 INFO Committing global session 0x100003a646d000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 05:03:55,258 INFO Processing ruok command from /127.0.0.1:38806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:03:55,298 INFO Processing ruok command from /127.0.0.1:38808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:04:05,295 INFO Processing ruok command from /127.0.0.1:38886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:04:05,342 INFO Processing ruok command from /127.0.0.1:38888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:04:15,257 INFO Processing ruok command from /127.0.0.1:38976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:04:15,326 INFO Processing ruok command from /127.0.0.1:38978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:04:25,259 INFO Processing ruok command from /127.0.0.1:39064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:04:25,297 INFO Processing ruok command from /127.0.0.1:39066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:04:35,272 INFO Processing ruok command from /127.0.0.1:39158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:04:35,307 INFO Processing ruok command from /127.0.0.1:39160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:04:43,523 INFO Committing global session 0x100003a646d000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 05:04:45,265 INFO Processing ruok command from /127.0.0.1:39236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:04:45,295 INFO Processing ruok command from /127.0.0.1:39238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:04:49,128 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/471761eb-fd4d-4c14-aa2c-34a97b0c54ec/onap-policy-clamp-ac-pf-ppnt-8d8759fc9-xp7pq (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:04:49,134 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/4d92509e-d5d9-41bc-a1c9-a20b4b3ddc14/onap-policy-clamp-ac-http-ppnt-58dd6dcc78-kcvqr (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:04:55,282 INFO Processing ruok command from /127.0.0.1:39342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:04:55,322 INFO Processing ruok command from /127.0.0.1:39344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:05:05,279 INFO Processing ruok command from /127.0.0.1:39422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:05:05,317 INFO Processing ruok command from /127.0.0.1:39424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:05:15,285 INFO Processing ruok command from /127.0.0.1:39510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:05:15,360 INFO Processing ruok command from /127.0.0.1:39512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:05:25,265 INFO Processing ruok command from /127.0.0.1:39596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:05:25,307 INFO Processing ruok command from /127.0.0.1:39598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:05:35,261 INFO Processing ruok command from /127.0.0.1:39692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:05:35,300 INFO Processing ruok command from /127.0.0.1:39694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:05:45,268 INFO Processing ruok command from /127.0.0.1:39774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:05:45,309 INFO Processing ruok command from /127.0.0.1:39776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:05:49,128 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/4d92509e-d5d9-41bc-a1c9-a20b4b3ddc14 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:05:49,134 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/18d708f2-f483-4823-9112-af03cd68e952/onap-policy-clamp-ac-k8s-ppnt-68675bf945-xcxl4 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:05:49,141 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/471761eb-fd4d-4c14-aa2c-34a97b0c54ec (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:05:55,265 INFO Processing ruok command from /127.0.0.1:39880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:05:55,319 INFO Processing ruok command from /127.0.0.1:39882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:06:05,277 INFO Processing ruok command from /127.0.0.1:39960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:06:05,361 INFO Processing ruok command from /127.0.0.1:39962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:06:15,267 INFO Processing ruok command from /127.0.0.1:40050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:06:15,328 INFO Processing ruok command from /127.0.0.1:40052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:06:25,257 INFO Processing ruok command from /127.0.0.1:40140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:06:25,294 INFO Processing ruok command from /127.0.0.1:40142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:06:35,263 INFO Processing ruok command from /127.0.0.1:40230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:06:35,301 INFO Processing ruok command from /127.0.0.1:40232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:06:44,655 INFO Committing global session 0x100003a646d000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 05:06:45,270 INFO Processing ruok command from /127.0.0.1:40310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:06:45,315 INFO Processing ruok command from /127.0.0.1:40312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:06:49,128 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/a94b1fda-64f1-413b-919f-b4d3f2c7f1b6/onap-policy-xacml-pdp-58897cfd88-f7zvr (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:06:49,135 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/3739745c-5f09-4d6f-9c82-c2aaac8bdd9b/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:06:49,141 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/7e925b85-f710-4db8-8c27-06f0b4ea49b2/onap-policy-apex-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:06:49,147 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/18d708f2-f483-4823-9112-af03cd68e952 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:06:49,153 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/9d5d3f1a-2cf8-4e5d-b067-43141d83d02a/onap-policy-clamp-runtime-acm-74bf594c44-mfqq4 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:06:49,159 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/374abab3-b2e4-47b9-ab99-2ada6d10788d/onap-policy-pap-68c6df564-hrxtp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:06:49,166 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap/80c45096-19fa-491c-81d7-1d88cccbeebd (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:06:55,257 INFO Processing ruok command from /127.0.0.1:40414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:06:55,295 INFO Processing ruok command from /127.0.0.1:40416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:07:05,260 INFO Processing ruok command from /127.0.0.1:40496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:07:05,295 INFO Processing ruok command from /127.0.0.1:40498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:07:15,268 INFO Processing ruok command from /127.0.0.1:40586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:07:15,305 INFO Processing ruok command from /127.0.0.1:40588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:07:25,277 INFO Processing ruok command from /127.0.0.1:40674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:07:25,304 INFO Processing ruok command from /127.0.0.1:40676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:07:35,266 INFO Processing ruok command from /127.0.0.1:40766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:07:35,301 INFO Processing ruok command from /127.0.0.1:40768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:07:45,273 INFO Processing ruok command from /127.0.0.1:40848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:07:45,332 INFO Processing ruok command from /127.0.0.1:40850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:07:49,128 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/7e925b85-f710-4db8-8c27-06f0b4ea49b2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:07:49,135 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/374abab3-b2e4-47b9-ab99-2ada6d10788d (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:07:49,141 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:07:49,147 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/a94b1fda-64f1-413b-919f-b4d3f2c7f1b6 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:07:49,152 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/3739745c-5f09-4d6f-9c82-c2aaac8bdd9b (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:07:49,158 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/9d5d3f1a-2cf8-4e5d-b067-43141d83d02a (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:07:55,273 INFO Processing ruok command from /127.0.0.1:40962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:07:55,348 INFO Processing ruok command from /127.0.0.1:40964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:08:05,261 INFO Processing ruok command from /127.0.0.1:41048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:08:05,329 INFO Processing ruok command from /127.0.0.1:41050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:08:15,276 INFO Processing ruok command from /127.0.0.1:41136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:08:15,311 INFO Processing ruok command from /127.0.0.1:41138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:08:25,279 INFO Processing ruok command from /127.0.0.1:41224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:08:25,335 INFO Processing ruok command from /127.0.0.1:41226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:08:35,252 INFO Processing ruok command from /127.0.0.1:41310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:08:35,289 INFO Processing ruok command from /127.0.0.1:41312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:08:44,082 INFO Committing global session 0x100003a646d000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 05:08:45,267 INFO Processing ruok command from /127.0.0.1:41388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:08:45,307 INFO Processing ruok command from /127.0.0.1:41390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:08:49,129 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:08:49,134 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:08:55,274 INFO Processing ruok command from /127.0.0.1:41490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:08:55,332 INFO Processing ruok command from /127.0.0.1:41492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:09:05,277 INFO Processing ruok command from /127.0.0.1:41572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:09:05,311 INFO Processing ruok command from /127.0.0.1:41574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:09:15,265 INFO Processing ruok command from /127.0.0.1:41662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:09:15,320 INFO Processing ruok command from /127.0.0.1:41664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:09:25,260 INFO Processing ruok command from /127.0.0.1:41750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:09:25,296 INFO Processing ruok command from /127.0.0.1:41752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:09:35,275 INFO Processing ruok command from /127.0.0.1:41840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:09:35,308 INFO Processing ruok command from /127.0.0.1:41842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:09:45,256 INFO Processing ruok command from /127.0.0.1:41918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:09:45,292 INFO Processing ruok command from /127.0.0.1:41920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:09:49,129 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:09:55,265 INFO Processing ruok command from /127.0.0.1:42022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:09:55,305 INFO Processing ruok command from /127.0.0.1:42024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:10:05,265 INFO Processing ruok command from /127.0.0.1:42104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:10:05,304 INFO Processing ruok command from /127.0.0.1:42106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:10:15,264 INFO Processing ruok command from /127.0.0.1:42192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:10:15,302 INFO Processing ruok command from /127.0.0.1:42194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:10:25,270 INFO Processing ruok command from /127.0.0.1:42286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:10:25,305 INFO Processing ruok command from /127.0.0.1:42288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:10:35,271 INFO Processing ruok command from /127.0.0.1:42374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:10:35,306 INFO Processing ruok command from /127.0.0.1:42376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:10:43,362 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-13 05:10:43,368 INFO Committing global session 0x300003aac1d000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 05:10:43,900 INFO Submitting global closeSession request for session 0x300003aac1d000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-13 05:10:45,271 INFO Processing ruok command from /127.0.0.1:42452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:10:45,312 INFO Processing ruok command from /127.0.0.1:42454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:10:55,279 INFO Processing ruok command from /127.0.0.1:42554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:10:55,318 INFO Processing ruok command from /127.0.0.1:42556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:11:05,267 INFO Processing ruok command from /127.0.0.1:42634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:11:05,354 INFO Processing ruok command from /127.0.0.1:42636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:11:15,258 INFO Processing ruok command from /127.0.0.1:42750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:11:15,298 INFO Processing ruok command from /127.0.0.1:42752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:11:25,276 INFO Processing ruok command from /127.0.0.1:42848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:11:25,361 INFO Processing ruok command from /127.0.0.1:42850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:11:35,278 INFO Processing ruok command from /127.0.0.1:42990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:11:35,319 INFO Processing ruok command from /127.0.0.1:42992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:11:45,287 INFO Processing ruok command from /127.0.0.1:43194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:11:45,323 INFO Processing ruok command from /127.0.0.1:43198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:11:49,129 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:11:49,135 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:11:49,141 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_ccvpn_cl/dcae_ccvpn_cl_aaievent (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:11:55,289 INFO Processing ruok command from /127.0.0.1:43320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:11:55,329 INFO Processing ruok command from /127.0.0.1:43322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:12:05,276 INFO Processing ruok command from /127.0.0.1:43428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:12:05,331 INFO Processing ruok command from /127.0.0.1:43430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:12:15,271 INFO Processing ruok command from /127.0.0.1:43514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:12:15,326 INFO Processing ruok command from /127.0.0.1:43516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:12:25,276 INFO Processing ruok command from /127.0.0.1:43602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:12:25,322 INFO Processing ruok command from /127.0.0.1:43604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:12:35,264 INFO Processing ruok command from /127.0.0.1:43694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:12:35,291 INFO Processing ruok command from /127.0.0.1:43696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:12:43,764 INFO Committing global session 0x100003a646d0010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 05:12:45,277 INFO Processing ruok command from /127.0.0.1:43774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:12:45,317 INFO Processing ruok command from /127.0.0.1:43776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:12:49,128 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:12:49,135 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_ccvpn_cl (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:12:49,141 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_pmsh_cg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:12:55,288 INFO Processing ruok command from /127.0.0.1:43874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:12:55,334 INFO Processing ruok command from /127.0.0.1:43876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:13:05,263 INFO Processing ruok command from /127.0.0.1:43956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:13:05,337 INFO Processing ruok command from /127.0.0.1:43958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:13:15,281 INFO Processing ruok command from /127.0.0.1:44042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:13:15,311 INFO Processing ruok command from /127.0.0.1:44044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:13:25,265 INFO Processing ruok command from /127.0.0.1:44130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:13:25,307 INFO Processing ruok command from /127.0.0.1:44132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:13:35,275 INFO Processing ruok command from /127.0.0.1:44220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:13:35,313 INFO Processing ruok command from /127.0.0.1:44222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:13:45,267 INFO Processing ruok command from /127.0.0.1:44300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:13:45,325 INFO Processing ruok command from /127.0.0.1:44302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:13:49,128 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO/sdc-AUTO1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:13:49,135 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:13:55,265 INFO Processing ruok command from /127.0.0.1:44402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:13:55,299 INFO Processing ruok command from /127.0.0.1:44404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:14:05,283 INFO Processing ruok command from /127.0.0.1:44486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:14:05,324 INFO Processing ruok command from /127.0.0.1:44488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:14:15,263 INFO Processing ruok command from /127.0.0.1:44574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:14:15,312 INFO Processing ruok command from /127.0.0.1:44576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:14:25,262 INFO Processing ruok command from /127.0.0.1:44668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:14:25,296 INFO Processing ruok command from /127.0.0.1:44670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:14:35,272 INFO Processing ruok command from /127.0.0.1:44756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:14:35,350 INFO Processing ruok command from /127.0.0.1:44758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:14:43,113 INFO Committing global session 0x100003a646d0011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 05:14:45,286 INFO Processing ruok command from /127.0.0.1:44838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:14:45,316 INFO Processing ruok command from /127.0.0.1:44840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:14:49,128 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:14:55,262 INFO Processing ruok command from /127.0.0.1:44940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:14:55,301 INFO Processing ruok command from /127.0.0.1:44942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:15:05,264 INFO Processing ruok command from /127.0.0.1:45018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:15:05,301 INFO Processing ruok command from /127.0.0.1:45020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:15:15,275 INFO Processing ruok command from /127.0.0.1:45106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:15:15,314 INFO Processing ruok command from /127.0.0.1:45108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:15:25,272 INFO Processing ruok command from /127.0.0.1:45194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:15:25,348 INFO Processing ruok command from /127.0.0.1:45196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:15:35,265 INFO Processing ruok command from /127.0.0.1:45280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:15:35,306 INFO Processing ruok command from /127.0.0.1:45282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:15:45,267 INFO Processing ruok command from /127.0.0.1:45364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:15:45,310 INFO Processing ruok command from /127.0.0.1:45366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:15:49,129 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/clamp/clamp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:15:49,134 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:15:49,140 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-10-13 05:15:55,268 INFO Processing ruok command from /127.0.0.1:45470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:15:55,305 INFO Processing ruok command from /127.0.0.1:45472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:16:05,267 INFO Processing ruok command from /127.0.0.1:45552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:16:05,307 INFO Processing ruok command from /127.0.0.1:45554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:16:15,264 INFO Processing ruok command from /127.0.0.1:45642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:16:15,304 INFO Processing ruok command from /127.0.0.1:45644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:16:25,272 INFO Processing ruok command from /127.0.0.1:45730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:16:25,310 INFO Processing ruok command from /127.0.0.1:45732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:16:35,272 INFO Processing ruok command from /127.0.0.1:45822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:16:35,313 INFO Processing ruok command from /127.0.0.1:45824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:16:43,393 INFO Committing global session 0x200003b43720003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 05:16:45,260 INFO Processing ruok command from /127.0.0.1:45902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:16:45,308 INFO Processing ruok command from /127.0.0.1:45904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:16:49,129 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/clamp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:16:49,134 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:16:49,140 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-10-13 05:16:49,146 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/multicloud-k8s-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:16:49,153 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:16:55,266 INFO Processing ruok command from /127.0.0.1:46004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:16:55,305 INFO Processing ruok command from /127.0.0.1:46006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:17:05,270 INFO Processing ruok command from /127.0.0.1:46088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:17:05,301 INFO Processing ruok command from /127.0.0.1:46090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:17:15,256 INFO Processing ruok command from /127.0.0.1:46176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:17:15,339 INFO Processing ruok command from /127.0.0.1:46178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:17:25,266 INFO Processing ruok command from /127.0.0.1:46266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:17:25,305 INFO Processing ruok command from /127.0.0.1:46268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:17:35,257 INFO Processing ruok command from /127.0.0.1:46356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:17:35,295 INFO Processing ruok command from /127.0.0.1:46358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:17:45,271 INFO Processing ruok command from /127.0.0.1:46436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:17:45,308 INFO Processing ruok command from /127.0.0.1:46438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:17:49,128 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp/sdnc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:17:49,134 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:17:49,141 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:17:49,147 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/ves-openapi-manager (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:17:49,153 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-10-13 05:17:55,267 INFO Processing ruok command from /127.0.0.1:46538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:17:55,302 INFO Processing ruok command from /127.0.0.1:46540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:18:05,267 INFO Processing ruok command from /127.0.0.1:46616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:18:05,322 INFO Processing ruok command from /127.0.0.1:46618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:18:15,269 INFO Processing ruok command from /127.0.0.1:46704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:18:15,316 INFO Processing ruok command from /127.0.0.1:46706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:18:25,271 INFO Processing ruok command from /127.0.0.1:46796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:18:25,305 INFO Processing ruok command from /127.0.0.1:46798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:18:35,274 INFO Processing ruok command from /127.0.0.1:46884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:18:35,308 INFO Processing ruok command from /127.0.0.1:46886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:18:43,518 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-13 05:18:43,526 INFO Committing global session 0x300003aac1d000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 05:18:44,255 INFO Submitting global closeSession request for session 0x300003aac1d000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-13 05:18:45,275 INFO Processing ruok command from /127.0.0.1:46964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:18:45,319 INFO Processing ruok command from /127.0.0.1:46966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:18:49,129 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:18:49,134 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:18:55,265 INFO Processing ruok command from /127.0.0.1:47068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:18:55,299 INFO Processing ruok command from /127.0.0.1:47070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:19:05,276 INFO Processing ruok command from /127.0.0.1:47146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:19:05,313 INFO Processing ruok command from /127.0.0.1:47148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:19:15,273 INFO Processing ruok command from /127.0.0.1:47232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:19:15,340 INFO Processing ruok command from /127.0.0.1:47234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:19:25,261 INFO Processing ruok command from /127.0.0.1:47326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:19:25,300 INFO Processing ruok command from /127.0.0.1:47328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:19:35,286 INFO Processing ruok command from /127.0.0.1:47416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:19:35,348 INFO Processing ruok command from /127.0.0.1:47418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:19:45,267 INFO Processing ruok command from /127.0.0.1:47494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:19:45,345 INFO Processing ruok command from /127.0.0.1:47496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:19:49,129 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:19:49,135 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:19:55,255 INFO Processing ruok command from /127.0.0.1:47594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:19:55,296 INFO Processing ruok command from /127.0.0.1:47596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:20:05,257 INFO Processing ruok command from /127.0.0.1:47676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:20:05,315 INFO Processing ruok command from /127.0.0.1:47678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:20:15,261 INFO Processing ruok command from /127.0.0.1:47764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:20:15,294 INFO Processing ruok command from /127.0.0.1:47766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:20:25,255 INFO Processing ruok command from /127.0.0.1:47852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:20:25,299 INFO Processing ruok command from /127.0.0.1:47854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:20:35,277 INFO Processing ruok command from /127.0.0.1:47940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:20:35,312 INFO Processing ruok command from /127.0.0.1:47942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:20:43,343 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-13 05:20:43,349 INFO Committing global session 0x300003aac1d000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 05:20:44,029 INFO Submitting global closeSession request for session 0x300003aac1d000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-13 05:20:45,271 INFO Processing ruok command from /127.0.0.1:48022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:20:45,311 INFO Processing ruok command from /127.0.0.1:48024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:20:49,129 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:20:55,270 INFO Processing ruok command from /127.0.0.1:48128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:20:55,316 INFO Processing ruok command from /127.0.0.1:48130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:21:05,277 INFO Processing ruok command from /127.0.0.1:48210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:21:05,316 INFO Processing ruok command from /127.0.0.1:48212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:21:15,272 INFO Processing ruok command from /127.0.0.1:48294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:21:15,320 INFO Processing ruok command from /127.0.0.1:48296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:21:25,272 INFO Processing ruok command from /127.0.0.1:48384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:21:25,326 INFO Processing ruok command from /127.0.0.1:48386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:21:35,264 INFO Processing ruok command from /127.0.0.1:48472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:21:35,303 INFO Processing ruok command from /127.0.0.1:48474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:21:45,260 INFO Processing ruok command from /127.0.0.1:48554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:21:45,296 INFO Processing ruok command from /127.0.0.1:48556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:21:55,272 INFO Processing ruok command from /127.0.0.1:48660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:21:55,314 INFO Processing ruok command from /127.0.0.1:48662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:22:05,265 INFO Processing ruok command from /127.0.0.1:48740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:22:05,307 INFO Processing ruok command from /127.0.0.1:48742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:22:15,264 INFO Processing ruok command from /127.0.0.1:48828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:22:15,308 INFO Processing ruok command from /127.0.0.1:48830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:22:25,271 INFO Processing ruok command from /127.0.0.1:48914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:22:25,364 INFO Processing ruok command from /127.0.0.1:48916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:22:35,269 INFO Processing ruok command from /127.0.0.1:49004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:22:35,310 INFO Processing ruok command from /127.0.0.1:49006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:22:43,336 INFO Committing global session 0x200003b43720004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 05:22:45,273 INFO Processing ruok command from /127.0.0.1:49082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:22:45,315 INFO Processing ruok command from /127.0.0.1:49084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:22:55,280 INFO Processing ruok command from /127.0.0.1:49184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:22:55,321 INFO Processing ruok command from /127.0.0.1:49186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:23:05,269 INFO Processing ruok command from /127.0.0.1:49264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:23:05,304 INFO Processing ruok command from /127.0.0.1:49266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:23:15,276 INFO Processing ruok command from /127.0.0.1:49350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:23:15,312 INFO Processing ruok command from /127.0.0.1:49352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:23:25,270 INFO Processing ruok command from /127.0.0.1:49440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:23:25,336 INFO Processing ruok command from /127.0.0.1:49442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:23:35,266 INFO Processing ruok command from /127.0.0.1:49526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:23:35,301 INFO Processing ruok command from /127.0.0.1:49528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:23:45,266 INFO Processing ruok command from /127.0.0.1:49606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:23:45,304 INFO Processing ruok command from /127.0.0.1:49608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:23:55,280 INFO Processing ruok command from /127.0.0.1:49706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:23:55,318 INFO Processing ruok command from /127.0.0.1:49708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:24:05,262 INFO Processing ruok command from /127.0.0.1:49786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:24:05,338 INFO Processing ruok command from /127.0.0.1:49788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:24:15,274 INFO Processing ruok command from /127.0.0.1:49870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:24:15,312 INFO Processing ruok command from /127.0.0.1:49872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:24:25,264 INFO Processing ruok command from /127.0.0.1:49958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:24:25,298 INFO Processing ruok command from /127.0.0.1:49960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:24:35,260 INFO Processing ruok command from /127.0.0.1:50046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:24:35,297 INFO Processing ruok command from /127.0.0.1:50048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:24:43,100 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-13 05:24:43,107 INFO Committing global session 0x300003aac1d000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 05:24:43,792 INFO Submitting global closeSession request for session 0x300003aac1d000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-13 05:24:45,270 INFO Processing ruok command from /127.0.0.1:50124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:24:45,307 INFO Processing ruok command from /127.0.0.1:50126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:24:55,264 INFO Processing ruok command from /127.0.0.1:50228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:24:55,302 INFO Processing ruok command from /127.0.0.1:50230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:25:05,260 INFO Processing ruok command from /127.0.0.1:50308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:25:05,299 INFO Processing ruok command from /127.0.0.1:50310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:25:15,276 INFO Processing ruok command from /127.0.0.1:50398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:25:15,331 INFO Processing ruok command from /127.0.0.1:50400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:25:25,267 INFO Processing ruok command from /127.0.0.1:50486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:25:25,329 INFO Processing ruok command from /127.0.0.1:50488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:25:35,263 INFO Processing ruok command from /127.0.0.1:50576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:25:35,296 INFO Processing ruok command from /127.0.0.1:50578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:25:45,279 INFO Processing ruok command from /127.0.0.1:50656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:25:45,315 INFO Processing ruok command from /127.0.0.1:50658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:25:55,261 INFO Processing ruok command from /127.0.0.1:50766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:25:55,293 INFO Processing ruok command from /127.0.0.1:50768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:26:05,254 INFO Processing ruok command from /127.0.0.1:50844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:26:05,293 INFO Processing ruok command from /127.0.0.1:50846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:26:15,264 INFO Processing ruok command from /127.0.0.1:50930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:26:15,304 INFO Processing ruok command from /127.0.0.1:50932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:26:25,272 INFO Processing ruok command from /127.0.0.1:51022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:26:25,309 INFO Processing ruok command from /127.0.0.1:51024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:26:35,276 INFO Processing ruok command from /127.0.0.1:51112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:26:35,312 INFO Processing ruok command from /127.0.0.1:51114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:26:43,552 INFO Committing global session 0x200003b43720005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 05:26:45,283 INFO Processing ruok command from /127.0.0.1:51194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:26:45,317 INFO Processing ruok command from /127.0.0.1:51196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:26:55,259 INFO Processing ruok command from /127.0.0.1:51298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:26:55,298 INFO Processing ruok command from /127.0.0.1:51300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:27:05,271 INFO Processing ruok command from /127.0.0.1:51380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:27:05,309 INFO Processing ruok command from /127.0.0.1:51382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:27:15,279 INFO Processing ruok command from /127.0.0.1:51470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:27:15,312 INFO Processing ruok command from /127.0.0.1:51472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:27:25,281 INFO Processing ruok command from /127.0.0.1:51556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:27:25,315 INFO Processing ruok command from /127.0.0.1:51558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:27:35,256 INFO Processing ruok command from /127.0.0.1:51660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:27:35,293 INFO Processing ruok command from /127.0.0.1:51662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:27:45,274 INFO Processing ruok command from /127.0.0.1:51760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:27:45,325 INFO Processing ruok command from /127.0.0.1:51762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:27:55,273 INFO Processing ruok command from /127.0.0.1:51868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:27:55,308 INFO Processing ruok command from /127.0.0.1:51870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:28:05,265 INFO Processing ruok command from /127.0.0.1:51964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:28:05,307 INFO Processing ruok command from /127.0.0.1:51966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:28:15,290 INFO Processing ruok command from /127.0.0.1:52056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:28:15,324 INFO Processing ruok command from /127.0.0.1:52058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:28:25,273 INFO Processing ruok command from /127.0.0.1:52152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:28:25,310 INFO Processing ruok command from /127.0.0.1:52154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:28:35,260 INFO Processing ruok command from /127.0.0.1:52248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:28:35,306 INFO Processing ruok command from /127.0.0.1:52250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:28:43,606 INFO Committing global session 0x200003b43720006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 05:28:45,261 INFO Processing ruok command from /127.0.0.1:52328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:28:45,300 INFO Processing ruok command from /127.0.0.1:52330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:28:55,277 INFO Processing ruok command from /127.0.0.1:52430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:28:55,313 INFO Processing ruok command from /127.0.0.1:52432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:29:05,266 INFO Processing ruok command from /127.0.0.1:52512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:29:05,334 INFO Processing ruok command from /127.0.0.1:52514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:29:15,270 INFO Processing ruok command from /127.0.0.1:52600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:29:15,307 INFO Processing ruok command from /127.0.0.1:52602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:29:25,269 INFO Processing ruok command from /127.0.0.1:52694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:29:25,301 INFO Processing ruok command from /127.0.0.1:52696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:29:35,286 INFO Processing ruok command from /127.0.0.1:52784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:29:35,325 INFO Processing ruok command from /127.0.0.1:52786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:29:45,283 INFO Processing ruok command from /127.0.0.1:52866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:29:45,336 INFO Processing ruok command from /127.0.0.1:52868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:29:49,129 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-10-13 05:29:49,134 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-10-13 05:29:55,311 INFO Processing ruok command from /127.0.0.1:52976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:29:55,346 INFO Processing ruok command from /127.0.0.1:52978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:30:05,275 INFO Processing ruok command from /127.0.0.1:53060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:30:05,310 INFO Processing ruok command from /127.0.0.1:53062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:30:15,265 INFO Processing ruok command from /127.0.0.1:53148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:30:15,324 INFO Processing ruok command from /127.0.0.1:53150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:30:25,268 INFO Processing ruok command from /127.0.0.1:53238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:30:25,317 INFO Processing ruok command from /127.0.0.1:53240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:30:35,268 INFO Processing ruok command from /127.0.0.1:53332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:30:35,307 INFO Processing ruok command from /127.0.0.1:53334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:30:43,180 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-13 05:30:43,190 INFO Committing global session 0x300003aac1d000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 05:30:43,906 INFO Submitting global closeSession request for session 0x300003aac1d000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-13 05:30:45,270 INFO Processing ruok command from /127.0.0.1:53412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:30:45,336 INFO Processing ruok command from /127.0.0.1:53414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:30:49,129 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:30:49,134 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:30:55,263 INFO Processing ruok command from /127.0.0.1:53514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:30:55,303 INFO Processing ruok command from /127.0.0.1:53516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:31:05,271 INFO Processing ruok command from /127.0.0.1:53600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:31:05,306 INFO Processing ruok command from /127.0.0.1:53602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:31:15,269 INFO Processing ruok command from /127.0.0.1:53688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:31:15,305 INFO Processing ruok command from /127.0.0.1:53690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:31:25,274 INFO Processing ruok command from /127.0.0.1:53782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:31:25,312 INFO Processing ruok command from /127.0.0.1:53784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:31:35,274 INFO Processing ruok command from /127.0.0.1:53874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:31:35,315 INFO Processing ruok command from /127.0.0.1:53876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:31:45,282 INFO Processing ruok command from /127.0.0.1:53954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:31:45,318 INFO Processing ruok command from /127.0.0.1:53956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:31:49,129 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:31:49,135 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:31:55,265 INFO Processing ruok command from /127.0.0.1:54062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:31:55,323 INFO Processing ruok command from /127.0.0.1:54064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:32:05,257 INFO Processing ruok command from /127.0.0.1:54146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:32:05,296 INFO Processing ruok command from /127.0.0.1:54148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:32:15,263 INFO Processing ruok command from /127.0.0.1:54238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:32:15,300 INFO Processing ruok command from /127.0.0.1:54240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:32:25,277 INFO Processing ruok command from /127.0.0.1:54332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:32:25,309 INFO Processing ruok command from /127.0.0.1:54334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:32:35,256 INFO Processing ruok command from /127.0.0.1:54424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:32:35,293 INFO Processing ruok command from /127.0.0.1:54426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:32:43,090 INFO Committing global session 0x100003a646d0012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 05:32:45,271 INFO Processing ruok command from /127.0.0.1:54512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:32:45,332 INFO Processing ruok command from /127.0.0.1:54514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:32:46,170 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-10-13 05:32:46,170 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-10-13 05:32:46,180 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-10-13 05:32:49,128 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 05:32:55,265 INFO Processing ruok command from /127.0.0.1:54620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:32:55,311 INFO Processing ruok command from /127.0.0.1:54622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:33:05,273 INFO Processing ruok command from /127.0.0.1:54706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:33:05,314 INFO Processing ruok command from /127.0.0.1:54708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:33:15,273 INFO Processing ruok command from /127.0.0.1:54802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:33:15,302 INFO Processing ruok command from /127.0.0.1:54804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:33:25,262 INFO Processing ruok command from /127.0.0.1:54898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:33:25,304 INFO Processing ruok command from /127.0.0.1:54900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:33:35,260 INFO Processing ruok command from /127.0.0.1:54992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:33:35,296 INFO Processing ruok command from /127.0.0.1:54994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:33:45,271 INFO Processing ruok command from /127.0.0.1:55074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:33:45,330 INFO Processing ruok command from /127.0.0.1:55076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:33:55,274 INFO Processing ruok command from /127.0.0.1:55186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:33:55,309 INFO Processing ruok command from /127.0.0.1:55188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:34:05,258 INFO Processing ruok command from /127.0.0.1:55274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:34:05,295 INFO Processing ruok command from /127.0.0.1:55276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:34:15,286 INFO Processing ruok command from /127.0.0.1:55368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:34:15,319 INFO Processing ruok command from /127.0.0.1:55370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:34:25,269 INFO Processing ruok command from /127.0.0.1:55462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:34:25,307 INFO Processing ruok command from /127.0.0.1:55464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:34:35,259 INFO Processing ruok command from /127.0.0.1:55556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:34:35,295 INFO Processing ruok command from /127.0.0.1:55558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:34:43,318 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-13 05:34:43,324 INFO Committing global session 0x300003aac1d0010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 05:34:43,873 INFO Submitting global closeSession request for session 0x300003aac1d0010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-13 05:34:45,265 INFO Processing ruok command from /127.0.0.1:55644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:34:45,300 INFO Processing ruok command from /127.0.0.1:55646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:34:55,273 INFO Processing ruok command from /127.0.0.1:55748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:34:55,333 INFO Processing ruok command from /127.0.0.1:55750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:35:05,263 INFO Processing ruok command from /127.0.0.1:55834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:35:05,303 INFO Processing ruok command from /127.0.0.1:55836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:35:15,276 INFO Processing ruok command from /127.0.0.1:55924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:35:15,312 INFO Processing ruok command from /127.0.0.1:55926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:35:25,271 INFO Processing ruok command from /127.0.0.1:56018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:35:25,320 INFO Processing ruok command from /127.0.0.1:56020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:35:35,279 INFO Processing ruok command from /127.0.0.1:56114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:35:35,319 INFO Processing ruok command from /127.0.0.1:56116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:35:45,263 INFO Processing ruok command from /127.0.0.1:56194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:35:45,299 INFO Processing ruok command from /127.0.0.1:56196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:35:55,276 INFO Processing ruok command from /127.0.0.1:56306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:35:55,308 INFO Processing ruok command from /127.0.0.1:56308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:36:05,271 INFO Processing ruok command from /127.0.0.1:56394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:36:05,307 INFO Processing ruok command from /127.0.0.1:56396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:36:15,278 INFO Processing ruok command from /127.0.0.1:56486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:36:15,325 INFO Processing ruok command from /127.0.0.1:56488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:36:25,275 INFO Processing ruok command from /127.0.0.1:56580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:36:25,307 INFO Processing ruok command from /127.0.0.1:56582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:36:35,264 INFO Processing ruok command from /127.0.0.1:56674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:36:35,302 INFO Processing ruok command from /127.0.0.1:56676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:36:43,411 INFO Committing global session 0x100003a646d0013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 05:36:45,268 INFO Processing ruok command from /127.0.0.1:56758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:36:45,307 INFO Processing ruok command from /127.0.0.1:56760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:36:55,261 INFO Processing ruok command from /127.0.0.1:56874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:36:55,297 INFO Processing ruok command from /127.0.0.1:56876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:37:05,284 INFO Processing ruok command from /127.0.0.1:56960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:37:05,321 INFO Processing ruok command from /127.0.0.1:56962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:37:15,260 INFO Processing ruok command from /127.0.0.1:57054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:37:15,287 INFO Processing ruok command from /127.0.0.1:57056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:37:25,261 INFO Processing ruok command from /127.0.0.1:57144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:37:25,295 INFO Processing ruok command from /127.0.0.1:57146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:37:35,257 INFO Processing ruok command from /127.0.0.1:57236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:37:35,298 INFO Processing ruok command from /127.0.0.1:57238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:37:45,259 INFO Processing ruok command from /127.0.0.1:57318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:37:45,315 INFO Processing ruok command from /127.0.0.1:57320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:37:55,264 INFO Processing ruok command from /127.0.0.1:57432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:37:55,335 INFO Processing ruok command from /127.0.0.1:57434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:38:05,273 INFO Processing ruok command from /127.0.0.1:57516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:38:05,308 INFO Processing ruok command from /127.0.0.1:57518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:38:15,265 INFO Processing ruok command from /127.0.0.1:57614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:38:15,300 INFO Processing ruok command from /127.0.0.1:57616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:38:25,256 INFO Processing ruok command from /127.0.0.1:57704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:38:25,293 INFO Processing ruok command from /127.0.0.1:57706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:38:35,272 INFO Processing ruok command from /127.0.0.1:57798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:38:35,308 INFO Processing ruok command from /127.0.0.1:57800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:38:43,313 INFO Committing global session 0x100003a646d0014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 05:38:45,262 INFO Processing ruok command from /127.0.0.1:57880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:38:45,298 INFO Processing ruok command from /127.0.0.1:57882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:38:55,274 INFO Processing ruok command from /127.0.0.1:57982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:38:55,318 INFO Processing ruok command from /127.0.0.1:57984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:39:05,276 INFO Processing ruok command from /127.0.0.1:58072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:39:05,312 INFO Processing ruok command from /127.0.0.1:58074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:39:15,263 INFO Processing ruok command from /127.0.0.1:58166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:39:15,328 INFO Processing ruok command from /127.0.0.1:58168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:39:25,273 INFO Processing ruok command from /127.0.0.1:58260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:39:25,316 INFO Processing ruok command from /127.0.0.1:58262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:39:35,270 INFO Processing ruok command from /127.0.0.1:58352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:39:35,337 INFO Processing ruok command from /127.0.0.1:58354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:39:45,272 INFO Processing ruok command from /127.0.0.1:58438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:39:45,331 INFO Processing ruok command from /127.0.0.1:58440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:39:55,272 INFO Processing ruok command from /127.0.0.1:58542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:39:55,324 INFO Processing ruok command from /127.0.0.1:58544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:40:05,277 INFO Processing ruok command from /127.0.0.1:58624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:40:05,315 INFO Processing ruok command from /127.0.0.1:58626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:40:15,271 INFO Processing ruok command from /127.0.0.1:58720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:40:15,307 INFO Processing ruok command from /127.0.0.1:58722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:40:25,281 INFO Processing ruok command from /127.0.0.1:58818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:40:25,314 INFO Processing ruok command from /127.0.0.1:58820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:40:35,272 INFO Processing ruok command from /127.0.0.1:58912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:40:35,309 INFO Processing ruok command from /127.0.0.1:58914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:40:43,260 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-13 05:40:43,267 INFO Committing global session 0x300003aac1d0011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 05:40:43,779 INFO Submitting global closeSession request for session 0x300003aac1d0011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-13 05:40:45,274 INFO Processing ruok command from /127.0.0.1:58994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:40:45,312 INFO Processing ruok command from /127.0.0.1:58996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:40:55,279 INFO Processing ruok command from /127.0.0.1:59102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:40:55,321 INFO Processing ruok command from /127.0.0.1:59104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:41:05,273 INFO Processing ruok command from /127.0.0.1:59190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:41:05,316 INFO Processing ruok command from /127.0.0.1:59192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:41:15,255 INFO Processing ruok command from /127.0.0.1:59284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:41:15,297 INFO Processing ruok command from /127.0.0.1:59286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:41:25,265 INFO Processing ruok command from /127.0.0.1:59380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:41:25,329 INFO Processing ruok command from /127.0.0.1:59382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:41:35,261 INFO Processing ruok command from /127.0.0.1:59476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:41:35,299 INFO Processing ruok command from /127.0.0.1:59478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:41:45,263 INFO Processing ruok command from /127.0.0.1:59558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:41:45,309 INFO Processing ruok command from /127.0.0.1:59560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:41:55,267 INFO Processing ruok command from /127.0.0.1:59668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:41:55,304 INFO Processing ruok command from /127.0.0.1:59670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:42:05,266 INFO Processing ruok command from /127.0.0.1:59754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:42:05,331 INFO Processing ruok command from /127.0.0.1:59756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:42:15,267 INFO Processing ruok command from /127.0.0.1:59846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:42:15,300 INFO Processing ruok command from /127.0.0.1:59848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:42:25,273 INFO Processing ruok command from /127.0.0.1:59938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:42:25,335 INFO Processing ruok command from /127.0.0.1:59940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:42:35,275 INFO Processing ruok command from /127.0.0.1:60032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:42:35,306 INFO Processing ruok command from /127.0.0.1:60034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:42:45,257 INFO Processing ruok command from /127.0.0.1:60112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:42:45,292 INFO Processing ruok command from /127.0.0.1:60114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:42:47,036 INFO Committing global session 0x100003a646d0015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 05:42:55,265 INFO Processing ruok command from /127.0.0.1:60220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:42:55,303 INFO Processing ruok command from /127.0.0.1:60222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:43:05,264 INFO Processing ruok command from /127.0.0.1:60306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:43:05,300 INFO Processing ruok command from /127.0.0.1:60308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:43:15,288 INFO Processing ruok command from /127.0.0.1:60396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:43:15,322 INFO Processing ruok command from /127.0.0.1:60398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:43:25,266 INFO Processing ruok command from /127.0.0.1:60496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:43:25,306 INFO Processing ruok command from /127.0.0.1:60498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:43:35,264 INFO Processing ruok command from /127.0.0.1:60594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:43:35,353 INFO Processing ruok command from /127.0.0.1:60596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:43:45,271 INFO Processing ruok command from /127.0.0.1:60678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:43:45,328 INFO Processing ruok command from /127.0.0.1:60680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:43:55,262 INFO Processing ruok command from /127.0.0.1:60782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:43:55,304 INFO Processing ruok command from /127.0.0.1:60784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:44:05,263 INFO Processing ruok command from /127.0.0.1:60868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:44:05,299 INFO Processing ruok command from /127.0.0.1:60870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:44:15,278 INFO Processing ruok command from /127.0.0.1:60968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:44:15,316 INFO Processing ruok command from /127.0.0.1:60970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:44:25,271 INFO Processing ruok command from /127.0.0.1:32828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:44:25,310 INFO Processing ruok command from /127.0.0.1:32830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:44:35,271 INFO Processing ruok command from /127.0.0.1:32920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:44:35,310 INFO Processing ruok command from /127.0.0.1:32922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:44:43,428 INFO Committing global session 0x100003a646d0016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 05:44:45,272 INFO Processing ruok command from /127.0.0.1:33004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:44:45,309 INFO Processing ruok command from /127.0.0.1:33006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:44:55,274 INFO Processing ruok command from /127.0.0.1:33110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:44:55,303 INFO Processing ruok command from /127.0.0.1:33112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:45:05,282 INFO Processing ruok command from /127.0.0.1:33200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:45:05,317 INFO Processing ruok command from /127.0.0.1:33202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:45:15,281 INFO Processing ruok command from /127.0.0.1:33296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:45:15,320 INFO Processing ruok command from /127.0.0.1:33298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:45:25,274 INFO Processing ruok command from /127.0.0.1:33386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:45:25,312 INFO Processing ruok command from /127.0.0.1:33388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:45:35,268 INFO Processing ruok command from /127.0.0.1:33478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:45:35,311 INFO Processing ruok command from /127.0.0.1:33480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:45:45,268 INFO Processing ruok command from /127.0.0.1:33564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:45:45,301 INFO Processing ruok command from /127.0.0.1:33566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:45:55,266 INFO Processing ruok command from /127.0.0.1:33676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:45:55,305 INFO Processing ruok command from /127.0.0.1:33678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:46:05,263 INFO Processing ruok command from /127.0.0.1:33766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:46:05,307 INFO Processing ruok command from /127.0.0.1:33768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:46:15,267 INFO Processing ruok command from /127.0.0.1:33862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:46:15,312 INFO Processing ruok command from /127.0.0.1:33864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:46:25,266 INFO Processing ruok command from /127.0.0.1:33956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:46:25,306 INFO Processing ruok command from /127.0.0.1:33958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:46:35,269 INFO Processing ruok command from /127.0.0.1:34050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:46:35,315 INFO Processing ruok command from /127.0.0.1:34052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:46:43,341 INFO Committing global session 0x200003b43720007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 05:46:45,283 INFO Processing ruok command from /127.0.0.1:34134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:46:45,316 INFO Processing ruok command from /127.0.0.1:34136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:46:55,257 INFO Processing ruok command from /127.0.0.1:34242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:46:55,293 INFO Processing ruok command from /127.0.0.1:34244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:47:05,270 INFO Processing ruok command from /127.0.0.1:34328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:47:05,316 INFO Processing ruok command from /127.0.0.1:34330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:47:15,261 INFO Processing ruok command from /127.0.0.1:34420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:47:15,297 INFO Processing ruok command from /127.0.0.1:34422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:47:25,265 INFO Processing ruok command from /127.0.0.1:34516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:47:25,307 INFO Processing ruok command from /127.0.0.1:34518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:47:35,263 INFO Processing ruok command from /127.0.0.1:34612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:47:35,316 INFO Processing ruok command from /127.0.0.1:34614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:47:45,283 INFO Processing ruok command from /127.0.0.1:34694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:47:45,303 INFO Processing ruok command from /127.0.0.1:34696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:47:55,282 INFO Processing ruok command from /127.0.0.1:34800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:47:55,361 INFO Processing ruok command from /127.0.0.1:34802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:48:05,263 INFO Processing ruok command from /127.0.0.1:34886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:48:05,301 INFO Processing ruok command from /127.0.0.1:34888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:48:15,268 INFO Processing ruok command from /127.0.0.1:34978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:48:15,336 INFO Processing ruok command from /127.0.0.1:34980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:48:25,274 INFO Processing ruok command from /127.0.0.1:35072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:48:25,315 INFO Processing ruok command from /127.0.0.1:35074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:48:35,278 INFO Processing ruok command from /127.0.0.1:35168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:48:35,349 INFO Processing ruok command from /127.0.0.1:35170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:48:43,100 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-13 05:48:43,106 INFO Committing global session 0x300003aac1d0012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 05:48:43,810 INFO Submitting global closeSession request for session 0x300003aac1d0012 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-13 05:48:45,255 INFO Processing ruok command from /127.0.0.1:35254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:48:45,299 INFO Processing ruok command from /127.0.0.1:35256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:48:55,263 INFO Processing ruok command from /127.0.0.1:35364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:48:55,299 INFO Processing ruok command from /127.0.0.1:35366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:49:05,279 INFO Processing ruok command from /127.0.0.1:35448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:49:05,355 INFO Processing ruok command from /127.0.0.1:35450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:49:15,265 INFO Processing ruok command from /127.0.0.1:35544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:49:15,313 INFO Processing ruok command from /127.0.0.1:35546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:49:25,266 INFO Processing ruok command from /127.0.0.1:35642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:49:25,302 INFO Processing ruok command from /127.0.0.1:35644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:49:35,280 INFO Processing ruok command from /127.0.0.1:35736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:49:35,323 INFO Processing ruok command from /127.0.0.1:35738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:49:45,269 INFO Processing ruok command from /127.0.0.1:35822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:49:45,308 INFO Processing ruok command from /127.0.0.1:35824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:49:55,272 INFO Processing ruok command from /127.0.0.1:35936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:49:55,314 INFO Processing ruok command from /127.0.0.1:35938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:50:05,273 INFO Processing ruok command from /127.0.0.1:36022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:50:05,318 INFO Processing ruok command from /127.0.0.1:36024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:50:15,263 INFO Processing ruok command from /127.0.0.1:36112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:50:15,298 INFO Processing ruok command from /127.0.0.1:36114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:50:25,267 INFO Processing ruok command from /127.0.0.1:36206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:50:25,336 INFO Processing ruok command from /127.0.0.1:36208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:50:35,260 INFO Processing ruok command from /127.0.0.1:36308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:50:35,299 INFO Processing ruok command from /127.0.0.1:36310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:50:43,311 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-13 05:50:43,319 INFO Committing global session 0x300003aac1d0013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 05:50:44,025 INFO Submitting global closeSession request for session 0x300003aac1d0013 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-13 05:50:45,266 INFO Processing ruok command from /127.0.0.1:36392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:50:45,298 INFO Processing ruok command from /127.0.0.1:36394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:50:55,270 INFO Processing ruok command from /127.0.0.1:36500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:50:55,307 INFO Processing ruok command from /127.0.0.1:36502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:51:05,270 INFO Processing ruok command from /127.0.0.1:36584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:51:05,326 INFO Processing ruok command from /127.0.0.1:36586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:51:15,264 INFO Processing ruok command from /127.0.0.1:36672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:51:15,334 INFO Processing ruok command from /127.0.0.1:36674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:51:25,288 INFO Processing ruok command from /127.0.0.1:36766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:51:25,348 INFO Processing ruok command from /127.0.0.1:36768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:51:35,265 INFO Processing ruok command from /127.0.0.1:36858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:51:35,303 INFO Processing ruok command from /127.0.0.1:36860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:51:45,275 INFO Processing ruok command from /127.0.0.1:36940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:51:45,309 INFO Processing ruok command from /127.0.0.1:36942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:51:55,270 INFO Processing ruok command from /127.0.0.1:37046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:51:55,311 INFO Processing ruok command from /127.0.0.1:37048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:52:05,265 INFO Processing ruok command from /127.0.0.1:37132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:52:05,308 INFO Processing ruok command from /127.0.0.1:37134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:52:15,272 INFO Processing ruok command from /127.0.0.1:37224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:52:15,307 INFO Processing ruok command from /127.0.0.1:37226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:52:25,282 INFO Processing ruok command from /127.0.0.1:37318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:52:25,313 INFO Processing ruok command from /127.0.0.1:37320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:52:35,265 INFO Processing ruok command from /127.0.0.1:37412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:52:35,300 INFO Processing ruok command from /127.0.0.1:37414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:52:43,051 INFO Committing global session 0x100003a646d0017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 05:52:45,271 INFO Processing ruok command from /127.0.0.1:37496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:52:45,332 INFO Processing ruok command from /127.0.0.1:37498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:52:55,289 INFO Processing ruok command from /127.0.0.1:37606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:52:55,340 INFO Processing ruok command from /127.0.0.1:37608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:53:05,271 INFO Processing ruok command from /127.0.0.1:37692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:53:05,330 INFO Processing ruok command from /127.0.0.1:37694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:53:15,266 INFO Processing ruok command from /127.0.0.1:37782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:53:15,309 INFO Processing ruok command from /127.0.0.1:37784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:53:25,266 INFO Processing ruok command from /127.0.0.1:37878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:53:25,303 INFO Processing ruok command from /127.0.0.1:37880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:53:35,263 INFO Processing ruok command from /127.0.0.1:37974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:53:35,330 INFO Processing ruok command from /127.0.0.1:37976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:53:45,274 INFO Processing ruok command from /127.0.0.1:38058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:53:45,338 INFO Processing ruok command from /127.0.0.1:38060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:53:55,273 INFO Processing ruok command from /127.0.0.1:38166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:53:55,308 INFO Processing ruok command from /127.0.0.1:38168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:54:05,268 INFO Processing ruok command from /127.0.0.1:38264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:54:05,340 INFO Processing ruok command from /127.0.0.1:38266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:54:15,290 INFO Processing ruok command from /127.0.0.1:38358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:54:15,389 INFO Processing ruok command from /127.0.0.1:38360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:54:25,269 INFO Processing ruok command from /127.0.0.1:38450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:54:25,311 INFO Processing ruok command from /127.0.0.1:38452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:54:35,264 INFO Processing ruok command from /127.0.0.1:38546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:54:35,305 INFO Processing ruok command from /127.0.0.1:38548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:54:43,187 INFO Committing global session 0x100003a646d0018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 05:54:45,263 INFO Processing ruok command from /127.0.0.1:38630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:54:45,310 INFO Processing ruok command from /127.0.0.1:38632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:54:55,286 INFO Processing ruok command from /127.0.0.1:38734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:54:55,320 INFO Processing ruok command from /127.0.0.1:38736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:55:05,279 INFO Processing ruok command from /127.0.0.1:38818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:55:05,322 INFO Processing ruok command from /127.0.0.1:38820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:55:15,270 INFO Processing ruok command from /127.0.0.1:38910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:55:15,317 INFO Processing ruok command from /127.0.0.1:38912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:55:25,261 INFO Processing ruok command from /127.0.0.1:39010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:55:25,297 INFO Processing ruok command from /127.0.0.1:39012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:55:35,269 INFO Processing ruok command from /127.0.0.1:39110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:55:35,326 INFO Processing ruok command from /127.0.0.1:39112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:55:45,270 INFO Processing ruok command from /127.0.0.1:39196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:55:45,342 INFO Processing ruok command from /127.0.0.1:39198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:55:55,283 INFO Processing ruok command from /127.0.0.1:39306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:55:55,322 INFO Processing ruok command from /127.0.0.1:39308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:56:05,257 INFO Processing ruok command from /127.0.0.1:39390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:56:05,298 INFO Processing ruok command from /127.0.0.1:39392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:56:15,282 INFO Processing ruok command from /127.0.0.1:39486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:56:15,325 INFO Processing ruok command from /127.0.0.1:39488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:56:25,271 INFO Processing ruok command from /127.0.0.1:39584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:56:25,310 INFO Processing ruok command from /127.0.0.1:39586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:56:35,278 INFO Processing ruok command from /127.0.0.1:39678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:56:35,346 INFO Processing ruok command from /127.0.0.1:39680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:56:43,089 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-13 05:56:43,095 INFO Committing global session 0x300003aac1d0014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 05:56:43,731 INFO Submitting global closeSession request for session 0x300003aac1d0014 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-13 05:56:45,289 INFO Processing ruok command from /127.0.0.1:39760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:56:45,344 INFO Processing ruok command from /127.0.0.1:39762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:56:55,267 INFO Processing ruok command from /127.0.0.1:39868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:56:55,308 INFO Processing ruok command from /127.0.0.1:39870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:57:05,263 INFO Processing ruok command from /127.0.0.1:39962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:57:05,296 INFO Processing ruok command from /127.0.0.1:39964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:57:15,273 INFO Processing ruok command from /127.0.0.1:40060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:57:15,312 INFO Processing ruok command from /127.0.0.1:40062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:57:25,286 INFO Processing ruok command from /127.0.0.1:40156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:57:25,322 INFO Processing ruok command from /127.0.0.1:40158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:57:35,282 INFO Processing ruok command from /127.0.0.1:40254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:57:35,327 INFO Processing ruok command from /127.0.0.1:40256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:57:45,259 INFO Processing ruok command from /127.0.0.1:40342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:57:45,296 INFO Processing ruok command from /127.0.0.1:40344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:57:55,275 INFO Processing ruok command from /127.0.0.1:40448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:57:55,314 INFO Processing ruok command from /127.0.0.1:40450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:58:05,277 INFO Processing ruok command from /127.0.0.1:40536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:58:05,305 INFO Processing ruok command from /127.0.0.1:40538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:58:15,259 INFO Processing ruok command from /127.0.0.1:40636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:58:15,298 INFO Processing ruok command from /127.0.0.1:40638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:58:25,275 INFO Processing ruok command from /127.0.0.1:40734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:58:25,311 INFO Processing ruok command from /127.0.0.1:40736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:58:35,259 INFO Processing ruok command from /127.0.0.1:40832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:58:35,301 INFO Processing ruok command from /127.0.0.1:40834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:58:43,057 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-13 05:58:43,064 INFO Committing global session 0x300003aac1d0015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 05:58:43,745 INFO Submitting global closeSession request for session 0x300003aac1d0015 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-13 05:58:45,258 INFO Processing ruok command from /127.0.0.1:40916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:58:45,294 INFO Processing ruok command from /127.0.0.1:40918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:58:55,263 INFO Processing ruok command from /127.0.0.1:41020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:58:55,305 INFO Processing ruok command from /127.0.0.1:41022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:59:05,270 INFO Processing ruok command from /127.0.0.1:41106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:59:05,330 INFO Processing ruok command from /127.0.0.1:41108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:59:15,280 INFO Processing ruok command from /127.0.0.1:41200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:59:15,317 INFO Processing ruok command from /127.0.0.1:41202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:59:25,262 INFO Processing ruok command from /127.0.0.1:41294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:59:25,301 INFO Processing ruok command from /127.0.0.1:41296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:59:35,260 INFO Processing ruok command from /127.0.0.1:41388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:59:35,299 INFO Processing ruok command from /127.0.0.1:41390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:59:45,280 INFO Processing ruok command from /127.0.0.1:41472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:59:45,310 INFO Processing ruok command from /127.0.0.1:41474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 05:59:55,278 INFO Processing ruok command from /127.0.0.1:41574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 05:59:55,343 INFO Processing ruok command from /127.0.0.1:41576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:00:05,278 INFO Processing ruok command from /127.0.0.1:41660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:00:05,313 INFO Processing ruok command from /127.0.0.1:41662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:00:15,262 INFO Processing ruok command from /127.0.0.1:41748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:00:15,298 INFO Processing ruok command from /127.0.0.1:41750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:00:25,277 INFO Processing ruok command from /127.0.0.1:41842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:00:25,344 INFO Processing ruok command from /127.0.0.1:41844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:00:35,281 INFO Processing ruok command from /127.0.0.1:41938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:00:35,348 INFO Processing ruok command from /127.0.0.1:41940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:00:43,374 INFO Committing global session 0x100003a646d0019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 06:00:45,273 INFO Processing ruok command from /127.0.0.1:42026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:00:45,328 INFO Processing ruok command from /127.0.0.1:42028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:00:49,128 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC/g1/c4 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:00:55,267 INFO Processing ruok command from /127.0.0.1:42136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:00:55,307 INFO Processing ruok command from /127.0.0.1:42138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:01:05,263 INFO Processing ruok command from /127.0.0.1:42222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:01:05,303 INFO Processing ruok command from /127.0.0.1:42224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:01:15,262 INFO Processing ruok command from /127.0.0.1:42316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:01:15,334 INFO Processing ruok command from /127.0.0.1:42318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:01:25,279 INFO Processing ruok command from /127.0.0.1:42410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:01:25,350 INFO Processing ruok command from /127.0.0.1:42412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:01:35,271 INFO Processing ruok command from /127.0.0.1:42504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:01:35,310 INFO Processing ruok command from /127.0.0.1:42506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:01:45,282 INFO Processing ruok command from /127.0.0.1:42586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:01:45,318 INFO Processing ruok command from /127.0.0.1:42588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:01:49,131 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC/g1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:01:55,306 INFO Processing ruok command from /127.0.0.1:42692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:01:55,366 INFO Processing ruok command from /127.0.0.1:42694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:02:05,265 INFO Processing ruok command from /127.0.0.1:42780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:02:05,303 INFO Processing ruok command from /127.0.0.1:42782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:02:15,305 INFO Processing ruok command from /127.0.0.1:42870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:02:15,343 INFO Processing ruok command from /127.0.0.1:42872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:02:25,264 INFO Processing ruok command from /127.0.0.1:42960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:02:25,303 INFO Processing ruok command from /127.0.0.1:42962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:02:35,260 INFO Processing ruok command from /127.0.0.1:43058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:02:35,303 INFO Processing ruok command from /127.0.0.1:43060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:02:43,126 INFO Committing global session 0x100003a646d001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 06:02:45,266 INFO Processing ruok command from /127.0.0.1:43142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:02:45,305 INFO Processing ruok command from /127.0.0.1:43144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:02:49,129 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:02:49,134 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:02:55,275 INFO Processing ruok command from /127.0.0.1:43248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:02:55,370 INFO Processing ruok command from /127.0.0.1:43250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:03:05,273 INFO Processing ruok command from /127.0.0.1:43336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:03:05,319 INFO Processing ruok command from /127.0.0.1:43338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:03:15,269 INFO Processing ruok command from /127.0.0.1:43428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:03:15,346 INFO Processing ruok command from /127.0.0.1:43430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:03:25,276 INFO Processing ruok command from /127.0.0.1:43520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:03:25,357 INFO Processing ruok command from /127.0.0.1:43522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:03:35,268 INFO Processing ruok command from /127.0.0.1:43618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:03:35,311 INFO Processing ruok command from /127.0.0.1:43620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:03:45,265 INFO Processing ruok command from /127.0.0.1:43700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:03:45,318 INFO Processing ruok command from /127.0.0.1:43702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:03:49,128 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:03:55,274 INFO Processing ruok command from /127.0.0.1:43802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:03:55,315 INFO Processing ruok command from /127.0.0.1:43804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:04:05,275 INFO Processing ruok command from /127.0.0.1:43886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:04:05,367 INFO Processing ruok command from /127.0.0.1:43888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:04:15,262 INFO Processing ruok command from /127.0.0.1:43974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:04:15,330 INFO Processing ruok command from /127.0.0.1:43976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:04:25,266 INFO Processing ruok command from /127.0.0.1:44066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:04:25,304 INFO Processing ruok command from /127.0.0.1:44068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:04:35,271 INFO Processing ruok command from /127.0.0.1:44162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:04:35,327 INFO Processing ruok command from /127.0.0.1:44164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:04:43,051 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-13 06:04:43,059 INFO Committing global session 0x300003aac1d0016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 06:04:43,770 INFO Submitting global closeSession request for session 0x300003aac1d0016 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-13 06:04:45,300 INFO Processing ruok command from /127.0.0.1:44244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:04:45,339 INFO Processing ruok command from /127.0.0.1:44246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:04:49,129 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:04:49,135 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg/sonhms-cid (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:04:49,140 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/homlesGroup2f3e7971-083f-40f1-9cc0-e04333be1130/homles2f3e7971-083f-40f1-9cc0-e04333be1130 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:04:49,146 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:04:55,280 INFO Processing ruok command from /127.0.0.1:44352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:04:55,319 INFO Processing ruok command from /127.0.0.1:44354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:05:05,268 INFO Processing ruok command from /127.0.0.1:44442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:05:05,347 INFO Processing ruok command from /127.0.0.1:44444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:05:15,290 INFO Processing ruok command from /127.0.0.1:44538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:05:15,322 INFO Processing ruok command from /127.0.0.1:44540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:05:25,271 INFO Processing ruok command from /127.0.0.1:44630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:05:25,335 INFO Processing ruok command from /127.0.0.1:44632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:05:35,277 INFO Processing ruok command from /127.0.0.1:44728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:05:35,367 INFO Processing ruok command from /127.0.0.1:44730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:05:45,259 INFO Processing ruok command from /127.0.0.1:44816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:05:45,322 INFO Processing ruok command from /127.0.0.1:44818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:05:49,129 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/homlesGroup2f3e7971-083f-40f1-9cc0-e04333be1130 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:05:49,134 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:05:49,140 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:05:55,287 INFO Processing ruok command from /127.0.0.1:44922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:05:55,333 INFO Processing ruok command from /127.0.0.1:44924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:06:05,284 INFO Processing ruok command from /127.0.0.1:45006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:06:05,327 INFO Processing ruok command from /127.0.0.1:45008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:06:15,259 INFO Processing ruok command from /127.0.0.1:45098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:06:15,303 INFO Processing ruok command from /127.0.0.1:45100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:06:25,275 INFO Processing ruok command from /127.0.0.1:45192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:06:25,344 INFO Processing ruok command from /127.0.0.1:45194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:06:35,267 INFO Processing ruok command from /127.0.0.1:45284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:06:35,300 INFO Processing ruok command from /127.0.0.1:45286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:06:43,240 INFO Committing global session 0x200003b43720008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 06:06:45,270 INFO Processing ruok command from /127.0.0.1:45366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:06:45,320 INFO Processing ruok command from /127.0.0.1:45368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:06:49,128 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:06:49,134 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:06:55,279 INFO Processing ruok command from /127.0.0.1:45470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:06:55,326 INFO Processing ruok command from /127.0.0.1:45472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:07:05,286 INFO Processing ruok command from /127.0.0.1:45558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:07:05,312 INFO Processing ruok command from /127.0.0.1:45560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:07:15,277 INFO Processing ruok command from /127.0.0.1:45652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:07:15,311 INFO Processing ruok command from /127.0.0.1:45654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:07:25,277 INFO Processing ruok command from /127.0.0.1:45746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:07:25,319 INFO Processing ruok command from /127.0.0.1:45748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:07:35,276 INFO Processing ruok command from /127.0.0.1:45840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:07:35,314 INFO Processing ruok command from /127.0.0.1:45842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:07:45,270 INFO Processing ruok command from /127.0.0.1:45924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:07:45,312 INFO Processing ruok command from /127.0.0.1:45926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:07:49,128 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:07:49,135 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:07:55,264 INFO Processing ruok command from /127.0.0.1:46030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:07:55,301 INFO Processing ruok command from /127.0.0.1:46032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:08:05,262 INFO Processing ruok command from /127.0.0.1:46116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:08:05,296 INFO Processing ruok command from /127.0.0.1:46118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:08:15,285 INFO Processing ruok command from /127.0.0.1:46208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:08:15,346 INFO Processing ruok command from /127.0.0.1:46210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:08:25,266 INFO Processing ruok command from /127.0.0.1:46300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:08:25,337 INFO Processing ruok command from /127.0.0.1:46302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:08:35,267 INFO Processing ruok command from /127.0.0.1:46392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:08:35,321 INFO Processing ruok command from /127.0.0.1:46394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:08:43,272 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-13 06:08:43,277 INFO Committing global session 0x300003aac1d0017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 06:08:43,958 INFO Submitting global closeSession request for session 0x300003aac1d0017 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-13 06:08:45,268 INFO Processing ruok command from /127.0.0.1:46476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:08:45,304 INFO Processing ruok command from /127.0.0.1:46478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:08:49,128 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:08:49,134 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:08:49,141 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:08:55,259 INFO Processing ruok command from /127.0.0.1:46584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:08:55,325 INFO Processing ruok command from /127.0.0.1:46586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:09:05,279 INFO Processing ruok command from /127.0.0.1:46670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:09:05,316 INFO Processing ruok command from /127.0.0.1:46672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:09:15,267 INFO Processing ruok command from /127.0.0.1:46762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:09:15,360 INFO Processing ruok command from /127.0.0.1:46764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:09:25,273 INFO Processing ruok command from /127.0.0.1:46858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:09:25,309 INFO Processing ruok command from /127.0.0.1:46860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:09:35,274 INFO Processing ruok command from /127.0.0.1:46950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:09:35,350 INFO Processing ruok command from /127.0.0.1:46952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:09:45,268 INFO Processing ruok command from /127.0.0.1:47032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:09:45,310 INFO Processing ruok command from /127.0.0.1:47034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:09:49,129 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:09:49,134 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-10-13 06:09:49,141 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:09:55,280 INFO Processing ruok command from /127.0.0.1:47138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:09:55,339 INFO Processing ruok command from /127.0.0.1:47140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:10:05,263 INFO Processing ruok command from /127.0.0.1:47226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:10:05,312 INFO Processing ruok command from /127.0.0.1:47228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:10:15,264 INFO Processing ruok command from /127.0.0.1:47322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:10:15,333 INFO Processing ruok command from /127.0.0.1:47324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:10:25,263 INFO Processing ruok command from /127.0.0.1:47414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:10:25,328 INFO Processing ruok command from /127.0.0.1:47416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:10:35,280 INFO Processing ruok command from /127.0.0.1:47508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:10:35,327 INFO Processing ruok command from /127.0.0.1:47510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:10:43,171 INFO Committing global session 0x100003a646d001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 06:10:45,275 INFO Processing ruok command from /127.0.0.1:47592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:10:45,356 INFO Processing ruok command from /127.0.0.1:47594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:10:49,128 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:10:49,135 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:10:49,141 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:10:49,147 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:10:55,276 INFO Processing ruok command from /127.0.0.1:47696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:10:55,343 INFO Processing ruok command from /127.0.0.1:47698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:11:05,280 INFO Processing ruok command from /127.0.0.1:47784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:11:05,318 INFO Processing ruok command from /127.0.0.1:47786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:11:15,277 INFO Processing ruok command from /127.0.0.1:47874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:11:15,344 INFO Processing ruok command from /127.0.0.1:47876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:11:25,261 INFO Processing ruok command from /127.0.0.1:47966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:11:25,301 INFO Processing ruok command from /127.0.0.1:47968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:11:35,272 INFO Processing ruok command from /127.0.0.1:48064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:11:35,306 INFO Processing ruok command from /127.0.0.1:48066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:11:45,261 INFO Processing ruok command from /127.0.0.1:48146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:11:45,346 INFO Processing ruok command from /127.0.0.1:48148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:11:49,128 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:11:49,133 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:11:49,139 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:11:55,265 INFO Processing ruok command from /127.0.0.1:48252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:11:55,303 INFO Processing ruok command from /127.0.0.1:48254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:12:05,260 INFO Processing ruok command from /127.0.0.1:48340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:12:05,304 INFO Processing ruok command from /127.0.0.1:48342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:12:15,293 INFO Processing ruok command from /127.0.0.1:48428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:12:15,373 INFO Processing ruok command from /127.0.0.1:48430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:12:25,285 INFO Processing ruok command from /127.0.0.1:48524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:12:25,322 INFO Processing ruok command from /127.0.0.1:48526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:12:35,286 INFO Processing ruok command from /127.0.0.1:48616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:12:35,344 INFO Processing ruok command from /127.0.0.1:48618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:12:43,047 INFO Committing global session 0x100003a646d001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 06:12:45,273 INFO Processing ruok command from /127.0.0.1:48698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:12:45,358 INFO Processing ruok command from /127.0.0.1:48700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:12:49,128 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:12:49,135 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:12:49,141 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:12:55,281 INFO Processing ruok command from /127.0.0.1:48804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:12:55,347 INFO Processing ruok command from /127.0.0.1:48806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:13:05,290 INFO Processing ruok command from /127.0.0.1:48896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:13:05,355 INFO Processing ruok command from /127.0.0.1:48898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:13:15,284 INFO Processing ruok command from /127.0.0.1:48986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:13:15,320 INFO Processing ruok command from /127.0.0.1:48988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:13:25,273 INFO Processing ruok command from /127.0.0.1:49080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:13:25,328 INFO Processing ruok command from /127.0.0.1:49082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:13:35,272 INFO Processing ruok command from /127.0.0.1:49180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:13:35,338 INFO Processing ruok command from /127.0.0.1:49182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:13:45,271 INFO Processing ruok command from /127.0.0.1:49260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:13:45,313 INFO Processing ruok command from /127.0.0.1:49262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:13:49,128 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:13:49,135 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:13:55,270 INFO Processing ruok command from /127.0.0.1:49366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:13:55,345 INFO Processing ruok command from /127.0.0.1:49368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:14:05,275 INFO Processing ruok command from /127.0.0.1:49462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:14:05,347 INFO Processing ruok command from /127.0.0.1:49464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:14:15,297 INFO Processing ruok command from /127.0.0.1:49546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:14:15,372 INFO Processing ruok command from /127.0.0.1:49548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:14:25,275 INFO Processing ruok command from /127.0.0.1:49640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:14:25,339 INFO Processing ruok command from /127.0.0.1:49642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:14:35,260 INFO Processing ruok command from /127.0.0.1:49730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:14:35,320 INFO Processing ruok command from /127.0.0.1:49732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:14:43,260 INFO Committing global session 0x200003b43720009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 06:14:45,273 INFO Processing ruok command from /127.0.0.1:49814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:14:45,311 INFO Processing ruok command from /127.0.0.1:49816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:14:49,128 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:14:49,134 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:14:55,274 INFO Processing ruok command from /127.0.0.1:49918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:14:55,341 INFO Processing ruok command from /127.0.0.1:49920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:15:05,273 INFO Processing ruok command from /127.0.0.1:50004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:15:05,332 INFO Processing ruok command from /127.0.0.1:50006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:15:15,264 INFO Processing ruok command from /127.0.0.1:50092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:15:15,341 INFO Processing ruok command from /127.0.0.1:50094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:15:25,266 INFO Processing ruok command from /127.0.0.1:50190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:15:25,337 INFO Processing ruok command from /127.0.0.1:50192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:15:35,257 INFO Processing ruok command from /127.0.0.1:50286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:15:35,331 INFO Processing ruok command from /127.0.0.1:50288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:15:45,264 INFO Processing ruok command from /127.0.0.1:50368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:15:45,309 INFO Processing ruok command from /127.0.0.1:50370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:15:49,128 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:15:49,133 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:15:49,139 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:15:49,146 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:15:49,152 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:15:55,267 INFO Processing ruok command from /127.0.0.1:50478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:15:55,343 INFO Processing ruok command from /127.0.0.1:50480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:16:05,278 INFO Processing ruok command from /127.0.0.1:50564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:16:05,322 INFO Processing ruok command from /127.0.0.1:50566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:16:15,260 INFO Processing ruok command from /127.0.0.1:50654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:16:15,332 INFO Processing ruok command from /127.0.0.1:50656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:16:25,276 INFO Processing ruok command from /127.0.0.1:50746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:16:25,314 INFO Processing ruok command from /127.0.0.1:50748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:16:35,267 INFO Processing ruok command from /127.0.0.1:50840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:16:35,311 INFO Processing ruok command from /127.0.0.1:50842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:16:43,916 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-13 06:16:43,922 INFO Committing global session 0x300003aac1d0018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 06:16:44,441 INFO Submitting global closeSession request for session 0x300003aac1d0018 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-13 06:16:45,278 INFO Processing ruok command from /127.0.0.1:50926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:16:45,320 INFO Processing ruok command from /127.0.0.1:50928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:16:49,128 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:16:49,135 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:16:49,140 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:16:49,146 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:16:49,152 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:16:55,263 INFO Processing ruok command from /127.0.0.1:51034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:16:55,301 INFO Processing ruok command from /127.0.0.1:51036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:17:05,277 INFO Processing ruok command from /127.0.0.1:51122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:17:05,314 INFO Processing ruok command from /127.0.0.1:51124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:17:15,286 INFO Processing ruok command from /127.0.0.1:51214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:17:15,321 INFO Processing ruok command from /127.0.0.1:51216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:17:25,276 INFO Processing ruok command from /127.0.0.1:51308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:17:25,329 INFO Processing ruok command from /127.0.0.1:51310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:17:35,262 INFO Processing ruok command from /127.0.0.1:51398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:17:35,312 INFO Processing ruok command from /127.0.0.1:51400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:17:45,261 INFO Processing ruok command from /127.0.0.1:51482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:17:45,299 INFO Processing ruok command from /127.0.0.1:51484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:17:49,128 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:17:49,133 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:17:49,139 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:17:49,146 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:17:49,152 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:17:49,158 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:17:55,264 INFO Processing ruok command from /127.0.0.1:51590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:17:55,341 INFO Processing ruok command from /127.0.0.1:51592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:18:05,265 INFO Processing ruok command from /127.0.0.1:51674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:18:05,322 INFO Processing ruok command from /127.0.0.1:51676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:18:15,259 INFO Processing ruok command from /127.0.0.1:51768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:18:15,332 INFO Processing ruok command from /127.0.0.1:51770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:18:25,273 INFO Processing ruok command from /127.0.0.1:51864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:18:25,341 INFO Processing ruok command from /127.0.0.1:51866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:18:35,273 INFO Processing ruok command from /127.0.0.1:51958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:18:35,311 INFO Processing ruok command from /127.0.0.1:51960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:18:43,799 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-13 06:18:43,804 INFO Committing global session 0x300003aac1d0019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 06:18:44,339 INFO Submitting global closeSession request for session 0x300003aac1d0019 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-13 06:18:45,265 INFO Processing ruok command from /127.0.0.1:52040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:18:45,306 INFO Processing ruok command from /127.0.0.1:52042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:18:49,129 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:18:49,134 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:18:55,273 INFO Processing ruok command from /127.0.0.1:52148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:18:55,311 INFO Processing ruok command from /127.0.0.1:52150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:19:05,275 INFO Processing ruok command from /127.0.0.1:52234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:19:05,344 INFO Processing ruok command from /127.0.0.1:52236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:19:15,266 INFO Processing ruok command from /127.0.0.1:52324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:19:15,307 INFO Processing ruok command from /127.0.0.1:52326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:19:25,263 INFO Processing ruok command from /127.0.0.1:52416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:19:25,302 INFO Processing ruok command from /127.0.0.1:52418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:19:35,275 INFO Processing ruok command from /127.0.0.1:52512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:19:35,310 INFO Processing ruok command from /127.0.0.1:52514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:19:45,262 INFO Processing ruok command from /127.0.0.1:52600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:19:45,299 INFO Processing ruok command from /127.0.0.1:52602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:19:49,129 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:19:55,275 INFO Processing ruok command from /127.0.0.1:52706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:19:55,315 INFO Processing ruok command from /127.0.0.1:52708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:20:05,268 INFO Processing ruok command from /127.0.0.1:52794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:20:05,310 INFO Processing ruok command from /127.0.0.1:52796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:20:15,279 INFO Processing ruok command from /127.0.0.1:52888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:20:15,311 INFO Processing ruok command from /127.0.0.1:52890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:20:25,274 INFO Processing ruok command from /127.0.0.1:52978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:20:25,311 INFO Processing ruok command from /127.0.0.1:52980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:20:35,282 INFO Processing ruok command from /127.0.0.1:53074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:20:35,342 INFO Processing ruok command from /127.0.0.1:53076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:20:43,139 INFO Committing global session 0x200003b4372000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 06:20:45,260 INFO Processing ruok command from /127.0.0.1:53162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:20:45,298 INFO Processing ruok command from /127.0.0.1:53164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:20:49,129 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:20:55,269 INFO Processing ruok command from /127.0.0.1:53268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:20:55,308 INFO Processing ruok command from /127.0.0.1:53270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:21:05,268 INFO Processing ruok command from /127.0.0.1:53360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:21:05,307 INFO Processing ruok command from /127.0.0.1:53362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:21:15,259 INFO Processing ruok command from /127.0.0.1:53448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:21:15,292 INFO Processing ruok command from /127.0.0.1:53450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:21:25,272 INFO Processing ruok command from /127.0.0.1:53542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:21:25,332 INFO Processing ruok command from /127.0.0.1:53544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:21:35,262 INFO Processing ruok command from /127.0.0.1:53636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:21:35,323 INFO Processing ruok command from /127.0.0.1:53638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:21:45,269 INFO Processing ruok command from /127.0.0.1:53722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:21:45,345 INFO Processing ruok command from /127.0.0.1:53724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:21:49,128 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:21:55,376 INFO Processing ruok command from /127.0.0.1:53830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:21:55,437 INFO Processing ruok command from /127.0.0.1:53832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:22:05,267 INFO Processing ruok command from /127.0.0.1:53920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:22:05,323 INFO Processing ruok command from /127.0.0.1:53922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:22:15,268 INFO Processing ruok command from /127.0.0.1:54008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:22:15,300 INFO Processing ruok command from /127.0.0.1:54010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:22:25,277 INFO Processing ruok command from /127.0.0.1:54102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:22:25,321 INFO Processing ruok command from /127.0.0.1:54104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:22:35,265 INFO Processing ruok command from /127.0.0.1:54198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:22:35,304 INFO Processing ruok command from /127.0.0.1:54200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:22:43,559 INFO Committing global session 0x200003b4372000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 06:22:45,279 INFO Processing ruok command from /127.0.0.1:54286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:22:45,321 INFO Processing ruok command from /127.0.0.1:54288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:22:49,128 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-10-13 06:22:49,133 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:22:55,272 INFO Processing ruok command from /127.0.0.1:54396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:22:55,336 INFO Processing ruok command from /127.0.0.1:54398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:23:05,274 INFO Processing ruok command from /127.0.0.1:54484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:23:05,312 INFO Processing ruok command from /127.0.0.1:54486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:23:15,259 INFO Processing ruok command from /127.0.0.1:54578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:23:15,307 INFO Processing ruok command from /127.0.0.1:54580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:23:25,276 INFO Processing ruok command from /127.0.0.1:54676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:23:25,336 INFO Processing ruok command from /127.0.0.1:54678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:23:35,268 INFO Processing ruok command from /127.0.0.1:54772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:23:35,310 INFO Processing ruok command from /127.0.0.1:54774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:23:45,270 INFO Processing ruok command from /127.0.0.1:54856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:23:45,337 INFO Processing ruok command from /127.0.0.1:54858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:23:49,129 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup/consumerId (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:23:49,135 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:23:49,141 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:23:55,265 INFO Processing ruok command from /127.0.0.1:54964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:23:55,305 INFO Processing ruok command from /127.0.0.1:54966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:24:05,262 INFO Processing ruok command from /127.0.0.1:55050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:24:05,303 INFO Processing ruok command from /127.0.0.1:55052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:24:15,283 INFO Processing ruok command from /127.0.0.1:55142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:24:15,350 INFO Processing ruok command from /127.0.0.1:55144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:24:25,286 INFO Processing ruok command from /127.0.0.1:55238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:24:25,322 INFO Processing ruok command from /127.0.0.1:55240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:24:35,271 INFO Processing ruok command from /127.0.0.1:55336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:24:35,316 INFO Processing ruok command from /127.0.0.1:55338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:24:43,083 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-13 06:24:43,090 INFO Committing global session 0x300003aac1d001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 06:24:43,805 INFO Submitting global closeSession request for session 0x300003aac1d001a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-13 06:24:45,266 INFO Processing ruok command from /127.0.0.1:55422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:24:45,309 INFO Processing ruok command from /127.0.0.1:55424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:24:49,129 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:24:49,134 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:24:55,265 INFO Processing ruok command from /127.0.0.1:55526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:24:55,303 INFO Processing ruok command from /127.0.0.1:55528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:25:05,271 INFO Processing ruok command from /127.0.0.1:55612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:25:05,317 INFO Processing ruok command from /127.0.0.1:55614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:25:15,261 INFO Processing ruok command from /127.0.0.1:55704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:25:15,299 INFO Processing ruok command from /127.0.0.1:55706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:25:25,273 INFO Processing ruok command from /127.0.0.1:55798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:25:25,312 INFO Processing ruok command from /127.0.0.1:55800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:25:35,273 INFO Processing ruok command from /127.0.0.1:55904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:25:35,312 INFO Processing ruok command from /127.0.0.1:55906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:25:45,273 INFO Processing ruok command from /127.0.0.1:55988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:25:45,346 INFO Processing ruok command from /127.0.0.1:55990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:25:49,129 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:25:55,261 INFO Processing ruok command from /127.0.0.1:56102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:25:55,294 INFO Processing ruok command from /127.0.0.1:56104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:26:05,263 INFO Processing ruok command from /127.0.0.1:56192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:26:05,305 INFO Processing ruok command from /127.0.0.1:56194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:26:15,263 INFO Processing ruok command from /127.0.0.1:56286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:26:15,327 INFO Processing ruok command from /127.0.0.1:56288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:26:25,276 INFO Processing ruok command from /127.0.0.1:56380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:26:25,311 INFO Processing ruok command from /127.0.0.1:56382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:26:35,259 INFO Processing ruok command from /127.0.0.1:56478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:26:35,295 INFO Processing ruok command from /127.0.0.1:56480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:26:42,927 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-13 06:26:42,934 INFO Committing global session 0x300003aac1d001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 06:26:43,654 INFO Submitting global closeSession request for session 0x300003aac1d001b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-13 06:26:45,266 INFO Processing ruok command from /127.0.0.1:56558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:26:45,337 INFO Processing ruok command from /127.0.0.1:56560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:26:49,128 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:26:55,266 INFO Processing ruok command from /127.0.0.1:56664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:26:55,336 INFO Processing ruok command from /127.0.0.1:56666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:27:05,276 INFO Processing ruok command from /127.0.0.1:56748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:27:05,319 INFO Processing ruok command from /127.0.0.1:56750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:27:15,271 INFO Processing ruok command from /127.0.0.1:56842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:27:15,310 INFO Processing ruok command from /127.0.0.1:56844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:27:25,272 INFO Processing ruok command from /127.0.0.1:56936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:27:25,305 INFO Processing ruok command from /127.0.0.1:56938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:27:35,264 INFO Processing ruok command from /127.0.0.1:57032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:27:35,332 INFO Processing ruok command from /127.0.0.1:57034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:27:45,276 INFO Processing ruok command from /127.0.0.1:57114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:27:45,315 INFO Processing ruok command from /127.0.0.1:57116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:27:55,265 INFO Processing ruok command from /127.0.0.1:57226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:27:55,304 INFO Processing ruok command from /127.0.0.1:57228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:28:05,266 INFO Processing ruok command from /127.0.0.1:57316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:28:05,328 INFO Processing ruok command from /127.0.0.1:57318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:28:15,274 INFO Processing ruok command from /127.0.0.1:57406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:28:15,310 INFO Processing ruok command from /127.0.0.1:57408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:28:25,301 INFO Processing ruok command from /127.0.0.1:57502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:28:25,334 INFO Processing ruok command from /127.0.0.1:57504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:28:35,265 INFO Processing ruok command from /127.0.0.1:57598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:28:35,302 INFO Processing ruok command from /127.0.0.1:57600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:28:43,513 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-13 06:28:43,525 INFO Committing global session 0x300003aac1d001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 06:28:44,227 INFO Submitting global closeSession request for session 0x300003aac1d001c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-13 06:28:45,264 INFO Processing ruok command from /127.0.0.1:57682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:28:45,321 INFO Processing ruok command from /127.0.0.1:57684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:28:49,128 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/sliceanalysisms-cg/sliceanalysisms-cid (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:28:55,258 INFO Processing ruok command from /127.0.0.1:57790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:28:55,300 INFO Processing ruok command from /127.0.0.1:57792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:29:05,257 INFO Processing ruok command from /127.0.0.1:57880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:29:05,319 INFO Processing ruok command from /127.0.0.1:57882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:29:15,274 INFO Processing ruok command from /127.0.0.1:57970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:29:15,310 INFO Processing ruok command from /127.0.0.1:57972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:29:25,277 INFO Processing ruok command from /127.0.0.1:58062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:29:25,307 INFO Processing ruok command from /127.0.0.1:58064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:29:35,272 INFO Processing ruok command from /127.0.0.1:58158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:29:35,335 INFO Processing ruok command from /127.0.0.1:58160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:29:45,263 INFO Processing ruok command from /127.0.0.1:58244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:29:45,335 INFO Processing ruok command from /127.0.0.1:58246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:29:49,129 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/sliceanalysisms-cg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:29:55,265 INFO Processing ruok command from /127.0.0.1:58350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:29:55,305 INFO Processing ruok command from /127.0.0.1:58352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:30:05,265 INFO Processing ruok command from /127.0.0.1:58436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:30:05,303 INFO Processing ruok command from /127.0.0.1:58438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:30:15,281 INFO Processing ruok command from /127.0.0.1:58526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:30:15,334 INFO Processing ruok command from /127.0.0.1:58528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:30:25,266 INFO Processing ruok command from /127.0.0.1:58620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:30:25,308 INFO Processing ruok command from /127.0.0.1:58622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:30:35,266 INFO Processing ruok command from /127.0.0.1:58712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:30:35,303 INFO Processing ruok command from /127.0.0.1:58714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:30:43,460 INFO Committing global session 0x100003a646d001d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 06:30:45,278 INFO Processing ruok command from /127.0.0.1:58798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:30:45,312 INFO Processing ruok command from /127.0.0.1:58800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:30:49,128 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:30:55,266 INFO Processing ruok command from /127.0.0.1:58908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:30:55,304 INFO Processing ruok command from /127.0.0.1:58910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:31:05,276 INFO Processing ruok command from /127.0.0.1:58998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:31:05,335 INFO Processing ruok command from /127.0.0.1:59000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:31:15,269 INFO Processing ruok command from /127.0.0.1:59092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:31:15,311 INFO Processing ruok command from /127.0.0.1:59094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:31:25,267 INFO Processing ruok command from /127.0.0.1:59186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:31:25,306 INFO Processing ruok command from /127.0.0.1:59188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:31:35,257 INFO Processing ruok command from /127.0.0.1:59284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:31:35,334 INFO Processing ruok command from /127.0.0.1:59286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:31:45,290 INFO Processing ruok command from /127.0.0.1:59368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:31:45,329 INFO Processing ruok command from /127.0.0.1:59370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:31:49,128 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:31:55,366 INFO Processing ruok command from /127.0.0.1:59472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:31:55,422 INFO Processing ruok command from /127.0.0.1:59474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:32:05,262 INFO Processing ruok command from /127.0.0.1:59558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:32:05,324 INFO Processing ruok command from /127.0.0.1:59560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:32:15,278 INFO Processing ruok command from /127.0.0.1:59650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:32:15,315 INFO Processing ruok command from /127.0.0.1:59652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:32:25,277 INFO Processing ruok command from /127.0.0.1:59740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:32:25,317 INFO Processing ruok command from /127.0.0.1:59742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:32:35,264 INFO Processing ruok command from /127.0.0.1:59830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:32:35,302 INFO Processing ruok command from /127.0.0.1:59832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:32:43,025 INFO Committing global session 0x100003a646d001e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 06:32:45,273 INFO Processing ruok command from /127.0.0.1:59912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:32:45,302 INFO Processing ruok command from /127.0.0.1:59914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:32:46,170 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-10-13 06:32:46,171 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-10-13 06:32:46,177 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-10-13 06:32:49,129 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:32:55,268 INFO Processing ruok command from /127.0.0.1:60018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:32:55,315 INFO Processing ruok command from /127.0.0.1:60020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:33:05,264 INFO Processing ruok command from /127.0.0.1:60104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:33:05,304 INFO Processing ruok command from /127.0.0.1:60106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:33:15,253 INFO Processing ruok command from /127.0.0.1:60196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:33:15,291 INFO Processing ruok command from /127.0.0.1:60198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:33:25,260 INFO Processing ruok command from /127.0.0.1:60286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:33:25,317 INFO Processing ruok command from /127.0.0.1:60288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:33:35,275 INFO Processing ruok command from /127.0.0.1:60382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:33:35,321 INFO Processing ruok command from /127.0.0.1:60384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:33:45,272 INFO Processing ruok command from /127.0.0.1:60466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:33:45,308 INFO Processing ruok command from /127.0.0.1:60468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:33:49,128 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:33:55,274 INFO Processing ruok command from /127.0.0.1:60574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:33:55,314 INFO Processing ruok command from /127.0.0.1:60576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:34:05,266 INFO Processing ruok command from /127.0.0.1:60660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:34:05,326 INFO Processing ruok command from /127.0.0.1:60662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:34:15,271 INFO Processing ruok command from /127.0.0.1:60756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:34:15,335 INFO Processing ruok command from /127.0.0.1:60758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:34:25,272 INFO Processing ruok command from /127.0.0.1:60852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:34:25,314 INFO Processing ruok command from /127.0.0.1:60854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:34:35,265 INFO Processing ruok command from /127.0.0.1:60942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:34:35,303 INFO Processing ruok command from /127.0.0.1:60944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:34:43,049 INFO Committing global session 0x100003a646d001f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 06:34:45,273 INFO Processing ruok command from /127.0.0.1:32792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:34:45,338 INFO Processing ruok command from /127.0.0.1:32794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:34:49,128 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:34:55,264 INFO Processing ruok command from /127.0.0.1:32896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:34:55,325 INFO Processing ruok command from /127.0.0.1:32898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:35:05,266 INFO Processing ruok command from /127.0.0.1:32982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:35:05,309 INFO Processing ruok command from /127.0.0.1:32984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:35:15,272 INFO Processing ruok command from /127.0.0.1:33074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:35:15,332 INFO Processing ruok command from /127.0.0.1:33076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:35:25,273 INFO Processing ruok command from /127.0.0.1:33164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:35:25,315 INFO Processing ruok command from /127.0.0.1:33166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:35:35,259 INFO Processing ruok command from /127.0.0.1:33260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:35:35,299 INFO Processing ruok command from /127.0.0.1:33262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:35:45,268 INFO Processing ruok command from /127.0.0.1:33346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:35:45,311 INFO Processing ruok command from /127.0.0.1:33348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:35:49,129 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-10-13 06:35:49,135 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/sliceanalysisms-cg/sliceanalysisms-cid (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:35:49,141 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:35:49,147 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg/kpi-cid (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:35:55,279 INFO Processing ruok command from /127.0.0.1:33456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:35:55,317 INFO Processing ruok command from /127.0.0.1:33458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:36:05,262 INFO Processing ruok command from /127.0.0.1:33546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:36:05,302 INFO Processing ruok command from /127.0.0.1:33548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:36:15,267 INFO Processing ruok command from /127.0.0.1:33638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:36:15,313 INFO Processing ruok command from /127.0.0.1:33640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:36:25,269 INFO Processing ruok command from /127.0.0.1:33730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:36:25,304 INFO Processing ruok command from /127.0.0.1:33732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:36:35,288 INFO Processing ruok command from /127.0.0.1:33822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:36:35,354 INFO Processing ruok command from /127.0.0.1:33824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:36:43,694 INFO Committing global session 0x100003a646d0020 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 06:36:45,268 INFO Processing ruok command from /127.0.0.1:33906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:36:45,310 INFO Processing ruok command from /127.0.0.1:33908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:36:49,128 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup/consumerId (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:36:49,134 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:36:49,141 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:36:49,147 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:36:49,153 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/sliceanalysisms-cg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:36:55,266 INFO Processing ruok command from /127.0.0.1:34014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:36:55,306 INFO Processing ruok command from /127.0.0.1:34016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:37:05,259 INFO Processing ruok command from /127.0.0.1:34104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:37:05,297 INFO Processing ruok command from /127.0.0.1:34106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:37:15,267 INFO Processing ruok command from /127.0.0.1:34194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:37:15,302 INFO Processing ruok command from /127.0.0.1:34196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:37:25,270 INFO Processing ruok command from /127.0.0.1:34286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:37:25,343 INFO Processing ruok command from /127.0.0.1:34288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:37:35,264 INFO Processing ruok command from /127.0.0.1:34384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:37:35,324 INFO Processing ruok command from /127.0.0.1:34386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:37:45,266 INFO Processing ruok command from /127.0.0.1:34468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:37:45,339 INFO Processing ruok command from /127.0.0.1:34470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:37:49,129 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:37:49,134 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:37:49,140 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:37:55,263 INFO Processing ruok command from /127.0.0.1:34574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:37:55,301 INFO Processing ruok command from /127.0.0.1:34576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:38:05,280 INFO Processing ruok command from /127.0.0.1:34664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:38:05,352 INFO Processing ruok command from /127.0.0.1:34666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:38:15,260 INFO Processing ruok command from /127.0.0.1:34758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:38:15,303 INFO Processing ruok command from /127.0.0.1:34760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:38:25,293 INFO Processing ruok command from /127.0.0.1:34848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:38:25,345 INFO Processing ruok command from /127.0.0.1:34850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:38:35,257 INFO Processing ruok command from /127.0.0.1:34940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:38:35,291 INFO Processing ruok command from /127.0.0.1:34942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:38:43,035 INFO Committing global session 0x200003b4372000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 06:38:45,264 INFO Processing ruok command from /127.0.0.1:35026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:38:45,302 INFO Processing ruok command from /127.0.0.1:35028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:38:49,129 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:38:55,271 INFO Processing ruok command from /127.0.0.1:35132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:38:55,311 INFO Processing ruok command from /127.0.0.1:35134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:39:05,261 INFO Processing ruok command from /127.0.0.1:35222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:39:05,301 INFO Processing ruok command from /127.0.0.1:35224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:39:15,279 INFO Processing ruok command from /127.0.0.1:35318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:39:15,318 INFO Processing ruok command from /127.0.0.1:35320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:39:25,280 INFO Processing ruok command from /127.0.0.1:35412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:39:25,314 INFO Processing ruok command from /127.0.0.1:35414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:39:35,261 INFO Processing ruok command from /127.0.0.1:35506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:39:35,330 INFO Processing ruok command from /127.0.0.1:35508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:39:45,260 INFO Processing ruok command from /127.0.0.1:35592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:39:45,296 INFO Processing ruok command from /127.0.0.1:35594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:39:49,128 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:39:55,270 INFO Processing ruok command from /127.0.0.1:35698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:39:55,306 INFO Processing ruok command from /127.0.0.1:35700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:40:05,275 INFO Processing ruok command from /127.0.0.1:35790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:40:05,312 INFO Processing ruok command from /127.0.0.1:35792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:40:15,265 INFO Processing ruok command from /127.0.0.1:35878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:40:15,316 INFO Processing ruok command from /127.0.0.1:35880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:40:25,262 INFO Processing ruok command from /127.0.0.1:35976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:40:25,315 INFO Processing ruok command from /127.0.0.1:35978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:40:35,270 INFO Processing ruok command from /127.0.0.1:36070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:40:35,333 INFO Processing ruok command from /127.0.0.1:36072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:40:42,787 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-13 06:40:42,795 INFO Committing global session 0x300003aac1d001d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 06:40:43,438 INFO Submitting global closeSession request for session 0x300003aac1d001d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-13 06:40:45,276 INFO Processing ruok command from /127.0.0.1:36150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:40:45,344 INFO Processing ruok command from /127.0.0.1:36152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:40:49,129 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:40:55,274 INFO Processing ruok command from /127.0.0.1:36254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:40:55,308 INFO Processing ruok command from /127.0.0.1:36256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:41:05,277 INFO Processing ruok command from /127.0.0.1:36342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:41:05,312 INFO Processing ruok command from /127.0.0.1:36344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:41:15,266 INFO Processing ruok command from /127.0.0.1:36438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:41:15,333 INFO Processing ruok command from /127.0.0.1:36440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:41:25,268 INFO Processing ruok command from /127.0.0.1:36530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:41:25,310 INFO Processing ruok command from /127.0.0.1:36532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:41:35,275 INFO Processing ruok command from /127.0.0.1:36626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:41:35,314 INFO Processing ruok command from /127.0.0.1:36628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:41:45,271 INFO Processing ruok command from /127.0.0.1:36710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:41:45,312 INFO Processing ruok command from /127.0.0.1:36712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:41:49,129 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:41:55,279 INFO Processing ruok command from /127.0.0.1:36818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:41:55,308 INFO Processing ruok command from /127.0.0.1:36820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:42:05,260 INFO Processing ruok command from /127.0.0.1:36902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:42:05,298 INFO Processing ruok command from /127.0.0.1:36904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:42:15,261 INFO Processing ruok command from /127.0.0.1:36998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:42:15,308 INFO Processing ruok command from /127.0.0.1:37000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:42:25,279 INFO Processing ruok command from /127.0.0.1:37092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:42:25,331 INFO Processing ruok command from /127.0.0.1:37094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:42:35,278 INFO Processing ruok command from /127.0.0.1:37186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:42:35,319 INFO Processing ruok command from /127.0.0.1:37188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:42:43,100 INFO Committing global session 0x200003b4372000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 06:42:45,256 INFO Processing ruok command from /127.0.0.1:37268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:42:45,292 INFO Processing ruok command from /127.0.0.1:37270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:42:49,128 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:42:55,281 INFO Processing ruok command from /127.0.0.1:37374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:42:55,310 INFO Processing ruok command from /127.0.0.1:37376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:43:05,268 INFO Processing ruok command from /127.0.0.1:37464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:43:05,308 INFO Processing ruok command from /127.0.0.1:37466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:43:15,283 INFO Processing ruok command from /127.0.0.1:37556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:43:15,315 INFO Processing ruok command from /127.0.0.1:37558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:43:25,273 INFO Processing ruok command from /127.0.0.1:37650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:43:25,313 INFO Processing ruok command from /127.0.0.1:37652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:43:35,269 INFO Processing ruok command from /127.0.0.1:37744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:43:35,333 INFO Processing ruok command from /127.0.0.1:37746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:43:45,265 INFO Processing ruok command from /127.0.0.1:37826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:43:45,305 INFO Processing ruok command from /127.0.0.1:37828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:43:49,128 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:43:55,267 INFO Processing ruok command from /127.0.0.1:37934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:43:55,341 INFO Processing ruok command from /127.0.0.1:37936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:44:05,265 INFO Processing ruok command from /127.0.0.1:38024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:44:05,302 INFO Processing ruok command from /127.0.0.1:38026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:44:15,265 INFO Processing ruok command from /127.0.0.1:38116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:44:15,309 INFO Processing ruok command from /127.0.0.1:38118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:44:25,268 INFO Processing ruok command from /127.0.0.1:38214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:44:25,310 INFO Processing ruok command from /127.0.0.1:38216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:44:35,267 INFO Processing ruok command from /127.0.0.1:38310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:44:35,339 INFO Processing ruok command from /127.0.0.1:38312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:44:43,106 INFO Committing global session 0x100003a646d0021 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 06:44:45,279 INFO Processing ruok command from /127.0.0.1:38400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:44:45,320 INFO Processing ruok command from /127.0.0.1:38402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:44:49,129 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:44:55,269 INFO Processing ruok command from /127.0.0.1:38512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:44:55,313 INFO Processing ruok command from /127.0.0.1:38514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:45:05,273 INFO Processing ruok command from /127.0.0.1:38600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:45:05,314 INFO Processing ruok command from /127.0.0.1:38602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:45:15,275 INFO Processing ruok command from /127.0.0.1:38692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:45:15,313 INFO Processing ruok command from /127.0.0.1:38694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:45:25,277 INFO Processing ruok command from /127.0.0.1:38786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:45:25,314 INFO Processing ruok command from /127.0.0.1:38788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:45:35,271 INFO Processing ruok command from /127.0.0.1:38876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:45:35,305 INFO Processing ruok command from /127.0.0.1:38878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:45:45,266 INFO Processing ruok command from /127.0.0.1:38960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:45:45,301 INFO Processing ruok command from /127.0.0.1:38962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:45:49,128 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-13 06:45:55,266 INFO Processing ruok command from /127.0.0.1:39072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:45:55,304 INFO Processing ruok command from /127.0.0.1:39074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:46:05,273 INFO Processing ruok command from /127.0.0.1:39158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:46:05,326 INFO Processing ruok command from /127.0.0.1:39160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:46:15,258 INFO Processing ruok command from /127.0.0.1:39254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:46:15,326 INFO Processing ruok command from /127.0.0.1:39256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:46:25,283 INFO Processing ruok command from /127.0.0.1:39348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:46:25,349 INFO Processing ruok command from /127.0.0.1:39350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:46:35,264 INFO Processing ruok command from /127.0.0.1:39442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:46:35,306 INFO Processing ruok command from /127.0.0.1:39444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:46:42,897 INFO Committing global session 0x200003b4372000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 06:46:45,272 INFO Processing ruok command from /127.0.0.1:39528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:46:45,340 INFO Processing ruok command from /127.0.0.1:39530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:46:55,285 INFO Processing ruok command from /127.0.0.1:39636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:46:55,322 INFO Processing ruok command from /127.0.0.1:39638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:47:05,261 INFO Processing ruok command from /127.0.0.1:39726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:47:05,305 INFO Processing ruok command from /127.0.0.1:39728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:47:15,264 INFO Processing ruok command from /127.0.0.1:39816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:47:15,335 INFO Processing ruok command from /127.0.0.1:39818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:47:25,268 INFO Processing ruok command from /127.0.0.1:39908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:47:25,332 INFO Processing ruok command from /127.0.0.1:39910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:47:35,260 INFO Processing ruok command from /127.0.0.1:40002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:47:35,343 INFO Processing ruok command from /127.0.0.1:40004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:47:45,264 INFO Processing ruok command from /127.0.0.1:40086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:47:45,303 INFO Processing ruok command from /127.0.0.1:40088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:47:55,279 INFO Processing ruok command from /127.0.0.1:40192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:47:55,336 INFO Processing ruok command from /127.0.0.1:40194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:48:05,269 INFO Processing ruok command from /127.0.0.1:40282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:48:05,307 INFO Processing ruok command from /127.0.0.1:40284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:48:15,264 INFO Processing ruok command from /127.0.0.1:40378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:48:15,302 INFO Processing ruok command from /127.0.0.1:40380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:48:25,267 INFO Processing ruok command from /127.0.0.1:40472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:48:25,319 INFO Processing ruok command from /127.0.0.1:40474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:48:35,267 INFO Processing ruok command from /127.0.0.1:40566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:48:35,305 INFO Processing ruok command from /127.0.0.1:40568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:48:42,990 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-13 06:48:42,997 INFO Committing global session 0x300003aac1d001e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 06:48:43,493 INFO Submitting global closeSession request for session 0x300003aac1d001e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-13 06:48:45,269 INFO Processing ruok command from /127.0.0.1:40650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:48:45,332 INFO Processing ruok command from /127.0.0.1:40652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:48:55,267 INFO Processing ruok command from /127.0.0.1:40756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:48:55,303 INFO Processing ruok command from /127.0.0.1:40758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:49:05,263 INFO Processing ruok command from /127.0.0.1:40842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:49:05,301 INFO Processing ruok command from /127.0.0.1:40844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:49:15,283 INFO Processing ruok command from /127.0.0.1:40934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:49:15,346 INFO Processing ruok command from /127.0.0.1:40936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:49:25,273 INFO Processing ruok command from /127.0.0.1:41028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:49:25,316 INFO Processing ruok command from /127.0.0.1:41030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:49:35,272 INFO Processing ruok command from /127.0.0.1:41122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:49:35,314 INFO Processing ruok command from /127.0.0.1:41124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:49:45,259 INFO Processing ruok command from /127.0.0.1:41206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:49:45,294 INFO Processing ruok command from /127.0.0.1:41208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:49:55,289 INFO Processing ruok command from /127.0.0.1:41310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:49:55,349 INFO Processing ruok command from /127.0.0.1:41312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:50:05,275 INFO Processing ruok command from /127.0.0.1:41396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:50:05,311 INFO Processing ruok command from /127.0.0.1:41398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:50:15,264 INFO Processing ruok command from /127.0.0.1:41484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:50:15,353 INFO Processing ruok command from /127.0.0.1:41486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:50:25,298 INFO Processing ruok command from /127.0.0.1:41580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:50:25,354 INFO Processing ruok command from /127.0.0.1:41582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:50:35,269 INFO Processing ruok command from /127.0.0.1:41674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:50:35,305 INFO Processing ruok command from /127.0.0.1:41676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:50:43,000 INFO Committing global session 0x100003a646d0022 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 06:50:45,259 INFO Processing ruok command from /127.0.0.1:41756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:50:45,301 INFO Processing ruok command from /127.0.0.1:41758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:50:55,265 INFO Processing ruok command from /127.0.0.1:41864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:50:55,300 INFO Processing ruok command from /127.0.0.1:41866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:51:05,271 INFO Processing ruok command from /127.0.0.1:41954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:51:05,295 INFO Processing ruok command from /127.0.0.1:41956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:51:15,261 INFO Processing ruok command from /127.0.0.1:42042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:51:15,295 INFO Processing ruok command from /127.0.0.1:42044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:51:25,296 INFO Processing ruok command from /127.0.0.1:42134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:51:25,341 INFO Processing ruok command from /127.0.0.1:42136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:51:35,267 INFO Processing ruok command from /127.0.0.1:42226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:51:35,329 INFO Processing ruok command from /127.0.0.1:42228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:51:45,270 INFO Processing ruok command from /127.0.0.1:42312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:51:45,304 INFO Processing ruok command from /127.0.0.1:42314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:51:55,270 INFO Processing ruok command from /127.0.0.1:42418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:51:55,329 INFO Processing ruok command from /127.0.0.1:42420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:52:05,264 INFO Processing ruok command from /127.0.0.1:42504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:52:05,332 INFO Processing ruok command from /127.0.0.1:42506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:52:15,268 INFO Processing ruok command from /127.0.0.1:42596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:52:15,313 INFO Processing ruok command from /127.0.0.1:42598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:52:25,269 INFO Processing ruok command from /127.0.0.1:42692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:52:25,309 INFO Processing ruok command from /127.0.0.1:42694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:52:35,263 INFO Processing ruok command from /127.0.0.1:42786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:52:35,299 INFO Processing ruok command from /127.0.0.1:42788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:52:42,654 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-13 06:52:42,661 INFO Committing global session 0x300003aac1d001f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 06:52:43,172 INFO Submitting global closeSession request for session 0x300003aac1d001f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-13 06:52:45,256 INFO Processing ruok command from /127.0.0.1:42870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:52:45,291 INFO Processing ruok command from /127.0.0.1:42872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:52:55,261 INFO Processing ruok command from /127.0.0.1:42982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:52:55,311 INFO Processing ruok command from /127.0.0.1:42984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:53:05,263 INFO Processing ruok command from /127.0.0.1:43070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:53:05,329 INFO Processing ruok command from /127.0.0.1:43072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:53:15,276 INFO Processing ruok command from /127.0.0.1:43162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:53:15,338 INFO Processing ruok command from /127.0.0.1:43164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:53:25,270 INFO Processing ruok command from /127.0.0.1:43258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:53:25,334 INFO Processing ruok command from /127.0.0.1:43260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:53:35,262 INFO Processing ruok command from /127.0.0.1:43350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:53:35,299 INFO Processing ruok command from /127.0.0.1:43352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:53:45,282 INFO Processing ruok command from /127.0.0.1:43430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:53:45,368 INFO Processing ruok command from /127.0.0.1:43432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:53:55,273 INFO Processing ruok command from /127.0.0.1:43538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:53:55,314 INFO Processing ruok command from /127.0.0.1:43540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:54:05,261 INFO Processing ruok command from /127.0.0.1:43626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:54:05,297 INFO Processing ruok command from /127.0.0.1:43628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:54:15,273 INFO Processing ruok command from /127.0.0.1:43718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:54:15,311 INFO Processing ruok command from /127.0.0.1:43720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:54:25,277 INFO Processing ruok command from /127.0.0.1:43816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:54:25,316 INFO Processing ruok command from /127.0.0.1:43818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:54:35,263 INFO Processing ruok command from /127.0.0.1:43912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:54:35,301 INFO Processing ruok command from /127.0.0.1:43914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:54:42,848 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-13 06:54:42,853 INFO Committing global session 0x300003aac1d0020 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 06:54:43,577 INFO Submitting global closeSession request for session 0x300003aac1d0020 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-13 06:54:45,259 INFO Processing ruok command from /127.0.0.1:43998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:54:45,320 INFO Processing ruok command from /127.0.0.1:44000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:54:55,263 INFO Processing ruok command from /127.0.0.1:44104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:54:55,314 INFO Processing ruok command from /127.0.0.1:44106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:55:05,265 INFO Processing ruok command from /127.0.0.1:44194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:55:05,302 INFO Processing ruok command from /127.0.0.1:44196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:55:15,268 INFO Processing ruok command from /127.0.0.1:44282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:55:15,305 INFO Processing ruok command from /127.0.0.1:44284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:55:25,281 INFO Processing ruok command from /127.0.0.1:44378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:55:25,318 INFO Processing ruok command from /127.0.0.1:44380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:55:35,260 INFO Processing ruok command from /127.0.0.1:44468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:55:35,330 INFO Processing ruok command from /127.0.0.1:44470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:55:45,265 INFO Processing ruok command from /127.0.0.1:44550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:55:45,309 INFO Processing ruok command from /127.0.0.1:44552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:55:55,267 INFO Processing ruok command from /127.0.0.1:44666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:55:55,306 INFO Processing ruok command from /127.0.0.1:44668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:56:05,264 INFO Processing ruok command from /127.0.0.1:44754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:56:05,304 INFO Processing ruok command from /127.0.0.1:44756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:56:15,266 INFO Processing ruok command from /127.0.0.1:44850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:56:15,313 INFO Processing ruok command from /127.0.0.1:44852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:56:25,257 INFO Processing ruok command from /127.0.0.1:44946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:56:25,297 INFO Processing ruok command from /127.0.0.1:44948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:56:35,268 INFO Processing ruok command from /127.0.0.1:45038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:56:35,306 INFO Processing ruok command from /127.0.0.1:45040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:56:42,642 INFO Committing global session 0x100003a646d0023 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 06:56:45,273 INFO Processing ruok command from /127.0.0.1:45118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:56:45,310 INFO Processing ruok command from /127.0.0.1:45120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:56:55,265 INFO Processing ruok command from /127.0.0.1:45230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:56:55,300 INFO Processing ruok command from /127.0.0.1:45232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:57:05,279 INFO Processing ruok command from /127.0.0.1:45316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:57:05,335 INFO Processing ruok command from /127.0.0.1:45318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:57:15,262 INFO Processing ruok command from /127.0.0.1:45406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:57:15,302 INFO Processing ruok command from /127.0.0.1:45408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:57:25,278 INFO Processing ruok command from /127.0.0.1:45500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:57:25,322 INFO Processing ruok command from /127.0.0.1:45502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:57:35,275 INFO Processing ruok command from /127.0.0.1:45592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:57:35,314 INFO Processing ruok command from /127.0.0.1:45594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:57:45,269 INFO Processing ruok command from /127.0.0.1:45678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:57:45,349 INFO Processing ruok command from /127.0.0.1:45680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:57:55,261 INFO Processing ruok command from /127.0.0.1:45784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:57:55,299 INFO Processing ruok command from /127.0.0.1:45786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:58:05,260 INFO Processing ruok command from /127.0.0.1:45868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:58:05,301 INFO Processing ruok command from /127.0.0.1:45870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:58:15,253 INFO Processing ruok command from /127.0.0.1:45962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:58:15,296 INFO Processing ruok command from /127.0.0.1:45964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:58:25,274 INFO Processing ruok command from /127.0.0.1:46054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:58:25,311 INFO Processing ruok command from /127.0.0.1:46056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:58:35,274 INFO Processing ruok command from /127.0.0.1:46148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:58:35,313 INFO Processing ruok command from /127.0.0.1:46150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:58:43,288 INFO Committing global session 0x200003b4372000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 06:58:45,259 INFO Processing ruok command from /127.0.0.1:46232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:58:45,324 INFO Processing ruok command from /127.0.0.1:46234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:58:55,273 INFO Processing ruok command from /127.0.0.1:46342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:58:55,332 INFO Processing ruok command from /127.0.0.1:46344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:59:05,264 INFO Processing ruok command from /127.0.0.1:46434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:59:05,332 INFO Processing ruok command from /127.0.0.1:46436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:59:15,267 INFO Processing ruok command from /127.0.0.1:46520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:59:15,302 INFO Processing ruok command from /127.0.0.1:46522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:59:25,261 INFO Processing ruok command from /127.0.0.1:46614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:59:25,308 INFO Processing ruok command from /127.0.0.1:46616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:59:35,265 INFO Processing ruok command from /127.0.0.1:46708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:59:35,303 INFO Processing ruok command from /127.0.0.1:46710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:59:45,270 INFO Processing ruok command from /127.0.0.1:46794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:59:45,339 INFO Processing ruok command from /127.0.0.1:46796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 06:59:55,291 INFO Processing ruok command from /127.0.0.1:46896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 06:59:55,323 INFO Processing ruok command from /127.0.0.1:46898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 07:00:05,263 INFO Processing ruok command from /127.0.0.1:46982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 07:00:05,338 INFO Processing ruok command from /127.0.0.1:46984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 07:00:15,269 INFO Processing ruok command from /127.0.0.1:47076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 07:00:15,334 INFO Processing ruok command from /127.0.0.1:47078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 07:00:25,262 INFO Processing ruok command from /127.0.0.1:47168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 07:00:25,300 INFO Processing ruok command from /127.0.0.1:47170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 07:00:35,262 INFO Processing ruok command from /127.0.0.1:47262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 07:00:35,299 INFO Processing ruok command from /127.0.0.1:47264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 07:00:42,874 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-13 07:00:42,880 INFO Committing global session 0x300003aac1d0021 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 07:00:43,404 INFO Submitting global closeSession request for session 0x300003aac1d0021 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-13 07:00:45,285 INFO Processing ruok command from /127.0.0.1:47346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 07:00:45,316 INFO Processing ruok command from /127.0.0.1:47348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 07:00:55,281 INFO Processing ruok command from /127.0.0.1:47458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 07:00:55,339 INFO Processing ruok command from /127.0.0.1:47460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 07:01:05,274 INFO Processing ruok command from /127.0.0.1:47540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 07:01:05,305 INFO Processing ruok command from /127.0.0.1:47542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 07:01:15,267 INFO Processing ruok command from /127.0.0.1:47628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 07:01:15,311 INFO Processing ruok command from /127.0.0.1:47630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 07:01:25,271 INFO Processing ruok command from /127.0.0.1:47720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 07:01:25,307 INFO Processing ruok command from /127.0.0.1:47722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 07:01:35,269 INFO Processing ruok command from /127.0.0.1:47818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 07:01:35,337 INFO Processing ruok command from /127.0.0.1:47820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 07:01:45,261 INFO Processing ruok command from /127.0.0.1:47904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 07:01:45,302 INFO Processing ruok command from /127.0.0.1:47906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 07:01:55,268 INFO Processing ruok command from /127.0.0.1:48010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 07:01:55,328 INFO Processing ruok command from /127.0.0.1:48012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 07:02:05,272 INFO Processing ruok command from /127.0.0.1:48096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 07:02:05,308 INFO Processing ruok command from /127.0.0.1:48098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 07:02:15,263 INFO Processing ruok command from /127.0.0.1:48192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 07:02:15,323 INFO Processing ruok command from /127.0.0.1:48194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 07:02:25,273 INFO Processing ruok command from /127.0.0.1:48290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 07:02:25,319 INFO Processing ruok command from /127.0.0.1:48292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 07:02:35,268 INFO Processing ruok command from /127.0.0.1:48380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 07:02:35,305 INFO Processing ruok command from /127.0.0.1:48382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 07:02:43,109 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-13 07:02:43,115 INFO Committing global session 0x300003aac1d0022 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-13 07:02:43,823 INFO Submitting global closeSession request for session 0x300003aac1d0022 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-13 07:02:45,274 INFO Processing ruok command from /127.0.0.1:48460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 07:02:45,311 INFO Processing ruok command from /127.0.0.1:48462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 07:02:55,273 INFO Processing ruok command from /127.0.0.1:48568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 07:02:55,309 INFO Processing ruok command from /127.0.0.1:48570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 07:03:05,269 INFO Processing ruok command from /127.0.0.1:48652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 07:03:05,308 INFO Processing ruok command from /127.0.0.1:48654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-13 07:03:15,256 INFO Processing ruok command from /127.0.0.1:48750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-13 07:03:15,297 INFO Processing ruok command from /127.0.0.1:48752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]