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-30 02:35:19,169 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-10-30 02:35:19,178 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-10-30 02:35:19,178 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-10-30 02:35:19,182 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main] 2022-10-30 02:35:19,182 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-10-30 02:35:19,183 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-10-30 02:35:19,248 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-10-30 02:35:19,248 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-10-30 02:35:19,249 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-10-30 02:35:19,254 INFO Log4j 1.2 jmx support found and enabled. (org.apache.zookeeper.jmx.ManagedUtil) [main] 2022-10-30 02:35:19,255 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-10-30 02:35:19,265 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-10-30 02:35:19,267 INFO Starting quorum peer, myid=3 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main] 2022-10-30 02:35:19,288 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@7c469c48 (org.apache.zookeeper.server.ServerMetrics) [main] 2022-10-30 02:35:19,371 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-30 02:35:19,371 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-30 02:35:19,371 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-30 02:35:19,421 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-10-30 02:35:19,422 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-10-30 02:35:19,422 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-30 02:35:19,422 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-30 02:35:19,422 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-30 02:35:19,423 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-10-30 02:35:19,423 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-10-30 02:35:19,430 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-30 02:35:19,435 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-10-30 02:35:19,436 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-30 02:35:19,436 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-30 02:35:19,436 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-30 02:35:19,436 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-30 02:35:19,436 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-30 02:35:19,436 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-30 02:35:19,436 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-30 02:35:19,436 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-30 02:35:19,451 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-30 02:35:19,451 INFO ______ _ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-30 02:35:19,451 INFO |___ / | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-30 02:35:19,451 INFO / / ___ ___ | | __ ___ ___ _ __ ___ _ __ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-30 02:35:19,451 INFO / / / _ \ / _ \ | |/ / / _ \ / _ \ | '_ \ / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-30 02:35:19,451 INFO / /__ | (_) | | (_) | | < | __/ | __/ | |_) | | __/ | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-30 02:35:19,451 INFO /_____| \___/ \___/ |_|\_\ \___| \___| | .__/ \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-30 02:35:19,451 INFO | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-30 02:35:19,451 INFO |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-30 02:35:19,451 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-30 02:35:19,453 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-30 02:35:19,453 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-30 02:35:19,453 INFO Server environment:java.version=11.0.15 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-30 02:35:19,453 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-30 02:35:19,453 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-30 02:35:19,453 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-30 02:35:19,453 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-30 02:35:19,453 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-30 02:35:19,453 INFO Server environment:java.compiler=
(org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-30 02:35:19,453 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-30 02:35:19,453 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-30 02:35:19,453 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-30 02:35:19,453 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-30 02:35:19,453 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-30 02:35:19,454 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-30 02:35:19,454 INFO Server environment:os.memory.free=239MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-30 02:35:19,454 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-30 02:35:19,454 INFO Server environment:os.memory.total=260MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-30 02:35:19,454 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-30 02:35:19,454 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-30 02:35:19,454 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-30 02:35:19,454 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-30 02:35:19,454 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-30 02:35:19,454 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-30 02:35:19,454 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-30 02:35:19,454 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-10-30 02:35:19,460 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-10-30 02:35:19,460 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-10-30 02:35:19,461 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-10-30 02:35:19,461 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-10-30 02:35:19,478 INFO Using TLS encrypted quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-30 02:35:19,478 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-30 02:35:19,479 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-30 02:35:19,479 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-30 02:35:19,479 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-30 02:35:19,479 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-30 02:35:19,479 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-30 02:35:19,487 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main] 2022-10-30 02:35:19,487 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-10-30 02:35:19,493 INFO Snapshot loaded in 15 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-10-30 02:35:19,495 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-30 02:35:19,499 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-30 02:35:19,501 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-30 02:35:19,575 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-30 02:35:19,575 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-30 02:35:19,577 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-10-30 02:35:19,578 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-10-30 02:35:19,584 INFO Election port bind maximum retries is infinite (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main] 2022-10-30 02:35:19,586 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-10-30 02:35:19,586 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-10-30 02:35:19,590 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main] 2022-10-30 02:35:19,592 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.65.75:3888] 2022-10-30 02:35:19,595 INFO 3 is accepting connections now, my election bind port: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.75:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.75:3888] 2022-10-30 02:35:19,615 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-30 02:35:19,618 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-30 02:35:19,636 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-30 02:35:19,849 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-30 02:35:20,099 WARN Cannot open channel to 2 at election address onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-2] java.net.UnknownHostException: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-10-30 02:35:20,099 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-1] java.net.UnknownHostException: onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-10-30 02:35:20,252 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-30 02:35:20,252 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3] java.net.UnknownHostException: onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-10-30 02:35:20,253 WARN Cannot open channel to 2 at election address onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-1] java.net.UnknownHostException: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-10-30 02:35:21,053 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-30 02:35:21,054 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-1] java.net.UnknownHostException: onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-10-30 02:35:21,057 WARN Cannot open channel to 2 at election address onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3] java.net.UnknownHostException: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-10-30 02:35:22,655 INFO Notification time out: 3200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-30 02:35:22,655 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3] java.net.UnknownHostException: onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-10-30 02:35:22,656 WARN Cannot open channel to 2 at election address onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-1] java.net.UnknownHostException: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-10-30 02:35:24,717 INFO Received connection request from /10.233.71.39:59012 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.75:3888] 2022-10-30 02:35:25,074 INFO Accepted TLS connection from /10.233.71.39:59012 - 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.65.75:3888] 2022-10-30 02:35:25,201 INFO SSL handshake complete with /10.233.71.39:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-1] 2022-10-30 02:35:25,215 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-30 02:35:25,225 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-30 02:35:25,426 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-30 02:35:25,427 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-30 02:35:25,431 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-30 02:35:25,432 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-30 02:35:25,432 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-30 02:35:25,432 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-30 02:35:25,432 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-30 02:35:25,435 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-30 02:35:25,436 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-30 02:35:25,439 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-30 02:35:25,440 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-30 02:35:25,441 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-30 02:35:25,442 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-30 02:35:25,442 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-30 02:35:25,442 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-30 02:35:25,442 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-30 02:35:25,442 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-30 02:35:25,442 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-30 02:35:25,444 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-30 02:35:25,444 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-30 02:35:25,444 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-30 02:35:25,447 INFO LEADING - LEADER ELECTION TOOK - 5830 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-10-30 02:35:25,450 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-30 02:35:25,450 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-30 02:35:25,455 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-30 02:35:25,616 INFO Accepted TLS connection from /10.233.71.39:53840 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.71.39:53840] 2022-10-30 02:35:25,623 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.71.39:53840] 2022-10-30 02:35:25,636 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.71.39:53840] 2022-10-30 02:35:25,636 INFO Synchronizing with Learner sid: 1 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x0 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.71.39:53840] 2022-10-30 02:35:25,637 INFO Sending DIFF zxid=0x0 for peer sid: 1 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.71.39:53840] 2022-10-30 02:35:25,652 INFO Received connection request from /10.233.67.91:57916 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.75:3888] 2022-10-30 02:35:25,654 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-30 02:35:25,700 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-30 02:35:25,715 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-30 02:35:25,715 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-30 02:35:25,725 INFO PrepRequestProcessor (sid:3) started, reconfigEnabled=true (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:3 cport:-1):] 2022-10-30 02:35:25,726 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-30 02:35:25,727 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-30 02:35:25,738 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-30 02:35:25,919 INFO Accepted TLS connection from /10.233.67.91:57916 - 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.65.75:3888] 2022-10-30 02:35:25,939 INFO Received connection request from /10.233.67.91:57920 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.75:3888] 2022-10-30 02:35:25,959 INFO Accepted TLS connection from /10.233.67.91:57920 - 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.65.75:3888] 2022-10-30 02:35:26,011 INFO SSL handshake complete with /10.233.67.91:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-1] 2022-10-30 02:35:26,016 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-30 02:35:26,096 INFO Accepted TLS connection from /10.233.67.91:45620 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.67.91:45620] 2022-10-30 02:35:26,103 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.67.91:45620] 2022-10-30 02:35:26,111 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.67.91:45620] 2022-10-30 02:35:26,111 INFO Synchronizing with Learner sid: 2 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x100000000 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.67.91:45620] 2022-10-30 02:35:26,124 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.67.91:45620] 2022-10-30 02:35:34,876 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-30 02:35:34,876 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-30 02:35:34,877 INFO Processing ruok command from /127.0.0.1:58232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:35:34,885 INFO Processing ruok command from /127.0.0.1:58234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:35:44,842 INFO Processing ruok command from /127.0.0.1:58320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:35:44,869 INFO Processing ruok command from /127.0.0.1:58322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:35:46,051 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-30 02:35:46,067 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:3] 2022-10-30 02:35:46,077 INFO Committing global session 0x300003b235c0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 02:35:46,574 INFO Submitting global closeSession request for session 0x300003b235c0000 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-30 02:35:54,833 INFO Processing ruok command from /127.0.0.1:58446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:35:54,859 INFO Processing ruok command from /127.0.0.1:58448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:36:00,916 INFO Committing global session 0x200003cbf9c0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 02:36:03,523 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-30 02:36:03,534 INFO Committing global session 0x300003b235c0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 02:36:04,230 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-30 02:36:04,238 INFO Committing global session 0x300003b235c0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 02:36:04,530 INFO Committing global session 0x200003cbf9c0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 02:36:04,848 INFO Processing ruok command from /127.0.0.1:58540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:36:04,929 INFO Processing ruok command from /127.0.0.1:58542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:36:07,796 INFO Committing global session 0x1000039df0d0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 02:36:08,368 INFO Committing global session 0x200003cbf9c0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 02:36:14,832 INFO Processing ruok command from /127.0.0.1:58624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:36:14,858 INFO Processing ruok command from /127.0.0.1:58626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:36:24,850 INFO Processing ruok command from /127.0.0.1:58708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:36:24,877 INFO Processing ruok command from /127.0.0.1:58710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:36:34,834 INFO Processing ruok command from /127.0.0.1:58792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:36:34,858 INFO Processing ruok command from /127.0.0.1:58794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:36:37,720 INFO Authenticated Id 'CN=onap-strimzi-entity-topic-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-30 02:36:37,733 INFO Committing global session 0x300003b235c0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 02:36:44,822 INFO Processing ruok command from /127.0.0.1:58882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:36:44,849 INFO Processing ruok command from /127.0.0.1:58884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:36:54,853 INFO Processing ruok command from /127.0.0.1:58976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:36:54,889 INFO Processing ruok command from /127.0.0.1:58978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:36:58,673 INFO Committing global session 0x200003cbf9c0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 02:37:04,841 INFO Processing ruok command from /127.0.0.1:59064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:37:04,865 INFO Processing ruok command from /127.0.0.1:59066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:37:14,841 INFO Processing ruok command from /127.0.0.1:59150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:37:14,864 INFO Processing ruok command from /127.0.0.1:59152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:37:24,839 INFO Processing ruok command from /127.0.0.1:59230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:37:24,866 INFO Processing ruok command from /127.0.0.1:59232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:37:34,823 INFO Processing ruok command from /127.0.0.1:59354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:37:34,855 INFO Processing ruok command from /127.0.0.1:59356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:37:44,850 INFO Processing ruok command from /127.0.0.1:59486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:37:44,893 INFO Processing ruok command from /127.0.0.1:59490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:37:54,839 INFO Processing ruok command from /127.0.0.1:59578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:37:54,871 INFO Processing ruok command from /127.0.0.1:59580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:38:04,836 INFO Processing ruok command from /127.0.0.1:59672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:38:04,863 INFO Processing ruok command from /127.0.0.1:59674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:38:14,826 INFO Processing ruok command from /127.0.0.1:59758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:38:14,856 INFO Processing ruok command from /127.0.0.1:59760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:38:24,857 INFO Processing ruok command from /127.0.0.1:59900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:38:24,912 INFO Processing ruok command from /127.0.0.1:59902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:38:34,029 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-30 02:38:34,037 INFO Committing global session 0x300003b235c0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 02:38:34,689 INFO Submitting global closeSession request for session 0x300003b235c0004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-30 02:38:34,836 INFO Processing ruok command from /127.0.0.1:59982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:38:34,864 INFO Processing ruok command from /127.0.0.1:59984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:38:44,828 INFO Processing ruok command from /127.0.0.1:60074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:38:44,860 INFO Processing ruok command from /127.0.0.1:60076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:38:54,852 INFO Processing ruok command from /127.0.0.1:60160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:38:54,882 INFO Processing ruok command from /127.0.0.1:60162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:39:04,838 INFO Processing ruok command from /127.0.0.1:60258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:39:04,873 INFO Processing ruok command from /127.0.0.1:60260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:39:14,843 INFO Processing ruok command from /127.0.0.1:60348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:39:14,876 INFO Processing ruok command from /127.0.0.1:60350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:39:24,835 INFO Processing ruok command from /127.0.0.1:60444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:39:24,863 INFO Processing ruok command from /127.0.0.1:60446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:39:34,826 INFO Processing ruok command from /127.0.0.1:60536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:39:34,861 INFO Processing ruok command from /127.0.0.1:60538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:39:44,842 INFO Processing ruok command from /127.0.0.1:60626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:39:44,870 INFO Processing ruok command from /127.0.0.1:60628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:39:54,845 INFO Processing ruok command from /127.0.0.1:60718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:39:54,872 INFO Processing ruok command from /127.0.0.1:60720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:40:04,842 INFO Processing ruok command from /127.0.0.1:60812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:40:04,879 INFO Processing ruok command from /127.0.0.1:60814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:40:14,841 INFO Processing ruok command from /127.0.0.1:60912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:40:14,866 INFO Processing ruok command from /127.0.0.1:60914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:40:24,830 INFO Processing ruok command from /127.0.0.1:32790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:40:24,893 INFO Processing ruok command from /127.0.0.1:32794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:40:34,163 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-30 02:40:34,170 INFO Committing global session 0x300003b235c0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 02:40:34,836 INFO Processing ruok command from /127.0.0.1:32928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:40:34,861 INFO Processing ruok command from /127.0.0.1:32930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:40:34,917 INFO Submitting global closeSession request for session 0x300003b235c0005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-30 02:40:44,852 INFO Processing ruok command from /127.0.0.1:33064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:40:44,889 INFO Processing ruok command from /127.0.0.1:33066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:40:54,835 INFO Processing ruok command from /127.0.0.1:33174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:40:54,894 INFO Processing ruok command from /127.0.0.1:33176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:41:04,836 INFO Processing ruok command from /127.0.0.1:33278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:41:04,862 INFO Processing ruok command from /127.0.0.1:33280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:41:14,867 INFO Processing ruok command from /127.0.0.1:33440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:41:14,927 INFO Processing ruok command from /127.0.0.1:33442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:41:24,840 INFO Processing ruok command from /127.0.0.1:33562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:41:24,877 INFO Processing ruok command from /127.0.0.1:33564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:41:34,846 INFO Processing ruok command from /127.0.0.1:33670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:41:34,874 INFO Processing ruok command from /127.0.0.1:33672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:41:44,850 INFO Processing ruok command from /127.0.0.1:33806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:41:44,879 INFO Processing ruok command from /127.0.0.1:33808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:41:54,843 INFO Processing ruok command from /127.0.0.1:33912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:41:54,870 INFO Processing ruok command from /127.0.0.1:33914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:42:04,842 INFO Processing ruok command from /127.0.0.1:34024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:42:04,869 INFO Processing ruok command from /127.0.0.1:34026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:42:14,847 INFO Processing ruok command from /127.0.0.1:34128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:42:14,891 INFO Processing ruok command from /127.0.0.1:34130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:42:24,829 INFO Processing ruok command from /127.0.0.1:34266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:42:24,857 INFO Processing ruok command from /127.0.0.1:34268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:42:33,914 INFO Committing global session 0x200003cbf9c0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 02:42:34,855 INFO Processing ruok command from /127.0.0.1:34384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:42:34,935 INFO Processing ruok command from /127.0.0.1:34386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:42:44,843 INFO Processing ruok command from /127.0.0.1:34492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:42:44,870 INFO Processing ruok command from /127.0.0.1:34494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:42:54,845 INFO Processing ruok command from /127.0.0.1:34620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:42:54,873 INFO Processing ruok command from /127.0.0.1:34622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:43:04,837 INFO Processing ruok command from /127.0.0.1:34730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:43:04,870 INFO Processing ruok command from /127.0.0.1:34732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:43:14,831 INFO Processing ruok command from /127.0.0.1:34838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:43:14,868 INFO Processing ruok command from /127.0.0.1:34840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:43:24,835 INFO Processing ruok command from /127.0.0.1:34956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:43:24,864 INFO Processing ruok command from /127.0.0.1:34958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:43:34,840 INFO Processing ruok command from /127.0.0.1:35060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:43:34,864 INFO Processing ruok command from /127.0.0.1:35062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:43:44,828 INFO Processing ruok command from /127.0.0.1:35172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:43:44,863 INFO Processing ruok command from /127.0.0.1:35174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:43:54,838 INFO Processing ruok command from /127.0.0.1:35324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:43:54,913 INFO Processing ruok command from /127.0.0.1:35326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:44:04,830 INFO Processing ruok command from /127.0.0.1:35438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:44:04,862 INFO Processing ruok command from /127.0.0.1:35440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:44:14,835 INFO Processing ruok command from /127.0.0.1:35558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:44:14,862 INFO Processing ruok command from /127.0.0.1:35560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:44:24,836 INFO Processing ruok command from /127.0.0.1:35664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:44:24,862 INFO Processing ruok command from /127.0.0.1:35668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:44:34,222 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-30 02:44:34,228 INFO Committing global session 0x300003b235c0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 02:44:34,835 INFO Processing ruok command from /127.0.0.1:35788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:44:34,869 INFO Processing ruok command from /127.0.0.1:35790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:44:34,977 INFO Submitting global closeSession request for session 0x300003b235c0006 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-30 02:44:44,829 INFO Processing ruok command from /127.0.0.1:35940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:44:44,853 INFO Processing ruok command from /127.0.0.1:35942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:44:54,840 INFO Processing ruok command from /127.0.0.1:36078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:44:54,867 INFO Processing ruok command from /127.0.0.1:36080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:45:04,832 INFO Processing ruok command from /127.0.0.1:36190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:45:04,865 INFO Processing ruok command from /127.0.0.1:36192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:45:14,856 INFO Processing ruok command from /127.0.0.1:36308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:45:14,879 INFO Processing ruok command from /127.0.0.1:36310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:45:24,835 INFO Processing ruok command from /127.0.0.1:36518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:45:24,861 INFO Processing ruok command from /127.0.0.1:36520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:45:34,848 INFO Processing ruok command from /127.0.0.1:36658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:45:34,885 INFO Processing ruok command from /127.0.0.1:36660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:45:44,844 INFO Processing ruok command from /127.0.0.1:36774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:45:44,876 INFO Processing ruok command from /127.0.0.1:36776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:45:54,845 INFO Processing ruok command from /127.0.0.1:36902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:45:54,912 INFO Processing ruok command from /127.0.0.1:36904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:46:04,855 INFO Processing ruok command from /127.0.0.1:37022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:46:04,890 INFO Processing ruok command from /127.0.0.1:37024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:46:14,833 INFO Processing ruok command from /127.0.0.1:37148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:46:14,870 INFO Processing ruok command from /127.0.0.1:37150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:46:24,829 INFO Processing ruok command from /127.0.0.1:37276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:46:24,858 INFO Processing ruok command from /127.0.0.1:37278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:46:34,659 INFO Committing global session 0x200003cbf9c0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 02:46:34,837 INFO Processing ruok command from /127.0.0.1:37398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:46:34,861 INFO Processing ruok command from /127.0.0.1:37400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:46:44,828 INFO Processing ruok command from /127.0.0.1:37538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:46:44,854 INFO Processing ruok command from /127.0.0.1:37540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:46:54,841 INFO Processing ruok command from /127.0.0.1:37664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:46:54,870 INFO Processing ruok command from /127.0.0.1:37666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:47:04,848 INFO Processing ruok command from /127.0.0.1:37786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:47:04,871 INFO Processing ruok command from /127.0.0.1:37788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:47:14,843 INFO Processing ruok command from /127.0.0.1:37914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:47:14,870 INFO Processing ruok command from /127.0.0.1:37916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:47:24,831 INFO Processing ruok command from /127.0.0.1:38046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:47:24,863 INFO Processing ruok command from /127.0.0.1:38048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:47:34,846 INFO Processing ruok command from /127.0.0.1:38170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:47:34,875 INFO Processing ruok command from /127.0.0.1:38172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:47:44,842 INFO Processing ruok command from /127.0.0.1:38306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:47:44,870 INFO Processing ruok command from /127.0.0.1:38308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:47:54,853 INFO Processing ruok command from /127.0.0.1:38434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:47:54,880 INFO Processing ruok command from /127.0.0.1:38436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:48:04,823 INFO Processing ruok command from /127.0.0.1:38548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:48:04,850 INFO Processing ruok command from /127.0.0.1:38550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:48:14,869 INFO Processing ruok command from /127.0.0.1:38682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:48:14,905 INFO Processing ruok command from /127.0.0.1:38684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:48:24,834 INFO Processing ruok command from /127.0.0.1:38808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:48:24,860 INFO Processing ruok command from /127.0.0.1:38810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:48:34,843 INFO Processing ruok command from /127.0.0.1:38928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:48:34,877 INFO Processing ruok command from /127.0.0.1:38930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:48:35,155 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-30 02:48:35,161 INFO Committing global session 0x300003b235c0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 02:48:35,766 INFO Submitting global closeSession request for session 0x300003b235c0007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-30 02:48:44,841 INFO Processing ruok command from /127.0.0.1:39058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:48:44,868 INFO Processing ruok command from /127.0.0.1:39060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:48:54,831 INFO Processing ruok command from /127.0.0.1:39196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:48:54,862 INFO Processing ruok command from /127.0.0.1:39198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:49:04,830 INFO Processing ruok command from /127.0.0.1:39316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:49:04,858 INFO Processing ruok command from /127.0.0.1:39318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:49:14,841 INFO Processing ruok command from /127.0.0.1:39440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:49:14,868 INFO Processing ruok command from /127.0.0.1:39442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:49:24,841 INFO Processing ruok command from /127.0.0.1:39564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:49:24,864 INFO Processing ruok command from /127.0.0.1:39566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:49:34,835 INFO Processing ruok command from /127.0.0.1:39686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:49:34,856 INFO Processing ruok command from /127.0.0.1:39688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:49:44,851 INFO Processing ruok command from /127.0.0.1:39822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:49:44,880 INFO Processing ruok command from /127.0.0.1:39824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:49:54,842 INFO Processing ruok command from /127.0.0.1:39954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:49:54,896 INFO Processing ruok command from /127.0.0.1:39956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:50:04,853 INFO Processing ruok command from /127.0.0.1:40080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:50:04,877 INFO Processing ruok command from /127.0.0.1:40082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:50:14,842 INFO Processing ruok command from /127.0.0.1:40204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:50:14,867 INFO Processing ruok command from /127.0.0.1:40206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:50:24,848 INFO Processing ruok command from /127.0.0.1:40334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:50:24,873 INFO Processing ruok command from /127.0.0.1:40336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:50:34,339 INFO Committing global session 0x200003cbf9c0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 02:50:34,847 INFO Processing ruok command from /127.0.0.1:40462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:50:34,877 INFO Processing ruok command from /127.0.0.1:40464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:50:44,842 INFO Processing ruok command from /127.0.0.1:40596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:50:44,870 INFO Processing ruok command from /127.0.0.1:40598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:50:54,834 INFO Processing ruok command from /127.0.0.1:40724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:50:54,874 INFO Processing ruok command from /127.0.0.1:40726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:51:04,838 INFO Processing ruok command from /127.0.0.1:40856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:51:04,869 INFO Processing ruok command from /127.0.0.1:40858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:51:14,842 INFO Processing ruok command from /127.0.0.1:40986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:51:14,870 INFO Processing ruok command from /127.0.0.1:40988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:51:24,842 INFO Processing ruok command from /127.0.0.1:41112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:51:24,869 INFO Processing ruok command from /127.0.0.1:41114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:51:34,829 INFO Processing ruok command from /127.0.0.1:41246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:51:34,857 INFO Processing ruok command from /127.0.0.1:41248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:51:44,829 INFO Processing ruok command from /127.0.0.1:41368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:51:44,857 INFO Processing ruok command from /127.0.0.1:41370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:51:54,834 INFO Processing ruok command from /127.0.0.1:41502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:51:54,860 INFO Processing ruok command from /127.0.0.1:41504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:52:04,845 INFO Processing ruok command from /127.0.0.1:41644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:52:04,862 INFO Processing ruok command from /127.0.0.1:41646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:52:14,830 INFO Processing ruok command from /127.0.0.1:41780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:52:14,856 INFO Processing ruok command from /127.0.0.1:41782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:52:24,846 INFO Processing ruok command from /127.0.0.1:41910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:52:24,873 INFO Processing ruok command from /127.0.0.1:41912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:52:34,726 INFO Committing global session 0x200003cbf9c0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 02:52:34,836 INFO Processing ruok command from /127.0.0.1:42038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:52:34,861 INFO Processing ruok command from /127.0.0.1:42040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:52:44,845 INFO Processing ruok command from /127.0.0.1:42164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:52:44,878 INFO Processing ruok command from /127.0.0.1:42166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:52:54,834 INFO Processing ruok command from /127.0.0.1:42294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:52:54,863 INFO Processing ruok command from /127.0.0.1:42296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:53:04,835 INFO Processing ruok command from /127.0.0.1:42422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:53:04,863 INFO Processing ruok command from /127.0.0.1:42424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:53:14,836 INFO Processing ruok command from /127.0.0.1:42558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:53:14,863 INFO Processing ruok command from /127.0.0.1:42560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:53:24,832 INFO Processing ruok command from /127.0.0.1:42686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:53:24,859 INFO Processing ruok command from /127.0.0.1:42688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:53:34,834 INFO Processing ruok command from /127.0.0.1:42810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:53:34,863 INFO Processing ruok command from /127.0.0.1:42812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:53:44,837 INFO Processing ruok command from /127.0.0.1:42932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:53:44,867 INFO Processing ruok command from /127.0.0.1:42934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:53:54,847 INFO Processing ruok command from /127.0.0.1:43060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:53:54,873 INFO Processing ruok command from /127.0.0.1:43062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:54:04,824 INFO Processing ruok command from /127.0.0.1:43172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:54:04,853 INFO Processing ruok command from /127.0.0.1:43174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:54:14,835 INFO Processing ruok command from /127.0.0.1:43310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:54:14,862 INFO Processing ruok command from /127.0.0.1:43312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:54:24,835 INFO Processing ruok command from /127.0.0.1:43462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:54:24,863 INFO Processing ruok command from /127.0.0.1:43464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:54:34,568 INFO Committing global session 0x1000039df0d0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 02:54:34,847 INFO Processing ruok command from /127.0.0.1:43632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:54:34,878 INFO Processing ruok command from /127.0.0.1:43634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:54:44,889 INFO Processing ruok command from /127.0.0.1:43824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:54:45,048 INFO Processing ruok command from /127.0.0.1:43826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:54:54,853 INFO Processing ruok command from /127.0.0.1:44020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:54:54,896 INFO Processing ruok command from /127.0.0.1:44022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:55:04,865 INFO Processing ruok command from /127.0.0.1:44160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:55:04,909 INFO Processing ruok command from /127.0.0.1:44162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:55:15,025 INFO Processing ruok command from /127.0.0.1:44408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:55:15,207 INFO Processing ruok command from /127.0.0.1:44412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:55:24,842 INFO Processing ruok command from /127.0.0.1:44634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:55:24,880 INFO Processing ruok command from /127.0.0.1:44636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:55:34,881 INFO Processing ruok command from /127.0.0.1:44796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:55:34,993 INFO Processing ruok command from /127.0.0.1:44798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:55:44,879 INFO Processing ruok command from /127.0.0.1:44958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:55:44,957 INFO Processing ruok command from /127.0.0.1:44960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:55:54,847 INFO Processing ruok command from /127.0.0.1:45114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:55:54,872 INFO Processing ruok command from /127.0.0.1:45116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:56:04,847 INFO Processing ruok command from /127.0.0.1:45258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:56:04,893 INFO Processing ruok command from /127.0.0.1:45260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:56:14,858 INFO Processing ruok command from /127.0.0.1:45434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:56:14,919 INFO Processing ruok command from /127.0.0.1:45436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:56:24,833 INFO Processing ruok command from /127.0.0.1:45600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:56:24,858 INFO Processing ruok command from /127.0.0.1:45602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:56:34,471 INFO Committing global session 0x200003cbf9c0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 02:56:34,848 INFO Processing ruok command from /127.0.0.1:45748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:56:34,873 INFO Processing ruok command from /127.0.0.1:45750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:56:44,840 INFO Processing ruok command from /127.0.0.1:45896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:56:44,865 INFO Processing ruok command from /127.0.0.1:45898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:56:54,841 INFO Processing ruok command from /127.0.0.1:46044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:56:54,874 INFO Processing ruok command from /127.0.0.1:46046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:57:04,834 INFO Processing ruok command from /127.0.0.1:46190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:57:04,885 INFO Processing ruok command from /127.0.0.1:46194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:57:14,834 INFO Processing ruok command from /127.0.0.1:46342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:57:14,888 INFO Processing ruok command from /127.0.0.1:46344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:57:24,839 INFO Processing ruok command from /127.0.0.1:46490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:57:24,871 INFO Processing ruok command from /127.0.0.1:46492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:57:29,137 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-30 02:57:29,144 INFO Committing global session 0x300003b235c0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 02:57:29,386 INFO Committing global session 0x200003cbf9c0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 02:57:30,693 INFO Committing global session 0x200003cbf9c000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 02:57:34,865 INFO Processing ruok command from /127.0.0.1:46656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:57:34,933 INFO Processing ruok command from /127.0.0.1:46658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:57:44,833 INFO Processing ruok command from /127.0.0.1:46812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:57:44,860 INFO Processing ruok command from /127.0.0.1:46814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:57:54,849 INFO Processing ruok command from /127.0.0.1:47014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:57:54,878 INFO Processing ruok command from /127.0.0.1:47016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:58:04,844 INFO Processing ruok command from /127.0.0.1:47144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:58:04,867 INFO Processing ruok command from /127.0.0.1:47146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:58:14,854 INFO Processing ruok command from /127.0.0.1:47292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:58:14,882 INFO Processing ruok command from /127.0.0.1:47294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:58:24,848 INFO Processing ruok command from /127.0.0.1:47424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:58:24,873 INFO Processing ruok command from /127.0.0.1:47426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:58:25,739 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/2ba96d1e-43b8-403a-be58-ec00b2e343cb/onap-policy-clamp-ac-http-ppnt-74cfc44bb8-fbgzk (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 02:58:25,745 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/7d778a76-f231-42ab-b5e9-be6cc0e2acfb/onap-policy-clamp-ac-k8s-ppnt-6c4896497c-f8ghv (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 02:58:34,465 INFO Committing global session 0x1000039df0d0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 02:58:34,836 INFO Processing ruok command from /127.0.0.1:47570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:58:34,873 INFO Processing ruok command from /127.0.0.1:47572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:58:44,852 INFO Processing ruok command from /127.0.0.1:47704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:58:44,890 INFO Processing ruok command from /127.0.0.1:47706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:58:54,857 INFO Processing ruok command from /127.0.0.1:47840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:58:54,957 INFO Processing ruok command from /127.0.0.1:47842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:59:04,844 INFO Processing ruok command from /127.0.0.1:47986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:59:04,872 INFO Processing ruok command from /127.0.0.1:47988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:59:14,886 INFO Processing ruok command from /127.0.0.1:48164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:59:14,989 INFO Processing ruok command from /127.0.0.1:48166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:59:24,869 INFO Processing ruok command from /127.0.0.1:48308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:59:24,905 INFO Processing ruok command from /127.0.0.1:48310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:59:25,738 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/2ba96d1e-43b8-403a-be58-ec00b2e343cb (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 02:59:25,745 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/7d778a76-f231-42ab-b5e9-be6cc0e2acfb (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 02:59:34,913 INFO Processing ruok command from /127.0.0.1:48444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:59:34,968 INFO Processing ruok command from /127.0.0.1:48446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:59:44,886 INFO Processing ruok command from /127.0.0.1:48618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:59:45,022 INFO Processing ruok command from /127.0.0.1:48622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 02:59:54,855 INFO Processing ruok command from /127.0.0.1:48822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 02:59:54,950 INFO Processing ruok command from /127.0.0.1:48824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:00:04,853 INFO Processing ruok command from /127.0.0.1:48988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:00:04,882 INFO Processing ruok command from /127.0.0.1:48990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:00:14,862 INFO Processing ruok command from /127.0.0.1:49148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:00:14,968 INFO Processing ruok command from /127.0.0.1:49150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:00:24,839 INFO Processing ruok command from /127.0.0.1:49310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:00:24,868 INFO Processing ruok command from /127.0.0.1:49312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:00:25,738 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/9f90308b-261b-4886-8409-7797ed222e75/onap-policy-clamp-ac-pf-ppnt-79f5cdfc57-vpqs9 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:00:25,745 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/c690d800-6c4f-415a-8e5a-4955fd3f4739/onap-policy-pap-8884f4f54-x5wjw (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:00:25,750 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap/b4e4e1dd-b83f-4123-987f-742a5edff038 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:00:25,757 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/b9dd386a-a559-4749-887b-5b59f1c85cca/onap-policy-apex-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:00:25,762 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/96f80bf0-97fc-46aa-afb7-bde655663505/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:00:25,769 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/0d89499a-7a46-4c03-8035-8c7c019c9146/onap-policy-xacml-pdp-6665f8774f-tjnwf (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:00:25,775 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/9aa7a578-6f62-4557-bde9-9efeb90cf2cb/onap-policy-clamp-runtime-acm-5945bf4c4-7828c (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:00:34,603 INFO Committing global session 0x1000039df0d0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 03:00:34,839 INFO Processing ruok command from /127.0.0.1:49458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:00:34,884 INFO Processing ruok command from /127.0.0.1:49460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:00:44,849 INFO Processing ruok command from /127.0.0.1:49614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:00:44,887 INFO Processing ruok command from /127.0.0.1:49616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:00:54,848 INFO Processing ruok command from /127.0.0.1:49770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:00:54,908 INFO Processing ruok command from /127.0.0.1:49774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:01:04,855 INFO Processing ruok command from /127.0.0.1:49970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:01:04,970 INFO Processing ruok command from /127.0.0.1:49972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:01:14,834 INFO Processing ruok command from /127.0.0.1:50140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:01:14,871 INFO Processing ruok command from /127.0.0.1:50142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:01:24,834 INFO Processing ruok command from /127.0.0.1:50282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:01:24,864 INFO Processing ruok command from /127.0.0.1:50284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:01:25,739 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/9aa7a578-6f62-4557-bde9-9efeb90cf2cb (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:01:25,745 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/b9dd386a-a559-4749-887b-5b59f1c85cca (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:01:25,750 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/0d89499a-7a46-4c03-8035-8c7c019c9146 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:01:25,756 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:01:25,763 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/9f90308b-261b-4886-8409-7797ed222e75 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:01:25,769 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/c690d800-6c4f-415a-8e5a-4955fd3f4739 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:01:25,775 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/96f80bf0-97fc-46aa-afb7-bde655663505 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:01:34,847 INFO Processing ruok command from /127.0.0.1:50466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:01:34,873 INFO Processing ruok command from /127.0.0.1:50468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:01:44,872 INFO Processing ruok command from /127.0.0.1:50618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:01:44,914 INFO Processing ruok command from /127.0.0.1:50624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:01:54,846 INFO Processing ruok command from /127.0.0.1:50810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:01:54,901 INFO Processing ruok command from /127.0.0.1:50812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:02:04,835 INFO Processing ruok command from /127.0.0.1:50950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:02:04,876 INFO Processing ruok command from /127.0.0.1:50952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:02:14,852 INFO Processing ruok command from /127.0.0.1:51112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:02:14,902 INFO Processing ruok command from /127.0.0.1:51114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:02:24,841 INFO Processing ruok command from /127.0.0.1:51276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:02:24,879 INFO Processing ruok command from /127.0.0.1:51278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:02:25,738 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:02:25,745 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:02:25,751 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:02:34,097 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-30 03:02:34,102 INFO Committing global session 0x300003b235c0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 03:02:34,798 INFO Submitting global closeSession request for session 0x300003b235c0009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-30 03:02:34,838 INFO Processing ruok command from /127.0.0.1:51432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:02:34,865 INFO Processing ruok command from /127.0.0.1:51434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:02:44,846 INFO Processing ruok command from /127.0.0.1:51594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:02:44,874 INFO Processing ruok command from /127.0.0.1:51596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:02:54,835 INFO Processing ruok command from /127.0.0.1:51768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:02:54,864 INFO Processing ruok command from /127.0.0.1:51770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:03:04,828 INFO Processing ruok command from /127.0.0.1:51924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:03:04,851 INFO Processing ruok command from /127.0.0.1:51926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:03:14,837 INFO Processing ruok command from /127.0.0.1:52082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:03:14,884 INFO Processing ruok command from /127.0.0.1:52084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:03:24,836 INFO Processing ruok command from /127.0.0.1:52242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:03:24,865 INFO Processing ruok command from /127.0.0.1:52244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:03:25,739 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:03:34,853 INFO Processing ruok command from /127.0.0.1:52400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:03:34,881 INFO Processing ruok command from /127.0.0.1:52402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:03:44,839 INFO Processing ruok command from /127.0.0.1:52558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:03:44,906 INFO Processing ruok command from /127.0.0.1:52560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:03:54,850 INFO Processing ruok command from /127.0.0.1:52712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:03:54,888 INFO Processing ruok command from /127.0.0.1:52714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:04:04,830 INFO Processing ruok command from /127.0.0.1:52878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:04:04,853 INFO Processing ruok command from /127.0.0.1:52880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:04:14,828 INFO Processing ruok command from /127.0.0.1:53040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:04:14,866 INFO Processing ruok command from /127.0.0.1:53042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:04:24,835 INFO Processing ruok command from /127.0.0.1:53200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:04:24,861 INFO Processing ruok command from /127.0.0.1:53202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:04:25,738 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:04:34,500 INFO Committing global session 0x200003cbf9c000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 03:04:34,854 INFO Processing ruok command from /127.0.0.1:53348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:04:34,885 INFO Processing ruok command from /127.0.0.1:53350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:04:44,844 INFO Processing ruok command from /127.0.0.1:53506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:04:44,874 INFO Processing ruok command from /127.0.0.1:53508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:04:54,835 INFO Processing ruok command from /127.0.0.1:53672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:04:54,866 INFO Processing ruok command from /127.0.0.1:53674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:05:04,832 INFO Processing ruok command from /127.0.0.1:53838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:05:04,858 INFO Processing ruok command from /127.0.0.1:53840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:05:14,829 INFO Processing ruok command from /127.0.0.1:54000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:05:14,863 INFO Processing ruok command from /127.0.0.1:54002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:05:24,834 INFO Processing ruok command from /127.0.0.1:54170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:05:24,863 INFO Processing ruok command from /127.0.0.1:54172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:05:25,738 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:05:34,847 INFO Processing ruok command from /127.0.0.1:54326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:05:34,880 INFO Processing ruok command from /127.0.0.1:54328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:05:44,839 INFO Processing ruok command from /127.0.0.1:54484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:05:44,878 INFO Processing ruok command from /127.0.0.1:54486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:05:54,846 INFO Processing ruok command from /127.0.0.1:54648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:05:54,871 INFO Processing ruok command from /127.0.0.1:54650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:06:04,832 INFO Processing ruok command from /127.0.0.1:54808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:06:04,902 INFO Processing ruok command from /127.0.0.1:54810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:06:14,840 INFO Processing ruok command from /127.0.0.1:54986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:06:14,871 INFO Processing ruok command from /127.0.0.1:54988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:06:24,830 INFO Processing ruok command from /127.0.0.1:55152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:06:24,868 INFO Processing ruok command from /127.0.0.1:55154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:06:25,739 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO/sdc-AUTO1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:06:34,503 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-30 03:06:34,509 INFO Committing global session 0x300003b235c000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 03:06:34,850 INFO Processing ruok command from /127.0.0.1:55306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:06:34,872 INFO Processing ruok command from /127.0.0.1:55308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:06:35,213 INFO Submitting global closeSession request for session 0x300003b235c000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-30 03:06:44,841 INFO Processing ruok command from /127.0.0.1:55468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:06:44,869 INFO Processing ruok command from /127.0.0.1:55470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:06:54,877 INFO Processing ruok command from /127.0.0.1:55632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:06:54,898 INFO Processing ruok command from /127.0.0.1:55634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:07:04,830 INFO Processing ruok command from /127.0.0.1:55794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:07:04,872 INFO Processing ruok command from /127.0.0.1:55796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:07:14,861 INFO Processing ruok command from /127.0.0.1:55958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:07:14,899 INFO Processing ruok command from /127.0.0.1:55960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:07:24,833 INFO Processing ruok command from /127.0.0.1:56128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:07:24,858 INFO Processing ruok command from /127.0.0.1:56130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:07:25,738 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:07:34,838 INFO Processing ruok command from /127.0.0.1:56290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:07:34,870 INFO Processing ruok command from /127.0.0.1:56292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:07:44,831 INFO Processing ruok command from /127.0.0.1:56456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:07:44,862 INFO Processing ruok command from /127.0.0.1:56458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:07:54,853 INFO Processing ruok command from /127.0.0.1:56618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:07:54,879 INFO Processing ruok command from /127.0.0.1:56620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:08:04,845 INFO Processing ruok command from /127.0.0.1:56782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:08:04,868 INFO Processing ruok command from /127.0.0.1:56784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:08:14,844 INFO Processing ruok command from /127.0.0.1:56946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:08:14,871 INFO Processing ruok command from /127.0.0.1:56948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:08:24,827 INFO Processing ruok command from /127.0.0.1:57120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:08:24,863 INFO Processing ruok command from /127.0.0.1:57122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:08:25,739 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:08:25,744 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:08:25,750 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-30 03:08:25,757 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:08:25,763 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-30 03:08:25,768 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-30 03:08:34,299 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-30 03:08:34,304 INFO Committing global session 0x300003b235c000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 03:08:34,832 INFO Processing ruok command from /127.0.0.1:57278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:08:34,869 INFO Processing ruok command from /127.0.0.1:57280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:08:35,059 INFO Submitting global closeSession request for session 0x300003b235c000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-30 03:08:44,843 INFO Processing ruok command from /127.0.0.1:57436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:08:44,915 INFO Processing ruok command from /127.0.0.1:57438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:08:54,843 INFO Processing ruok command from /127.0.0.1:57606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:08:54,875 INFO Processing ruok command from /127.0.0.1:57608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:09:04,835 INFO Processing ruok command from /127.0.0.1:57762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:09:04,863 INFO Processing ruok command from /127.0.0.1:57764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:09:14,852 INFO Processing ruok command from /127.0.0.1:57928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:09:14,874 INFO Processing ruok command from /127.0.0.1:57930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:09:24,849 INFO Processing ruok command from /127.0.0.1:58106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:09:24,880 INFO Processing ruok command from /127.0.0.1:58108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:09:25,739 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:09:25,745 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/clamp/clamp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:09:25,752 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:09:25,758 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/ves-openapi-manager (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:09:25,765 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/multicloud-k8s-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:09:25,771 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:09:34,837 INFO Processing ruok command from /127.0.0.1:58266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:09:34,877 INFO Processing ruok command from /127.0.0.1:58268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:09:44,844 INFO Processing ruok command from /127.0.0.1:58438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:09:44,889 INFO Processing ruok command from /127.0.0.1:58440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:09:54,826 INFO Processing ruok command from /127.0.0.1:58610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:09:54,864 INFO Processing ruok command from /127.0.0.1:58612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:10:04,834 INFO Processing ruok command from /127.0.0.1:58768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:10:04,877 INFO Processing ruok command from /127.0.0.1:58770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:10:14,836 INFO Processing ruok command from /127.0.0.1:58938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:10:14,863 INFO Processing ruok command from /127.0.0.1:58940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:10:24,834 INFO Processing ruok command from /127.0.0.1:59098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:10:24,882 INFO Processing ruok command from /127.0.0.1:59100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:10:25,739 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/clamp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:10:25,745 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-30 03:10:34,631 INFO Committing global session 0x1000039df0d0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 03:10:34,843 INFO Processing ruok command from /127.0.0.1:59264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:10:34,878 INFO Processing ruok command from /127.0.0.1:59266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:10:44,835 INFO Processing ruok command from /127.0.0.1:59426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:10:44,861 INFO Processing ruok command from /127.0.0.1:59428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:10:54,833 INFO Processing ruok command from /127.0.0.1:59588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:10:54,865 INFO Processing ruok command from /127.0.0.1:59590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:11:04,824 INFO Processing ruok command from /127.0.0.1:59758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:11:04,860 INFO Processing ruok command from /127.0.0.1:59760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:11:14,840 INFO Processing ruok command from /127.0.0.1:59922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:11:14,873 INFO Processing ruok command from /127.0.0.1:59924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:11:24,846 INFO Processing ruok command from /127.0.0.1:60084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:11:24,889 INFO Processing ruok command from /127.0.0.1:60086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:11:25,738 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-30 03:11:34,832 INFO Processing ruok command from /127.0.0.1:60254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:11:34,862 INFO Processing ruok command from /127.0.0.1:60256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:11:44,843 INFO Processing ruok command from /127.0.0.1:60420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:11:44,875 INFO Processing ruok command from /127.0.0.1:60422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:11:54,844 INFO Processing ruok command from /127.0.0.1:60580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:11:54,870 INFO Processing ruok command from /127.0.0.1:60582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:12:04,843 INFO Processing ruok command from /127.0.0.1:60750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:12:04,900 INFO Processing ruok command from /127.0.0.1:60752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:12:14,841 INFO Processing ruok command from /127.0.0.1:60916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:12:14,870 INFO Processing ruok command from /127.0.0.1:60918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:12:24,849 INFO Processing ruok command from /127.0.0.1:32848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:12:24,876 INFO Processing ruok command from /127.0.0.1:32850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:12:25,738 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp/sdnc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:12:25,744 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:12:34,412 INFO Committing global session 0x200003cbf9c000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 03:12:34,844 INFO Processing ruok command from /127.0.0.1:33012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:12:34,874 INFO Processing ruok command from /127.0.0.1:33014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:12:44,849 INFO Processing ruok command from /127.0.0.1:33186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:12:44,880 INFO Processing ruok command from /127.0.0.1:33188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:12:54,849 INFO Processing ruok command from /127.0.0.1:33350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:12:54,872 INFO Processing ruok command from /127.0.0.1:33352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:13:04,836 INFO Processing ruok command from /127.0.0.1:33514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:13:04,865 INFO Processing ruok command from /127.0.0.1:33516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:13:14,839 INFO Processing ruok command from /127.0.0.1:33676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:13:14,859 INFO Processing ruok command from /127.0.0.1:33678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:13:24,851 INFO Processing ruok command from /127.0.0.1:33838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:13:24,881 INFO Processing ruok command from /127.0.0.1:33840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:13:25,738 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:13:34,827 INFO Processing ruok command from /127.0.0.1:33988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:13:34,851 INFO Processing ruok command from /127.0.0.1:33990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:13:44,834 INFO Processing ruok command from /127.0.0.1:34158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:13:44,861 INFO Processing ruok command from /127.0.0.1:34160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:13:54,861 INFO Processing ruok command from /127.0.0.1:34328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:13:54,918 INFO Processing ruok command from /127.0.0.1:34330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:14:04,853 INFO Processing ruok command from /127.0.0.1:34488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:14:04,885 INFO Processing ruok command from /127.0.0.1:34490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:14:14,848 INFO Processing ruok command from /127.0.0.1:34656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:14:14,876 INFO Processing ruok command from /127.0.0.1:34658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:14:24,834 INFO Processing ruok command from /127.0.0.1:34820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:14:24,864 INFO Processing ruok command from /127.0.0.1:34822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:14:25,739 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:14:34,251 INFO Committing global session 0x200003cbf9c000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 03:14:34,831 INFO Processing ruok command from /127.0.0.1:34974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:14:34,866 INFO Processing ruok command from /127.0.0.1:34976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:14:44,850 INFO Processing ruok command from /127.0.0.1:35136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:14:44,875 INFO Processing ruok command from /127.0.0.1:35138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:14:54,841 INFO Processing ruok command from /127.0.0.1:35310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:14:54,867 INFO Processing ruok command from /127.0.0.1:35312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:15:04,826 INFO Processing ruok command from /127.0.0.1:35478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:15:04,858 INFO Processing ruok command from /127.0.0.1:35480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:15:14,850 INFO Processing ruok command from /127.0.0.1:35638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:15:14,891 INFO Processing ruok command from /127.0.0.1:35640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:15:24,835 INFO Processing ruok command from /127.0.0.1:35800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:15:24,877 INFO Processing ruok command from /127.0.0.1:35802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:15:25,739 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:15:34,836 INFO Processing ruok command from /127.0.0.1:35956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:15:34,908 INFO Processing ruok command from /127.0.0.1:35958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:15:44,839 INFO Processing ruok command from /127.0.0.1:36120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:15:44,873 INFO Processing ruok command from /127.0.0.1:36122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:15:54,848 INFO Processing ruok command from /127.0.0.1:36286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:15:54,877 INFO Processing ruok command from /127.0.0.1:36288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:16:04,825 INFO Processing ruok command from /127.0.0.1:36448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:16:04,853 INFO Processing ruok command from /127.0.0.1:36450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:16:14,850 INFO Processing ruok command from /127.0.0.1:36618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:16:14,891 INFO Processing ruok command from /127.0.0.1:36620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:16:24,838 INFO Processing ruok command from /127.0.0.1:36776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:16:24,865 INFO Processing ruok command from /127.0.0.1:36778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:16:34,486 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-30 03:16:34,490 INFO Committing global session 0x300003b235c000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 03:16:34,834 INFO Processing ruok command from /127.0.0.1:36938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:16:34,909 INFO Processing ruok command from /127.0.0.1:36940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:16:35,125 INFO Submitting global closeSession request for session 0x300003b235c000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-30 03:16:44,841 INFO Processing ruok command from /127.0.0.1:37098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:16:44,876 INFO Processing ruok command from /127.0.0.1:37100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:16:54,862 INFO Processing ruok command from /127.0.0.1:37268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:16:54,891 INFO Processing ruok command from /127.0.0.1:37270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:17:04,835 INFO Processing ruok command from /127.0.0.1:37442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:17:04,861 INFO Processing ruok command from /127.0.0.1:37444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:17:14,841 INFO Processing ruok command from /127.0.0.1:37602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:17:14,868 INFO Processing ruok command from /127.0.0.1:37604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:17:24,832 INFO Processing ruok command from /127.0.0.1:37770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:17:24,900 INFO Processing ruok command from /127.0.0.1:37772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:17:34,845 INFO Processing ruok command from /127.0.0.1:37932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:17:34,873 INFO Processing ruok command from /127.0.0.1:37934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:17:44,840 INFO Processing ruok command from /127.0.0.1:38092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:17:44,879 INFO Processing ruok command from /127.0.0.1:38094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:17:54,831 INFO Processing ruok command from /127.0.0.1:38254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:17:54,860 INFO Processing ruok command from /127.0.0.1:38256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:18:04,840 INFO Processing ruok command from /127.0.0.1:38420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:18:04,878 INFO Processing ruok command from /127.0.0.1:38422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:18:14,828 INFO Processing ruok command from /127.0.0.1:38584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:18:14,868 INFO Processing ruok command from /127.0.0.1:38586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:18:24,834 INFO Processing ruok command from /127.0.0.1:38748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:18:24,877 INFO Processing ruok command from /127.0.0.1:38750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:18:34,617 INFO Committing global session 0x1000039df0d0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 03:18:34,839 INFO Processing ruok command from /127.0.0.1:38902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:18:34,865 INFO Processing ruok command from /127.0.0.1:38904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:18:44,855 INFO Processing ruok command from /127.0.0.1:39070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:18:44,887 INFO Processing ruok command from /127.0.0.1:39072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:18:54,839 INFO Processing ruok command from /127.0.0.1:39230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:18:54,900 INFO Processing ruok command from /127.0.0.1:39232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:19:04,858 INFO Processing ruok command from /127.0.0.1:39388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:19:04,886 INFO Processing ruok command from /127.0.0.1:39390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:19:14,832 INFO Processing ruok command from /127.0.0.1:39560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:19:14,879 INFO Processing ruok command from /127.0.0.1:39562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:19:24,839 INFO Processing ruok command from /127.0.0.1:39722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:19:24,868 INFO Processing ruok command from /127.0.0.1:39724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:19:34,836 INFO Processing ruok command from /127.0.0.1:39880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:19:34,866 INFO Processing ruok command from /127.0.0.1:39882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:19:44,835 INFO Processing ruok command from /127.0.0.1:40048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:19:44,868 INFO Processing ruok command from /127.0.0.1:40050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:19:54,832 INFO Processing ruok command from /127.0.0.1:40212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:19:54,865 INFO Processing ruok command from /127.0.0.1:40214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:20:04,833 INFO Processing ruok command from /127.0.0.1:40376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:20:04,857 INFO Processing ruok command from /127.0.0.1:40378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:20:14,847 INFO Processing ruok command from /127.0.0.1:40550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:20:14,882 INFO Processing ruok command from /127.0.0.1:40552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:20:24,841 INFO Processing ruok command from /127.0.0.1:40706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:20:24,874 INFO Processing ruok command from /127.0.0.1:40708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:20:34,608 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-30 03:20:34,613 INFO Committing global session 0x300003b235c000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 03:20:34,846 INFO Processing ruok command from /127.0.0.1:40868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:20:34,877 INFO Processing ruok command from /127.0.0.1:40870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:20:35,333 INFO Submitting global closeSession request for session 0x300003b235c000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-30 03:20:44,843 INFO Processing ruok command from /127.0.0.1:41032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:20:44,870 INFO Processing ruok command from /127.0.0.1:41034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:20:54,837 INFO Processing ruok command from /127.0.0.1:41194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:20:54,862 INFO Processing ruok command from /127.0.0.1:41196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:21:04,843 INFO Processing ruok command from /127.0.0.1:41362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:21:04,871 INFO Processing ruok command from /127.0.0.1:41364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:21:14,859 INFO Processing ruok command from /127.0.0.1:41524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:21:14,893 INFO Processing ruok command from /127.0.0.1:41526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:21:24,835 INFO Processing ruok command from /127.0.0.1:41700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:21:24,867 INFO Processing ruok command from /127.0.0.1:41702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:21:34,860 INFO Processing ruok command from /127.0.0.1:41856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:21:34,868 INFO Processing ruok command from /127.0.0.1:41858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:21:44,842 INFO Processing ruok command from /127.0.0.1:42026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:21:44,876 INFO Processing ruok command from /127.0.0.1:42028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:21:54,852 INFO Processing ruok command from /127.0.0.1:42186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:21:54,879 INFO Processing ruok command from /127.0.0.1:42188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:22:04,840 INFO Processing ruok command from /127.0.0.1:42356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:22:04,869 INFO Processing ruok command from /127.0.0.1:42358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:22:14,848 INFO Processing ruok command from /127.0.0.1:42518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:22:14,872 INFO Processing ruok command from /127.0.0.1:42520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:22:24,837 INFO Processing ruok command from /127.0.0.1:42692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:22:24,868 INFO Processing ruok command from /127.0.0.1:42694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:22:25,738 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-30 03:22:25,743 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-30 03:22:34,821 INFO Committing global session 0x1000039df0d0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 03:22:34,826 INFO Processing ruok command from /127.0.0.1:42840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:22:34,856 INFO Processing ruok command from /127.0.0.1:42842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:22:44,836 INFO Processing ruok command from /127.0.0.1:43006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:22:44,867 INFO Processing ruok command from /127.0.0.1:43008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:22:54,833 INFO Processing ruok command from /127.0.0.1:43162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:22:54,864 INFO Processing ruok command from /127.0.0.1:43164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:23:04,835 INFO Processing ruok command from /127.0.0.1:43324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:23:04,899 INFO Processing ruok command from /127.0.0.1:43326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:23:14,827 INFO Processing ruok command from /127.0.0.1:43488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:23:14,866 INFO Processing ruok command from /127.0.0.1:43490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:23:24,835 INFO Processing ruok command from /127.0.0.1:43660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:23:24,862 INFO Processing ruok command from /127.0.0.1:43662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:23:25,738 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:23:25,743 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:23:34,840 INFO Processing ruok command from /127.0.0.1:43822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:23:34,871 INFO Processing ruok command from /127.0.0.1:43824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:23:44,853 INFO Processing ruok command from /127.0.0.1:43990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:23:44,866 INFO Processing ruok command from /127.0.0.1:43992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:23:54,854 INFO Processing ruok command from /127.0.0.1:44146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:23:54,883 INFO Processing ruok command from /127.0.0.1:44148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:24:04,847 INFO Processing ruok command from /127.0.0.1:44308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:24:04,878 INFO Processing ruok command from /127.0.0.1:44310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:24:14,854 INFO Processing ruok command from /127.0.0.1:44480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:24:14,895 INFO Processing ruok command from /127.0.0.1:44482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:24:24,841 INFO Processing ruok command from /127.0.0.1:44648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:24:24,869 INFO Processing ruok command from /127.0.0.1:44650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:24:25,739 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:24:25,745 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:24:34,608 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-30 03:24:34,613 INFO Committing global session 0x300003b235c000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 03:24:34,841 INFO Processing ruok command from /127.0.0.1:44824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:24:34,885 INFO Processing ruok command from /127.0.0.1:44826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:24:35,179 INFO Submitting global closeSession request for session 0x300003b235c000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-30 03:24:44,845 INFO Processing ruok command from /127.0.0.1:44998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:24:44,865 INFO Processing ruok command from /127.0.0.1:45000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:24:54,831 INFO Processing ruok command from /127.0.0.1:45160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:24:54,864 INFO Processing ruok command from /127.0.0.1:45162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:25:04,830 INFO Processing ruok command from /127.0.0.1:45332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:25:04,864 INFO Processing ruok command from /127.0.0.1:45334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:25:14,837 INFO Processing ruok command from /127.0.0.1:45502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:25:14,868 INFO Processing ruok command from /127.0.0.1:45504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:25:24,855 INFO Processing ruok command from /127.0.0.1:45684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:25:24,880 INFO Processing ruok command from /127.0.0.1:45686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:25:25,738 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:25:34,856 INFO Processing ruok command from /127.0.0.1:45842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:25:34,893 INFO Processing ruok command from /127.0.0.1:45844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:25:44,834 INFO Processing ruok command from /127.0.0.1:46012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:25:44,861 INFO Processing ruok command from /127.0.0.1:46014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:25:54,831 INFO Processing ruok command from /127.0.0.1:46178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:25:54,898 INFO Processing ruok command from /127.0.0.1:46180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:26:04,844 INFO Processing ruok command from /127.0.0.1:46350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:26:04,867 INFO Processing ruok command from /127.0.0.1:46352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:26:14,850 INFO Processing ruok command from /127.0.0.1:46506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:26:14,888 INFO Processing ruok command from /127.0.0.1:46508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:26:24,837 INFO Processing ruok command from /127.0.0.1:46674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:26:24,865 INFO Processing ruok command from /127.0.0.1:46676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:26:34,579 INFO Committing global session 0x1000039df0d0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 03:26:34,866 INFO Processing ruok command from /127.0.0.1:46834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:26:34,898 INFO Processing ruok command from /127.0.0.1:46836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:26:44,861 INFO Processing ruok command from /127.0.0.1:47010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:26:44,889 INFO Processing ruok command from /127.0.0.1:47012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:26:54,851 INFO Processing ruok command from /127.0.0.1:47174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:26:54,873 INFO Processing ruok command from /127.0.0.1:47176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:27:04,831 INFO Processing ruok command from /127.0.0.1:47332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:27:04,864 INFO Processing ruok command from /127.0.0.1:47334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:27:14,848 INFO Processing ruok command from /127.0.0.1:47498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:27:14,888 INFO Processing ruok command from /127.0.0.1:47500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:27:24,838 INFO Processing ruok command from /127.0.0.1:47662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:27:24,867 INFO Processing ruok command from /127.0.0.1:47664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:27:34,834 INFO Processing ruok command from /127.0.0.1:47812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:27:34,863 INFO Processing ruok command from /127.0.0.1:47814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:27:44,839 INFO Processing ruok command from /127.0.0.1:47984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:27:44,870 INFO Processing ruok command from /127.0.0.1:47986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:27:54,841 INFO Processing ruok command from /127.0.0.1:48158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:27:54,874 INFO Processing ruok command from /127.0.0.1:48160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:28:04,842 INFO Processing ruok command from /127.0.0.1:48314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:28:04,868 INFO Processing ruok command from /127.0.0.1:48316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:28:14,847 INFO Processing ruok command from /127.0.0.1:48480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:28:14,877 INFO Processing ruok command from /127.0.0.1:48482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:28:24,837 INFO Processing ruok command from /127.0.0.1:48644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:28:24,864 INFO Processing ruok command from /127.0.0.1:48646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:28:34,389 INFO Committing global session 0x1000039df0d0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 03:28:34,844 INFO Processing ruok command from /127.0.0.1:48804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:28:34,870 INFO Processing ruok command from /127.0.0.1:48806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:28:44,828 INFO Processing ruok command from /127.0.0.1:48966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:28:44,864 INFO Processing ruok command from /127.0.0.1:48968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:28:54,837 INFO Processing ruok command from /127.0.0.1:49132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:28:54,873 INFO Processing ruok command from /127.0.0.1:49134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:29:04,833 INFO Processing ruok command from /127.0.0.1:49292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:29:04,869 INFO Processing ruok command from /127.0.0.1:49294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:29:14,843 INFO Processing ruok command from /127.0.0.1:49454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:29:14,868 INFO Processing ruok command from /127.0.0.1:49456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:29:24,841 INFO Processing ruok command from /127.0.0.1:49612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:29:24,873 INFO Processing ruok command from /127.0.0.1:49614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:29:34,847 INFO Processing ruok command from /127.0.0.1:49772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:29:34,877 INFO Processing ruok command from /127.0.0.1:49774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:29:44,824 INFO Processing ruok command from /127.0.0.1:49936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:29:44,859 INFO Processing ruok command from /127.0.0.1:49938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:29:54,838 INFO Processing ruok command from /127.0.0.1:50096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:29:54,871 INFO Processing ruok command from /127.0.0.1:50098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:30:04,847 INFO Processing ruok command from /127.0.0.1:50268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:30:04,874 INFO Processing ruok command from /127.0.0.1:50270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:30:14,835 INFO Processing ruok command from /127.0.0.1:50430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:30:14,871 INFO Processing ruok command from /127.0.0.1:50432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:30:24,835 INFO Processing ruok command from /127.0.0.1:50594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:30:24,868 INFO Processing ruok command from /127.0.0.1:50596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:30:34,697 INFO Committing global session 0x1000039df0d0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 03:30:34,826 INFO Processing ruok command from /127.0.0.1:50756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:30:34,849 INFO Processing ruok command from /127.0.0.1:50758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:30:44,844 INFO Processing ruok command from /127.0.0.1:50918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:30:44,879 INFO Processing ruok command from /127.0.0.1:50920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:30:54,847 INFO Processing ruok command from /127.0.0.1:51078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:30:54,870 INFO Processing ruok command from /127.0.0.1:51080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:31:04,840 INFO Processing ruok command from /127.0.0.1:51250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:31:04,869 INFO Processing ruok command from /127.0.0.1:51252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:31:14,841 INFO Processing ruok command from /127.0.0.1:51404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:31:14,903 INFO Processing ruok command from /127.0.0.1:51406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:31:24,841 INFO Processing ruok command from /127.0.0.1:51566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:31:24,866 INFO Processing ruok command from /127.0.0.1:51568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:31:34,837 INFO Processing ruok command from /127.0.0.1:51726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:31:34,868 INFO Processing ruok command from /127.0.0.1:51728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:31:44,850 INFO Processing ruok command from /127.0.0.1:51884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:31:44,911 INFO Processing ruok command from /127.0.0.1:51886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:31:54,831 INFO Processing ruok command from /127.0.0.1:52050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:31:54,859 INFO Processing ruok command from /127.0.0.1:52052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:32:04,830 INFO Processing ruok command from /127.0.0.1:52206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:32:04,858 INFO Processing ruok command from /127.0.0.1:52208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:32:14,839 INFO Processing ruok command from /127.0.0.1:52382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:32:14,871 INFO Processing ruok command from /127.0.0.1:52384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:32:24,832 INFO Processing ruok command from /127.0.0.1:52546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:32:24,859 INFO Processing ruok command from /127.0.0.1:52548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:32:34,371 INFO Committing global session 0x200003cbf9c000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 03:32:34,829 INFO Processing ruok command from /127.0.0.1:52706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:32:34,868 INFO Processing ruok command from /127.0.0.1:52708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:32:44,834 INFO Processing ruok command from /127.0.0.1:52874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:32:44,863 INFO Processing ruok command from /127.0.0.1:52876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:32:54,838 INFO Processing ruok command from /127.0.0.1:53032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:32:54,868 INFO Processing ruok command from /127.0.0.1:53034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:33:04,838 INFO Processing ruok command from /127.0.0.1:53190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:33:04,874 INFO Processing ruok command from /127.0.0.1:53192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:33:14,840 INFO Processing ruok command from /127.0.0.1:53366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:33:14,874 INFO Processing ruok command from /127.0.0.1:53368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:33:24,843 INFO Processing ruok command from /127.0.0.1:53534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:33:24,869 INFO Processing ruok command from /127.0.0.1:53536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:33:34,837 INFO Processing ruok command from /127.0.0.1:53690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:33:34,864 INFO Processing ruok command from /127.0.0.1:53692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:33:44,834 INFO Processing ruok command from /127.0.0.1:53848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:33:44,862 INFO Processing ruok command from /127.0.0.1:53850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:33:54,855 INFO Processing ruok command from /127.0.0.1:54012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:33:54,886 INFO Processing ruok command from /127.0.0.1:54014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:34:04,826 INFO Processing ruok command from /127.0.0.1:54178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:34:04,851 INFO Processing ruok command from /127.0.0.1:54180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:34:14,840 INFO Processing ruok command from /127.0.0.1:54342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:34:14,865 INFO Processing ruok command from /127.0.0.1:54344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:34:24,855 INFO Processing ruok command from /127.0.0.1:54516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:34:24,883 INFO Processing ruok command from /127.0.0.1:54518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:34:34,517 INFO Committing global session 0x1000039df0d000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 03:34:34,838 INFO Processing ruok command from /127.0.0.1:54670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:34:34,868 INFO Processing ruok command from /127.0.0.1:54672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:34:44,837 INFO Processing ruok command from /127.0.0.1:54830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:34:44,863 INFO Processing ruok command from /127.0.0.1:54832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:34:54,839 INFO Processing ruok command from /127.0.0.1:54994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:34:54,916 INFO Processing ruok command from /127.0.0.1:54996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:35:04,845 INFO Processing ruok command from /127.0.0.1:55154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:35:04,877 INFO Processing ruok command from /127.0.0.1:55156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:35:14,842 INFO Processing ruok command from /127.0.0.1:55316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:35:14,917 INFO Processing ruok command from /127.0.0.1:55318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:35:19,249 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-10-30 03:35:19,250 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-10-30 03:35:19,258 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-10-30 03:35:24,864 INFO Processing ruok command from /127.0.0.1:55480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:35:24,896 INFO Processing ruok command from /127.0.0.1:55482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:35:34,837 INFO Processing ruok command from /127.0.0.1:55644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:35:34,862 INFO Processing ruok command from /127.0.0.1:55646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:35:44,841 INFO Processing ruok command from /127.0.0.1:55808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:35:44,872 INFO Processing ruok command from /127.0.0.1:55810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:35:54,834 INFO Processing ruok command from /127.0.0.1:55972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:35:54,860 INFO Processing ruok command from /127.0.0.1:55974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:36:04,829 INFO Processing ruok command from /127.0.0.1:56134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:36:04,857 INFO Processing ruok command from /127.0.0.1:56136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:36:14,855 INFO Processing ruok command from /127.0.0.1:56296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:36:14,879 INFO Processing ruok command from /127.0.0.1:56298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:36:24,837 INFO Processing ruok command from /127.0.0.1:56462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:36:24,869 INFO Processing ruok command from /127.0.0.1:56464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:36:34,686 INFO Committing global session 0x200003cbf9c000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 03:36:34,840 INFO Processing ruok command from /127.0.0.1:56620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:36:34,867 INFO Processing ruok command from /127.0.0.1:56622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:36:44,837 INFO Processing ruok command from /127.0.0.1:56780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:36:44,864 INFO Processing ruok command from /127.0.0.1:56782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:36:54,831 INFO Processing ruok command from /127.0.0.1:56946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:36:54,857 INFO Processing ruok command from /127.0.0.1:56948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:37:04,855 INFO Processing ruok command from /127.0.0.1:57110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:37:04,887 INFO Processing ruok command from /127.0.0.1:57112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:37:14,838 INFO Processing ruok command from /127.0.0.1:57274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:37:14,873 INFO Processing ruok command from /127.0.0.1:57276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:37:24,842 INFO Processing ruok command from /127.0.0.1:57444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:37:24,895 INFO Processing ruok command from /127.0.0.1:57446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:37:34,851 INFO Processing ruok command from /127.0.0.1:57604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:37:34,876 INFO Processing ruok command from /127.0.0.1:57606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:37:44,834 INFO Processing ruok command from /127.0.0.1:57774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:37:44,865 INFO Processing ruok command from /127.0.0.1:57776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:37:54,858 INFO Processing ruok command from /127.0.0.1:57940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:37:54,902 INFO Processing ruok command from /127.0.0.1:57942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:38:04,847 INFO Processing ruok command from /127.0.0.1:58102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:38:04,879 INFO Processing ruok command from /127.0.0.1:58104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:38:14,836 INFO Processing ruok command from /127.0.0.1:58272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:38:14,868 INFO Processing ruok command from /127.0.0.1:58274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:38:24,845 INFO Processing ruok command from /127.0.0.1:58436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:38:24,904 INFO Processing ruok command from /127.0.0.1:58438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:38:34,425 INFO Committing global session 0x1000039df0d000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 03:38:34,837 INFO Processing ruok command from /127.0.0.1:58592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:38:34,867 INFO Processing ruok command from /127.0.0.1:58594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:38:44,848 INFO Processing ruok command from /127.0.0.1:58770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:38:44,877 INFO Processing ruok command from /127.0.0.1:58772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:38:54,835 INFO Processing ruok command from /127.0.0.1:58936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:38:54,878 INFO Processing ruok command from /127.0.0.1:58938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:39:04,835 INFO Processing ruok command from /127.0.0.1:59098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:39:04,869 INFO Processing ruok command from /127.0.0.1:59100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:39:14,850 INFO Processing ruok command from /127.0.0.1:59260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:39:14,890 INFO Processing ruok command from /127.0.0.1:59262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:39:24,838 INFO Processing ruok command from /127.0.0.1:59428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:39:24,869 INFO Processing ruok command from /127.0.0.1:59430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:39:34,844 INFO Processing ruok command from /127.0.0.1:59586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:39:34,882 INFO Processing ruok command from /127.0.0.1:59588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:39:44,839 INFO Processing ruok command from /127.0.0.1:59754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:39:44,868 INFO Processing ruok command from /127.0.0.1:59756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:39:54,836 INFO Processing ruok command from /127.0.0.1:59922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:39:54,890 INFO Processing ruok command from /127.0.0.1:59924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:40:04,840 INFO Processing ruok command from /127.0.0.1:60082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:40:04,902 INFO Processing ruok command from /127.0.0.1:60084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:40:14,846 INFO Processing ruok command from /127.0.0.1:60244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:40:14,877 INFO Processing ruok command from /127.0.0.1:60246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:40:24,836 INFO Processing ruok command from /127.0.0.1:60406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:40:24,869 INFO Processing ruok command from /127.0.0.1:60408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:40:34,415 INFO Committing global session 0x1000039df0d000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 03:40:34,860 INFO Processing ruok command from /127.0.0.1:60570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:40:34,890 INFO Processing ruok command from /127.0.0.1:60572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:40:44,832 INFO Processing ruok command from /127.0.0.1:60742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:40:44,861 INFO Processing ruok command from /127.0.0.1:60744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:40:54,835 INFO Processing ruok command from /127.0.0.1:60910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:40:54,864 INFO Processing ruok command from /127.0.0.1:60912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:41:04,835 INFO Processing ruok command from /127.0.0.1:32840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:41:04,865 INFO Processing ruok command from /127.0.0.1:32842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:41:14,836 INFO Processing ruok command from /127.0.0.1:33010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:41:14,872 INFO Processing ruok command from /127.0.0.1:33012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:41:24,834 INFO Processing ruok command from /127.0.0.1:33174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:41:24,865 INFO Processing ruok command from /127.0.0.1:33176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:41:34,841 INFO Processing ruok command from /127.0.0.1:33338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:41:34,869 INFO Processing ruok command from /127.0.0.1:33340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:41:44,868 INFO Processing ruok command from /127.0.0.1:33504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:41:44,901 INFO Processing ruok command from /127.0.0.1:33506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:41:54,838 INFO Processing ruok command from /127.0.0.1:33670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:41:54,862 INFO Processing ruok command from /127.0.0.1:33672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:42:04,832 INFO Processing ruok command from /127.0.0.1:33834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:42:04,862 INFO Processing ruok command from /127.0.0.1:33836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:42:14,837 INFO Processing ruok command from /127.0.0.1:34000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:42:14,864 INFO Processing ruok command from /127.0.0.1:34002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:42:24,846 INFO Processing ruok command from /127.0.0.1:34170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:42:24,869 INFO Processing ruok command from /127.0.0.1:34172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:42:34,628 INFO Committing global session 0x200003cbf9c0010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 03:42:34,836 INFO Processing ruok command from /127.0.0.1:34324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:42:34,877 INFO Processing ruok command from /127.0.0.1:34326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:42:44,827 INFO Processing ruok command from /127.0.0.1:34492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:42:44,861 INFO Processing ruok command from /127.0.0.1:34494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:42:54,829 INFO Processing ruok command from /127.0.0.1:34656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:42:54,902 INFO Processing ruok command from /127.0.0.1:34658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:43:04,831 INFO Processing ruok command from /127.0.0.1:34834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:43:04,872 INFO Processing ruok command from /127.0.0.1:34836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:43:14,851 INFO Processing ruok command from /127.0.0.1:34994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:43:14,897 INFO Processing ruok command from /127.0.0.1:34996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:43:24,839 INFO Processing ruok command from /127.0.0.1:35160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:43:24,867 INFO Processing ruok command from /127.0.0.1:35162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:43:34,834 INFO Processing ruok command from /127.0.0.1:35324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:43:34,866 INFO Processing ruok command from /127.0.0.1:35326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:43:44,830 INFO Processing ruok command from /127.0.0.1:35488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:43:44,865 INFO Processing ruok command from /127.0.0.1:35490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:43:54,835 INFO Processing ruok command from /127.0.0.1:35654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:43:54,870 INFO Processing ruok command from /127.0.0.1:35656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:44:04,837 INFO Processing ruok command from /127.0.0.1:35834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:44:04,875 INFO Processing ruok command from /127.0.0.1:35836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:44:14,852 INFO Processing ruok command from /127.0.0.1:36000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:44:14,912 INFO Processing ruok command from /127.0.0.1:36002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:44:24,831 INFO Processing ruok command from /127.0.0.1:36160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:44:24,856 INFO Processing ruok command from /127.0.0.1:36162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:44:34,833 INFO Processing ruok command from /127.0.0.1:36320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:44:34,879 INFO Processing ruok command from /127.0.0.1:36322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:44:34,890 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-30 03:44:34,896 INFO Committing global session 0x300003b235c000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 03:44:35,621 INFO Submitting global closeSession request for session 0x300003b235c000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-30 03:44:44,838 INFO Processing ruok command from /127.0.0.1:36474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:44:44,883 INFO Processing ruok command from /127.0.0.1:36476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:44:54,834 INFO Processing ruok command from /127.0.0.1:36648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:44:54,859 INFO Processing ruok command from /127.0.0.1:36650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:45:04,843 INFO Processing ruok command from /127.0.0.1:36814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:45:04,873 INFO Processing ruok command from /127.0.0.1:36816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:45:14,847 INFO Processing ruok command from /127.0.0.1:36980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:45:14,874 INFO Processing ruok command from /127.0.0.1:36982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:45:24,848 INFO Processing ruok command from /127.0.0.1:37144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:45:24,887 INFO Processing ruok command from /127.0.0.1:37146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:45:34,832 INFO Processing ruok command from /127.0.0.1:37304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:45:34,867 INFO Processing ruok command from /127.0.0.1:37306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:45:44,845 INFO Processing ruok command from /127.0.0.1:37476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:45:44,876 INFO Processing ruok command from /127.0.0.1:37478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:45:54,867 INFO Processing ruok command from /127.0.0.1:37638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:45:54,898 INFO Processing ruok command from /127.0.0.1:37640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:46:04,849 INFO Processing ruok command from /127.0.0.1:37804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:46:04,897 INFO Processing ruok command from /127.0.0.1:37806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:46:14,830 INFO Processing ruok command from /127.0.0.1:37972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:46:14,869 INFO Processing ruok command from /127.0.0.1:37974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:46:24,842 INFO Processing ruok command from /127.0.0.1:38132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:46:24,874 INFO Processing ruok command from /127.0.0.1:38134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:46:34,391 INFO Committing global session 0x200003cbf9c0011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 03:46:34,827 INFO Processing ruok command from /127.0.0.1:38296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:46:34,862 INFO Processing ruok command from /127.0.0.1:38298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:46:44,830 INFO Processing ruok command from /127.0.0.1:38462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:46:44,866 INFO Processing ruok command from /127.0.0.1:38464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:46:54,841 INFO Processing ruok command from /127.0.0.1:38624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:46:54,900 INFO Processing ruok command from /127.0.0.1:38626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:47:04,848 INFO Processing ruok command from /127.0.0.1:38790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:47:04,875 INFO Processing ruok command from /127.0.0.1:38792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:47:14,850 INFO Processing ruok command from /127.0.0.1:38958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:47:14,888 INFO Processing ruok command from /127.0.0.1:38960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:47:24,836 INFO Processing ruok command from /127.0.0.1:39132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:47:24,876 INFO Processing ruok command from /127.0.0.1:39134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:47:34,834 INFO Processing ruok command from /127.0.0.1:39282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:47:34,858 INFO Processing ruok command from /127.0.0.1:39284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:47:44,829 INFO Processing ruok command from /127.0.0.1:39442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:47:44,854 INFO Processing ruok command from /127.0.0.1:39444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:47:54,832 INFO Processing ruok command from /127.0.0.1:39602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:47:54,863 INFO Processing ruok command from /127.0.0.1:39604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:48:04,841 INFO Processing ruok command from /127.0.0.1:39770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:48:04,871 INFO Processing ruok command from /127.0.0.1:39772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:48:14,827 INFO Processing ruok command from /127.0.0.1:39942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:48:14,860 INFO Processing ruok command from /127.0.0.1:39944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:48:24,844 INFO Processing ruok command from /127.0.0.1:40118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:48:24,882 INFO Processing ruok command from /127.0.0.1:40120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:48:34,378 INFO Committing global session 0x200003cbf9c0012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 03:48:34,829 INFO Processing ruok command from /127.0.0.1:40266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:48:34,870 INFO Processing ruok command from /127.0.0.1:40268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:48:44,843 INFO Processing ruok command from /127.0.0.1:40426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:48:44,870 INFO Processing ruok command from /127.0.0.1:40428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:48:54,845 INFO Processing ruok command from /127.0.0.1:40588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:48:54,914 INFO Processing ruok command from /127.0.0.1:40590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:49:04,833 INFO Processing ruok command from /127.0.0.1:40754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:49:04,856 INFO Processing ruok command from /127.0.0.1:40756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:49:14,842 INFO Processing ruok command from /127.0.0.1:40916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:49:14,882 INFO Processing ruok command from /127.0.0.1:40918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:49:24,829 INFO Processing ruok command from /127.0.0.1:41076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:49:24,866 INFO Processing ruok command from /127.0.0.1:41078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:49:34,831 INFO Processing ruok command from /127.0.0.1:41246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:49:34,908 INFO Processing ruok command from /127.0.0.1:41248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:49:44,842 INFO Processing ruok command from /127.0.0.1:41400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:49:44,876 INFO Processing ruok command from /127.0.0.1:41402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:49:54,843 INFO Processing ruok command from /127.0.0.1:41562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:49:54,873 INFO Processing ruok command from /127.0.0.1:41564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:50:04,843 INFO Processing ruok command from /127.0.0.1:41728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:50:04,875 INFO Processing ruok command from /127.0.0.1:41730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:50:14,852 INFO Processing ruok command from /127.0.0.1:41888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:50:14,890 INFO Processing ruok command from /127.0.0.1:41890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:50:24,829 INFO Processing ruok command from /127.0.0.1:42060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:50:24,864 INFO Processing ruok command from /127.0.0.1:42062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:50:34,519 INFO Committing global session 0x1000039df0d000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 03:50:34,842 INFO Processing ruok command from /127.0.0.1:42230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:50:34,912 INFO Processing ruok command from /127.0.0.1:42232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:50:44,839 INFO Processing ruok command from /127.0.0.1:42398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:50:44,881 INFO Processing ruok command from /127.0.0.1:42400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:50:54,833 INFO Processing ruok command from /127.0.0.1:42550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:50:54,860 INFO Processing ruok command from /127.0.0.1:42552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:51:04,836 INFO Processing ruok command from /127.0.0.1:42712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:51:04,874 INFO Processing ruok command from /127.0.0.1:42714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:51:14,837 INFO Processing ruok command from /127.0.0.1:42880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:51:14,865 INFO Processing ruok command from /127.0.0.1:42882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:51:24,841 INFO Processing ruok command from /127.0.0.1:43046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:51:24,876 INFO Processing ruok command from /127.0.0.1:43048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:51:34,854 INFO Processing ruok command from /127.0.0.1:43204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:51:34,884 INFO Processing ruok command from /127.0.0.1:43206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:51:44,842 INFO Processing ruok command from /127.0.0.1:43372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:51:44,871 INFO Processing ruok command from /127.0.0.1:43374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:51:54,845 INFO Processing ruok command from /127.0.0.1:43534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:51:54,869 INFO Processing ruok command from /127.0.0.1:43536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:52:04,840 INFO Processing ruok command from /127.0.0.1:43690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:52:04,879 INFO Processing ruok command from /127.0.0.1:43692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:52:14,841 INFO Processing ruok command from /127.0.0.1:43850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:52:14,873 INFO Processing ruok command from /127.0.0.1:43852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:52:24,846 INFO Processing ruok command from /127.0.0.1:44016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:52:24,886 INFO Processing ruok command from /127.0.0.1:44018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:52:34,449 INFO Committing global session 0x200003cbf9c0013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 03:52:34,848 INFO Processing ruok command from /127.0.0.1:44170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:52:34,926 INFO Processing ruok command from /127.0.0.1:44172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:52:44,836 INFO Processing ruok command from /127.0.0.1:44338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:52:44,881 INFO Processing ruok command from /127.0.0.1:44340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:52:54,846 INFO Processing ruok command from /127.0.0.1:44498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:52:54,874 INFO Processing ruok command from /127.0.0.1:44500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:53:04,841 INFO Processing ruok command from /127.0.0.1:44668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:53:04,876 INFO Processing ruok command from /127.0.0.1:44670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:53:14,836 INFO Processing ruok command from /127.0.0.1:44824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:53:14,879 INFO Processing ruok command from /127.0.0.1:44826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:53:24,831 INFO Processing ruok command from /127.0.0.1:44992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:53:24,892 INFO Processing ruok command from /127.0.0.1:44994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:53:34,837 INFO Processing ruok command from /127.0.0.1:45148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:53:34,866 INFO Processing ruok command from /127.0.0.1:45150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:53:44,850 INFO Processing ruok command from /127.0.0.1:45320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:53:44,880 INFO Processing ruok command from /127.0.0.1:45322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:53:54,837 INFO Processing ruok command from /127.0.0.1:45492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:53:54,861 INFO Processing ruok command from /127.0.0.1:45494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:54:04,867 INFO Processing ruok command from /127.0.0.1:45662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:54:04,885 INFO Processing ruok command from /127.0.0.1:45664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:54:14,846 INFO Processing ruok command from /127.0.0.1:45840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:54:14,877 INFO Processing ruok command from /127.0.0.1:45842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:54:24,836 INFO Processing ruok command from /127.0.0.1:45998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:54:24,862 INFO Processing ruok command from /127.0.0.1:46000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:54:34,840 INFO Processing ruok command from /127.0.0.1:46186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:54:34,852 INFO Committing global session 0x1000039df0d000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 03:54:34,874 INFO Processing ruok command from /127.0.0.1:46188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:54:44,857 INFO Processing ruok command from /127.0.0.1:46350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:54:44,905 INFO Processing ruok command from /127.0.0.1:46352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:54:54,851 INFO Processing ruok command from /127.0.0.1:46544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:54:54,879 INFO Processing ruok command from /127.0.0.1:46546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:55:04,846 INFO Processing ruok command from /127.0.0.1:46734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:55:04,886 INFO Processing ruok command from /127.0.0.1:46738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:55:14,857 INFO Processing ruok command from /127.0.0.1:46954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:55:14,871 INFO Processing ruok command from /127.0.0.1:46956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:55:24,839 INFO Processing ruok command from /127.0.0.1:47128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:55:24,878 INFO Processing ruok command from /127.0.0.1:47130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:55:25,738 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC/g1/c4 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:55:34,847 INFO Processing ruok command from /127.0.0.1:47286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:55:34,878 INFO Processing ruok command from /127.0.0.1:47288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:55:44,855 INFO Processing ruok command from /127.0.0.1:47446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:55:44,884 INFO Processing ruok command from /127.0.0.1:47448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:55:54,847 INFO Processing ruok command from /127.0.0.1:47606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:55:54,881 INFO Processing ruok command from /127.0.0.1:47608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:56:04,848 INFO Processing ruok command from /127.0.0.1:47782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:56:04,898 INFO Processing ruok command from /127.0.0.1:47784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:56:14,838 INFO Processing ruok command from /127.0.0.1:47938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:56:14,874 INFO Processing ruok command from /127.0.0.1:47940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:56:24,843 INFO Processing ruok command from /127.0.0.1:48104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:56:24,874 INFO Processing ruok command from /127.0.0.1:48106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:56:25,738 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC/g1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:56:34,632 INFO Committing global session 0x1000039df0d000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 03:56:34,840 INFO Processing ruok command from /127.0.0.1:48264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:56:34,865 INFO Processing ruok command from /127.0.0.1:48266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:56:44,841 INFO Processing ruok command from /127.0.0.1:48432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:56:44,867 INFO Processing ruok command from /127.0.0.1:48434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:56:54,851 INFO Processing ruok command from /127.0.0.1:48594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:56:54,888 INFO Processing ruok command from /127.0.0.1:48596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:57:04,844 INFO Processing ruok command from /127.0.0.1:48764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:57:04,877 INFO Processing ruok command from /127.0.0.1:48766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:57:14,837 INFO Processing ruok command from /127.0.0.1:48926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:57:14,869 INFO Processing ruok command from /127.0.0.1:48928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:57:24,847 INFO Processing ruok command from /127.0.0.1:49086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:57:24,879 INFO Processing ruok command from /127.0.0.1:49088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:57:25,739 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:57:34,817 INFO Processing ruok command from /127.0.0.1:49242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:57:34,853 INFO Processing ruok command from /127.0.0.1:49244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:57:44,857 INFO Processing ruok command from /127.0.0.1:49420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:57:44,924 INFO Processing ruok command from /127.0.0.1:49422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:57:54,850 INFO Processing ruok command from /127.0.0.1:49584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:57:54,889 INFO Processing ruok command from /127.0.0.1:49586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:58:04,830 INFO Processing ruok command from /127.0.0.1:49746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:58:04,891 INFO Processing ruok command from /127.0.0.1:49748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:58:14,844 INFO Processing ruok command from /127.0.0.1:49946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:58:14,882 INFO Processing ruok command from /127.0.0.1:49948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:58:24,845 INFO Processing ruok command from /127.0.0.1:50118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:58:24,893 INFO Processing ruok command from /127.0.0.1:50120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:58:25,738 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:58:34,835 INFO Processing ruok command from /127.0.0.1:50320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:58:34,864 INFO Processing ruok command from /127.0.0.1:50322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:58:34,875 INFO Committing global session 0x1000039df0d0010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 03:58:44,832 INFO Processing ruok command from /127.0.0.1:50488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:58:44,860 INFO Processing ruok command from /127.0.0.1:50490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:58:54,841 INFO Processing ruok command from /127.0.0.1:50668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:58:54,868 INFO Processing ruok command from /127.0.0.1:50670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:59:04,856 INFO Processing ruok command from /127.0.0.1:50838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:59:04,888 INFO Processing ruok command from /127.0.0.1:50840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:59:14,836 INFO Processing ruok command from /127.0.0.1:51022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:59:14,862 INFO Processing ruok command from /127.0.0.1:51024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:59:24,832 INFO Processing ruok command from /127.0.0.1:51196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:59:24,909 INFO Processing ruok command from /127.0.0.1:51198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:59:25,738 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:59:25,743 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/homlesGroup6304c431-d85f-4b15-937a-4aa5417c25aa/homles6304c431-d85f-4b15-937a-4aa5417c25aa (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 03:59:34,837 INFO Processing ruok command from /127.0.0.1:51378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:59:34,879 INFO Processing ruok command from /127.0.0.1:51380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:59:44,841 INFO Processing ruok command from /127.0.0.1:51554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:59:44,876 INFO Processing ruok command from /127.0.0.1:51556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 03:59:54,838 INFO Processing ruok command from /127.0.0.1:51744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 03:59:54,869 INFO Processing ruok command from /127.0.0.1:51746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:00:04,853 INFO Processing ruok command from /127.0.0.1:51908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:00:04,908 INFO Processing ruok command from /127.0.0.1:51910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:00:14,857 INFO Processing ruok command from /127.0.0.1:52084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:00:14,905 INFO Processing ruok command from /127.0.0.1:52086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:00:24,833 INFO Processing ruok command from /127.0.0.1:52272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:00:24,862 INFO Processing ruok command from /127.0.0.1:52274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:00:25,738 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/homlesGroup6304c431-d85f-4b15-937a-4aa5417c25aa (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:00:34,642 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-30 04:00:34,647 INFO Committing global session 0x300003b235c0010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 04:00:34,834 INFO Processing ruok command from /127.0.0.1:52442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:00:34,915 INFO Processing ruok command from /127.0.0.1:52444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:00:35,309 INFO Submitting global closeSession request for session 0x300003b235c0010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-30 04:00:44,844 INFO Processing ruok command from /127.0.0.1:52620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:00:44,881 INFO Processing ruok command from /127.0.0.1:52622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:00:54,835 INFO Processing ruok command from /127.0.0.1:52786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:00:54,862 INFO Processing ruok command from /127.0.0.1:52788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:01:04,835 INFO Processing ruok command from /127.0.0.1:52952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:01:04,875 INFO Processing ruok command from /127.0.0.1:52954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:01:14,866 INFO Processing ruok command from /127.0.0.1:53112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:01:14,895 INFO Processing ruok command from /127.0.0.1:53114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:01:24,845 INFO Processing ruok command from /127.0.0.1:53290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:01:24,889 INFO Processing ruok command from /127.0.0.1:53292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:01:25,739 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:01:25,745 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:01:34,833 INFO Processing ruok command from /127.0.0.1:53446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:01:34,865 INFO Processing ruok command from /127.0.0.1:53448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:01:44,835 INFO Processing ruok command from /127.0.0.1:53608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:01:44,863 INFO Processing ruok command from /127.0.0.1:53610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:01:54,833 INFO Processing ruok command from /127.0.0.1:53774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:01:54,862 INFO Processing ruok command from /127.0.0.1:53776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:02:04,846 INFO Processing ruok command from /127.0.0.1:53928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:02:04,868 INFO Processing ruok command from /127.0.0.1:53930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:02:14,841 INFO Processing ruok command from /127.0.0.1:54088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:02:14,870 INFO Processing ruok command from /127.0.0.1:54090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:02:24,839 INFO Processing ruok command from /127.0.0.1:54262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:02:24,894 INFO Processing ruok command from /127.0.0.1:54264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:02:25,739 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:02:25,744 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:02:34,466 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-30 04:02:34,471 INFO Committing global session 0x300003b235c0011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 04:02:34,843 INFO Processing ruok command from /127.0.0.1:54420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:02:34,885 INFO Processing ruok command from /127.0.0.1:54422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:02:35,094 INFO Submitting global closeSession request for session 0x300003b235c0011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-30 04:02:44,837 INFO Processing ruok command from /127.0.0.1:54584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:02:44,866 INFO Processing ruok command from /127.0.0.1:54586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:02:54,850 INFO Processing ruok command from /127.0.0.1:54744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:02:54,881 INFO Processing ruok command from /127.0.0.1:54746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:03:04,861 INFO Processing ruok command from /127.0.0.1:54902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:03:04,921 INFO Processing ruok command from /127.0.0.1:54904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:03:14,855 INFO Processing ruok command from /127.0.0.1:55060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:03:14,898 INFO Processing ruok command from /127.0.0.1:55062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:03:24,848 INFO Processing ruok command from /127.0.0.1:55226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:03:24,904 INFO Processing ruok command from /127.0.0.1:55228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:03:25,739 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:03:25,745 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-30 04:03:25,750 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:03:25,756 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:03:34,839 INFO Processing ruok command from /127.0.0.1:55398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:03:34,866 INFO Processing ruok command from /127.0.0.1:55400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:03:44,845 INFO Processing ruok command from /127.0.0.1:55562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:03:44,875 INFO Processing ruok command from /127.0.0.1:55564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:03:54,833 INFO Processing ruok command from /127.0.0.1:55716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:03:54,866 INFO Processing ruok command from /127.0.0.1:55718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:04:04,826 INFO Processing ruok command from /127.0.0.1:55918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:04:04,855 INFO Processing ruok command from /127.0.0.1:55920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:04:14,847 INFO Processing ruok command from /127.0.0.1:56100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:04:14,883 INFO Processing ruok command from /127.0.0.1:56102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:04:24,847 INFO Processing ruok command from /127.0.0.1:56264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:04:24,885 INFO Processing ruok command from /127.0.0.1:56266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:04:25,738 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:04:25,745 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:04:25,751 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:04:34,197 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-30 04:04:34,204 INFO Committing global session 0x300003b235c0012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 04:04:34,838 INFO Processing ruok command from /127.0.0.1:56438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:04:34,931 INFO Processing ruok command from /127.0.0.1:56440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:04:34,955 INFO Submitting global closeSession request for session 0x300003b235c0012 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-30 04:04:44,840 INFO Processing ruok command from /127.0.0.1:56626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:04:44,872 INFO Processing ruok command from /127.0.0.1:56628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:04:54,843 INFO Processing ruok command from /127.0.0.1:56798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:04:54,874 INFO Processing ruok command from /127.0.0.1:56800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:05:04,841 INFO Processing ruok command from /127.0.0.1:56970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:05:04,882 INFO Processing ruok command from /127.0.0.1:56972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:05:14,853 INFO Processing ruok command from /127.0.0.1:57142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:05:14,880 INFO Processing ruok command from /127.0.0.1:57144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:05:24,842 INFO Processing ruok command from /127.0.0.1:57326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:05:24,868 INFO Processing ruok command from /127.0.0.1:57328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:05:25,739 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:05:25,746 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:05:25,752 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:05:25,757 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:05:34,837 INFO Processing ruok command from /127.0.0.1:57496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:05:34,868 INFO Processing ruok command from /127.0.0.1:57498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:05:44,842 INFO Processing ruok command from /127.0.0.1:57682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:05:44,877 INFO Processing ruok command from /127.0.0.1:57684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:05:54,847 INFO Processing ruok command from /127.0.0.1:57846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:05:54,874 INFO Processing ruok command from /127.0.0.1:57848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:06:04,837 INFO Processing ruok command from /127.0.0.1:58010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:06:04,864 INFO Processing ruok command from /127.0.0.1:58012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:06:14,837 INFO Processing ruok command from /127.0.0.1:58172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:06:14,864 INFO Processing ruok command from /127.0.0.1:58174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:06:24,848 INFO Processing ruok command from /127.0.0.1:58334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:06:24,876 INFO Processing ruok command from /127.0.0.1:58336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:06:25,738 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:06:25,743 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:06:34,697 INFO Committing global session 0x200003cbf9c0014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 04:06:34,843 INFO Processing ruok command from /127.0.0.1:58490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:06:34,872 INFO Processing ruok command from /127.0.0.1:58492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:06:44,842 INFO Processing ruok command from /127.0.0.1:58648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:06:44,868 INFO Processing ruok command from /127.0.0.1:58650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:06:54,832 INFO Processing ruok command from /127.0.0.1:58820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:06:54,867 INFO Processing ruok command from /127.0.0.1:58822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:07:04,841 INFO Processing ruok command from /127.0.0.1:58984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:07:04,880 INFO Processing ruok command from /127.0.0.1:58986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:07:14,836 INFO Processing ruok command from /127.0.0.1:59150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:07:14,866 INFO Processing ruok command from /127.0.0.1:59152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:07:24,853 INFO Processing ruok command from /127.0.0.1:59316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:07:24,866 INFO Processing ruok command from /127.0.0.1:59318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:07:25,739 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:07:25,744 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:07:25,751 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:07:34,848 INFO Processing ruok command from /127.0.0.1:59468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:07:34,872 INFO Processing ruok command from /127.0.0.1:59470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:07:44,844 INFO Processing ruok command from /127.0.0.1:59634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:07:44,872 INFO Processing ruok command from /127.0.0.1:59636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:07:54,835 INFO Processing ruok command from /127.0.0.1:59816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:07:54,866 INFO Processing ruok command from /127.0.0.1:59818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:08:04,848 INFO Processing ruok command from /127.0.0.1:59974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:08:04,881 INFO Processing ruok command from /127.0.0.1:59976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:08:14,844 INFO Processing ruok command from /127.0.0.1:60130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:08:14,868 INFO Processing ruok command from /127.0.0.1:60132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:08:24,844 INFO Processing ruok command from /127.0.0.1:60298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:08:24,874 INFO Processing ruok command from /127.0.0.1:60300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:08:25,738 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:08:25,745 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:08:34,621 INFO Committing global session 0x200003cbf9c0015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 04:08:34,841 INFO Processing ruok command from /127.0.0.1:60456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:08:34,869 INFO Processing ruok command from /127.0.0.1:60458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:08:44,826 INFO Processing ruok command from /127.0.0.1:60626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:08:44,851 INFO Processing ruok command from /127.0.0.1:60628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:08:54,853 INFO Processing ruok command from /127.0.0.1:60782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:08:54,887 INFO Processing ruok command from /127.0.0.1:60784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:09:04,845 INFO Processing ruok command from /127.0.0.1:60952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:09:04,869 INFO Processing ruok command from /127.0.0.1:60954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:09:14,829 INFO Processing ruok command from /127.0.0.1:32894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:09:14,871 INFO Processing ruok command from /127.0.0.1:32896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:09:24,834 INFO Processing ruok command from /127.0.0.1:33058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:09:24,871 INFO Processing ruok command from /127.0.0.1:33060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:09:25,738 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:09:25,745 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:09:25,751 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:09:25,757 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:09:34,843 INFO Processing ruok command from /127.0.0.1:33216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:09:34,935 INFO Processing ruok command from /127.0.0.1:33218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:09:44,847 INFO Processing ruok command from /127.0.0.1:33380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:09:44,874 INFO Processing ruok command from /127.0.0.1:33382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:09:54,839 INFO Processing ruok command from /127.0.0.1:33546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:09:54,869 INFO Processing ruok command from /127.0.0.1:33548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:10:04,842 INFO Processing ruok command from /127.0.0.1:33722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:10:04,872 INFO Processing ruok command from /127.0.0.1:33724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:10:14,832 INFO Processing ruok command from /127.0.0.1:33886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:10:14,865 INFO Processing ruok command from /127.0.0.1:33888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:10:24,827 INFO Processing ruok command from /127.0.0.1:34052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:10:24,856 INFO Processing ruok command from /127.0.0.1:34054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:10:25,738 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:10:25,745 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:10:25,751 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:10:25,757 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:10:25,764 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:10:34,629 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-30 04:10:34,634 INFO Committing global session 0x300003b235c0013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 04:10:34,853 INFO Processing ruok command from /127.0.0.1:34216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:10:34,882 INFO Processing ruok command from /127.0.0.1:34218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:10:35,244 INFO Submitting global closeSession request for session 0x300003b235c0013 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-30 04:10:44,849 INFO Processing ruok command from /127.0.0.1:34374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:10:44,880 INFO Processing ruok command from /127.0.0.1:34376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:10:54,848 INFO Processing ruok command from /127.0.0.1:34534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:10:54,876 INFO Processing ruok command from /127.0.0.1:34536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:11:04,832 INFO Processing ruok command from /127.0.0.1:34700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:11:04,861 INFO Processing ruok command from /127.0.0.1:34702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:11:14,865 INFO Processing ruok command from /127.0.0.1:34862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:11:14,892 INFO Processing ruok command from /127.0.0.1:34864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:11:24,847 INFO Processing ruok command from /127.0.0.1:35032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:11:24,878 INFO Processing ruok command from /127.0.0.1:35034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:11:25,738 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:11:25,745 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:11:25,751 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:11:25,756 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:11:25,762 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:11:34,841 INFO Processing ruok command from /127.0.0.1:35188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:11:34,871 INFO Processing ruok command from /127.0.0.1:35190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:11:44,823 INFO Processing ruok command from /127.0.0.1:35356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:11:44,874 INFO Processing ruok command from /127.0.0.1:35360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:11:54,861 INFO Processing ruok command from /127.0.0.1:35522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:11:54,885 INFO Processing ruok command from /127.0.0.1:35524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:12:04,839 INFO Processing ruok command from /127.0.0.1:35680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:12:04,873 INFO Processing ruok command from /127.0.0.1:35682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:12:14,842 INFO Processing ruok command from /127.0.0.1:35852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:12:14,868 INFO Processing ruok command from /127.0.0.1:35854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:12:24,846 INFO Processing ruok command from /127.0.0.1:36020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:12:24,876 INFO Processing ruok command from /127.0.0.1:36022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:12:25,738 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:12:25,744 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:12:34,539 INFO Committing global session 0x200003cbf9c0016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 04:12:34,870 INFO Processing ruok command from /127.0.0.1:36178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:12:34,908 INFO Processing ruok command from /127.0.0.1:36180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:12:44,831 INFO Processing ruok command from /127.0.0.1:36366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:12:44,867 INFO Processing ruok command from /127.0.0.1:36368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:12:54,886 INFO Processing ruok command from /127.0.0.1:36570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:12:54,956 INFO Processing ruok command from /127.0.0.1:36574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:13:04,844 INFO Processing ruok command from /127.0.0.1:36744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:13:04,891 INFO Processing ruok command from /127.0.0.1:36746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:13:14,836 INFO Processing ruok command from /127.0.0.1:36912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:13:14,873 INFO Processing ruok command from /127.0.0.1:36914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:13:24,850 INFO Processing ruok command from /127.0.0.1:37096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:13:24,875 INFO Processing ruok command from /127.0.0.1:37098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:13:25,738 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:13:25,744 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:13:34,843 INFO Processing ruok command from /127.0.0.1:37264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:13:34,882 INFO Processing ruok command from /127.0.0.1:37266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:13:44,840 INFO Processing ruok command from /127.0.0.1:37444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:13:44,874 INFO Processing ruok command from /127.0.0.1:37446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:13:54,848 INFO Processing ruok command from /127.0.0.1:37616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:13:54,881 INFO Processing ruok command from /127.0.0.1:37618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:14:04,836 INFO Processing ruok command from /127.0.0.1:37790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:14:04,878 INFO Processing ruok command from /127.0.0.1:37792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:14:14,843 INFO Processing ruok command from /127.0.0.1:37958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:14:14,872 INFO Processing ruok command from /127.0.0.1:37960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:14:24,866 INFO Processing ruok command from /127.0.0.1:38144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:14:24,896 INFO Processing ruok command from /127.0.0.1:38146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:14:25,738 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:14:25,743 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:14:34,575 INFO Committing global session 0x1000039df0d0011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 04:14:34,828 INFO Processing ruok command from /127.0.0.1:38298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:14:34,863 INFO Processing ruok command from /127.0.0.1:38300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:14:44,851 INFO Processing ruok command from /127.0.0.1:38478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:14:44,880 INFO Processing ruok command from /127.0.0.1:38480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:14:54,845 INFO Processing ruok command from /127.0.0.1:38648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:14:54,870 INFO Processing ruok command from /127.0.0.1:38650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:15:04,843 INFO Processing ruok command from /127.0.0.1:38824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:15:04,880 INFO Processing ruok command from /127.0.0.1:38826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:15:14,838 INFO Processing ruok command from /127.0.0.1:39000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:15:14,866 INFO Processing ruok command from /127.0.0.1:39002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:15:24,834 INFO Processing ruok command from /127.0.0.1:39164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:15:24,862 INFO Processing ruok command from /127.0.0.1:39166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:15:25,738 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:15:34,840 INFO Processing ruok command from /127.0.0.1:39340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:15:34,870 INFO Processing ruok command from /127.0.0.1:39342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:15:44,845 INFO Processing ruok command from /127.0.0.1:39496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:15:44,866 INFO Processing ruok command from /127.0.0.1:39498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:15:54,829 INFO Processing ruok command from /127.0.0.1:39668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:15:54,865 INFO Processing ruok command from /127.0.0.1:39670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:16:04,837 INFO Processing ruok command from /127.0.0.1:39848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:16:04,863 INFO Processing ruok command from /127.0.0.1:39850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:16:14,830 INFO Processing ruok command from /127.0.0.1:40020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:16:14,854 INFO Processing ruok command from /127.0.0.1:40022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:16:24,832 INFO Processing ruok command from /127.0.0.1:40192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:16:24,861 INFO Processing ruok command from /127.0.0.1:40194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:16:25,738 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-30 04:16:34,426 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-30 04:16:34,432 INFO Committing global session 0x300003b235c0014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 04:16:34,842 INFO Processing ruok command from /127.0.0.1:40362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:16:34,875 INFO Processing ruok command from /127.0.0.1:40364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:16:35,183 INFO Submitting global closeSession request for session 0x300003b235c0014 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-30 04:16:44,849 INFO Processing ruok command from /127.0.0.1:40534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:16:44,882 INFO Processing ruok command from /127.0.0.1:40536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:16:54,843 INFO Processing ruok command from /127.0.0.1:40700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:16:54,878 INFO Processing ruok command from /127.0.0.1:40702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:17:04,865 INFO Processing ruok command from /127.0.0.1:40878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:17:04,893 INFO Processing ruok command from /127.0.0.1:40880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:17:14,840 INFO Processing ruok command from /127.0.0.1:41058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:17:14,881 INFO Processing ruok command from /127.0.0.1:41060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:17:24,865 INFO Processing ruok command from /127.0.0.1:41230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:17:24,956 INFO Processing ruok command from /127.0.0.1:41232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:17:25,739 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:17:25,745 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:17:34,856 INFO Processing ruok command from /127.0.0.1:41388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:17:34,884 INFO Processing ruok command from /127.0.0.1:41390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:17:44,835 INFO Processing ruok command from /127.0.0.1:41558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:17:44,861 INFO Processing ruok command from /127.0.0.1:41560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:17:54,858 INFO Processing ruok command from /127.0.0.1:41740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:17:54,874 INFO Processing ruok command from /127.0.0.1:41742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:18:04,855 INFO Processing ruok command from /127.0.0.1:41946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:18:04,890 INFO Processing ruok command from /127.0.0.1:41948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:18:14,872 INFO Processing ruok command from /127.0.0.1:42122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:18:14,912 INFO Processing ruok command from /127.0.0.1:42124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:18:24,824 INFO Processing ruok command from /127.0.0.1:42288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:18:24,853 INFO Processing ruok command from /127.0.0.1:42290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:18:25,739 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:18:25,745 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:18:34,633 INFO Committing global session 0x1000039df0d0012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 04:18:34,855 INFO Processing ruok command from /127.0.0.1:42454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:18:34,887 INFO Processing ruok command from /127.0.0.1:42456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:18:44,849 INFO Processing ruok command from /127.0.0.1:42628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:18:44,880 INFO Processing ruok command from /127.0.0.1:42630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:18:54,840 INFO Processing ruok command from /127.0.0.1:42796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:18:54,869 INFO Processing ruok command from /127.0.0.1:42798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:19:04,841 INFO Processing ruok command from /127.0.0.1:42966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:19:04,885 INFO Processing ruok command from /127.0.0.1:42968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:19:14,839 INFO Processing ruok command from /127.0.0.1:43140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:19:14,875 INFO Processing ruok command from /127.0.0.1:43142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:19:24,834 INFO Processing ruok command from /127.0.0.1:43312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:19:24,878 INFO Processing ruok command from /127.0.0.1:43314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:19:25,739 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup/consumerId (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:19:25,744 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-30 04:19:25,750 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:19:34,837 INFO Processing ruok command from /127.0.0.1:43478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:19:34,875 INFO Processing ruok command from /127.0.0.1:43480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:19:44,835 INFO Processing ruok command from /127.0.0.1:43646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:19:44,865 INFO Processing ruok command from /127.0.0.1:43648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:19:54,832 INFO Processing ruok command from /127.0.0.1:43824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:19:54,858 INFO Processing ruok command from /127.0.0.1:43826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:20:04,855 INFO Processing ruok command from /127.0.0.1:43990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:20:04,882 INFO Processing ruok command from /127.0.0.1:43992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:20:14,830 INFO Processing ruok command from /127.0.0.1:44162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:20:14,857 INFO Processing ruok command from /127.0.0.1:44164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:20:24,849 INFO Processing ruok command from /127.0.0.1:44334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:20:24,918 INFO Processing ruok command from /127.0.0.1:44336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:20:25,738 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:20:25,743 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:20:34,462 INFO Committing global session 0x1000039df0d0013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 04:20:34,828 INFO Processing ruok command from /127.0.0.1:44496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:20:34,856 INFO Processing ruok command from /127.0.0.1:44498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:20:44,849 INFO Processing ruok command from /127.0.0.1:44660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:20:44,886 INFO Processing ruok command from /127.0.0.1:44662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:20:54,836 INFO Processing ruok command from /127.0.0.1:44860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:20:54,866 INFO Processing ruok command from /127.0.0.1:44862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:21:04,842 INFO Processing ruok command from /127.0.0.1:45050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:21:04,868 INFO Processing ruok command from /127.0.0.1:45052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:21:14,850 INFO Processing ruok command from /127.0.0.1:45218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:21:14,878 INFO Processing ruok command from /127.0.0.1:45220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:21:24,835 INFO Processing ruok command from /127.0.0.1:45402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:21:24,868 INFO Processing ruok command from /127.0.0.1:45404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:21:25,739 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:21:25,745 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:21:34,834 INFO Processing ruok command from /127.0.0.1:45556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:21:34,933 INFO Processing ruok command from /127.0.0.1:45558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:21:44,835 INFO Processing ruok command from /127.0.0.1:45726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:21:44,863 INFO Processing ruok command from /127.0.0.1:45728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:21:54,846 INFO Processing ruok command from /127.0.0.1:45888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:21:54,885 INFO Processing ruok command from /127.0.0.1:45890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:22:04,839 INFO Processing ruok command from /127.0.0.1:46050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:22:04,874 INFO Processing ruok command from /127.0.0.1:46052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:22:14,826 INFO Processing ruok command from /127.0.0.1:46212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:22:14,848 INFO Processing ruok command from /127.0.0.1:46214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:22:24,852 INFO Processing ruok command from /127.0.0.1:46380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:22:24,909 INFO Processing ruok command from /127.0.0.1:46382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:22:25,738 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:22:34,517 INFO Committing global session 0x1000039df0d0014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 04:22:34,834 INFO Processing ruok command from /127.0.0.1:46542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:22:34,869 INFO Processing ruok command from /127.0.0.1:46544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:22:44,836 INFO Processing ruok command from /127.0.0.1:46710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:22:44,881 INFO Processing ruok command from /127.0.0.1:46712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:22:54,849 INFO Processing ruok command from /127.0.0.1:46874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:22:54,881 INFO Processing ruok command from /127.0.0.1:46876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:23:04,835 INFO Processing ruok command from /127.0.0.1:47052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:23:04,865 INFO Processing ruok command from /127.0.0.1:47054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:23:14,834 INFO Processing ruok command from /127.0.0.1:47216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:23:14,859 INFO Processing ruok command from /127.0.0.1:47218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:23:24,844 INFO Processing ruok command from /127.0.0.1:47388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:23:24,871 INFO Processing ruok command from /127.0.0.1:47390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:23:34,835 INFO Processing ruok command from /127.0.0.1:47550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:23:34,865 INFO Processing ruok command from /127.0.0.1:47552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:23:44,839 INFO Processing ruok command from /127.0.0.1:47718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:23:44,878 INFO Processing ruok command from /127.0.0.1:47720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:23:54,843 INFO Processing ruok command from /127.0.0.1:47888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:23:54,878 INFO Processing ruok command from /127.0.0.1:47890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:24:04,852 INFO Processing ruok command from /127.0.0.1:48062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:24:04,879 INFO Processing ruok command from /127.0.0.1:48064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:24:14,832 INFO Processing ruok command from /127.0.0.1:48232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:24:14,865 INFO Processing ruok command from /127.0.0.1:48234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:24:24,840 INFO Processing ruok command from /127.0.0.1:48398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:24:24,873 INFO Processing ruok command from /127.0.0.1:48400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:24:34,651 INFO Committing global session 0x200003cbf9c0017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 04:24:34,851 INFO Processing ruok command from /127.0.0.1:48554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:24:34,881 INFO Processing ruok command from /127.0.0.1:48556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:24:44,836 INFO Processing ruok command from /127.0.0.1:48724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:24:44,865 INFO Processing ruok command from /127.0.0.1:48726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:24:54,836 INFO Processing ruok command from /127.0.0.1:48892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:24:54,867 INFO Processing ruok command from /127.0.0.1:48894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:25:04,839 INFO Processing ruok command from /127.0.0.1:49058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:25:04,867 INFO Processing ruok command from /127.0.0.1:49060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:25:14,839 INFO Processing ruok command from /127.0.0.1:49220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:25:14,902 INFO Processing ruok command from /127.0.0.1:49222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:25:24,840 INFO Processing ruok command from /127.0.0.1:49388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:25:24,870 INFO Processing ruok command from /127.0.0.1:49390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:25:34,834 INFO Processing ruok command from /127.0.0.1:49546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:25:34,863 INFO Processing ruok command from /127.0.0.1:49548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:25:44,837 INFO Processing ruok command from /127.0.0.1:49708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:25:44,861 INFO Processing ruok command from /127.0.0.1:49710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:25:54,851 INFO Processing ruok command from /127.0.0.1:49870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:25:54,906 INFO Processing ruok command from /127.0.0.1:49872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:26:04,845 INFO Processing ruok command from /127.0.0.1:50028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:26:04,876 INFO Processing ruok command from /127.0.0.1:50030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:26:14,830 INFO Processing ruok command from /127.0.0.1:50186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:26:14,865 INFO Processing ruok command from /127.0.0.1:50188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:26:24,835 INFO Processing ruok command from /127.0.0.1:50362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:26:24,867 INFO Processing ruok command from /127.0.0.1:50364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:26:34,856 INFO Processing ruok command from /127.0.0.1:50520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:26:34,888 INFO Processing ruok command from /127.0.0.1:50522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:26:34,890 INFO Committing global session 0x200003cbf9c0018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 04:26:44,855 INFO Processing ruok command from /127.0.0.1:50680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:26:44,884 INFO Processing ruok command from /127.0.0.1:50682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:26:54,836 INFO Processing ruok command from /127.0.0.1:50848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:26:54,869 INFO Processing ruok command from /127.0.0.1:50850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:27:04,847 INFO Processing ruok command from /127.0.0.1:50996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:27:04,900 INFO Processing ruok command from /127.0.0.1:50998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:27:14,835 INFO Processing ruok command from /127.0.0.1:51156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:27:14,865 INFO Processing ruok command from /127.0.0.1:51158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:27:24,841 INFO Processing ruok command from /127.0.0.1:51330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:27:24,880 INFO Processing ruok command from /127.0.0.1:51332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:27:34,868 INFO Processing ruok command from /127.0.0.1:51486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:27:34,901 INFO Processing ruok command from /127.0.0.1:51488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:27:44,862 INFO Processing ruok command from /127.0.0.1:51682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:27:44,943 INFO Processing ruok command from /127.0.0.1:51684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:27:54,846 INFO Processing ruok command from /127.0.0.1:51846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:27:54,874 INFO Processing ruok command from /127.0.0.1:51848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:28:04,837 INFO Processing ruok command from /127.0.0.1:52038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:28:04,931 INFO Processing ruok command from /127.0.0.1:52040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:28:14,844 INFO Processing ruok command from /127.0.0.1:52206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:28:14,872 INFO Processing ruok command from /127.0.0.1:52208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:28:24,843 INFO Processing ruok command from /127.0.0.1:52378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:28:24,873 INFO Processing ruok command from /127.0.0.1:52380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:28:34,490 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-30 04:28:34,495 INFO Committing global session 0x300003b235c0015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 04:28:34,838 INFO Processing ruok command from /127.0.0.1:52546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:28:34,867 INFO Processing ruok command from /127.0.0.1:52548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:28:35,122 INFO Submitting global closeSession request for session 0x300003b235c0015 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-30 04:28:44,834 INFO Processing ruok command from /127.0.0.1:52714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:28:44,859 INFO Processing ruok command from /127.0.0.1:52716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:28:54,848 INFO Processing ruok command from /127.0.0.1:52884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:28:54,877 INFO Processing ruok command from /127.0.0.1:52886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:29:04,844 INFO Processing ruok command from /127.0.0.1:53048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:29:04,872 INFO Processing ruok command from /127.0.0.1:53050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:29:14,833 INFO Processing ruok command from /127.0.0.1:53202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:29:14,867 INFO Processing ruok command from /127.0.0.1:53204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:29:24,877 INFO Processing ruok command from /127.0.0.1:53396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:29:24,900 INFO Processing ruok command from /127.0.0.1:53398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:29:34,855 INFO Processing ruok command from /127.0.0.1:53590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:29:34,900 INFO Processing ruok command from /127.0.0.1:53592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:29:44,829 INFO Processing ruok command from /127.0.0.1:53764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:29:44,862 INFO Processing ruok command from /127.0.0.1:53766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:29:54,839 INFO Processing ruok command from /127.0.0.1:53940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:29:54,868 INFO Processing ruok command from /127.0.0.1:53942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:30:04,850 INFO Processing ruok command from /127.0.0.1:54114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:30:04,882 INFO Processing ruok command from /127.0.0.1:54116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:30:14,832 INFO Processing ruok command from /127.0.0.1:54290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:30:14,869 INFO Processing ruok command from /127.0.0.1:54292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:30:24,847 INFO Processing ruok command from /127.0.0.1:54468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:30:24,895 INFO Processing ruok command from /127.0.0.1:54470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:30:25,739 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:30:34,511 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-30 04:30:34,516 INFO Committing global session 0x300003b235c0016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 04:30:34,840 INFO Processing ruok command from /127.0.0.1:54634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:30:34,876 INFO Processing ruok command from /127.0.0.1:54636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:30:35,284 INFO Submitting global closeSession request for session 0x300003b235c0016 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-30 04:30:44,848 INFO Processing ruok command from /127.0.0.1:54808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:30:44,874 INFO Processing ruok command from /127.0.0.1:54810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:30:54,849 INFO Processing ruok command from /127.0.0.1:54986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:30:54,889 INFO Processing ruok command from /127.0.0.1:54988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:31:04,859 INFO Processing ruok command from /127.0.0.1:55164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:31:04,888 INFO Processing ruok command from /127.0.0.1:55166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:31:14,857 INFO Processing ruok command from /127.0.0.1:55342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:31:14,891 INFO Processing ruok command from /127.0.0.1:55344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:31:24,845 INFO Processing ruok command from /127.0.0.1:55558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:31:24,902 INFO Processing ruok command from /127.0.0.1:55560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:31:25,738 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:31:34,836 INFO Processing ruok command from /127.0.0.1:55734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:31:34,927 INFO Processing ruok command from /127.0.0.1:55736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:31:44,831 INFO Processing ruok command from /127.0.0.1:55914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:31:44,859 INFO Processing ruok command from /127.0.0.1:55916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:31:54,839 INFO Processing ruok command from /127.0.0.1:56108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:31:54,880 INFO Processing ruok command from /127.0.0.1:56110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:32:04,844 INFO Processing ruok command from /127.0.0.1:56284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:32:04,929 INFO Processing ruok command from /127.0.0.1:56286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:32:14,862 INFO Processing ruok command from /127.0.0.1:56468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:32:14,887 INFO Processing ruok command from /127.0.0.1:56470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:32:24,836 INFO Processing ruok command from /127.0.0.1:56646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:32:24,867 INFO Processing ruok command from /127.0.0.1:56648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:32:25,738 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-30 04:32:25,744 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:32:34,853 INFO Processing ruok command from /127.0.0.1:56822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:32:34,933 INFO Processing ruok command from /127.0.0.1:56824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:32:35,091 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-30 04:32:35,099 INFO Committing global session 0x300003b235c0017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 04:32:35,877 INFO Submitting global closeSession request for session 0x300003b235c0017 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-30 04:32:44,844 INFO Processing ruok command from /127.0.0.1:57010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:32:44,878 INFO Processing ruok command from /127.0.0.1:57012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:32:54,838 INFO Processing ruok command from /127.0.0.1:57202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:32:54,873 INFO Processing ruok command from /127.0.0.1:57204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:33:04,855 INFO Processing ruok command from /127.0.0.1:57410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:33:04,886 INFO Processing ruok command from /127.0.0.1:57412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:33:14,834 INFO Processing ruok command from /127.0.0.1:57604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:33:14,902 INFO Processing ruok command from /127.0.0.1:57606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:33:24,851 INFO Processing ruok command from /127.0.0.1:57842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:33:24,879 INFO Processing ruok command from /127.0.0.1:57844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:33:25,738 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:33:25,743 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:33:34,833 INFO Processing ruok command from /127.0.0.1:58036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:33:34,860 INFO Processing ruok command from /127.0.0.1:58038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:33:44,846 INFO Processing ruok command from /127.0.0.1:58216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:33:44,882 INFO Processing ruok command from /127.0.0.1:58218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:33:54,848 INFO Processing ruok command from /127.0.0.1:58408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:33:54,884 INFO Processing ruok command from /127.0.0.1:58410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:34:04,841 INFO Processing ruok command from /127.0.0.1:58600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:34:04,885 INFO Processing ruok command from /127.0.0.1:58602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:34:14,831 INFO Processing ruok command from /127.0.0.1:58782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:34:14,867 INFO Processing ruok command from /127.0.0.1:58784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:34:24,846 INFO Processing ruok command from /127.0.0.1:58972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:34:24,873 INFO Processing ruok command from /127.0.0.1:58974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:34:25,739 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup/consumerId (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:34:25,745 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:34:25,751 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:34:34,661 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-30 04:34:34,667 INFO Committing global session 0x300003b235c0018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 04:34:34,842 INFO Processing ruok command from /127.0.0.1:59152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:34:34,874 INFO Processing ruok command from /127.0.0.1:59154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:34:35,214 INFO Submitting global closeSession request for session 0x300003b235c0018 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-30 04:34:44,842 INFO Processing ruok command from /127.0.0.1:59332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:34:44,904 INFO Processing ruok command from /127.0.0.1:59334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:34:54,833 INFO Processing ruok command from /127.0.0.1:59522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:34:54,864 INFO Processing ruok command from /127.0.0.1:59526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:35:04,835 INFO Processing ruok command from /127.0.0.1:59728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:35:04,912 INFO Processing ruok command from /127.0.0.1:59730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:35:14,843 INFO Processing ruok command from /127.0.0.1:59924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:35:14,870 INFO Processing ruok command from /127.0.0.1:59926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:35:19,249 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-10-30 04:35:19,249 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-10-30 04:35:19,255 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-10-30 04:35:24,827 INFO Processing ruok command from /127.0.0.1:60106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:35:24,856 INFO Processing ruok command from /127.0.0.1:60108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:35:25,738 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:35:25,744 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:35:34,867 INFO Processing ruok command from /127.0.0.1:60280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:35:34,916 INFO Processing ruok command from /127.0.0.1:60282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:35:44,847 INFO Processing ruok command from /127.0.0.1:60462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:35:44,880 INFO Processing ruok command from /127.0.0.1:60464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:35:54,841 INFO Processing ruok command from /127.0.0.1:60648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:35:54,875 INFO Processing ruok command from /127.0.0.1:60650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:36:04,836 INFO Processing ruok command from /127.0.0.1:60862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:36:04,862 INFO Processing ruok command from /127.0.0.1:60864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:36:14,834 INFO Processing ruok command from /127.0.0.1:32810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:36:14,869 INFO Processing ruok command from /127.0.0.1:32812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:36:24,861 INFO Processing ruok command from /127.0.0.1:32996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:36:24,890 INFO Processing ruok command from /127.0.0.1:32998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:36:25,738 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:36:25,744 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:36:34,509 INFO Committing global session 0x1000039df0d0015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 04:36:34,842 INFO Processing ruok command from /127.0.0.1:33200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:36:34,864 INFO Processing ruok command from /127.0.0.1:33202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:36:44,834 INFO Processing ruok command from /127.0.0.1:33384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:36:44,865 INFO Processing ruok command from /127.0.0.1:33386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:36:54,837 INFO Processing ruok command from /127.0.0.1:33564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:36:54,871 INFO Processing ruok command from /127.0.0.1:33566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:37:04,836 INFO Processing ruok command from /127.0.0.1:33750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:37:04,868 INFO Processing ruok command from /127.0.0.1:33752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:37:14,844 INFO Processing ruok command from /127.0.0.1:33936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:37:14,870 INFO Processing ruok command from /127.0.0.1:33938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:37:24,833 INFO Processing ruok command from /127.0.0.1:34124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:37:24,866 INFO Processing ruok command from /127.0.0.1:34126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:37:25,738 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:37:34,847 INFO Processing ruok command from /127.0.0.1:34302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:37:34,882 INFO Processing ruok command from /127.0.0.1:34304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:37:44,832 INFO Processing ruok command from /127.0.0.1:34496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:37:44,917 INFO Processing ruok command from /127.0.0.1:34498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:37:54,845 INFO Processing ruok command from /127.0.0.1:34700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:37:54,874 INFO Processing ruok command from /127.0.0.1:34702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:38:04,830 INFO Processing ruok command from /127.0.0.1:34876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:38:04,858 INFO Processing ruok command from /127.0.0.1:34878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:38:14,841 INFO Processing ruok command from /127.0.0.1:35054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:38:14,882 INFO Processing ruok command from /127.0.0.1:35056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:38:24,836 INFO Processing ruok command from /127.0.0.1:35238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:38:24,866 INFO Processing ruok command from /127.0.0.1:35240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:38:25,741 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:38:34,829 INFO Processing ruok command from /127.0.0.1:35410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:38:34,847 INFO Committing global session 0x1000039df0d0016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 04:38:34,863 INFO Processing ruok command from /127.0.0.1:35412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:38:44,853 INFO Processing ruok command from /127.0.0.1:35594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:38:44,879 INFO Processing ruok command from /127.0.0.1:35596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:38:54,846 INFO Processing ruok command from /127.0.0.1:35774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:38:54,871 INFO Processing ruok command from /127.0.0.1:35776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:39:04,842 INFO Processing ruok command from /127.0.0.1:35960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:39:04,881 INFO Processing ruok command from /127.0.0.1:35962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:39:14,845 INFO Processing ruok command from /127.0.0.1:36138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:39:14,884 INFO Processing ruok command from /127.0.0.1:36140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:39:24,834 INFO Processing ruok command from /127.0.0.1:36332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:39:24,865 INFO Processing ruok command from /127.0.0.1:36334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:39:25,738 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-10-30 04:39:34,843 INFO Processing ruok command from /127.0.0.1:36510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:39:34,887 INFO Processing ruok command from /127.0.0.1:36512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:39:44,863 INFO Processing ruok command from /127.0.0.1:36688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:39:44,893 INFO Processing ruok command from /127.0.0.1:36690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:39:54,839 INFO Processing ruok command from /127.0.0.1:36872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:39:54,877 INFO Processing ruok command from /127.0.0.1:36874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:40:04,835 INFO Processing ruok command from /127.0.0.1:37074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:40:04,873 INFO Processing ruok command from /127.0.0.1:37076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:40:14,839 INFO Processing ruok command from /127.0.0.1:37254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:40:14,888 INFO Processing ruok command from /127.0.0.1:37256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:40:24,837 INFO Processing ruok command from /127.0.0.1:37452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:40:24,865 INFO Processing ruok command from /127.0.0.1:37458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:40:34,761 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-30 04:40:34,766 INFO Committing global session 0x300003b235c0019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 04:40:34,850 INFO Processing ruok command from /127.0.0.1:37634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:40:34,875 INFO Processing ruok command from /127.0.0.1:37636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:40:35,391 INFO Submitting global closeSession request for session 0x300003b235c0019 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-30 04:40:44,828 INFO Processing ruok command from /127.0.0.1:37838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:40:44,856 INFO Processing ruok command from /127.0.0.1:37840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:40:54,852 INFO Processing ruok command from /127.0.0.1:38032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:40:54,882 INFO Processing ruok command from /127.0.0.1:38034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:41:04,824 INFO Processing ruok command from /127.0.0.1:38222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:41:04,859 INFO Processing ruok command from /127.0.0.1:38224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:41:14,831 INFO Processing ruok command from /127.0.0.1:38406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:41:14,868 INFO Processing ruok command from /127.0.0.1:38408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:41:24,831 INFO Processing ruok command from /127.0.0.1:38590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:41:24,861 INFO Processing ruok command from /127.0.0.1:38592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:41:34,830 INFO Processing ruok command from /127.0.0.1:38776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:41:34,867 INFO Processing ruok command from /127.0.0.1:38778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:41:44,853 INFO Processing ruok command from /127.0.0.1:38962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:41:44,906 INFO Processing ruok command from /127.0.0.1:38964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:41:54,842 INFO Processing ruok command from /127.0.0.1:39132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:41:54,877 INFO Processing ruok command from /127.0.0.1:39134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:42:04,845 INFO Processing ruok command from /127.0.0.1:39316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:42:04,876 INFO Processing ruok command from /127.0.0.1:39318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:42:14,837 INFO Processing ruok command from /127.0.0.1:39494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:42:14,862 INFO Processing ruok command from /127.0.0.1:39496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:42:24,850 INFO Processing ruok command from /127.0.0.1:39668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:42:24,879 INFO Processing ruok command from /127.0.0.1:39670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:42:34,579 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-30 04:42:34,584 INFO Committing global session 0x300003b235c001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 04:42:34,858 INFO Processing ruok command from /127.0.0.1:39852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:42:34,884 INFO Processing ruok command from /127.0.0.1:39854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:42:35,200 INFO Submitting global closeSession request for session 0x300003b235c001a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-30 04:42:44,836 INFO Processing ruok command from /127.0.0.1:40024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:42:44,865 INFO Processing ruok command from /127.0.0.1:40026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:42:54,847 INFO Processing ruok command from /127.0.0.1:40194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:42:54,878 INFO Processing ruok command from /127.0.0.1:40196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:43:04,837 INFO Processing ruok command from /127.0.0.1:40372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:43:04,871 INFO Processing ruok command from /127.0.0.1:40374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:43:14,838 INFO Processing ruok command from /127.0.0.1:40538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:43:14,872 INFO Processing ruok command from /127.0.0.1:40540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:43:24,829 INFO Processing ruok command from /127.0.0.1:40726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:43:24,903 INFO Processing ruok command from /127.0.0.1:40728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:43:34,836 INFO Processing ruok command from /127.0.0.1:40894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:43:34,861 INFO Processing ruok command from /127.0.0.1:40896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:43:44,851 INFO Processing ruok command from /127.0.0.1:41078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:43:44,878 INFO Processing ruok command from /127.0.0.1:41080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:43:54,854 INFO Processing ruok command from /127.0.0.1:41244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:43:54,888 INFO Processing ruok command from /127.0.0.1:41246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:44:04,843 INFO Processing ruok command from /127.0.0.1:41416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:44:04,866 INFO Processing ruok command from /127.0.0.1:41418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:44:14,829 INFO Processing ruok command from /127.0.0.1:41588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:44:14,857 INFO Processing ruok command from /127.0.0.1:41590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:44:24,834 INFO Processing ruok command from /127.0.0.1:41770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:44:24,871 INFO Processing ruok command from /127.0.0.1:41772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:44:34,485 INFO Committing global session 0x1000039df0d0017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 04:44:34,840 INFO Processing ruok command from /127.0.0.1:41942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:44:34,871 INFO Processing ruok command from /127.0.0.1:41944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:44:44,843 INFO Processing ruok command from /127.0.0.1:42120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:44:44,873 INFO Processing ruok command from /127.0.0.1:42122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:44:54,842 INFO Processing ruok command from /127.0.0.1:42302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:44:54,868 INFO Processing ruok command from /127.0.0.1:42304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:45:04,838 INFO Processing ruok command from /127.0.0.1:42482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:45:04,870 INFO Processing ruok command from /127.0.0.1:42484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:45:14,844 INFO Processing ruok command from /127.0.0.1:42654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:45:14,886 INFO Processing ruok command from /127.0.0.1:42656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:45:24,847 INFO Processing ruok command from /127.0.0.1:42828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:45:24,906 INFO Processing ruok command from /127.0.0.1:42830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:45:34,832 INFO Processing ruok command from /127.0.0.1:43000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:45:34,858 INFO Processing ruok command from /127.0.0.1:43002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:45:44,851 INFO Processing ruok command from /127.0.0.1:43180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:45:44,907 INFO Processing ruok command from /127.0.0.1:43182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:45:54,833 INFO Processing ruok command from /127.0.0.1:43360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:45:54,898 INFO Processing ruok command from /127.0.0.1:43362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:46:04,836 INFO Processing ruok command from /127.0.0.1:43546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:46:04,922 INFO Processing ruok command from /127.0.0.1:43548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:46:14,844 INFO Processing ruok command from /127.0.0.1:43724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:46:14,876 INFO Processing ruok command from /127.0.0.1:43726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:46:24,844 INFO Processing ruok command from /127.0.0.1:43896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:46:24,877 INFO Processing ruok command from /127.0.0.1:43898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:46:34,484 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-10-30 04:46:34,489 INFO Committing global session 0x300003b235c001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 04:46:34,860 INFO Processing ruok command from /127.0.0.1:44062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:46:34,894 INFO Processing ruok command from /127.0.0.1:44064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:46:35,231 INFO Submitting global closeSession request for session 0x300003b235c001b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-30 04:46:44,854 INFO Processing ruok command from /127.0.0.1:44238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:46:44,878 INFO Processing ruok command from /127.0.0.1:44240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:46:54,854 INFO Processing ruok command from /127.0.0.1:44422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:46:54,892 INFO Processing ruok command from /127.0.0.1:44424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:47:04,861 INFO Processing ruok command from /127.0.0.1:44600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:47:04,900 INFO Processing ruok command from /127.0.0.1:44602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:47:14,837 INFO Processing ruok command from /127.0.0.1:44772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:47:14,869 INFO Processing ruok command from /127.0.0.1:44774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:47:24,840 INFO Processing ruok command from /127.0.0.1:44950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:47:24,868 INFO Processing ruok command from /127.0.0.1:44952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:47:34,832 INFO Processing ruok command from /127.0.0.1:45126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:47:34,869 INFO Processing ruok command from /127.0.0.1:45128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:47:44,869 INFO Processing ruok command from /127.0.0.1:45298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:47:44,895 INFO Processing ruok command from /127.0.0.1:45300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:47:54,830 INFO Processing ruok command from /127.0.0.1:45478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:47:54,861 INFO Processing ruok command from /127.0.0.1:45480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:48:04,838 INFO Processing ruok command from /127.0.0.1:45674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:48:04,898 INFO Processing ruok command from /127.0.0.1:45676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:48:14,852 INFO Processing ruok command from /127.0.0.1:45848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:48:14,888 INFO Processing ruok command from /127.0.0.1:45850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:48:24,837 INFO Processing ruok command from /127.0.0.1:46030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:48:24,866 INFO Processing ruok command from /127.0.0.1:46032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:48:34,696 INFO Committing global session 0x200003cbf9c0019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 04:48:34,848 INFO Processing ruok command from /127.0.0.1:46186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:48:34,870 INFO Processing ruok command from /127.0.0.1:46188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:48:44,832 INFO Processing ruok command from /127.0.0.1:46356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:48:44,861 INFO Processing ruok command from /127.0.0.1:46358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:48:54,851 INFO Processing ruok command from /127.0.0.1:46522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:48:54,887 INFO Processing ruok command from /127.0.0.1:46524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:49:04,842 INFO Processing ruok command from /127.0.0.1:46704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:49:04,882 INFO Processing ruok command from /127.0.0.1:46706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:49:14,825 INFO Processing ruok command from /127.0.0.1:46868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:49:14,852 INFO Processing ruok command from /127.0.0.1:46870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:49:24,847 INFO Processing ruok command from /127.0.0.1:47046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:49:24,876 INFO Processing ruok command from /127.0.0.1:47048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:49:34,849 INFO Processing ruok command from /127.0.0.1:47222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:49:34,885 INFO Processing ruok command from /127.0.0.1:47224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:49:44,831 INFO Processing ruok command from /127.0.0.1:47396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:49:44,854 INFO Processing ruok command from /127.0.0.1:47398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:49:54,855 INFO Processing ruok command from /127.0.0.1:47572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:49:54,920 INFO Processing ruok command from /127.0.0.1:47574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:50:04,851 INFO Processing ruok command from /127.0.0.1:47750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:50:04,878 INFO Processing ruok command from /127.0.0.1:47752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:50:14,845 INFO Processing ruok command from /127.0.0.1:47930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:50:14,873 INFO Processing ruok command from /127.0.0.1:47932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:50:24,828 INFO Processing ruok command from /127.0.0.1:48104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:50:24,860 INFO Processing ruok command from /127.0.0.1:48106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:50:34,535 INFO Committing global session 0x1000039df0d0018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 04:50:34,841 INFO Processing ruok command from /127.0.0.1:48270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:50:34,874 INFO Processing ruok command from /127.0.0.1:48272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:50:44,829 INFO Processing ruok command from /127.0.0.1:48452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:50:44,855 INFO Processing ruok command from /127.0.0.1:48454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:50:54,837 INFO Processing ruok command from /127.0.0.1:48624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:50:54,862 INFO Processing ruok command from /127.0.0.1:48626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:51:04,841 INFO Processing ruok command from /127.0.0.1:48806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:51:04,903 INFO Processing ruok command from /127.0.0.1:48808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:51:14,824 INFO Processing ruok command from /127.0.0.1:48990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:51:14,847 INFO Processing ruok command from /127.0.0.1:48992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:51:24,841 INFO Processing ruok command from /127.0.0.1:49162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:51:24,876 INFO Processing ruok command from /127.0.0.1:49164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:51:34,856 INFO Processing ruok command from /127.0.0.1:49332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:51:34,885 INFO Processing ruok command from /127.0.0.1:49334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:51:44,841 INFO Processing ruok command from /127.0.0.1:49506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:51:44,870 INFO Processing ruok command from /127.0.0.1:49508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:51:54,845 INFO Processing ruok command from /127.0.0.1:49680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:51:54,885 INFO Processing ruok command from /127.0.0.1:49682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:52:04,846 INFO Processing ruok command from /127.0.0.1:49864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:52:04,872 INFO Processing ruok command from /127.0.0.1:49866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:52:14,839 INFO Processing ruok command from /127.0.0.1:50028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:52:14,879 INFO Processing ruok command from /127.0.0.1:50030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:52:24,844 INFO Processing ruok command from /127.0.0.1:50222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:52:24,868 INFO Processing ruok command from /127.0.0.1:50224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:52:34,605 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-10-30 04:52:34,611 INFO Committing global session 0x300003b235c001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 04:52:34,849 INFO Processing ruok command from /127.0.0.1:50400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:52:34,894 INFO Processing ruok command from /127.0.0.1:50402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:52:35,354 INFO Submitting global closeSession request for session 0x300003b235c001c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-10-30 04:52:44,830 INFO Processing ruok command from /127.0.0.1:50576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:52:44,883 INFO Processing ruok command from /127.0.0.1:50578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:52:54,830 INFO Processing ruok command from /127.0.0.1:50758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:52:54,860 INFO Processing ruok command from /127.0.0.1:50760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:53:04,848 INFO Processing ruok command from /127.0.0.1:50934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:53:04,875 INFO Processing ruok command from /127.0.0.1:50936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:53:14,844 INFO Processing ruok command from /127.0.0.1:51112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:53:14,882 INFO Processing ruok command from /127.0.0.1:51114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:53:24,835 INFO Processing ruok command from /127.0.0.1:51310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:53:24,865 INFO Processing ruok command from /127.0.0.1:51312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:53:34,824 INFO Processing ruok command from /127.0.0.1:51488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:53:34,860 INFO Processing ruok command from /127.0.0.1:51492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:53:44,831 INFO Processing ruok command from /127.0.0.1:51662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:53:44,855 INFO Processing ruok command from /127.0.0.1:51664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:53:54,825 INFO Processing ruok command from /127.0.0.1:51840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:53:54,852 INFO Processing ruok command from /127.0.0.1:51842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:54:04,849 INFO Processing ruok command from /127.0.0.1:52028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:54:04,873 INFO Processing ruok command from /127.0.0.1:52030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:54:14,850 INFO Processing ruok command from /127.0.0.1:52202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:54:14,892 INFO Processing ruok command from /127.0.0.1:52204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:54:24,856 INFO Processing ruok command from /127.0.0.1:52388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:54:24,882 INFO Processing ruok command from /127.0.0.1:52390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:54:34,843 INFO Processing ruok command from /127.0.0.1:52568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:54:34,866 INFO Processing ruok command from /127.0.0.1:52570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:54:34,896 INFO Committing global session 0x1000039df0d0019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-10-30 04:54:44,839 INFO Processing ruok command from /127.0.0.1:52744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:54:44,873 INFO Processing ruok command from /127.0.0.1:52746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:54:54,846 INFO Processing ruok command from /127.0.0.1:52924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:54:54,872 INFO Processing ruok command from /127.0.0.1:52926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-10-30 04:55:04,852 INFO Processing ruok command from /127.0.0.1:53104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-10-30 04:55:04,892 INFO Processing ruok command from /127.0.0.1:53106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]