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 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-07-14 04:56:18,548 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-07-14 04:56:18,558 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-07-14 04:56:18,558 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-07-14 04:56:18,563 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main] 2022-07-14 04:56:18,564 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-07-14 04:56:18,564 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-07-14 04:56:18,612 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-07-14 04:56:18,612 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-07-14 04:56:18,614 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-07-14 04:56:18,621 INFO Log4j 1.2 jmx support found and enabled. (org.apache.zookeeper.jmx.ManagedUtil) [main] 2022-07-14 04:56:18,622 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-07-14 04:56:18,633 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-07-14 04:56:18,641 INFO Starting quorum peer, myid=3 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main] 2022-07-14 04:56:18,664 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@1ffe63b9 (org.apache.zookeeper.server.ServerMetrics) [main] 2022-07-14 04:56:18,773 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-14 04:56:18,773 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-14 04:56:18,773 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-14 04:56:18,836 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-07-14 04:56:18,837 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-07-14 04:56:18,838 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-14 04:56:18,838 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-14 04:56:18,838 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-14 04:56:18,839 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-07-14 04:56:18,839 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-07-14 04:56:18,847 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-14 04:56:18,878 INFO Logging initialized @1019ms to org.eclipse.jetty.util.log.Slf4jLog (org.eclipse.jetty.util.log) [main] 2022-07-14 04:56:18,993 WARN o.e.j.s.ServletContextHandler@17f9d882{/,null,STOPPED} contextPath ends with /* (org.eclipse.jetty.server.handler.ContextHandler) [main] 2022-07-14 04:56:18,993 WARN Empty contextPath (org.eclipse.jetty.server.handler.ContextHandler) [main] 2022-07-14 04:56:19,018 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-07-14 04:56:19,019 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-14 04:56:19,019 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-14 04:56:19,019 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-14 04:56:19,019 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-14 04:56:19,019 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-14 04:56:19,019 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-14 04:56:19,019 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-14 04:56:19,019 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-14 04:56:19,036 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,036 INFO ______ _ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,036 INFO |___ / | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,036 INFO / / ___ ___ | | __ ___ ___ _ __ ___ _ __ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,036 INFO / / / _ \ / _ \ | |/ / / _ \ / _ \ | '_ \ / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,036 INFO / /__ | (_) | | (_) | | < | __/ | __/ | |_) | | __/ | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,036 INFO /_____| \___/ \___/ |_|\_\ \___| \___| | .__/ \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,036 INFO | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,036 INFO |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,036 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,038 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,038 INFO Server environment:host.name=onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,038 INFO Server environment:java.version=11.0.14 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,038 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,038 INFO Server environment:java.home=/usr/lib/jvm/java-11-openjdk-11.0.14.0.9-2.el8_5.x86_64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,038 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.0.0.jar:/opt/kafka/bin/../libs/connect-basic-auth-extension-3.0.0.jar:/opt/kafka/bin/../libs/connect-file-3.0.0.jar:/opt/kafka/bin/../libs/connect-json-3.0.0.jar:/opt/kafka/bin/../libs/connect-mirror-3.0.0.jar:/opt/kafka/bin/../libs/connect-mirror-client-3.0.0.jar:/opt/kafka/bin/../libs/connect-runtime-3.0.0.jar:/opt/kafka/bin/../libs/connect-transforms-3.0.0.jar:/opt/kafka/bin/../libs/cruise-control-metrics-reporter-2.5.82.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.8.6.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.6.0.jar:/opt/kafka/bin/../libs/jaeger-core-1.6.0.jar:/opt/kafka/bin/../libs/jaeger-thrift-1.6.0.jar:/opt/kafka/bin/../libs/jaeger-tracerresolver-1.6.0.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.16.1.jar:/opt/kafka/bin/../libs/jopt-simple-5.0.4.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.28.0.jar:/opt/kafka/bin/../libs/kafka-clients-3.0.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.0.0.jar:/opt/kafka/bin/../libs/kafka-metadata-3.0.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.0.0.jar:/opt/kafka/bin/../libs/kafka-server-common-3.0.0.jar:/opt/kafka/bin/../libs/kafka-shell-3.0.0.jar:/opt/kafka/bin/../libs/kafka-storage-3.0.0.jar:/opt/kafka/bin/../libs/kafka-storage-api-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-examples-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-scala_2.13-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-test-utils-3.0.0.jar:/opt/kafka/bin/../libs/kafka-tools-3.0.0.jar:/opt/kafka/bin/../libs/kafka_2.13-3.0.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.14.1.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.7.1.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.28.0.jar:/opt/kafka/bin/../libs/netty-buffer-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-codec-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-common-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-handler-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-resolver-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-transport-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-epoll-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-unix-common-4.1.62.Final.jar:/opt/kafka/bin/../libs/nimbus-jose-jwt-9.10.jar:/opt/kafka/bin/../libs/okhttp-4.9.0.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.19.3.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.1.jar:/opt/kafka/bin/../libs/tracing-agent-0.28.0.jar:/opt/kafka/bin/../libs/trogdor-3.0.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-2.jar (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,038 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,038 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,038 INFO Server environment:java.compiler=
(org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,038 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,038 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,038 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,038 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,039 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,039 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,039 INFO Server environment:os.memory.free=226MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,039 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,039 INFO Server environment:os.memory.total=243MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,039 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,039 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,039 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,039 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,039 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,039 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,039 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,039 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-07-14 04:56:19,045 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-07-14 04:56:19,045 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-07-14 04:56:19,047 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-07-14 04:56:19,047 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-07-14 04:56:19,061 INFO Using TLS encrypted quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-14 04:56:19,061 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-14 04:56:19,061 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-14 04:56:19,061 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-14 04:56:19,061 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-14 04:56:19,061 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-14 04:56:19,061 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-14 04:56:19,071 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main] 2022-07-14 04:56:19,071 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-07-14 04:56:19,079 INFO Snapshot loaded in 18 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-07-14 04:56:19,081 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-07-14 04:56:19,085 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-07-14 04:56:19,088 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-14 04:56:19,183 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-14 04:56:19,183 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-14 04:56:19,185 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-07-14 04:56:19,188 INFO jetty-9.4.43.v20210629; built: 2021-06-30T11:07:22.254Z; git: 526006ecfa3af7f1a27ef3a288e2bef7ea9dd7e8; jvm 11.0.14+9-LTS (org.eclipse.jetty.server.Server) [main] 2022-07-14 04:56:19,222 INFO DefaultSessionIdManager workerName=node0 (org.eclipse.jetty.server.session) [main] 2022-07-14 04:56:19,222 INFO No SessionScavenger set, using defaults (org.eclipse.jetty.server.session) [main] 2022-07-14 04:56:19,224 INFO node0 Scavenging every 600000ms (org.eclipse.jetty.server.session) [main] 2022-07-14 04:56:19,228 WARN ServletContext@o.e.j.s.ServletContextHandler@17f9d882{/,null,STARTING} has uncovered http methods for path: /* (org.eclipse.jetty.security.SecurityHandler) [main] 2022-07-14 04:56:19,239 INFO Started o.e.j.s.ServletContextHandler@17f9d882{/,null,AVAILABLE} (org.eclipse.jetty.server.handler.ContextHandler) [main] 2022-07-14 04:56:19,248 INFO Started ServerConnector@1151e434{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} (org.eclipse.jetty.server.AbstractConnector) [main] 2022-07-14 04:56:19,248 INFO Started @1390ms (org.eclipse.jetty.server.Server) [main] 2022-07-14 04:56:19,249 INFO Started AdminServer on address 0.0.0.0, port 8080 and command URL /commands (org.apache.zookeeper.server.admin.JettyAdminServer) [main] 2022-07-14 04:56:19,249 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-07-14 04:56:19,255 INFO Election port bind maximum retries is 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main] 2022-07-14 04:56:19,257 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-07-14 04:56:19,257 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-07-14 04:56:19,260 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.184:3888] 2022-07-14 04:56:19,269 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main] 2022-07-14 04:56:19,270 INFO 3 is accepting connections now, my election bind port: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.184:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.184:3888] 2022-07-14 04:56:19,279 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-14 04:56:19,281 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-07-14 04:56:19,295 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-07-14 04:56:19,499 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-07-14 04:56:19,769 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:300) 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-07-14 04:56:19,769 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.119:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-1] java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:300) 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-07-14 04:56:19,901 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-07-14 04:56:19,902 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:300) 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-07-14 04:56:19,903 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.119:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3] java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:300) 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-07-14 04:56:20,702 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-07-14 04:56:20,703 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:300) 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-07-14 04:56:20,704 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.119:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3] java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:300) 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-07-14 04:56:21,613 INFO Received connection request from /10.233.67.119:59830 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.184:3888] 2022-07-14 04:56:21,939 INFO Accepted TLS connection from /10.233.67.119:59830 - 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.184:3888] 2022-07-14 04:56:22,134 INFO SSL handshake complete with /10.233.67.119:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3] 2022-07-14 04:56:22,144 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-07-14 04:56:22,154 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-07-14 04:56:22,354 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-07-14 04:56:22,355 INFO LEADING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-14 04:56:22,359 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-07-14 04:56:22,359 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-07-14 04:56:22,360 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-07-14 04:56:22,360 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-07-14 04:56:22,360 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-07-14 04:56:22,367 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-07-14 04:56:22,368 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-07-14 04:56:22,369 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-07-14 04:56:22,370 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-07-14 04:56:22,370 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-07-14 04:56:22,371 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-07-14 04:56:22,372 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-07-14 04:56:22,372 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-07-14 04:56:22,372 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-07-14 04:56:22,372 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-07-14 04:56:22,372 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-07-14 04:56:22,374 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-07-14 04:56:22,374 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-07-14 04:56:22,374 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-07-14 04:56:22,378 INFO LEADING - LEADER ELECTION TOOK - 3097 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-07-14 04:56:22,383 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-07-14 04:56:22,383 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-07-14 04:56:22,388 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-07-14 04:56:22,472 INFO Accepted TLS connection from /10.233.67.119:38898 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.67.119:38898] 2022-07-14 04:56:22,481 INFO Follower sid: 1 : info : onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.67.119:38898] 2022-07-14 04:56:22,494 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.67.119:38898] 2022-07-14 04:56:22,494 INFO Synchronizing with Learner sid: 1 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x0 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.67.119:38898] 2022-07-14 04:56:22,495 INFO Sending DIFF zxid=0x0 for peer sid: 1 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.67.119:38898] 2022-07-14 04:56:22,498 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-07-14 04:56:22,573 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-07-14 04:56:22,592 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-07-14 04:56:22,592 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-07-14 04:56:22,605 INFO PrepRequestProcessor (sid:3) started, reconfigEnabled=true (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:3 cport:-1):] 2022-07-14 04:56:22,606 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-07-14 04:56:22,607 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-07-14 04:56:22,627 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-07-14 04:56:40,589 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-07-14 04:56:40,589 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-07-14 04:56:40,589 INFO Processing ruok command from /127.0.0.1:32884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 04:56:40,589 INFO Processing ruok command from /127.0.0.1:32886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 04:56:48,897 INFO Received connection request from /10.233.72.148:41586 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.184:3888] 2022-07-14 04:56:49,478 INFO Accepted TLS connection from /10.233.72.148:41586 - 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.184:3888] 2022-07-14 04:56:49,721 INFO SSL handshake complete with /10.233.72.148:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3] 2022-07-14 04:56:49,747 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-07-14 04:56:49,929 INFO Accepted TLS connection from /10.233.72.148:52854 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.72.148:52854] 2022-07-14 04:56:49,944 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.72.148:52854] 2022-07-14 04:56:49,952 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.72.148:52854] 2022-07-14 04:56:49,952 INFO Synchronizing with Learner sid: 2 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x100000000 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.72.148:52854] 2022-07-14 04:56:49,959 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.72.148:52854] 2022-07-14 04:56:50,472 INFO Processing ruok command from /127.0.0.1:32962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 04:56:50,516 INFO Processing ruok command from /127.0.0.1:32964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 04:57:00,475 INFO Processing ruok command from /127.0.0.1:33044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 04:57:00,507 INFO Processing ruok command from /127.0.0.1:33046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 04:57:02,981 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-14 04:57:02,997 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:3] 2022-07-14 04:57:03,010 INFO Committing global session 0x300004d9da40000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 04:57:03,217 INFO Submitting global closeSession request for session 0x300004d9da40000 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-14 04:57:10,484 INFO Processing ruok command from /127.0.0.1:33124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 04:57:10,522 INFO Processing ruok command from /127.0.0.1:33126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 04:57:20,464 INFO Processing ruok command from /127.0.0.1:33202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 04:57:20,498 INFO Processing ruok command from /127.0.0.1:33204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 04:57:30,462 INFO Processing ruok command from /127.0.0.1:33288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 04:57:30,499 INFO Processing ruok command from /127.0.0.1:33290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 04:57:40,477 INFO Processing ruok command from /127.0.0.1:33366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 04:57:40,513 INFO Processing ruok command from /127.0.0.1:33368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 04:57:43,424 INFO Committing global session 0x100004d48940000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 04:57:49,913 INFO Committing global session 0x100004d48940001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 04:57:50,473 INFO Processing ruok command from /127.0.0.1:33448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 04:57:50,510 INFO Processing ruok command from /127.0.0.1:33450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 04:57:51,151 INFO Committing global session 0x100004d48940002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 04:57:56,339 INFO Committing global session 0x100004d48940003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 04:58:00,476 INFO Processing ruok command from /127.0.0.1:33532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 04:58:00,513 INFO Processing ruok command from /127.0.0.1:33534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 04:58:02,022 INFO Committing global session 0x100004d48940004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 04:58:04,886 INFO Committing global session 0x200004e55240000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 04:58:10,467 INFO Processing ruok command from /127.0.0.1:33614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 04:58:10,506 INFO Processing ruok command from /127.0.0.1:33616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 04:58:20,479 INFO Processing ruok command from /127.0.0.1:33694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 04:58:20,504 INFO Processing ruok command from /127.0.0.1:33696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 04:58:30,475 INFO Processing ruok command from /127.0.0.1:33780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 04:58:30,504 INFO Processing ruok command from /127.0.0.1:33782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 04:58:37,247 INFO Committing global session 0x100004d48940005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 04:58:40,485 INFO Processing ruok command from /127.0.0.1:33858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 04:58:40,520 INFO Processing ruok command from /127.0.0.1:33860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 04:58:50,468 INFO Processing ruok command from /127.0.0.1:33968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 04:58:50,500 INFO Processing ruok command from /127.0.0.1:33970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 04:59:00,530 INFO Processing ruok command from /127.0.0.1:34082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 04:59:00,567 INFO Processing ruok command from /127.0.0.1:34084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 04:59:06,983 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-14 04:59:06,992 INFO Committing global session 0x300004d9da40001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 04:59:07,715 INFO Submitting global closeSession request for session 0x300004d9da40001 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-14 04:59:10,479 INFO Processing ruok command from /127.0.0.1:34154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 04:59:10,528 INFO Processing ruok command from /127.0.0.1:34156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 04:59:20,459 INFO Processing ruok command from /127.0.0.1:34238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 04:59:20,523 INFO Processing ruok command from /127.0.0.1:34240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 04:59:30,455 INFO Processing ruok command from /127.0.0.1:34320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 04:59:30,493 INFO Processing ruok command from /127.0.0.1:34322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 04:59:40,464 INFO Processing ruok command from /127.0.0.1:34406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 04:59:40,498 INFO Processing ruok command from /127.0.0.1:34408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 04:59:50,468 INFO Processing ruok command from /127.0.0.1:34490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 04:59:50,533 INFO Processing ruok command from /127.0.0.1:34496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:00:00,473 INFO Processing ruok command from /127.0.0.1:34594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:00:00,521 INFO Processing ruok command from /127.0.0.1:34596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:00:10,477 INFO Processing ruok command from /127.0.0.1:34682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:00:10,515 INFO Processing ruok command from /127.0.0.1:34684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:00:20,471 INFO Processing ruok command from /127.0.0.1:34770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:00:20,512 INFO Processing ruok command from /127.0.0.1:34772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:00:30,458 INFO Processing ruok command from /127.0.0.1:34872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:00:30,502 INFO Processing ruok command from /127.0.0.1:34874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:00:40,462 INFO Processing ruok command from /127.0.0.1:34964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:00:40,501 INFO Processing ruok command from /127.0.0.1:34966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:00:44,225 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-14 05:00:44,233 INFO Committing global session 0x300004d9da40002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 05:00:45,109 INFO Submitting global closeSession request for session 0x300004d9da40002 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-14 05:00:50,475 INFO Processing ruok command from /127.0.0.1:35046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:00:50,514 INFO Processing ruok command from /127.0.0.1:35048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:01:00,459 INFO Processing ruok command from /127.0.0.1:35138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:01:00,499 INFO Processing ruok command from /127.0.0.1:35140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:01:10,472 INFO Processing ruok command from /127.0.0.1:35228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:01:10,511 INFO Processing ruok command from /127.0.0.1:35230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:01:20,470 INFO Processing ruok command from /127.0.0.1:35312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:01:20,533 INFO Processing ruok command from /127.0.0.1:35314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:01:30,473 INFO Processing ruok command from /127.0.0.1:35406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:01:30,516 INFO Processing ruok command from /127.0.0.1:35408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:01:40,463 INFO Processing ruok command from /127.0.0.1:35494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:01:40,519 INFO Processing ruok command from /127.0.0.1:35496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:01:50,483 INFO Processing ruok command from /127.0.0.1:35602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:01:50,522 INFO Processing ruok command from /127.0.0.1:35604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:02:00,475 INFO Processing ruok command from /127.0.0.1:35698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:02:00,524 INFO Processing ruok command from /127.0.0.1:35700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:02:10,491 INFO Processing ruok command from /127.0.0.1:35790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:02:10,533 INFO Processing ruok command from /127.0.0.1:35792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:02:20,471 INFO Processing ruok command from /127.0.0.1:35874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:02:20,512 INFO Processing ruok command from /127.0.0.1:35876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:02:30,451 INFO Processing ruok command from /127.0.0.1:35966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:02:30,486 INFO Processing ruok command from /127.0.0.1:35968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:02:40,491 INFO Processing ruok command from /127.0.0.1:36060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:02:40,524 INFO Processing ruok command from /127.0.0.1:36062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:02:44,370 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-14 05:02:44,377 INFO Committing global session 0x300004d9da40003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 05:02:45,205 INFO Submitting global closeSession request for session 0x300004d9da40003 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-14 05:02:50,475 INFO Processing ruok command from /127.0.0.1:36148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:02:50,526 INFO Processing ruok command from /127.0.0.1:36150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:03:00,482 INFO Processing ruok command from /127.0.0.1:36240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:03:00,537 INFO Processing ruok command from /127.0.0.1:36242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:03:10,476 INFO Processing ruok command from /127.0.0.1:36336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:03:10,516 INFO Processing ruok command from /127.0.0.1:36338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:03:20,454 INFO Processing ruok command from /127.0.0.1:36466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:03:20,514 INFO Processing ruok command from /127.0.0.1:36468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:03:30,467 INFO Processing ruok command from /127.0.0.1:36576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:03:30,493 INFO Processing ruok command from /127.0.0.1:36578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:03:40,456 INFO Processing ruok command from /127.0.0.1:36674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:03:40,494 INFO Processing ruok command from /127.0.0.1:36676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:03:50,467 INFO Processing ruok command from /127.0.0.1:36770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:03:50,536 INFO Processing ruok command from /127.0.0.1:36772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:04:00,466 INFO Processing ruok command from /127.0.0.1:36892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:04:00,538 INFO Processing ruok command from /127.0.0.1:36894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:04:10,477 INFO Processing ruok command from /127.0.0.1:37008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:04:10,517 INFO Processing ruok command from /127.0.0.1:37010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:04:20,469 INFO Processing ruok command from /127.0.0.1:37098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:04:20,501 INFO Processing ruok command from /127.0.0.1:37100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:04:30,458 INFO Processing ruok command from /127.0.0.1:37236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:04:30,494 INFO Processing ruok command from /127.0.0.1:37238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:04:40,484 INFO Processing ruok command from /127.0.0.1:37346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:04:40,524 INFO Processing ruok command from /127.0.0.1:37348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:04:44,421 INFO Committing global session 0x200004e55240001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 05:04:50,474 INFO Processing ruok command from /127.0.0.1:37434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:04:50,511 INFO Processing ruok command from /127.0.0.1:37436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:05:00,464 INFO Processing ruok command from /127.0.0.1:37540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:05:00,496 INFO Processing ruok command from /127.0.0.1:37542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:05:10,495 INFO Processing ruok command from /127.0.0.1:37636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:05:10,528 INFO Processing ruok command from /127.0.0.1:37638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:05:20,461 INFO Processing ruok command from /127.0.0.1:37730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:05:20,509 INFO Processing ruok command from /127.0.0.1:37732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:05:30,469 INFO Processing ruok command from /127.0.0.1:37856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:05:30,536 INFO Processing ruok command from /127.0.0.1:37858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:05:40,495 INFO Processing ruok command from /127.0.0.1:37976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:05:40,532 INFO Processing ruok command from /127.0.0.1:37978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:05:50,477 INFO Processing ruok command from /127.0.0.1:38112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:05:50,528 INFO Processing ruok command from /127.0.0.1:38114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:06:00,472 INFO Processing ruok command from /127.0.0.1:38224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:06:00,498 INFO Processing ruok command from /127.0.0.1:38226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:06:10,477 INFO Processing ruok command from /127.0.0.1:38324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:06:10,521 INFO Processing ruok command from /127.0.0.1:38326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:06:20,463 INFO Processing ruok command from /127.0.0.1:38422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:06:20,504 INFO Processing ruok command from /127.0.0.1:38424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:06:30,469 INFO Processing ruok command from /127.0.0.1:38544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:06:30,511 INFO Processing ruok command from /127.0.0.1:38546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:06:40,486 INFO Processing ruok command from /127.0.0.1:38642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:06:40,502 INFO Processing ruok command from /127.0.0.1:38644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:06:44,326 INFO Committing global session 0x200004e55240002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 05:06:50,468 INFO Processing ruok command from /127.0.0.1:38748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:06:50,501 INFO Processing ruok command from /127.0.0.1:38750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:07:00,490 INFO Processing ruok command from /127.0.0.1:38852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:07:00,550 INFO Processing ruok command from /127.0.0.1:38854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:07:10,478 INFO Processing ruok command from /127.0.0.1:38980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:07:10,510 INFO Processing ruok command from /127.0.0.1:38982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:07:20,479 INFO Processing ruok command from /127.0.0.1:39074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:07:20,518 INFO Processing ruok command from /127.0.0.1:39076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:07:30,465 INFO Processing ruok command from /127.0.0.1:39178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:07:30,494 INFO Processing ruok command from /127.0.0.1:39180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:07:40,467 INFO Processing ruok command from /127.0.0.1:39272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:07:40,526 INFO Processing ruok command from /127.0.0.1:39274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:07:50,459 INFO Processing ruok command from /127.0.0.1:39374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:07:50,504 INFO Processing ruok command from /127.0.0.1:39376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:08:00,484 INFO Processing ruok command from /127.0.0.1:39482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:08:00,563 INFO Processing ruok command from /127.0.0.1:39484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:08:10,473 INFO Processing ruok command from /127.0.0.1:39578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:08:10,540 INFO Processing ruok command from /127.0.0.1:39580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:08:20,455 INFO Processing ruok command from /127.0.0.1:39676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:08:20,498 INFO Processing ruok command from /127.0.0.1:39678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:08:30,472 INFO Processing ruok command from /127.0.0.1:39786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:08:30,512 INFO Processing ruok command from /127.0.0.1:39788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:08:40,476 INFO Processing ruok command from /127.0.0.1:39884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:08:40,512 INFO Processing ruok command from /127.0.0.1:39886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:08:44,554 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-14 05:08:44,561 INFO Committing global session 0x300004d9da40004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 05:08:45,316 INFO Submitting global closeSession request for session 0x300004d9da40004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-14 05:08:50,499 INFO Processing ruok command from /127.0.0.1:39992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:08:50,534 INFO Processing ruok command from /127.0.0.1:39994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:09:00,479 INFO Processing ruok command from /127.0.0.1:40100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:09:00,560 INFO Processing ruok command from /127.0.0.1:40102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:09:10,467 INFO Processing ruok command from /127.0.0.1:40200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:09:10,507 INFO Processing ruok command from /127.0.0.1:40202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:09:20,475 INFO Processing ruok command from /127.0.0.1:40298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:09:20,514 INFO Processing ruok command from /127.0.0.1:40300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:09:30,480 INFO Processing ruok command from /127.0.0.1:40404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:09:30,515 INFO Processing ruok command from /127.0.0.1:40406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:09:40,472 INFO Processing ruok command from /127.0.0.1:40502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:09:40,499 INFO Processing ruok command from /127.0.0.1:40504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:09:50,476 INFO Processing ruok command from /127.0.0.1:40600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:09:50,513 INFO Processing ruok command from /127.0.0.1:40602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:10:00,476 INFO Processing ruok command from /127.0.0.1:40704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:10:00,514 INFO Processing ruok command from /127.0.0.1:40706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:10:10,484 INFO Processing ruok command from /127.0.0.1:40800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:10:10,518 INFO Processing ruok command from /127.0.0.1:40802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:10:20,465 INFO Processing ruok command from /127.0.0.1:40904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:10:20,495 INFO Processing ruok command from /127.0.0.1:40906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:10:30,460 INFO Processing ruok command from /127.0.0.1:41012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:10:30,495 INFO Processing ruok command from /127.0.0.1:41014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:10:40,473 INFO Processing ruok command from /127.0.0.1:41108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:10:40,507 INFO Processing ruok command from /127.0.0.1:41110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:10:44,712 INFO Committing global session 0x200004e55240003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 05:10:50,457 INFO Processing ruok command from /127.0.0.1:41208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:10:50,499 INFO Processing ruok command from /127.0.0.1:41210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:11:00,464 INFO Processing ruok command from /127.0.0.1:41318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:11:00,501 INFO Processing ruok command from /127.0.0.1:41320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:11:10,484 INFO Processing ruok command from /127.0.0.1:41414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:11:10,539 INFO Processing ruok command from /127.0.0.1:41416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:11:20,465 INFO Processing ruok command from /127.0.0.1:41510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:11:20,498 INFO Processing ruok command from /127.0.0.1:41512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:11:30,479 INFO Processing ruok command from /127.0.0.1:41614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:11:30,553 INFO Processing ruok command from /127.0.0.1:41616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:11:40,472 INFO Processing ruok command from /127.0.0.1:41712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:11:40,506 INFO Processing ruok command from /127.0.0.1:41714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:11:50,479 INFO Processing ruok command from /127.0.0.1:41814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:11:50,519 INFO Processing ruok command from /127.0.0.1:41816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:12:00,477 INFO Processing ruok command from /127.0.0.1:41928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:12:00,526 INFO Processing ruok command from /127.0.0.1:41930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:12:10,467 INFO Processing ruok command from /127.0.0.1:42030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:12:10,501 INFO Processing ruok command from /127.0.0.1:42032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:12:20,463 INFO Processing ruok command from /127.0.0.1:42128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:12:20,499 INFO Processing ruok command from /127.0.0.1:42130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:12:30,505 INFO Processing ruok command from /127.0.0.1:42242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:12:30,537 INFO Processing ruok command from /127.0.0.1:42244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:12:40,474 INFO Processing ruok command from /127.0.0.1:42344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:12:40,510 INFO Processing ruok command from /127.0.0.1:42346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:12:44,547 INFO Committing global session 0x100004d48940006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 05:12:50,475 INFO Processing ruok command from /127.0.0.1:42444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:12:50,532 INFO Processing ruok command from /127.0.0.1:42446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:13:00,461 INFO Processing ruok command from /127.0.0.1:42552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:13:00,498 INFO Processing ruok command from /127.0.0.1:42554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:13:10,472 INFO Processing ruok command from /127.0.0.1:42654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:13:10,509 INFO Processing ruok command from /127.0.0.1:42656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:13:20,460 INFO Processing ruok command from /127.0.0.1:42748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:13:20,497 INFO Processing ruok command from /127.0.0.1:42750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:13:30,467 INFO Processing ruok command from /127.0.0.1:42862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:13:30,501 INFO Processing ruok command from /127.0.0.1:42864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:13:40,472 INFO Processing ruok command from /127.0.0.1:42958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:13:40,508 INFO Processing ruok command from /127.0.0.1:42960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:13:50,460 INFO Processing ruok command from /127.0.0.1:43060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:13:50,502 INFO Processing ruok command from /127.0.0.1:43062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:14:00,469 INFO Processing ruok command from /127.0.0.1:43172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:14:00,511 INFO Processing ruok command from /127.0.0.1:43174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:14:10,462 INFO Processing ruok command from /127.0.0.1:43272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:14:10,499 INFO Processing ruok command from /127.0.0.1:43274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:14:20,460 INFO Processing ruok command from /127.0.0.1:43370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:14:20,499 INFO Processing ruok command from /127.0.0.1:43372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:14:30,461 INFO Processing ruok command from /127.0.0.1:43478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:14:30,499 INFO Processing ruok command from /127.0.0.1:43480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:14:40,476 INFO Processing ruok command from /127.0.0.1:43578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:14:40,509 INFO Processing ruok command from /127.0.0.1:43580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:14:44,366 INFO Committing global session 0x100004d48940007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 05:14:50,483 INFO Processing ruok command from /127.0.0.1:43676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:14:50,515 INFO Processing ruok command from /127.0.0.1:43678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:15:00,467 INFO Processing ruok command from /127.0.0.1:43788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:15:00,503 INFO Processing ruok command from /127.0.0.1:43790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:15:10,484 INFO Processing ruok command from /127.0.0.1:43886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:15:10,509 INFO Processing ruok command from /127.0.0.1:43888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:15:20,473 INFO Processing ruok command from /127.0.0.1:43984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:15:20,543 INFO Processing ruok command from /127.0.0.1:43988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:15:30,471 INFO Processing ruok command from /127.0.0.1:44096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:15:30,540 INFO Processing ruok command from /127.0.0.1:44098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:15:40,469 INFO Processing ruok command from /127.0.0.1:44198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:15:40,508 INFO Processing ruok command from /127.0.0.1:44200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:15:50,493 INFO Processing ruok command from /127.0.0.1:44326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:15:50,568 INFO Processing ruok command from /127.0.0.1:44328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:16:00,473 INFO Processing ruok command from /127.0.0.1:44500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:16:00,557 INFO Processing ruok command from /127.0.0.1:44502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:16:10,501 INFO Processing ruok command from /127.0.0.1:44610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:16:10,540 INFO Processing ruok command from /127.0.0.1:44612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:16:20,478 INFO Processing ruok command from /127.0.0.1:44766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:16:20,550 INFO Processing ruok command from /127.0.0.1:44768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:16:30,511 INFO Processing ruok command from /127.0.0.1:44934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:16:30,574 INFO Processing ruok command from /127.0.0.1:44936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:16:40,550 INFO Processing ruok command from /127.0.0.1:45096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:16:40,591 INFO Processing ruok command from /127.0.0.1:45100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:16:44,688 INFO Committing global session 0x100004d48940008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 05:16:50,474 INFO Processing ruok command from /127.0.0.1:45548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:16:50,557 INFO Processing ruok command from /127.0.0.1:45552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:17:00,490 INFO Processing ruok command from /127.0.0.1:46194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:17:00,567 INFO Processing ruok command from /127.0.0.1:46196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:17:10,469 INFO Processing ruok command from /127.0.0.1:46346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:17:10,537 INFO Processing ruok command from /127.0.0.1:46348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:17:20,498 INFO Processing ruok command from /127.0.0.1:46482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:17:20,575 INFO Processing ruok command from /127.0.0.1:46484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:17:30,514 INFO Processing ruok command from /127.0.0.1:46646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:17:30,612 INFO Processing ruok command from /127.0.0.1:46648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:17:40,585 INFO Processing ruok command from /127.0.0.1:46828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:17:40,656 INFO Processing ruok command from /127.0.0.1:46830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:17:42,185 INFO Committing global session 0x100004d48940009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 05:17:42,566 INFO Committing global session 0x200004e55240004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 05:17:43,836 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-14 05:17:43,843 INFO Committing global session 0x300004d9da40005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 05:17:50,468 INFO Processing ruok command from /127.0.0.1:47014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:17:50,548 INFO Processing ruok command from /127.0.0.1:47016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:18:00,475 INFO Processing ruok command from /127.0.0.1:47176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:18:00,510 INFO Processing ruok command from /127.0.0.1:47178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:18:10,490 INFO Processing ruok command from /127.0.0.1:47338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:18:10,533 INFO Processing ruok command from /127.0.0.1:47344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:18:20,469 INFO Processing ruok command from /127.0.0.1:47908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:18:20,525 INFO Processing ruok command from /127.0.0.1:47912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:18:30,474 INFO Processing ruok command from /127.0.0.1:48060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:18:30,509 INFO Processing ruok command from /127.0.0.1:48062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:18:40,499 INFO Processing ruok command from /127.0.0.1:48200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:18:40,568 INFO Processing ruok command from /127.0.0.1:48202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:18:44,475 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-14 05:18:44,483 INFO Committing global session 0x300004d9da40006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 05:18:45,298 INFO Submitting global closeSession request for session 0x300004d9da40006 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-14 05:18:50,486 INFO Processing ruok command from /127.0.0.1:48344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:18:50,552 INFO Processing ruok command from /127.0.0.1:48346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:19:00,460 INFO Processing ruok command from /127.0.0.1:48498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:19:00,498 INFO Processing ruok command from /127.0.0.1:48500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:19:10,473 INFO Processing ruok command from /127.0.0.1:48644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:19:10,511 INFO Processing ruok command from /127.0.0.1:48646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:19:20,473 INFO Processing ruok command from /127.0.0.1:48794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:19:20,512 INFO Processing ruok command from /127.0.0.1:48796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:19:22,628 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/f72da1ef-ae60-4673-b10b-5ebc5ac60a3a/onap-policy-clamp-ac-k8s-ppnt-7c7689d65c-6jdbg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:19:30,475 INFO Processing ruok command from /127.0.0.1:49352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:19:30,527 INFO Processing ruok command from /127.0.0.1:49358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:19:40,496 INFO Processing ruok command from /127.0.0.1:50016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:19:40,535 INFO Processing ruok command from /127.0.0.1:50018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:19:50,496 INFO Processing ruok command from /127.0.0.1:50166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:19:50,549 INFO Processing ruok command from /127.0.0.1:50168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:20:00,473 INFO Processing ruok command from /127.0.0.1:50318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:20:00,540 INFO Processing ruok command from /127.0.0.1:50322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:20:10,470 INFO Processing ruok command from /127.0.0.1:50488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:20:10,522 INFO Processing ruok command from /127.0.0.1:50490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:20:20,473 INFO Processing ruok command from /127.0.0.1:50664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:20:20,565 INFO Processing ruok command from /127.0.0.1:50668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:20:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/f5de55da-26e5-4af8-b859-19f7454139b9/onap-policy-clamp-ac-http-ppnt-7c9cbcdc8b-c4d2n (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:20:22,633 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/687cc997-ad9b-44de-8dff-869b7476fa20/onap-policy-clamp-ac-pf-ppnt-66df4fd76c-zcrvt (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:20:22,639 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/f72da1ef-ae60-4673-b10b-5ebc5ac60a3a (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:20:22,646 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/9ac84890-8e5d-4502-8a6f-0f6e67641fda/onap-policy-apex-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:20:22,652 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/cccadfce-207f-489c-b379-304ccecb3f3d/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:20:30,487 INFO Processing ruok command from /127.0.0.1:50878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:20:30,540 INFO Processing ruok command from /127.0.0.1:50880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:20:40,493 INFO Processing ruok command from /127.0.0.1:51020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:20:40,524 INFO Processing ruok command from /127.0.0.1:51022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:20:44,584 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-14 05:20:44,592 INFO Committing global session 0x300004d9da40007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 05:20:45,412 INFO Submitting global closeSession request for session 0x300004d9da40007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-14 05:20:50,501 INFO Processing ruok command from /127.0.0.1:51160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:20:50,546 INFO Processing ruok command from /127.0.0.1:51162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:21:00,475 INFO Processing ruok command from /127.0.0.1:51318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:21:00,535 INFO Processing ruok command from /127.0.0.1:51320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:21:10,480 INFO Processing ruok command from /127.0.0.1:51504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:21:10,546 INFO Processing ruok command from /127.0.0.1:51506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:21:20,490 INFO Processing ruok command from /127.0.0.1:51662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:21:20,529 INFO Processing ruok command from /127.0.0.1:51664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:21:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/687cc997-ad9b-44de-8dff-869b7476fa20 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:21:22,634 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/f5de55da-26e5-4af8-b859-19f7454139b9 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:21:22,640 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/cccadfce-207f-489c-b379-304ccecb3f3d (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:21:22,646 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/9ac84890-8e5d-4502-8a6f-0f6e67641fda (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:21:30,456 INFO Processing ruok command from /127.0.0.1:51832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:21:30,513 INFO Processing ruok command from /127.0.0.1:51834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:21:40,466 INFO Processing ruok command from /127.0.0.1:52000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:21:40,530 INFO Processing ruok command from /127.0.0.1:52002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:21:50,469 INFO Processing ruok command from /127.0.0.1:52166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:21:50,514 INFO Processing ruok command from /127.0.0.1:52168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:22:00,498 INFO Processing ruok command from /127.0.0.1:52354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:22:00,538 INFO Processing ruok command from /127.0.0.1:52356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:22:10,477 INFO Processing ruok command from /127.0.0.1:52568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:22:10,530 INFO Processing ruok command from /127.0.0.1:52570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:22:20,484 INFO Processing ruok command from /127.0.0.1:52770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:22:20,514 INFO Processing ruok command from /127.0.0.1:52772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:22:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:22:22,634 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:22:30,480 INFO Processing ruok command from /127.0.0.1:52986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:22:30,545 INFO Processing ruok command from /127.0.0.1:52988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:22:40,472 INFO Processing ruok command from /127.0.0.1:53182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:22:40,511 INFO Processing ruok command from /127.0.0.1:53184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:22:44,353 INFO Committing global session 0x100004d4894000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 05:22:50,472 INFO Processing ruok command from /127.0.0.1:53388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:22:50,503 INFO Processing ruok command from /127.0.0.1:53390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:23:00,471 INFO Processing ruok command from /127.0.0.1:53600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:23:00,553 INFO Processing ruok command from /127.0.0.1:53602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:23:10,494 INFO Processing ruok command from /127.0.0.1:53798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:23:10,546 INFO Processing ruok command from /127.0.0.1:53800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:23:20,477 INFO Processing ruok command from /127.0.0.1:53998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:23:20,546 INFO Processing ruok command from /127.0.0.1:54002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:23:22,627 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:23:30,468 INFO Processing ruok command from /127.0.0.1:54212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:23:30,527 INFO Processing ruok command from /127.0.0.1:54214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:23:40,477 INFO Processing ruok command from /127.0.0.1:54472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:23:40,516 INFO Processing ruok command from /127.0.0.1:54474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:23:50,490 INFO Processing ruok command from /127.0.0.1:54718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:23:50,550 INFO Processing ruok command from /127.0.0.1:54720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:24:00,462 INFO Processing ruok command from /127.0.0.1:54966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:24:00,506 INFO Processing ruok command from /127.0.0.1:54970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:24:10,478 INFO Processing ruok command from /127.0.0.1:55228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:24:10,541 INFO Processing ruok command from /127.0.0.1:55230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:24:20,479 INFO Processing ruok command from /127.0.0.1:55382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:24:20,546 INFO Processing ruok command from /127.0.0.1:55384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:24:30,498 INFO Processing ruok command from /127.0.0.1:55536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:24:30,534 INFO Processing ruok command from /127.0.0.1:55538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:24:40,487 INFO Processing ruok command from /127.0.0.1:55682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:24:40,555 INFO Processing ruok command from /127.0.0.1:55684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:24:44,247 INFO Committing global session 0x100004d4894000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 05:24:50,463 INFO Processing ruok command from /127.0.0.1:55838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:24:50,545 INFO Processing ruok command from /127.0.0.1:55840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:25:00,472 INFO Processing ruok command from /127.0.0.1:55988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:25:00,506 INFO Processing ruok command from /127.0.0.1:55990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:25:10,485 INFO Processing ruok command from /127.0.0.1:56144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:25:10,568 INFO Processing ruok command from /127.0.0.1:56146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:25:20,471 INFO Processing ruok command from /127.0.0.1:56284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:25:20,508 INFO Processing ruok command from /127.0.0.1:56286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:25:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/27f08099-0452-4471-9b4d-f2fc1398f4aa/onap-policy-clamp-runtime-acm-74859969d8-7fqwg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:25:30,471 INFO Processing ruok command from /127.0.0.1:56448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:25:30,507 INFO Processing ruok command from /127.0.0.1:56450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:25:40,476 INFO Processing ruok command from /127.0.0.1:56590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:25:40,510 INFO Processing ruok command from /127.0.0.1:56592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:25:50,488 INFO Processing ruok command from /127.0.0.1:56728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:25:50,555 INFO Processing ruok command from /127.0.0.1:56730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:26:00,469 INFO Processing ruok command from /127.0.0.1:56882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:26:00,513 INFO Processing ruok command from /127.0.0.1:56884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:26:10,480 INFO Processing ruok command from /127.0.0.1:57030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:26:10,528 INFO Processing ruok command from /127.0.0.1:57032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:26:20,477 INFO Processing ruok command from /127.0.0.1:57206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:26:20,502 INFO Processing ruok command from /127.0.0.1:57208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:26:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/27f08099-0452-4471-9b4d-f2fc1398f4aa (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:26:22,632 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/a2552668-8eb4-4635-8693-b70368711e73/onap-policy-xacml-pdp-6db69cdcc6-7zx2v (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:26:30,469 INFO Processing ruok command from /127.0.0.1:57368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:26:30,502 INFO Processing ruok command from /127.0.0.1:57370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:26:40,473 INFO Processing ruok command from /127.0.0.1:57512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:26:40,514 INFO Processing ruok command from /127.0.0.1:57514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:26:44,303 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-14 05:26:44,316 INFO Committing global session 0x300004d9da40008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 05:26:45,160 INFO Submitting global closeSession request for session 0x300004d9da40008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-14 05:26:50,469 INFO Processing ruok command from /127.0.0.1:57650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:26:50,503 INFO Processing ruok command from /127.0.0.1:57652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:27:00,476 INFO Processing ruok command from /127.0.0.1:57796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:27:00,517 INFO Processing ruok command from /127.0.0.1:57798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:27:10,475 INFO Processing ruok command from /127.0.0.1:57944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:27:10,510 INFO Processing ruok command from /127.0.0.1:57946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:27:20,479 INFO Processing ruok command from /127.0.0.1:58096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:27:20,562 INFO Processing ruok command from /127.0.0.1:58098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:27:22,628 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:27:22,633 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap/9d791ea0-ab47-41c1-bd0a-301449922e82 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:27:22,639 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/b63d1cd5-ea8d-4ee3-8556-f0dd74931e6e/onap-policy-pap-5cbb786b68-bk5dx (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:27:22,646 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/a2552668-8eb4-4635-8693-b70368711e73 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:27:30,472 INFO Processing ruok command from /127.0.0.1:58244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:27:30,506 INFO Processing ruok command from /127.0.0.1:58246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:27:40,487 INFO Processing ruok command from /127.0.0.1:58382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:27:40,525 INFO Processing ruok command from /127.0.0.1:58384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:27:50,473 INFO Processing ruok command from /127.0.0.1:58530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:27:50,553 INFO Processing ruok command from /127.0.0.1:58532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:28:00,486 INFO Processing ruok command from /127.0.0.1:58684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:28:00,521 INFO Processing ruok command from /127.0.0.1:58686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:28:10,472 INFO Processing ruok command from /127.0.0.1:58842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:28:10,510 INFO Processing ruok command from /127.0.0.1:58844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:28:20,482 INFO Processing ruok command from /127.0.0.1:58990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:28:20,505 INFO Processing ruok command from /127.0.0.1:58992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:28:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:28:22,634 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/b63d1cd5-ea8d-4ee3-8556-f0dd74931e6e (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:28:22,640 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/d6ec2132-92d2-477d-9885-55d24513d4c7/onap-policy-clamp-runtime-acm-74859969d8-7fqwg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:28:30,478 INFO Processing ruok command from /127.0.0.1:59142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:28:30,513 INFO Processing ruok command from /127.0.0.1:59144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:28:40,493 INFO Processing ruok command from /127.0.0.1:59284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:28:40,541 INFO Processing ruok command from /127.0.0.1:59286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:28:44,240 INFO Committing global session 0x100004d4894000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 05:28:50,469 INFO Processing ruok command from /127.0.0.1:59430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:28:50,513 INFO Processing ruok command from /127.0.0.1:59432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:29:00,490 INFO Processing ruok command from /127.0.0.1:59568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:29:00,548 INFO Processing ruok command from /127.0.0.1:59570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:29:10,497 INFO Processing ruok command from /127.0.0.1:59720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:29:10,538 INFO Processing ruok command from /127.0.0.1:59722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:29:20,466 INFO Processing ruok command from /127.0.0.1:59860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:29:20,496 INFO Processing ruok command from /127.0.0.1:59862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:29:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:29:22,634 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/eed34b74-3302-46fc-b6e4-593f691e83ee/onap-policy-clamp-runtime-acm-74859969d8-7fqwg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:29:22,640 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/d6ec2132-92d2-477d-9885-55d24513d4c7 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:29:30,469 INFO Processing ruok command from /127.0.0.1:60014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:29:30,507 INFO Processing ruok command from /127.0.0.1:60016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:29:40,478 INFO Processing ruok command from /127.0.0.1:60774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:29:40,545 INFO Processing ruok command from /127.0.0.1:60788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:29:50,482 INFO Processing ruok command from /127.0.0.1:32960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:29:50,549 INFO Processing ruok command from /127.0.0.1:32964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:30:00,474 INFO Processing ruok command from /127.0.0.1:33108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:30:00,515 INFO Processing ruok command from /127.0.0.1:33110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:30:10,458 INFO Processing ruok command from /127.0.0.1:33258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:30:10,504 INFO Processing ruok command from /127.0.0.1:33260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:30:20,473 INFO Processing ruok command from /127.0.0.1:33386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:30:20,511 INFO Processing ruok command from /127.0.0.1:33388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:30:22,628 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/eed34b74-3302-46fc-b6e4-593f691e83ee (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:30:30,474 INFO Processing ruok command from /127.0.0.1:33542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:30:30,545 INFO Processing ruok command from /127.0.0.1:33544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:30:40,478 INFO Processing ruok command from /127.0.0.1:33682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:30:40,543 INFO Processing ruok command from /127.0.0.1:33684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:30:44,338 INFO Committing global session 0x100004d4894000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 05:30:50,503 INFO Processing ruok command from /127.0.0.1:33822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:30:50,540 INFO Processing ruok command from /127.0.0.1:33824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:31:00,465 INFO Processing ruok command from /127.0.0.1:33968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:31:00,545 INFO Processing ruok command from /127.0.0.1:33972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:31:10,470 INFO Processing ruok command from /127.0.0.1:34120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:31:10,514 INFO Processing ruok command from /127.0.0.1:34122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:31:20,465 INFO Processing ruok command from /127.0.0.1:34252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:31:20,524 INFO Processing ruok command from /127.0.0.1:34254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:31:22,628 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/7e544662-da7f-4949-9bb7-38b4af87ea3e/onap-policy-clamp-runtime-acm-74859969d8-7fqwg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:31:30,473 INFO Processing ruok command from /127.0.0.1:34402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:31:30,514 INFO Processing ruok command from /127.0.0.1:34404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:31:40,478 INFO Processing ruok command from /127.0.0.1:34542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:31:40,513 INFO Processing ruok command from /127.0.0.1:34544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:31:50,478 INFO Processing ruok command from /127.0.0.1:34686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:31:50,520 INFO Processing ruok command from /127.0.0.1:34688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:32:00,488 INFO Processing ruok command from /127.0.0.1:34834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:32:00,529 INFO Processing ruok command from /127.0.0.1:34836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:32:10,472 INFO Processing ruok command from /127.0.0.1:34986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:32:10,506 INFO Processing ruok command from /127.0.0.1:34988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:32:20,463 INFO Processing ruok command from /127.0.0.1:35136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:32:20,548 INFO Processing ruok command from /127.0.0.1:35138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:32:22,628 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/7e544662-da7f-4949-9bb7-38b4af87ea3e (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:32:22,634 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/a6289c50-f349-49e7-bdab-20b0c68d0279/onap-policy-clamp-runtime-acm-74859969d8-7fqwg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:32:30,464 INFO Processing ruok command from /127.0.0.1:35286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:32:30,501 INFO Processing ruok command from /127.0.0.1:35288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:32:40,520 INFO Processing ruok command from /127.0.0.1:35424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:32:40,594 INFO Processing ruok command from /127.0.0.1:35426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:32:44,527 INFO Committing global session 0x200004e55240005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 05:32:50,476 INFO Processing ruok command from /127.0.0.1:35570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:32:50,519 INFO Processing ruok command from /127.0.0.1:35572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:33:00,461 INFO Processing ruok command from /127.0.0.1:35716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:33:00,505 INFO Processing ruok command from /127.0.0.1:35718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:33:10,487 INFO Processing ruok command from /127.0.0.1:35862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:33:10,520 INFO Processing ruok command from /127.0.0.1:35864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:33:20,495 INFO Processing ruok command from /127.0.0.1:36020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:33:20,539 INFO Processing ruok command from /127.0.0.1:36022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:33:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/a6289c50-f349-49e7-bdab-20b0c68d0279 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:33:30,497 INFO Processing ruok command from /127.0.0.1:36168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:33:30,581 INFO Processing ruok command from /127.0.0.1:36170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:33:40,475 INFO Processing ruok command from /127.0.0.1:36328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:33:40,516 INFO Processing ruok command from /127.0.0.1:36330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:33:50,474 INFO Processing ruok command from /127.0.0.1:36502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:33:50,526 INFO Processing ruok command from /127.0.0.1:36506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:34:00,489 INFO Processing ruok command from /127.0.0.1:36660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:34:00,555 INFO Processing ruok command from /127.0.0.1:36662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:34:10,481 INFO Processing ruok command from /127.0.0.1:36808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:34:10,529 INFO Processing ruok command from /127.0.0.1:36812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:34:20,482 INFO Processing ruok command from /127.0.0.1:36952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:34:20,556 INFO Processing ruok command from /127.0.0.1:36954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:34:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/75f2a19c-9ec9-403a-b50b-cc7b38d5df65/onap-policy-clamp-runtime-acm-74859969d8-7fqwg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:34:30,472 INFO Processing ruok command from /127.0.0.1:37110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:34:30,517 INFO Processing ruok command from /127.0.0.1:37112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:34:40,470 INFO Processing ruok command from /127.0.0.1:37250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:34:40,537 INFO Processing ruok command from /127.0.0.1:37252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:34:44,595 INFO Committing global session 0x200004e55240006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 05:34:50,463 INFO Processing ruok command from /127.0.0.1:37398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:34:50,501 INFO Processing ruok command from /127.0.0.1:37400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:35:00,458 INFO Processing ruok command from /127.0.0.1:37542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:35:00,498 INFO Processing ruok command from /127.0.0.1:37544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:35:10,485 INFO Processing ruok command from /127.0.0.1:37692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:35:10,535 INFO Processing ruok command from /127.0.0.1:37694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:35:20,473 INFO Processing ruok command from /127.0.0.1:37828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:35:20,510 INFO Processing ruok command from /127.0.0.1:37830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:35:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/75f2a19c-9ec9-403a-b50b-cc7b38d5df65 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:35:30,484 INFO Processing ruok command from /127.0.0.1:38426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:35:30,525 INFO Processing ruok command from /127.0.0.1:38428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:35:40,499 INFO Processing ruok command from /127.0.0.1:38580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:35:40,538 INFO Processing ruok command from /127.0.0.1:38582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:35:50,476 INFO Processing ruok command from /127.0.0.1:38724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:35:50,544 INFO Processing ruok command from /127.0.0.1:38726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:36:00,478 INFO Processing ruok command from /127.0.0.1:38878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:36:00,512 INFO Processing ruok command from /127.0.0.1:38880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:36:10,477 INFO Processing ruok command from /127.0.0.1:39036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:36:10,546 INFO Processing ruok command from /127.0.0.1:39038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:36:20,471 INFO Processing ruok command from /127.0.0.1:39188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:36:20,520 INFO Processing ruok command from /127.0.0.1:39192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:36:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:36:30,467 INFO Processing ruok command from /127.0.0.1:39354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:36:30,528 INFO Processing ruok command from /127.0.0.1:39356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:36:40,457 INFO Processing ruok command from /127.0.0.1:39502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:36:40,507 INFO Processing ruok command from /127.0.0.1:39504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:36:44,388 INFO Committing global session 0x200004e55240007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 05:36:50,458 INFO Processing ruok command from /127.0.0.1:39650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:36:50,530 INFO Processing ruok command from /127.0.0.1:39652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:37:00,475 INFO Processing ruok command from /127.0.0.1:39794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:37:00,507 INFO Processing ruok command from /127.0.0.1:39796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:37:10,467 INFO Processing ruok command from /127.0.0.1:39940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:37:10,503 INFO Processing ruok command from /127.0.0.1:39942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:37:20,464 INFO Processing ruok command from /127.0.0.1:40078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:37:20,499 INFO Processing ruok command from /127.0.0.1:40080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:37:22,627 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:37:30,485 INFO Processing ruok command from /127.0.0.1:40226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:37:30,528 INFO Processing ruok command from /127.0.0.1:40228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:37:40,484 INFO Processing ruok command from /127.0.0.1:40364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:37:40,520 INFO Processing ruok command from /127.0.0.1:40366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:37:50,473 INFO Processing ruok command from /127.0.0.1:40958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:37:50,508 INFO Processing ruok command from /127.0.0.1:40960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:38:00,466 INFO Processing ruok command from /127.0.0.1:41114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:38:00,504 INFO Processing ruok command from /127.0.0.1:41116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:38:10,465 INFO Processing ruok command from /127.0.0.1:41292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:38:10,509 INFO Processing ruok command from /127.0.0.1:41294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:38:20,473 INFO Processing ruok command from /127.0.0.1:41444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:38:20,514 INFO Processing ruok command from /127.0.0.1:41446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:38:30,471 INFO Processing ruok command from /127.0.0.1:41602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:38:30,558 INFO Processing ruok command from /127.0.0.1:41604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:38:40,526 INFO Processing ruok command from /127.0.0.1:41756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:38:40,562 INFO Processing ruok command from /127.0.0.1:41758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:38:44,445 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-14 05:38:44,451 INFO Committing global session 0x300004d9da40009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 05:38:45,305 INFO Submitting global closeSession request for session 0x300004d9da40009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-14 05:38:50,481 INFO Processing ruok command from /127.0.0.1:41904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:38:50,551 INFO Processing ruok command from /127.0.0.1:41906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:39:00,474 INFO Processing ruok command from /127.0.0.1:42052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:39:00,536 INFO Processing ruok command from /127.0.0.1:42054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:39:10,487 INFO Processing ruok command from /127.0.0.1:42200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:39:10,522 INFO Processing ruok command from /127.0.0.1:42202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:39:20,483 INFO Processing ruok command from /127.0.0.1:42346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:39:20,536 INFO Processing ruok command from /127.0.0.1:42348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:39:30,478 INFO Processing ruok command from /127.0.0.1:42502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:39:30,517 INFO Processing ruok command from /127.0.0.1:42504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:39:40,463 INFO Processing ruok command from /127.0.0.1:42640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:39:40,507 INFO Processing ruok command from /127.0.0.1:42642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:39:50,475 INFO Processing ruok command from /127.0.0.1:42784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:39:50,508 INFO Processing ruok command from /127.0.0.1:42786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:40:00,466 INFO Processing ruok command from /127.0.0.1:42936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:40:00,510 INFO Processing ruok command from /127.0.0.1:42938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:40:10,483 INFO Processing ruok command from /127.0.0.1:43086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:40:10,549 INFO Processing ruok command from /127.0.0.1:43088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:40:20,473 INFO Processing ruok command from /127.0.0.1:43232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:40:20,535 INFO Processing ruok command from /127.0.0.1:43234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:40:30,465 INFO Processing ruok command from /127.0.0.1:43390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:40:30,531 INFO Processing ruok command from /127.0.0.1:43392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:40:40,465 INFO Processing ruok command from /127.0.0.1:43530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:40:40,510 INFO Processing ruok command from /127.0.0.1:43532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:40:44,430 INFO Committing global session 0x200004e55240008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 05:40:50,476 INFO Processing ruok command from /127.0.0.1:43680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:40:50,548 INFO Processing ruok command from /127.0.0.1:43682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:41:00,468 INFO Processing ruok command from /127.0.0.1:43834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:41:00,512 INFO Processing ruok command from /127.0.0.1:43836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:41:10,477 INFO Processing ruok command from /127.0.0.1:44430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:41:10,542 INFO Processing ruok command from /127.0.0.1:44432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:41:20,464 INFO Processing ruok command from /127.0.0.1:44576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:41:20,528 INFO Processing ruok command from /127.0.0.1:44578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:41:30,478 INFO Processing ruok command from /127.0.0.1:44742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:41:30,525 INFO Processing ruok command from /127.0.0.1:44744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:41:40,482 INFO Processing ruok command from /127.0.0.1:44888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:41:40,524 INFO Processing ruok command from /127.0.0.1:44890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:41:50,479 INFO Processing ruok command from /127.0.0.1:45032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:41:50,548 INFO Processing ruok command from /127.0.0.1:45034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:42:00,463 INFO Processing ruok command from /127.0.0.1:45184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:42:00,531 INFO Processing ruok command from /127.0.0.1:45186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:42:10,474 INFO Processing ruok command from /127.0.0.1:45326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:42:10,546 INFO Processing ruok command from /127.0.0.1:45328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:42:20,474 INFO Processing ruok command from /127.0.0.1:45470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:42:20,535 INFO Processing ruok command from /127.0.0.1:45472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:42:30,462 INFO Processing ruok command from /127.0.0.1:45654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:42:30,568 INFO Processing ruok command from /127.0.0.1:45656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:42:40,479 INFO Processing ruok command from /127.0.0.1:45808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:42:40,544 INFO Processing ruok command from /127.0.0.1:45812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:42:44,153 INFO Committing global session 0x100004d4894000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 05:42:50,482 INFO Processing ruok command from /127.0.0.1:45970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:42:50,549 INFO Processing ruok command from /127.0.0.1:45972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:43:00,497 INFO Processing ruok command from /127.0.0.1:46206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:43:00,592 INFO Processing ruok command from /127.0.0.1:46210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:43:10,487 INFO Processing ruok command from /127.0.0.1:46410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:43:10,534 INFO Processing ruok command from /127.0.0.1:46412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:43:20,485 INFO Processing ruok command from /127.0.0.1:46610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:43:20,531 INFO Processing ruok command from /127.0.0.1:46612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:43:22,627 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp/sdnc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:43:22,633 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:43:30,498 INFO Processing ruok command from /127.0.0.1:46818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:43:30,605 INFO Processing ruok command from /127.0.0.1:46822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:43:40,476 INFO Processing ruok command from /127.0.0.1:46994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:43:40,515 INFO Processing ruok command from /127.0.0.1:46996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:43:50,494 INFO Processing ruok command from /127.0.0.1:47156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:43:50,567 INFO Processing ruok command from /127.0.0.1:47158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:44:00,491 INFO Processing ruok command from /127.0.0.1:47312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:44:00,535 INFO Processing ruok command from /127.0.0.1:47316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:44:10,462 INFO Processing ruok command from /127.0.0.1:47474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:44:10,495 INFO Processing ruok command from /127.0.0.1:47476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:44:20,474 INFO Processing ruok command from /127.0.0.1:47626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:44:20,557 INFO Processing ruok command from /127.0.0.1:47628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:44:22,627 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:44:22,634 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:44:30,479 INFO Processing ruok command from /127.0.0.1:47780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:44:30,522 INFO Processing ruok command from /127.0.0.1:47782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:44:40,479 INFO Processing ruok command from /127.0.0.1:47936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:44:40,536 INFO Processing ruok command from /127.0.0.1:47938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:44:44,491 INFO Committing global session 0x100004d4894000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 05:44:50,480 INFO Processing ruok command from /127.0.0.1:48096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:44:50,521 INFO Processing ruok command from /127.0.0.1:48098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:45:00,485 INFO Processing ruok command from /127.0.0.1:48258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:45:00,524 INFO Processing ruok command from /127.0.0.1:48260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:45:10,478 INFO Processing ruok command from /127.0.0.1:48410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:45:10,559 INFO Processing ruok command from /127.0.0.1:48412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:45:20,487 INFO Processing ruok command from /127.0.0.1:48556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:45:20,561 INFO Processing ruok command from /127.0.0.1:48562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:45:22,628 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/4b6dddcb-bf10-4e20-903d-de0b3da15210/onap-policy-clamp-runtime-acm-74859969d8-7fqwg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:45:22,634 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:45:30,485 INFO Processing ruok command from /127.0.0.1:48714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:45:30,512 INFO Processing ruok command from /127.0.0.1:48716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:45:40,485 INFO Processing ruok command from /127.0.0.1:48866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:45:40,520 INFO Processing ruok command from /127.0.0.1:48868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:45:50,471 INFO Processing ruok command from /127.0.0.1:49026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:45:50,513 INFO Processing ruok command from /127.0.0.1:49030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:46:00,492 INFO Processing ruok command from /127.0.0.1:49218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:46:00,588 INFO Processing ruok command from /127.0.0.1:49220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:46:10,474 INFO Processing ruok command from /127.0.0.1:49380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:46:10,512 INFO Processing ruok command from /127.0.0.1:49382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:46:20,483 INFO Processing ruok command from /127.0.0.1:49536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:46:20,586 INFO Processing ruok command from /127.0.0.1:49538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:46:22,628 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/4b6dddcb-bf10-4e20-903d-de0b3da15210 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:46:30,502 INFO Processing ruok command from /127.0.0.1:49698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:46:30,575 INFO Processing ruok command from /127.0.0.1:49700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:46:40,476 INFO Processing ruok command from /127.0.0.1:49866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:46:40,522 INFO Processing ruok command from /127.0.0.1:49868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:46:44,177 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-14 05:46:44,183 INFO Committing global session 0x300004d9da4000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 05:46:45,050 INFO Submitting global closeSession request for session 0x300004d9da4000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-14 05:46:50,495 INFO Processing ruok command from /127.0.0.1:50100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:46:50,573 INFO Processing ruok command from /127.0.0.1:50102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:47:00,487 INFO Processing ruok command from /127.0.0.1:50268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:47:00,557 INFO Processing ruok command from /127.0.0.1:50270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:47:10,471 INFO Processing ruok command from /127.0.0.1:50452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:47:10,554 INFO Processing ruok command from /127.0.0.1:50454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:47:20,471 INFO Processing ruok command from /127.0.0.1:50620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:47:20,556 INFO Processing ruok command from /127.0.0.1:50622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:47:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:47:22,636 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO/sdc-AUTO1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:47:30,459 INFO Processing ruok command from /127.0.0.1:50800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:47:30,496 INFO Processing ruok command from /127.0.0.1:50802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:47:40,480 INFO Processing ruok command from /127.0.0.1:50976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:47:40,517 INFO Processing ruok command from /127.0.0.1:50980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:47:50,463 INFO Processing ruok command from /127.0.0.1:51152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:47:50,501 INFO Processing ruok command from /127.0.0.1:51154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:48:00,466 INFO Processing ruok command from /127.0.0.1:51326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:48:00,502 INFO Processing ruok command from /127.0.0.1:51328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:48:10,467 INFO Processing ruok command from /127.0.0.1:51508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:48:10,503 INFO Processing ruok command from /127.0.0.1:51510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:48:20,476 INFO Processing ruok command from /127.0.0.1:51688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:48:20,515 INFO Processing ruok command from /127.0.0.1:51692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:48:22,628 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:48:30,465 INFO Processing ruok command from /127.0.0.1:51888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:48:30,508 INFO Processing ruok command from /127.0.0.1:51890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:48:40,481 INFO Processing ruok command from /127.0.0.1:52082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:48:40,521 INFO Processing ruok command from /127.0.0.1:52084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:48:44,260 INFO Committing global session 0x100004d48940010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 05:48:50,487 INFO Processing ruok command from /127.0.0.1:52282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:48:50,524 INFO Processing ruok command from /127.0.0.1:52284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:49:00,510 INFO Processing ruok command from /127.0.0.1:52468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:49:00,527 INFO Processing ruok command from /127.0.0.1:52470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:49:10,467 INFO Processing ruok command from /127.0.0.1:52660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:49:10,501 INFO Processing ruok command from /127.0.0.1:52662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:49:20,488 INFO Processing ruok command from /127.0.0.1:52838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:49:20,569 INFO Processing ruok command from /127.0.0.1:52840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:49:22,628 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-07-14 05:49:22,634 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:49:22,639 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-07-14 05:49:22,645 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:49:22,651 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/clamp/clamp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:49:22,657 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-07-14 05:49:22,664 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-07-14 05:49:22,670 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-07-14 05:49:22,675 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:49:30,495 INFO Processing ruok command from /127.0.0.1:53020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:49:30,533 INFO Processing ruok command from /127.0.0.1:53022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:49:40,476 INFO Processing ruok command from /127.0.0.1:53190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:49:40,515 INFO Processing ruok command from /127.0.0.1:53192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:49:50,477 INFO Processing ruok command from /127.0.0.1:53364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:49:50,538 INFO Processing ruok command from /127.0.0.1:53366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:50:00,481 INFO Processing ruok command from /127.0.0.1:53536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:50:00,557 INFO Processing ruok command from /127.0.0.1:53538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:50:10,486 INFO Processing ruok command from /127.0.0.1:53716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:50:10,546 INFO Processing ruok command from /127.0.0.1:53718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:50:20,475 INFO Processing ruok command from /127.0.0.1:53886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:50:20,576 INFO Processing ruok command from /127.0.0.1:53888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:50:22,627 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:50:22,634 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/clamp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:50:22,640 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:50:22,646 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:50:22,652 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:50:22,658 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:50:22,665 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/multicloud-k8s-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:50:22,671 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/ves-openapi-manager (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:50:22,677 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:50:30,469 INFO Processing ruok command from /127.0.0.1:54068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:50:30,507 INFO Processing ruok command from /127.0.0.1:54070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:50:40,470 INFO Processing ruok command from /127.0.0.1:54246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:50:40,518 INFO Processing ruok command from /127.0.0.1:54248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:50:44,155 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-14 05:50:44,163 INFO Committing global session 0x300004d9da4000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 05:50:45,039 INFO Submitting global closeSession request for session 0x300004d9da4000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-14 05:50:50,452 INFO Processing ruok command from /127.0.0.1:54416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:50:50,489 INFO Processing ruok command from /127.0.0.1:54418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:51:00,461 INFO Processing ruok command from /127.0.0.1:54584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:51:00,511 INFO Processing ruok command from /127.0.0.1:54586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:51:10,483 INFO Processing ruok command from /127.0.0.1:54770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:51:10,542 INFO Processing ruok command from /127.0.0.1:54772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:51:20,483 INFO Processing ruok command from /127.0.0.1:54946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:51:20,518 INFO Processing ruok command from /127.0.0.1:54948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:51:22,627 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:51:22,634 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:51:22,640 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/1cb7ea3f-8198-461d-bcca-15648578565a/onap-policy-clamp-runtime-acm-74859969d8-7fqwg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:51:30,477 INFO Processing ruok command from /127.0.0.1:55122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:51:30,523 INFO Processing ruok command from /127.0.0.1:55126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:51:40,464 INFO Processing ruok command from /127.0.0.1:55304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:51:40,505 INFO Processing ruok command from /127.0.0.1:55306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:51:50,465 INFO Processing ruok command from /127.0.0.1:55478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:51:50,509 INFO Processing ruok command from /127.0.0.1:55480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:52:00,476 INFO Processing ruok command from /127.0.0.1:55664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:52:00,556 INFO Processing ruok command from /127.0.0.1:55668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:52:10,471 INFO Processing ruok command from /127.0.0.1:55856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:52:10,512 INFO Processing ruok command from /127.0.0.1:55858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:52:20,479 INFO Processing ruok command from /127.0.0.1:56042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:52:20,519 INFO Processing ruok command from /127.0.0.1:56044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:52:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/1cb7ea3f-8198-461d-bcca-15648578565a (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:52:30,485 INFO Processing ruok command from /127.0.0.1:56224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:52:30,521 INFO Processing ruok command from /127.0.0.1:56226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:52:40,477 INFO Processing ruok command from /127.0.0.1:56396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:52:40,510 INFO Processing ruok command from /127.0.0.1:56398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:52:44,226 INFO Committing global session 0x200004e55240009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 05:52:50,470 INFO Processing ruok command from /127.0.0.1:56570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:52:50,509 INFO Processing ruok command from /127.0.0.1:56572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:53:00,477 INFO Processing ruok command from /127.0.0.1:56742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:53:00,520 INFO Processing ruok command from /127.0.0.1:56744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:53:10,488 INFO Processing ruok command from /127.0.0.1:56924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:53:10,586 INFO Processing ruok command from /127.0.0.1:56928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:53:20,482 INFO Processing ruok command from /127.0.0.1:57102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:53:20,539 INFO Processing ruok command from /127.0.0.1:57104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:53:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/50baafc5-ed12-4916-a4bb-8d8daae25fce/onap-policy-clamp-runtime-acm-74859969d8-7fqwg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:53:30,476 INFO Processing ruok command from /127.0.0.1:57274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:53:30,548 INFO Processing ruok command from /127.0.0.1:57276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:53:40,470 INFO Processing ruok command from /127.0.0.1:57450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:53:40,512 INFO Processing ruok command from /127.0.0.1:57452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:53:50,476 INFO Processing ruok command from /127.0.0.1:57630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:53:50,512 INFO Processing ruok command from /127.0.0.1:57632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:54:00,470 INFO Processing ruok command from /127.0.0.1:57804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:54:00,517 INFO Processing ruok command from /127.0.0.1:57806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:54:10,469 INFO Processing ruok command from /127.0.0.1:57992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:54:10,511 INFO Processing ruok command from /127.0.0.1:57994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:54:20,464 INFO Processing ruok command from /127.0.0.1:58170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:54:20,500 INFO Processing ruok command from /127.0.0.1:58172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:54:22,628 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/50baafc5-ed12-4916-a4bb-8d8daae25fce (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:54:30,475 INFO Processing ruok command from /127.0.0.1:58342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:54:30,535 INFO Processing ruok command from /127.0.0.1:58344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:54:40,473 INFO Processing ruok command from /127.0.0.1:58522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:54:40,509 INFO Processing ruok command from /127.0.0.1:58524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:54:44,391 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-14 05:54:44,398 INFO Committing global session 0x300004d9da4000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 05:54:45,263 INFO Submitting global closeSession request for session 0x300004d9da4000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-14 05:54:50,472 INFO Processing ruok command from /127.0.0.1:58696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:54:50,544 INFO Processing ruok command from /127.0.0.1:58698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:55:00,484 INFO Processing ruok command from /127.0.0.1:58870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:55:00,554 INFO Processing ruok command from /127.0.0.1:58872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:55:10,476 INFO Processing ruok command from /127.0.0.1:59048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:55:10,526 INFO Processing ruok command from /127.0.0.1:59050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:55:20,462 INFO Processing ruok command from /127.0.0.1:59228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:55:20,504 INFO Processing ruok command from /127.0.0.1:59230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:55:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:55:30,466 INFO Processing ruok command from /127.0.0.1:59404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:55:30,508 INFO Processing ruok command from /127.0.0.1:59406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:55:40,463 INFO Processing ruok command from /127.0.0.1:59578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:55:40,502 INFO Processing ruok command from /127.0.0.1:59580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:55:50,489 INFO Processing ruok command from /127.0.0.1:59742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:55:50,522 INFO Processing ruok command from /127.0.0.1:59744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:56:00,465 INFO Processing ruok command from /127.0.0.1:59918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:56:00,496 INFO Processing ruok command from /127.0.0.1:59920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:56:10,485 INFO Processing ruok command from /127.0.0.1:60094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:56:10,553 INFO Processing ruok command from /127.0.0.1:60096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:56:18,613 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-07-14 05:56:18,614 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-07-14 05:56:18,626 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-07-14 05:56:20,479 INFO Processing ruok command from /127.0.0.1:60272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:56:20,559 INFO Processing ruok command from /127.0.0.1:60274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:56:22,628 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:56:30,480 INFO Processing ruok command from /127.0.0.1:60448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:56:30,515 INFO Processing ruok command from /127.0.0.1:60450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:56:40,466 INFO Processing ruok command from /127.0.0.1:60620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:56:40,506 INFO Processing ruok command from /127.0.0.1:60622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:56:44,378 INFO Committing global session 0x200004e5524000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 05:56:50,485 INFO Processing ruok command from /127.0.0.1:60800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:56:50,522 INFO Processing ruok command from /127.0.0.1:60802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:57:00,484 INFO Processing ruok command from /127.0.0.1:60980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:57:00,530 INFO Processing ruok command from /127.0.0.1:60982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:57:10,475 INFO Processing ruok command from /127.0.0.1:32922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:57:10,535 INFO Processing ruok command from /127.0.0.1:32924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:57:20,473 INFO Processing ruok command from /127.0.0.1:33104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:57:20,535 INFO Processing ruok command from /127.0.0.1:33106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:57:30,474 INFO Processing ruok command from /127.0.0.1:33278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:57:30,510 INFO Processing ruok command from /127.0.0.1:33280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:57:40,468 INFO Processing ruok command from /127.0.0.1:33452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:57:40,503 INFO Processing ruok command from /127.0.0.1:33454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:57:50,462 INFO Processing ruok command from /127.0.0.1:33630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:57:50,504 INFO Processing ruok command from /127.0.0.1:33632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:58:00,476 INFO Processing ruok command from /127.0.0.1:33806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:58:00,538 INFO Processing ruok command from /127.0.0.1:33808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:58:10,476 INFO Processing ruok command from /127.0.0.1:33982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:58:10,538 INFO Processing ruok command from /127.0.0.1:33984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:58:20,473 INFO Processing ruok command from /127.0.0.1:34158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:58:20,512 INFO Processing ruok command from /127.0.0.1:34160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:58:30,467 INFO Processing ruok command from /127.0.0.1:34358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:58:30,517 INFO Processing ruok command from /127.0.0.1:34360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:58:40,472 INFO Processing ruok command from /127.0.0.1:34554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:58:40,520 INFO Processing ruok command from /127.0.0.1:34556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:58:44,223 INFO Committing global session 0x100004d48940011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 05:58:50,477 INFO Processing ruok command from /127.0.0.1:34740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:58:50,506 INFO Processing ruok command from /127.0.0.1:34742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:59:00,466 INFO Processing ruok command from /127.0.0.1:34928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:59:00,496 INFO Processing ruok command from /127.0.0.1:34930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:59:10,470 INFO Processing ruok command from /127.0.0.1:35130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:59:10,508 INFO Processing ruok command from /127.0.0.1:35132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:59:20,457 INFO Processing ruok command from /127.0.0.1:35312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:59:20,502 INFO Processing ruok command from /127.0.0.1:35314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:59:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/05307d22-4bc0-4f91-96b7-79ee3852ba12/onap-policy-clamp-runtime-acm-74859969d8-7fqwg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 05:59:30,464 INFO Processing ruok command from /127.0.0.1:35490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:59:30,510 INFO Processing ruok command from /127.0.0.1:35494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:59:40,461 INFO Processing ruok command from /127.0.0.1:35674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:59:40,497 INFO Processing ruok command from /127.0.0.1:35676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 05:59:50,479 INFO Processing ruok command from /127.0.0.1:35848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 05:59:50,517 INFO Processing ruok command from /127.0.0.1:35850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:00:00,468 INFO Processing ruok command from /127.0.0.1:36034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:00:00,516 INFO Processing ruok command from /127.0.0.1:36036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:00:10,480 INFO Processing ruok command from /127.0.0.1:36218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:00:10,536 INFO Processing ruok command from /127.0.0.1:36220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:00:20,466 INFO Processing ruok command from /127.0.0.1:36422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:00:20,507 INFO Processing ruok command from /127.0.0.1:36424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:00:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/a62ca3ed-3fb0-43e9-ae41-7411da6189b5/onap-policy-clamp-runtime-acm-74859969d8-7fqwg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:00:22,634 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/05307d22-4bc0-4f91-96b7-79ee3852ba12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:00:30,481 INFO Processing ruok command from /127.0.0.1:36618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:00:30,518 INFO Processing ruok command from /127.0.0.1:36620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:00:40,477 INFO Processing ruok command from /127.0.0.1:36814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:00:40,518 INFO Processing ruok command from /127.0.0.1:36818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:00:44,210 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-14 06:00:44,217 INFO Committing global session 0x300004d9da4000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 06:00:45,072 INFO Submitting global closeSession request for session 0x300004d9da4000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-14 06:00:50,488 INFO Processing ruok command from /127.0.0.1:37016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:00:50,524 INFO Processing ruok command from /127.0.0.1:37018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:01:00,474 INFO Processing ruok command from /127.0.0.1:37212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:01:00,535 INFO Processing ruok command from /127.0.0.1:37216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:01:10,474 INFO Processing ruok command from /127.0.0.1:37404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:01:10,539 INFO Processing ruok command from /127.0.0.1:37406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:01:20,472 INFO Processing ruok command from /127.0.0.1:37608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:01:20,509 INFO Processing ruok command from /127.0.0.1:37610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:01:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/a62ca3ed-3fb0-43e9-ae41-7411da6189b5 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:01:30,468 INFO Processing ruok command from /127.0.0.1:37806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:01:30,529 INFO Processing ruok command from /127.0.0.1:37808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:01:40,472 INFO Processing ruok command from /127.0.0.1:37996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:01:40,510 INFO Processing ruok command from /127.0.0.1:38000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:01:50,469 INFO Processing ruok command from /127.0.0.1:38188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:01:50,508 INFO Processing ruok command from /127.0.0.1:38190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:02:00,470 INFO Processing ruok command from /127.0.0.1:38370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:02:00,512 INFO Processing ruok command from /127.0.0.1:38372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:02:10,479 INFO Processing ruok command from /127.0.0.1:38550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:02:10,527 INFO Processing ruok command from /127.0.0.1:38554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:02:20,474 INFO Processing ruok command from /127.0.0.1:38728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:02:20,543 INFO Processing ruok command from /127.0.0.1:38730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:02:22,628 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:02:30,479 INFO Processing ruok command from /127.0.0.1:38900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:02:30,525 INFO Processing ruok command from /127.0.0.1:38904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:02:40,478 INFO Processing ruok command from /127.0.0.1:39070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:02:40,521 INFO Processing ruok command from /127.0.0.1:39072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:02:44,212 INFO Committing global session 0x200004e5524000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 06:02:50,479 INFO Processing ruok command from /127.0.0.1:39258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:02:50,560 INFO Processing ruok command from /127.0.0.1:39260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:03:00,476 INFO Processing ruok command from /127.0.0.1:39436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:03:00,536 INFO Processing ruok command from /127.0.0.1:39438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:03:10,462 INFO Processing ruok command from /127.0.0.1:39624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:03:10,502 INFO Processing ruok command from /127.0.0.1:39626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:03:20,482 INFO Processing ruok command from /127.0.0.1:39802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:03:20,523 INFO Processing ruok command from /127.0.0.1:39804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:03:22,628 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:03:30,468 INFO Processing ruok command from /127.0.0.1:39978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:03:30,509 INFO Processing ruok command from /127.0.0.1:39980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:03:40,477 INFO Processing ruok command from /127.0.0.1:40148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:03:40,516 INFO Processing ruok command from /127.0.0.1:40150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:03:50,491 INFO Processing ruok command from /127.0.0.1:40320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:03:50,529 INFO Processing ruok command from /127.0.0.1:40322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:04:00,497 INFO Processing ruok command from /127.0.0.1:40492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:04:00,524 INFO Processing ruok command from /127.0.0.1:40494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:04:10,466 INFO Processing ruok command from /127.0.0.1:40672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:04:10,509 INFO Processing ruok command from /127.0.0.1:40674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:04:20,476 INFO Processing ruok command from /127.0.0.1:40848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:04:20,514 INFO Processing ruok command from /127.0.0.1:40850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:04:30,470 INFO Processing ruok command from /127.0.0.1:41022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:04:30,503 INFO Processing ruok command from /127.0.0.1:41024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:04:40,488 INFO Processing ruok command from /127.0.0.1:41196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:04:40,527 INFO Processing ruok command from /127.0.0.1:41198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:04:44,190 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-14 06:04:44,197 INFO Committing global session 0x300004d9da4000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 06:04:45,071 INFO Submitting global closeSession request for session 0x300004d9da4000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-14 06:04:50,492 INFO Processing ruok command from /127.0.0.1:41366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:04:50,565 INFO Processing ruok command from /127.0.0.1:41368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:05:00,476 INFO Processing ruok command from /127.0.0.1:41540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:05:00,514 INFO Processing ruok command from /127.0.0.1:41542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:05:10,465 INFO Processing ruok command from /127.0.0.1:41716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:05:10,510 INFO Processing ruok command from /127.0.0.1:41718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:05:20,472 INFO Processing ruok command from /127.0.0.1:41896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:05:20,512 INFO Processing ruok command from /127.0.0.1:41900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:05:30,473 INFO Processing ruok command from /127.0.0.1:42072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:05:30,511 INFO Processing ruok command from /127.0.0.1:42074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:05:40,471 INFO Processing ruok command from /127.0.0.1:42244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:05:40,534 INFO Processing ruok command from /127.0.0.1:42246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:05:50,478 INFO Processing ruok command from /127.0.0.1:42420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:05:50,516 INFO Processing ruok command from /127.0.0.1:42422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:06:00,475 INFO Processing ruok command from /127.0.0.1:42594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:06:00,562 INFO Processing ruok command from /127.0.0.1:42596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:06:10,474 INFO Processing ruok command from /127.0.0.1:42770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:06:10,567 INFO Processing ruok command from /127.0.0.1:42772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:06:20,477 INFO Processing ruok command from /127.0.0.1:42952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:06:20,537 INFO Processing ruok command from /127.0.0.1:42954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:06:30,463 INFO Processing ruok command from /127.0.0.1:43128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:06:30,514 INFO Processing ruok command from /127.0.0.1:43130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:06:40,476 INFO Processing ruok command from /127.0.0.1:43300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:06:40,514 INFO Processing ruok command from /127.0.0.1:43302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:06:44,147 INFO Committing global session 0x100004d48940012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 06:06:50,476 INFO Processing ruok command from /127.0.0.1:43482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:06:50,546 INFO Processing ruok command from /127.0.0.1:43484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:07:00,481 INFO Processing ruok command from /127.0.0.1:43654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:07:00,545 INFO Processing ruok command from /127.0.0.1:43656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:07:10,478 INFO Processing ruok command from /127.0.0.1:43830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:07:10,520 INFO Processing ruok command from /127.0.0.1:43832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:07:20,464 INFO Processing ruok command from /127.0.0.1:44014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:07:20,528 INFO Processing ruok command from /127.0.0.1:44016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:07:22,628 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/abe4d3d4-f0f0-4e32-871c-57f14c2836f8/onap-policy-clamp-runtime-acm-74859969d8-7fqwg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:07:30,478 INFO Processing ruok command from /127.0.0.1:44192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:07:30,545 INFO Processing ruok command from /127.0.0.1:44194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:07:40,484 INFO Processing ruok command from /127.0.0.1:44372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:07:40,528 INFO Processing ruok command from /127.0.0.1:44374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:07:50,489 INFO Processing ruok command from /127.0.0.1:44542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:07:50,549 INFO Processing ruok command from /127.0.0.1:44544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:08:00,476 INFO Processing ruok command from /127.0.0.1:44720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:08:00,514 INFO Processing ruok command from /127.0.0.1:44722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:08:10,467 INFO Processing ruok command from /127.0.0.1:44906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:08:10,529 INFO Processing ruok command from /127.0.0.1:44908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:08:20,468 INFO Processing ruok command from /127.0.0.1:45082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:08:20,515 INFO Processing ruok command from /127.0.0.1:45084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:08:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/abe4d3d4-f0f0-4e32-871c-57f14c2836f8 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:08:22,634 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/efb89358-fd34-48f4-89f5-deb91901c667/onap-policy-clamp-runtime-acm-74859969d8-7fqwg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:08:30,479 INFO Processing ruok command from /127.0.0.1:45262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:08:30,533 INFO Processing ruok command from /127.0.0.1:45264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:08:40,469 INFO Processing ruok command from /127.0.0.1:45434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:08:40,511 INFO Processing ruok command from /127.0.0.1:45438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:08:44,375 INFO Committing global session 0x200004e5524000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 06:08:50,474 INFO Processing ruok command from /127.0.0.1:45616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:08:50,512 INFO Processing ruok command from /127.0.0.1:45620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:09:00,464 INFO Processing ruok command from /127.0.0.1:45792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:09:00,520 INFO Processing ruok command from /127.0.0.1:45794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:09:10,464 INFO Processing ruok command from /127.0.0.1:45966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:09:10,526 INFO Processing ruok command from /127.0.0.1:45970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:09:20,468 INFO Processing ruok command from /127.0.0.1:46144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:09:20,505 INFO Processing ruok command from /127.0.0.1:46146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:09:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/efb89358-fd34-48f4-89f5-deb91901c667 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:09:30,476 INFO Processing ruok command from /127.0.0.1:46330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:09:30,539 INFO Processing ruok command from /127.0.0.1:46332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:09:40,469 INFO Processing ruok command from /127.0.0.1:46508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:09:40,535 INFO Processing ruok command from /127.0.0.1:46510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:09:50,490 INFO Processing ruok command from /127.0.0.1:46684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:09:50,561 INFO Processing ruok command from /127.0.0.1:46686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:10:00,473 INFO Processing ruok command from /127.0.0.1:46852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:10:00,514 INFO Processing ruok command from /127.0.0.1:46856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:10:10,464 INFO Processing ruok command from /127.0.0.1:47032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:10:10,499 INFO Processing ruok command from /127.0.0.1:47034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:10:20,474 INFO Processing ruok command from /127.0.0.1:47210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:10:20,542 INFO Processing ruok command from /127.0.0.1:47212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:10:22,628 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:10:30,474 INFO Processing ruok command from /127.0.0.1:47384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:10:30,529 INFO Processing ruok command from /127.0.0.1:47386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:10:40,493 INFO Processing ruok command from /127.0.0.1:47560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:10:40,562 INFO Processing ruok command from /127.0.0.1:47562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:10:44,281 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-14 06:10:44,288 INFO Committing global session 0x300004d9da4000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 06:10:45,150 INFO Submitting global closeSession request for session 0x300004d9da4000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-14 06:10:50,496 INFO Processing ruok command from /127.0.0.1:47738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:10:50,566 INFO Processing ruok command from /127.0.0.1:47740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:11:00,472 INFO Processing ruok command from /127.0.0.1:47912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:11:00,539 INFO Processing ruok command from /127.0.0.1:47914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:11:10,481 INFO Processing ruok command from /127.0.0.1:48090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:11:10,545 INFO Processing ruok command from /127.0.0.1:48092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:11:20,482 INFO Processing ruok command from /127.0.0.1:48270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:11:20,524 INFO Processing ruok command from /127.0.0.1:48272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:11:22,627 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:11:30,471 INFO Processing ruok command from /127.0.0.1:48450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:11:30,546 INFO Processing ruok command from /127.0.0.1:48452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:11:40,473 INFO Processing ruok command from /127.0.0.1:48630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:11:40,547 INFO Processing ruok command from /127.0.0.1:48632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:11:50,500 INFO Processing ruok command from /127.0.0.1:48800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:11:50,540 INFO Processing ruok command from /127.0.0.1:48802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:12:00,484 INFO Processing ruok command from /127.0.0.1:48974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:12:00,514 INFO Processing ruok command from /127.0.0.1:48976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:12:10,478 INFO Processing ruok command from /127.0.0.1:49150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:12:10,522 INFO Processing ruok command from /127.0.0.1:49152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:12:20,477 INFO Processing ruok command from /127.0.0.1:49320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:12:20,520 INFO Processing ruok command from /127.0.0.1:49322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:12:30,469 INFO Processing ruok command from /127.0.0.1:49496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:12:30,518 INFO Processing ruok command from /127.0.0.1:49498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:12:40,471 INFO Processing ruok command from /127.0.0.1:49670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:12:40,539 INFO Processing ruok command from /127.0.0.1:49672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:12:44,220 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-14 06:12:44,228 INFO Committing global session 0x300004d9da40010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 06:12:45,074 INFO Submitting global closeSession request for session 0x300004d9da40010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-14 06:12:50,464 INFO Processing ruok command from /127.0.0.1:49834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:12:50,505 INFO Processing ruok command from /127.0.0.1:49836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:13:00,469 INFO Processing ruok command from /127.0.0.1:50010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:13:00,512 INFO Processing ruok command from /127.0.0.1:50012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:13:10,491 INFO Processing ruok command from /127.0.0.1:50184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:13:10,536 INFO Processing ruok command from /127.0.0.1:50186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:13:20,470 INFO Processing ruok command from /127.0.0.1:50364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:13:20,512 INFO Processing ruok command from /127.0.0.1:50366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:13:30,471 INFO Processing ruok command from /127.0.0.1:50542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:13:30,521 INFO Processing ruok command from /127.0.0.1:50544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:13:40,491 INFO Processing ruok command from /127.0.0.1:50716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:13:40,559 INFO Processing ruok command from /127.0.0.1:50718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:13:50,490 INFO Processing ruok command from /127.0.0.1:50890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:13:50,531 INFO Processing ruok command from /127.0.0.1:50892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:14:00,472 INFO Processing ruok command from /127.0.0.1:51070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:14:00,523 INFO Processing ruok command from /127.0.0.1:51072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:14:10,490 INFO Processing ruok command from /127.0.0.1:51256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:14:10,524 INFO Processing ruok command from /127.0.0.1:51258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:14:20,476 INFO Processing ruok command from /127.0.0.1:51436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:14:20,540 INFO Processing ruok command from /127.0.0.1:51438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:14:30,488 INFO Processing ruok command from /127.0.0.1:51620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:14:30,522 INFO Processing ruok command from /127.0.0.1:51622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:14:40,473 INFO Processing ruok command from /127.0.0.1:51794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:14:40,511 INFO Processing ruok command from /127.0.0.1:51796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:14:44,465 INFO Committing global session 0x200004e5524000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 06:14:50,460 INFO Processing ruok command from /127.0.0.1:51972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:14:50,506 INFO Processing ruok command from /127.0.0.1:51974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:15:00,463 INFO Processing ruok command from /127.0.0.1:52146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:15:00,503 INFO Processing ruok command from /127.0.0.1:52148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:15:10,472 INFO Processing ruok command from /127.0.0.1:52332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:15:10,536 INFO Processing ruok command from /127.0.0.1:52334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:15:20,482 INFO Processing ruok command from /127.0.0.1:52510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:15:20,523 INFO Processing ruok command from /127.0.0.1:52512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:15:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/891ed7af-a8b3-49e2-b8d2-3d9bb7ab96b1/onap-policy-clamp-runtime-acm-74859969d8-7fqwg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:15:30,475 INFO Processing ruok command from /127.0.0.1:52688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:15:30,508 INFO Processing ruok command from /127.0.0.1:52690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:15:40,461 INFO Processing ruok command from /127.0.0.1:52872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:15:40,542 INFO Processing ruok command from /127.0.0.1:52874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:15:50,490 INFO Processing ruok command from /127.0.0.1:53048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:15:50,556 INFO Processing ruok command from /127.0.0.1:53052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:16:00,475 INFO Processing ruok command from /127.0.0.1:53224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:16:00,548 INFO Processing ruok command from /127.0.0.1:53226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:16:10,483 INFO Processing ruok command from /127.0.0.1:53404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:16:10,545 INFO Processing ruok command from /127.0.0.1:53406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:16:20,477 INFO Processing ruok command from /127.0.0.1:53576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:16:20,529 INFO Processing ruok command from /127.0.0.1:53578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:16:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/8003a48c-e8f9-4ad2-843e-2825d6ccbd45/onap-policy-clamp-runtime-acm-74859969d8-7fqwg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:16:22,633 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/891ed7af-a8b3-49e2-b8d2-3d9bb7ab96b1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:16:30,488 INFO Processing ruok command from /127.0.0.1:53754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:16:30,527 INFO Processing ruok command from /127.0.0.1:53756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:16:40,476 INFO Processing ruok command from /127.0.0.1:53926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:16:40,521 INFO Processing ruok command from /127.0.0.1:53928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:16:44,223 INFO Committing global session 0x100004d48940013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 06:16:50,478 INFO Processing ruok command from /127.0.0.1:54096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:16:50,518 INFO Processing ruok command from /127.0.0.1:54098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:17:00,480 INFO Processing ruok command from /127.0.0.1:54266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:17:00,524 INFO Processing ruok command from /127.0.0.1:54268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:17:10,487 INFO Processing ruok command from /127.0.0.1:54442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:17:10,561 INFO Processing ruok command from /127.0.0.1:54446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:17:20,498 INFO Processing ruok command from /127.0.0.1:54624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:17:20,555 INFO Processing ruok command from /127.0.0.1:54626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:17:22,628 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/8003a48c-e8f9-4ad2-843e-2825d6ccbd45 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:17:30,475 INFO Processing ruok command from /127.0.0.1:54804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:17:30,549 INFO Processing ruok command from /127.0.0.1:54806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:17:40,472 INFO Processing ruok command from /127.0.0.1:54974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:17:40,536 INFO Processing ruok command from /127.0.0.1:54976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:17:50,486 INFO Processing ruok command from /127.0.0.1:55150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:17:50,566 INFO Processing ruok command from /127.0.0.1:55152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:18:00,479 INFO Processing ruok command from /127.0.0.1:55322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:18:00,526 INFO Processing ruok command from /127.0.0.1:55324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:18:10,479 INFO Processing ruok command from /127.0.0.1:55504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:18:10,551 INFO Processing ruok command from /127.0.0.1:55506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:18:20,456 INFO Processing ruok command from /127.0.0.1:55688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:18:20,498 INFO Processing ruok command from /127.0.0.1:55690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:18:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:18:30,487 INFO Processing ruok command from /127.0.0.1:55868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:18:30,518 INFO Processing ruok command from /127.0.0.1:55870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:18:40,476 INFO Processing ruok command from /127.0.0.1:56040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:18:40,533 INFO Processing ruok command from /127.0.0.1:56042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:18:44,283 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-14 06:18:44,293 INFO Committing global session 0x300004d9da40011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 06:18:45,172 INFO Submitting global closeSession request for session 0x300004d9da40011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-14 06:18:50,489 INFO Processing ruok command from /127.0.0.1:56208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:18:50,563 INFO Processing ruok command from /127.0.0.1:56210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:19:00,477 INFO Processing ruok command from /127.0.0.1:56376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:19:00,559 INFO Processing ruok command from /127.0.0.1:56378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:19:10,482 INFO Processing ruok command from /127.0.0.1:56556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:19:10,543 INFO Processing ruok command from /127.0.0.1:56558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:19:20,458 INFO Processing ruok command from /127.0.0.1:56728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:19:20,511 INFO Processing ruok command from /127.0.0.1:56730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:19:22,627 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:19:30,466 INFO Processing ruok command from /127.0.0.1:56912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:19:30,510 INFO Processing ruok command from /127.0.0.1:56914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:19:40,472 INFO Processing ruok command from /127.0.0.1:57094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:19:40,515 INFO Processing ruok command from /127.0.0.1:57096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:19:50,477 INFO Processing ruok command from /127.0.0.1:57260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:19:50,541 INFO Processing ruok command from /127.0.0.1:57264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:20:00,491 INFO Processing ruok command from /127.0.0.1:57436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:20:00,526 INFO Processing ruok command from /127.0.0.1:57438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:20:10,474 INFO Processing ruok command from /127.0.0.1:57610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:20:10,532 INFO Processing ruok command from /127.0.0.1:57612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:20:20,480 INFO Processing ruok command from /127.0.0.1:57784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:20:20,539 INFO Processing ruok command from /127.0.0.1:57786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:20:30,480 INFO Processing ruok command from /127.0.0.1:57962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:20:30,553 INFO Processing ruok command from /127.0.0.1:57964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:20:40,476 INFO Processing ruok command from /127.0.0.1:58136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:20:40,514 INFO Processing ruok command from /127.0.0.1:58138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:20:44,232 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-14 06:20:44,239 INFO Committing global session 0x300004d9da40012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 06:20:45,097 INFO Submitting global closeSession request for session 0x300004d9da40012 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-14 06:20:50,478 INFO Processing ruok command from /127.0.0.1:58308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:20:50,519 INFO Processing ruok command from /127.0.0.1:58310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:21:00,478 INFO Processing ruok command from /127.0.0.1:58486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:21:00,523 INFO Processing ruok command from /127.0.0.1:58488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:21:10,481 INFO Processing ruok command from /127.0.0.1:58660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:21:10,549 INFO Processing ruok command from /127.0.0.1:58664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:21:20,474 INFO Processing ruok command from /127.0.0.1:58838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:21:20,513 INFO Processing ruok command from /127.0.0.1:58840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:21:30,485 INFO Processing ruok command from /127.0.0.1:59026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:21:30,523 INFO Processing ruok command from /127.0.0.1:59028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:21:40,465 INFO Processing ruok command from /127.0.0.1:59202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:21:40,505 INFO Processing ruok command from /127.0.0.1:59204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:21:50,472 INFO Processing ruok command from /127.0.0.1:59374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:21:50,510 INFO Processing ruok command from /127.0.0.1:59376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:22:00,464 INFO Processing ruok command from /127.0.0.1:59546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:22:00,503 INFO Processing ruok command from /127.0.0.1:59548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:22:10,476 INFO Processing ruok command from /127.0.0.1:59718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:22:10,521 INFO Processing ruok command from /127.0.0.1:59720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:22:20,469 INFO Processing ruok command from /127.0.0.1:59892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:22:20,506 INFO Processing ruok command from /127.0.0.1:59894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:22:30,503 INFO Processing ruok command from /127.0.0.1:60072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:22:30,549 INFO Processing ruok command from /127.0.0.1:60074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:22:40,465 INFO Processing ruok command from /127.0.0.1:60242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:22:40,542 INFO Processing ruok command from /127.0.0.1:60244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:22:44,212 INFO Committing global session 0x100004d48940014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 06:22:50,468 INFO Processing ruok command from /127.0.0.1:60424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:22:50,508 INFO Processing ruok command from /127.0.0.1:60428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:23:00,473 INFO Processing ruok command from /127.0.0.1:60606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:23:00,523 INFO Processing ruok command from /127.0.0.1:60608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:23:10,477 INFO Processing ruok command from /127.0.0.1:60792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:23:10,547 INFO Processing ruok command from /127.0.0.1:60794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:23:20,479 INFO Processing ruok command from /127.0.0.1:60968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:23:20,523 INFO Processing ruok command from /127.0.0.1:60970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:23:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/71a7ccb8-10ba-4ded-b385-f929e8e3bc9b/onap-policy-clamp-runtime-acm-74859969d8-7fqwg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:23:30,472 INFO Processing ruok command from /127.0.0.1:32914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:23:30,527 INFO Processing ruok command from /127.0.0.1:32916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:23:40,480 INFO Processing ruok command from /127.0.0.1:33088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:23:40,518 INFO Processing ruok command from /127.0.0.1:33090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:23:50,475 INFO Processing ruok command from /127.0.0.1:33260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:23:50,511 INFO Processing ruok command from /127.0.0.1:33262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:24:00,466 INFO Processing ruok command from /127.0.0.1:33432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:24:00,504 INFO Processing ruok command from /127.0.0.1:33434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:24:10,471 INFO Processing ruok command from /127.0.0.1:33606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:24:10,511 INFO Processing ruok command from /127.0.0.1:33608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:24:20,467 INFO Processing ruok command from /127.0.0.1:33782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:24:20,507 INFO Processing ruok command from /127.0.0.1:33784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:24:22,628 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/71a7ccb8-10ba-4ded-b385-f929e8e3bc9b (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:24:30,481 INFO Processing ruok command from /127.0.0.1:33964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:24:30,516 INFO Processing ruok command from /127.0.0.1:33966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:24:40,476 INFO Processing ruok command from /127.0.0.1:34136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:24:40,522 INFO Processing ruok command from /127.0.0.1:34138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:24:44,491 INFO Committing global session 0x200004e5524000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 06:24:50,469 INFO Processing ruok command from /127.0.0.1:34314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:24:50,510 INFO Processing ruok command from /127.0.0.1:34316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:25:00,474 INFO Processing ruok command from /127.0.0.1:34486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:25:00,510 INFO Processing ruok command from /127.0.0.1:34488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:25:10,473 INFO Processing ruok command from /127.0.0.1:34666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:25:10,522 INFO Processing ruok command from /127.0.0.1:34668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:25:20,465 INFO Processing ruok command from /127.0.0.1:34842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:25:20,513 INFO Processing ruok command from /127.0.0.1:34846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:25:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:25:30,469 INFO Processing ruok command from /127.0.0.1:35018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:25:30,510 INFO Processing ruok command from /127.0.0.1:35020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:25:40,474 INFO Processing ruok command from /127.0.0.1:35192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:25:40,517 INFO Processing ruok command from /127.0.0.1:35194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:25:50,469 INFO Processing ruok command from /127.0.0.1:35356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:25:50,505 INFO Processing ruok command from /127.0.0.1:35358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:26:00,465 INFO Processing ruok command from /127.0.0.1:35526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:26:00,501 INFO Processing ruok command from /127.0.0.1:35528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:26:10,475 INFO Processing ruok command from /127.0.0.1:35696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:26:10,536 INFO Processing ruok command from /127.0.0.1:35698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:26:20,459 INFO Processing ruok command from /127.0.0.1:35876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:26:20,507 INFO Processing ruok command from /127.0.0.1:35878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:26:22,627 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:26:30,472 INFO Processing ruok command from /127.0.0.1:36062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:26:30,542 INFO Processing ruok command from /127.0.0.1:36064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:26:40,469 INFO Processing ruok command from /127.0.0.1:36238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:26:40,528 INFO Processing ruok command from /127.0.0.1:36240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:26:44,266 INFO Committing global session 0x200004e5524000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 06:26:50,467 INFO Processing ruok command from /127.0.0.1:36410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:26:50,514 INFO Processing ruok command from /127.0.0.1:36412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:27:00,464 INFO Processing ruok command from /127.0.0.1:36584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:27:00,517 INFO Processing ruok command from /127.0.0.1:36586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:27:10,479 INFO Processing ruok command from /127.0.0.1:36770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:27:10,519 INFO Processing ruok command from /127.0.0.1:36772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:27:20,464 INFO Processing ruok command from /127.0.0.1:36956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:27:20,536 INFO Processing ruok command from /127.0.0.1:36958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:27:30,467 INFO Processing ruok command from /127.0.0.1:37152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:27:30,508 INFO Processing ruok command from /127.0.0.1:37154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:27:40,470 INFO Processing ruok command from /127.0.0.1:37344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:27:40,506 INFO Processing ruok command from /127.0.0.1:37346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:27:50,483 INFO Processing ruok command from /127.0.0.1:37522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:27:50,525 INFO Processing ruok command from /127.0.0.1:37524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:28:00,472 INFO Processing ruok command from /127.0.0.1:37702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:28:00,510 INFO Processing ruok command from /127.0.0.1:37704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:28:10,472 INFO Processing ruok command from /127.0.0.1:37882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:28:10,509 INFO Processing ruok command from /127.0.0.1:37884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:28:20,486 INFO Processing ruok command from /127.0.0.1:38068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:28:20,543 INFO Processing ruok command from /127.0.0.1:38070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:28:30,464 INFO Processing ruok command from /127.0.0.1:38252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:28:30,543 INFO Processing ruok command from /127.0.0.1:38254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:28:40,485 INFO Processing ruok command from /127.0.0.1:38430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:28:40,522 INFO Processing ruok command from /127.0.0.1:38432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:28:44,269 INFO Committing global session 0x200004e55240010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 06:28:50,465 INFO Processing ruok command from /127.0.0.1:38604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:28:50,507 INFO Processing ruok command from /127.0.0.1:38606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:29:00,466 INFO Processing ruok command from /127.0.0.1:38778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:29:00,506 INFO Processing ruok command from /127.0.0.1:38780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:29:10,479 INFO Processing ruok command from /127.0.0.1:38954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:29:10,516 INFO Processing ruok command from /127.0.0.1:38956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:29:20,468 INFO Processing ruok command from /127.0.0.1:39120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:29:20,505 INFO Processing ruok command from /127.0.0.1:39122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:29:30,476 INFO Processing ruok command from /127.0.0.1:39302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:29:30,510 INFO Processing ruok command from /127.0.0.1:39304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:29:40,477 INFO Processing ruok command from /127.0.0.1:39476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:29:40,521 INFO Processing ruok command from /127.0.0.1:39478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:29:50,480 INFO Processing ruok command from /127.0.0.1:39652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:29:50,577 INFO Processing ruok command from /127.0.0.1:39654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:30:00,490 INFO Processing ruok command from /127.0.0.1:39820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:30:00,519 INFO Processing ruok command from /127.0.0.1:39822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:30:10,467 INFO Processing ruok command from /127.0.0.1:39992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:30:10,511 INFO Processing ruok command from /127.0.0.1:39994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:30:20,488 INFO Processing ruok command from /127.0.0.1:40172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:30:20,558 INFO Processing ruok command from /127.0.0.1:40174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:30:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/c8001d21-2163-40a5-a7a1-3ee53798bb9c/onap-policy-clamp-runtime-acm-74859969d8-7fqwg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:30:30,475 INFO Processing ruok command from /127.0.0.1:40346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:30:30,525 INFO Processing ruok command from /127.0.0.1:40348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:30:40,475 INFO Processing ruok command from /127.0.0.1:40526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:30:40,510 INFO Processing ruok command from /127.0.0.1:40528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:30:44,176 INFO Committing global session 0x200004e55240011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 06:30:50,468 INFO Processing ruok command from /127.0.0.1:40700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:30:50,510 INFO Processing ruok command from /127.0.0.1:40702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:31:00,491 INFO Processing ruok command from /127.0.0.1:40868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:31:00,536 INFO Processing ruok command from /127.0.0.1:40870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:31:10,473 INFO Processing ruok command from /127.0.0.1:41044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:31:10,540 INFO Processing ruok command from /127.0.0.1:41046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:31:20,475 INFO Processing ruok command from /127.0.0.1:41220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:31:20,548 INFO Processing ruok command from /127.0.0.1:41222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:31:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/c8001d21-2163-40a5-a7a1-3ee53798bb9c (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:31:30,485 INFO Processing ruok command from /127.0.0.1:41404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:31:30,519 INFO Processing ruok command from /127.0.0.1:41406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:31:40,488 INFO Processing ruok command from /127.0.0.1:41576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:31:40,552 INFO Processing ruok command from /127.0.0.1:41580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:31:50,491 INFO Processing ruok command from /127.0.0.1:41752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:31:50,528 INFO Processing ruok command from /127.0.0.1:41754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:32:00,482 INFO Processing ruok command from /127.0.0.1:41920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:32:00,535 INFO Processing ruok command from /127.0.0.1:41922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:32:10,487 INFO Processing ruok command from /127.0.0.1:42110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:32:10,551 INFO Processing ruok command from /127.0.0.1:42112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:32:20,517 INFO Processing ruok command from /127.0.0.1:42294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:32:20,557 INFO Processing ruok command from /127.0.0.1:42298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:32:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:32:30,484 INFO Processing ruok command from /127.0.0.1:42470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:32:30,541 INFO Processing ruok command from /127.0.0.1:42472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:32:40,485 INFO Processing ruok command from /127.0.0.1:42646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:32:40,527 INFO Processing ruok command from /127.0.0.1:42648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:32:44,263 INFO Committing global session 0x100004d48940015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 06:32:50,473 INFO Processing ruok command from /127.0.0.1:42818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:32:50,553 INFO Processing ruok command from /127.0.0.1:42820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:33:00,503 INFO Processing ruok command from /127.0.0.1:42984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:33:00,562 INFO Processing ruok command from /127.0.0.1:42986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:33:10,495 INFO Processing ruok command from /127.0.0.1:43170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:33:10,533 INFO Processing ruok command from /127.0.0.1:43172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:33:20,494 INFO Processing ruok command from /127.0.0.1:43344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:33:20,538 INFO Processing ruok command from /127.0.0.1:43348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:33:22,627 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:33:30,481 INFO Processing ruok command from /127.0.0.1:43520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:33:30,582 INFO Processing ruok command from /127.0.0.1:43524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:33:40,474 INFO Processing ruok command from /127.0.0.1:43698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:33:40,513 INFO Processing ruok command from /127.0.0.1:43700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:33:50,476 INFO Processing ruok command from /127.0.0.1:43868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:33:50,539 INFO Processing ruok command from /127.0.0.1:43870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:34:00,483 INFO Processing ruok command from /127.0.0.1:44042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:34:00,554 INFO Processing ruok command from /127.0.0.1:44044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:34:10,485 INFO Processing ruok command from /127.0.0.1:44228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:34:10,541 INFO Processing ruok command from /127.0.0.1:44230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:34:20,475 INFO Processing ruok command from /127.0.0.1:44398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:34:20,611 INFO Processing ruok command from /127.0.0.1:44400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:34:30,494 INFO Processing ruok command from /127.0.0.1:44590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:34:30,589 INFO Processing ruok command from /127.0.0.1:44594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:34:40,463 INFO Processing ruok command from /127.0.0.1:44764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:34:40,506 INFO Processing ruok command from /127.0.0.1:44766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:34:44,240 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-14 06:34:44,247 INFO Committing global session 0x300004d9da40013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 06:34:45,105 INFO Submitting global closeSession request for session 0x300004d9da40013 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-14 06:34:50,503 INFO Processing ruok command from /127.0.0.1:44934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:34:50,588 INFO Processing ruok command from /127.0.0.1:44936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:35:00,546 INFO Processing ruok command from /127.0.0.1:45100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:35:00,625 INFO Processing ruok command from /127.0.0.1:45102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:35:10,493 INFO Processing ruok command from /127.0.0.1:45306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:35:10,590 INFO Processing ruok command from /127.0.0.1:45308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:35:20,512 INFO Processing ruok command from /127.0.0.1:45488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:35:20,599 INFO Processing ruok command from /127.0.0.1:45490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:35:30,481 INFO Processing ruok command from /127.0.0.1:45710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:35:30,550 INFO Processing ruok command from /127.0.0.1:45716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:35:40,473 INFO Processing ruok command from /127.0.0.1:45934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:35:40,524 INFO Processing ruok command from /127.0.0.1:45936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:35:50,472 INFO Processing ruok command from /127.0.0.1:46166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:35:50,521 INFO Processing ruok command from /127.0.0.1:46168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:36:00,466 INFO Processing ruok command from /127.0.0.1:46336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:36:00,529 INFO Processing ruok command from /127.0.0.1:46338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:36:10,469 INFO Processing ruok command from /127.0.0.1:46580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:36:10,511 INFO Processing ruok command from /127.0.0.1:46582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:36:20,465 INFO Processing ruok command from /127.0.0.1:46776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:36:20,524 INFO Processing ruok command from /127.0.0.1:46778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:36:22,627 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC/g1/c4 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:36:30,479 INFO Processing ruok command from /127.0.0.1:46954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:36:30,587 INFO Processing ruok command from /127.0.0.1:46956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:36:40,472 INFO Processing ruok command from /127.0.0.1:47130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:36:40,537 INFO Processing ruok command from /127.0.0.1:47134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:36:44,103 INFO Committing global session 0x100004d48940016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 06:36:50,485 INFO Processing ruok command from /127.0.0.1:47300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:36:50,527 INFO Processing ruok command from /127.0.0.1:47302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:37:00,483 INFO Processing ruok command from /127.0.0.1:47468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:37:00,559 INFO Processing ruok command from /127.0.0.1:47472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:37:10,483 INFO Processing ruok command from /127.0.0.1:47646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:37:10,539 INFO Processing ruok command from /127.0.0.1:47648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:37:20,499 INFO Processing ruok command from /127.0.0.1:47818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:37:20,546 INFO Processing ruok command from /127.0.0.1:47820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:37:22,628 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/2ad79cc2-7bd5-45af-bb01-f9e5d47d1af7/onap-policy-clamp-runtime-acm-74859969d8-7fqwg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:37:22,634 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC/g1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:37:30,469 INFO Processing ruok command from /127.0.0.1:47998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:37:30,516 INFO Processing ruok command from /127.0.0.1:48000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:37:40,464 INFO Processing ruok command from /127.0.0.1:48178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:37:40,532 INFO Processing ruok command from /127.0.0.1:48180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:37:50,492 INFO Processing ruok command from /127.0.0.1:48358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:37:50,528 INFO Processing ruok command from /127.0.0.1:48360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:38:00,491 INFO Processing ruok command from /127.0.0.1:48532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:38:00,542 INFO Processing ruok command from /127.0.0.1:48534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:38:10,484 INFO Processing ruok command from /127.0.0.1:48708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:38:10,559 INFO Processing ruok command from /127.0.0.1:48710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:38:20,481 INFO Processing ruok command from /127.0.0.1:48882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:38:20,549 INFO Processing ruok command from /127.0.0.1:48884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:38:22,627 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:38:22,632 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/2ad79cc2-7bd5-45af-bb01-f9e5d47d1af7 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:38:30,484 INFO Processing ruok command from /127.0.0.1:49062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:38:30,554 INFO Processing ruok command from /127.0.0.1:49064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:38:40,468 INFO Processing ruok command from /127.0.0.1:49234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:38:40,501 INFO Processing ruok command from /127.0.0.1:49236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:38:44,292 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-14 06:38:44,299 INFO Committing global session 0x300004d9da40014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 06:38:45,169 INFO Submitting global closeSession request for session 0x300004d9da40014 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-14 06:38:50,506 INFO Processing ruok command from /127.0.0.1:49396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:38:50,554 INFO Processing ruok command from /127.0.0.1:49398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:39:00,492 INFO Processing ruok command from /127.0.0.1:49568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:39:00,556 INFO Processing ruok command from /127.0.0.1:49570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:39:10,469 INFO Processing ruok command from /127.0.0.1:49740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:39:10,547 INFO Processing ruok command from /127.0.0.1:49742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:39:20,502 INFO Processing ruok command from /127.0.0.1:49940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:39:20,583 INFO Processing ruok command from /127.0.0.1:49942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:39:22,628 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:39:30,476 INFO Processing ruok command from /127.0.0.1:50120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:39:30,563 INFO Processing ruok command from /127.0.0.1:50122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:39:40,485 INFO Processing ruok command from /127.0.0.1:50352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:39:40,545 INFO Processing ruok command from /127.0.0.1:50354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:39:50,481 INFO Processing ruok command from /127.0.0.1:50556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:39:50,523 INFO Processing ruok command from /127.0.0.1:50558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:40:00,476 INFO Processing ruok command from /127.0.0.1:50738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:40:00,534 INFO Processing ruok command from /127.0.0.1:50740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:40:10,498 INFO Processing ruok command from /127.0.0.1:50932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:40:10,568 INFO Processing ruok command from /127.0.0.1:50934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:40:20,482 INFO Processing ruok command from /127.0.0.1:51136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:40:20,523 INFO Processing ruok command from /127.0.0.1:51138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:40:22,628 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/homlesGroupac5c582e-8601-49c1-bba8-b220d6f4ea4e/homlesac5c582e-8601-49c1-bba8-b220d6f4ea4e (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:40:22,634 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:40:30,482 INFO Processing ruok command from /127.0.0.1:51320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:40:30,510 INFO Processing ruok command from /127.0.0.1:51322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:40:40,485 INFO Processing ruok command from /127.0.0.1:51514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:40:40,554 INFO Processing ruok command from /127.0.0.1:51516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:40:44,312 INFO Committing global session 0x200004e55240012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 06:40:50,478 INFO Processing ruok command from /127.0.0.1:51696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:40:50,567 INFO Processing ruok command from /127.0.0.1:51698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:41:00,486 INFO Processing ruok command from /127.0.0.1:51882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:41:00,571 INFO Processing ruok command from /127.0.0.1:51884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:41:10,461 INFO Processing ruok command from /127.0.0.1:52076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:41:10,537 INFO Processing ruok command from /127.0.0.1:52078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:41:20,503 INFO Processing ruok command from /127.0.0.1:52260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:41:20,569 INFO Processing ruok command from /127.0.0.1:52262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:41:22,628 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:41:22,634 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/homlesGroupac5c582e-8601-49c1-bba8-b220d6f4ea4e (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:41:30,477 INFO Processing ruok command from /127.0.0.1:52464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:41:30,581 INFO Processing ruok command from /127.0.0.1:52466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:41:40,470 INFO Processing ruok command from /127.0.0.1:52652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:41:40,552 INFO Processing ruok command from /127.0.0.1:52654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:41:50,466 INFO Processing ruok command from /127.0.0.1:52840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:41:50,556 INFO Processing ruok command from /127.0.0.1:52842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:42:00,475 INFO Processing ruok command from /127.0.0.1:53052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:42:00,557 INFO Processing ruok command from /127.0.0.1:53054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:42:10,470 INFO Processing ruok command from /127.0.0.1:53240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:42:10,507 INFO Processing ruok command from /127.0.0.1:53242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:42:20,479 INFO Processing ruok command from /127.0.0.1:53416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:42:20,563 INFO Processing ruok command from /127.0.0.1:53420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:42:22,627 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:42:22,634 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:42:30,475 INFO Processing ruok command from /127.0.0.1:53618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:42:30,522 INFO Processing ruok command from /127.0.0.1:53620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:42:40,460 INFO Processing ruok command from /127.0.0.1:53800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:42:40,554 INFO Processing ruok command from /127.0.0.1:53804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:42:44,188 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-14 06:42:44,194 INFO Committing global session 0x300004d9da40015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 06:42:45,054 INFO Submitting global closeSession request for session 0x300004d9da40015 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-14 06:42:50,486 INFO Processing ruok command from /127.0.0.1:53992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:42:50,570 INFO Processing ruok command from /127.0.0.1:53996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:43:00,493 INFO Processing ruok command from /127.0.0.1:54192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:43:00,559 INFO Processing ruok command from /127.0.0.1:54194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:43:10,476 INFO Processing ruok command from /127.0.0.1:54388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:43:10,559 INFO Processing ruok command from /127.0.0.1:54390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:43:20,468 INFO Processing ruok command from /127.0.0.1:54576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:43:20,620 INFO Processing ruok command from /127.0.0.1:54578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:43:22,627 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:43:22,639 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:43:30,468 INFO Processing ruok command from /127.0.0.1:54766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:43:30,552 INFO Processing ruok command from /127.0.0.1:54770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:43:40,468 INFO Processing ruok command from /127.0.0.1:54962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:43:40,552 INFO Processing ruok command from /127.0.0.1:54964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:43:50,486 INFO Processing ruok command from /127.0.0.1:55148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:43:50,553 INFO Processing ruok command from /127.0.0.1:55150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:44:00,476 INFO Processing ruok command from /127.0.0.1:55344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:44:00,548 INFO Processing ruok command from /127.0.0.1:55346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:44:10,474 INFO Processing ruok command from /127.0.0.1:55530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:44:10,528 INFO Processing ruok command from /127.0.0.1:55532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:44:20,458 INFO Processing ruok command from /127.0.0.1:55710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:44:20,526 INFO Processing ruok command from /127.0.0.1:55712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:44:22,628 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:44:22,634 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:44:22,640 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:44:30,494 INFO Processing ruok command from /127.0.0.1:55892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:44:30,515 INFO Processing ruok command from /127.0.0.1:55894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:44:40,486 INFO Processing ruok command from /127.0.0.1:56072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:44:40,526 INFO Processing ruok command from /127.0.0.1:56074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:44:44,342 INFO Committing global session 0x200004e55240013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 06:44:50,466 INFO Processing ruok command from /127.0.0.1:56252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:44:50,544 INFO Processing ruok command from /127.0.0.1:56254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:45:00,477 INFO Processing ruok command from /127.0.0.1:56430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:45:00,556 INFO Processing ruok command from /127.0.0.1:56432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:45:10,492 INFO Processing ruok command from /127.0.0.1:56644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:45:10,534 INFO Processing ruok command from /127.0.0.1:56646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:45:20,496 INFO Processing ruok command from /127.0.0.1:56846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:45:20,562 INFO Processing ruok command from /127.0.0.1:56848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:45:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/c2eef34e-c8f0-4509-8118-7129285692c9/onap-policy-clamp-runtime-acm-74859969d8-7fqwg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:45:22,633 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:45:22,640 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:45:30,468 INFO Processing ruok command from /127.0.0.1:57036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:45:30,549 INFO Processing ruok command from /127.0.0.1:57038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:45:40,470 INFO Processing ruok command from /127.0.0.1:57232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:45:40,506 INFO Processing ruok command from /127.0.0.1:57234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:45:50,475 INFO Processing ruok command from /127.0.0.1:57424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:45:50,524 INFO Processing ruok command from /127.0.0.1:57426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:46:00,468 INFO Processing ruok command from /127.0.0.1:57618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:46:00,500 INFO Processing ruok command from /127.0.0.1:57620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:46:10,481 INFO Processing ruok command from /127.0.0.1:57832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:46:10,516 INFO Processing ruok command from /127.0.0.1:57834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:46:20,481 INFO Processing ruok command from /127.0.0.1:58022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:46:20,524 INFO Processing ruok command from /127.0.0.1:58024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:46:22,627 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:46:22,634 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:46:22,640 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/c2eef34e-c8f0-4509-8118-7129285692c9 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:46:22,645 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-07-14 06:46:22,651 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:46:30,479 INFO Processing ruok command from /127.0.0.1:58218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:46:30,515 INFO Processing ruok command from /127.0.0.1:58220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:46:40,474 INFO Processing ruok command from /127.0.0.1:58410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:46:40,518 INFO Processing ruok command from /127.0.0.1:58412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:46:44,228 INFO Committing global session 0x200004e55240014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 06:46:50,471 INFO Processing ruok command from /127.0.0.1:58586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:46:50,540 INFO Processing ruok command from /127.0.0.1:58588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:47:00,478 INFO Processing ruok command from /127.0.0.1:58750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:47:00,523 INFO Processing ruok command from /127.0.0.1:58752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:47:10,486 INFO Processing ruok command from /127.0.0.1:58936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:47:10,533 INFO Processing ruok command from /127.0.0.1:58938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:47:20,473 INFO Processing ruok command from /127.0.0.1:59112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:47:20,552 INFO Processing ruok command from /127.0.0.1:59114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:47:22,628 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:47:22,633 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:47:22,639 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:47:22,645 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:47:30,464 INFO Processing ruok command from /127.0.0.1:59302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:47:30,532 INFO Processing ruok command from /127.0.0.1:59304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:47:40,471 INFO Processing ruok command from /127.0.0.1:59478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:47:40,511 INFO Processing ruok command from /127.0.0.1:59480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:47:50,481 INFO Processing ruok command from /127.0.0.1:59656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:47:50,521 INFO Processing ruok command from /127.0.0.1:59658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:48:00,465 INFO Processing ruok command from /127.0.0.1:59830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:48:00,500 INFO Processing ruok command from /127.0.0.1:59832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:48:10,478 INFO Processing ruok command from /127.0.0.1:60014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:48:10,529 INFO Processing ruok command from /127.0.0.1:60016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:48:20,479 INFO Processing ruok command from /127.0.0.1:60202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:48:20,542 INFO Processing ruok command from /127.0.0.1:60204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:48:22,627 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:48:22,633 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:48:22,640 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:48:22,645 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:48:30,476 INFO Processing ruok command from /127.0.0.1:60382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:48:30,550 INFO Processing ruok command from /127.0.0.1:60386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:48:40,468 INFO Processing ruok command from /127.0.0.1:60566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:48:40,549 INFO Processing ruok command from /127.0.0.1:60568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:48:44,047 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-14 06:48:44,053 INFO Committing global session 0x300004d9da40016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 06:48:44,927 INFO Submitting global closeSession request for session 0x300004d9da40016 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-14 06:48:50,479 INFO Processing ruok command from /127.0.0.1:60738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:48:50,517 INFO Processing ruok command from /127.0.0.1:60740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:49:00,466 INFO Processing ruok command from /127.0.0.1:60912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:49:00,542 INFO Processing ruok command from /127.0.0.1:60914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:49:10,487 INFO Processing ruok command from /127.0.0.1:32864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:49:10,528 INFO Processing ruok command from /127.0.0.1:32866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:49:20,479 INFO Processing ruok command from /127.0.0.1:33036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:49:20,518 INFO Processing ruok command from /127.0.0.1:33038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:49:22,628 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:49:22,634 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:49:30,474 INFO Processing ruok command from /127.0.0.1:33212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:49:30,517 INFO Processing ruok command from /127.0.0.1:33214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:49:40,485 INFO Processing ruok command from /127.0.0.1:33386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:49:40,517 INFO Processing ruok command from /127.0.0.1:33388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:49:50,477 INFO Processing ruok command from /127.0.0.1:33566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:49:50,527 INFO Processing ruok command from /127.0.0.1:33568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:50:00,471 INFO Processing ruok command from /127.0.0.1:33738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:50:00,509 INFO Processing ruok command from /127.0.0.1:33740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:50:10,472 INFO Processing ruok command from /127.0.0.1:33912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:50:10,556 INFO Processing ruok command from /127.0.0.1:33914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:50:20,480 INFO Processing ruok command from /127.0.0.1:34090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:50:20,519 INFO Processing ruok command from /127.0.0.1:34092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:50:22,627 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:50:22,633 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:50:30,478 INFO Processing ruok command from /127.0.0.1:34280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:50:30,540 INFO Processing ruok command from /127.0.0.1:34282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:50:40,476 INFO Processing ruok command from /127.0.0.1:34470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:50:40,556 INFO Processing ruok command from /127.0.0.1:34472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:50:44,214 INFO Committing global session 0x200004e55240015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 06:50:50,472 INFO Processing ruok command from /127.0.0.1:34658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:50:50,526 INFO Processing ruok command from /127.0.0.1:34660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:51:00,467 INFO Processing ruok command from /127.0.0.1:34836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:51:00,509 INFO Processing ruok command from /127.0.0.1:34838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:51:10,482 INFO Processing ruok command from /127.0.0.1:35030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:51:10,572 INFO Processing ruok command from /127.0.0.1:35034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:51:20,478 INFO Processing ruok command from /127.0.0.1:35206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:51:20,553 INFO Processing ruok command from /127.0.0.1:35208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:51:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/cd240ada-a6e8-4153-a6f6-a5c55b26b0ae/onap-policy-clamp-runtime-acm-74859969d8-7fqwg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:51:22,633 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:51:22,640 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:51:22,646 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:51:22,651 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:51:22,657 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:51:30,468 INFO Processing ruok command from /127.0.0.1:35376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:51:30,544 INFO Processing ruok command from /127.0.0.1:35378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:51:40,491 INFO Processing ruok command from /127.0.0.1:35564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:51:40,526 INFO Processing ruok command from /127.0.0.1:35566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:51:50,471 INFO Processing ruok command from /127.0.0.1:35742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:51:50,510 INFO Processing ruok command from /127.0.0.1:35744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:52:00,468 INFO Processing ruok command from /127.0.0.1:35912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:52:00,526 INFO Processing ruok command from /127.0.0.1:35914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:52:10,472 INFO Processing ruok command from /127.0.0.1:36090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:52:10,504 INFO Processing ruok command from /127.0.0.1:36092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:52:20,470 INFO Processing ruok command from /127.0.0.1:36268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:52:20,549 INFO Processing ruok command from /127.0.0.1:36270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:52:22,629 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:52:22,635 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:52:22,640 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:52:22,646 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:52:22,652 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:52:22,659 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/cd240ada-a6e8-4153-a6f6-a5c55b26b0ae (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:52:30,479 INFO Processing ruok command from /127.0.0.1:36446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:52:30,511 INFO Processing ruok command from /127.0.0.1:36448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:52:40,469 INFO Processing ruok command from /127.0.0.1:36626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:52:40,534 INFO Processing ruok command from /127.0.0.1:36628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:52:44,197 INFO Committing global session 0x100004d48940017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 06:52:50,482 INFO Processing ruok command from /127.0.0.1:36796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:52:50,522 INFO Processing ruok command from /127.0.0.1:36798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:53:00,462 INFO Processing ruok command from /127.0.0.1:36964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:53:00,507 INFO Processing ruok command from /127.0.0.1:36968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:53:10,476 INFO Processing ruok command from /127.0.0.1:37142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:53:10,548 INFO Processing ruok command from /127.0.0.1:37146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:53:20,482 INFO Processing ruok command from /127.0.0.1:37316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:53:20,545 INFO Processing ruok command from /127.0.0.1:37318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:53:22,627 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:53:22,633 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:53:22,640 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/69e48bdc-c585-4bd3-9e99-d29b659bf9c0/onap-policy-clamp-runtime-acm-74859969d8-7fqwg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:53:22,646 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:53:22,652 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:53:22,658 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:53:30,480 INFO Processing ruok command from /127.0.0.1:37490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:53:30,545 INFO Processing ruok command from /127.0.0.1:37492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:53:40,484 INFO Processing ruok command from /127.0.0.1:37664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:53:40,546 INFO Processing ruok command from /127.0.0.1:37666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:53:50,477 INFO Processing ruok command from /127.0.0.1:37832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:53:50,513 INFO Processing ruok command from /127.0.0.1:37834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:54:00,470 INFO Processing ruok command from /127.0.0.1:38000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:54:00,509 INFO Processing ruok command from /127.0.0.1:38004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:54:10,480 INFO Processing ruok command from /127.0.0.1:38198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:54:10,554 INFO Processing ruok command from /127.0.0.1:38200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:54:20,469 INFO Processing ruok command from /127.0.0.1:38374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:54:20,516 INFO Processing ruok command from /127.0.0.1:38376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:54:22,628 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/69e48bdc-c585-4bd3-9e99-d29b659bf9c0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:54:30,478 INFO Processing ruok command from /127.0.0.1:38546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:54:30,548 INFO Processing ruok command from /127.0.0.1:38548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:54:40,486 INFO Processing ruok command from /127.0.0.1:38726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:54:40,537 INFO Processing ruok command from /127.0.0.1:38728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:54:44,305 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-14 06:54:44,311 INFO Committing global session 0x300004d9da40017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 06:54:45,169 INFO Submitting global closeSession request for session 0x300004d9da40017 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-14 06:54:50,499 INFO Processing ruok command from /127.0.0.1:38908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:54:50,574 INFO Processing ruok command from /127.0.0.1:38910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:55:00,472 INFO Processing ruok command from /127.0.0.1:39108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:55:00,530 INFO Processing ruok command from /127.0.0.1:39110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:55:10,512 INFO Processing ruok command from /127.0.0.1:39340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:55:10,682 INFO Processing ruok command from /127.0.0.1:39342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:55:20,487 INFO Processing ruok command from /127.0.0.1:39542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:55:20,602 INFO Processing ruok command from /127.0.0.1:39546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:55:22,627 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:55:22,634 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:55:22,639 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:55:30,501 INFO Processing ruok command from /127.0.0.1:39736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:55:30,634 INFO Processing ruok command from /127.0.0.1:39738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:55:40,503 INFO Processing ruok command from /127.0.0.1:39932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:55:40,561 INFO Processing ruok command from /127.0.0.1:39934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:55:50,487 INFO Processing ruok command from /127.0.0.1:40114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:55:50,525 INFO Processing ruok command from /127.0.0.1:40116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:56:00,489 INFO Processing ruok command from /127.0.0.1:40288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:56:00,536 INFO Processing ruok command from /127.0.0.1:40292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:56:10,478 INFO Processing ruok command from /127.0.0.1:40476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:56:10,512 INFO Processing ruok command from /127.0.0.1:40478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:56:18,613 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-07-14 06:56:18,614 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-07-14 06:56:18,621 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-07-14 06:56:20,484 INFO Processing ruok command from /127.0.0.1:40664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:56:20,521 INFO Processing ruok command from /127.0.0.1:40666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:56:22,627 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:56:22,634 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:56:30,470 INFO Processing ruok command from /127.0.0.1:40856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:56:30,520 INFO Processing ruok command from /127.0.0.1:40858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:56:40,466 INFO Processing ruok command from /127.0.0.1:41048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:56:40,508 INFO Processing ruok command from /127.0.0.1:41050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:56:44,142 INFO Committing global session 0x200004e55240016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 06:56:50,473 INFO Processing ruok command from /127.0.0.1:41236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:56:50,521 INFO Processing ruok command from /127.0.0.1:41238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:57:00,466 INFO Processing ruok command from /127.0.0.1:41422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:57:00,518 INFO Processing ruok command from /127.0.0.1:41424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:57:10,484 INFO Processing ruok command from /127.0.0.1:41610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:57:10,533 INFO Processing ruok command from /127.0.0.1:41612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:57:20,472 INFO Processing ruok command from /127.0.0.1:41818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:57:20,516 INFO Processing ruok command from /127.0.0.1:41820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:57:22,627 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:57:30,476 INFO Processing ruok command from /127.0.0.1:42026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:57:30,522 INFO Processing ruok command from /127.0.0.1:42028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:57:40,508 INFO Processing ruok command from /127.0.0.1:42252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:57:40,599 INFO Processing ruok command from /127.0.0.1:42254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:57:50,496 INFO Processing ruok command from /127.0.0.1:42462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:57:50,633 INFO Processing ruok command from /127.0.0.1:42466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:58:00,496 INFO Processing ruok command from /127.0.0.1:42660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:58:00,571 INFO Processing ruok command from /127.0.0.1:42664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:58:10,473 INFO Processing ruok command from /127.0.0.1:42842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:58:10,514 INFO Processing ruok command from /127.0.0.1:42844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:58:20,497 INFO Processing ruok command from /127.0.0.1:43048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:58:20,537 INFO Processing ruok command from /127.0.0.1:43050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:58:22,628 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-07-14 06:58:30,484 INFO Processing ruok command from /127.0.0.1:43238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:58:30,522 INFO Processing ruok command from /127.0.0.1:43240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:58:40,464 INFO Processing ruok command from /127.0.0.1:43426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:58:40,523 INFO Processing ruok command from /127.0.0.1:43428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:58:44,187 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-14 06:58:44,200 INFO Committing global session 0x300004d9da40018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 06:58:45,044 INFO Submitting global closeSession request for session 0x300004d9da40018 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-14 06:58:50,484 INFO Processing ruok command from /127.0.0.1:43604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:58:50,521 INFO Processing ruok command from /127.0.0.1:43606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:59:00,487 INFO Processing ruok command from /127.0.0.1:43784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:59:00,519 INFO Processing ruok command from /127.0.0.1:43786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:59:10,488 INFO Processing ruok command from /127.0.0.1:43974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:59:10,564 INFO Processing ruok command from /127.0.0.1:43978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:59:20,469 INFO Processing ruok command from /127.0.0.1:44158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:59:20,512 INFO Processing ruok command from /127.0.0.1:44160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:59:22,628 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 06:59:30,479 INFO Processing ruok command from /127.0.0.1:44340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:59:30,514 INFO Processing ruok command from /127.0.0.1:44342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:59:40,476 INFO Processing ruok command from /127.0.0.1:44526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:59:40,542 INFO Processing ruok command from /127.0.0.1:44528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 06:59:50,473 INFO Processing ruok command from /127.0.0.1:44724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 06:59:50,517 INFO Processing ruok command from /127.0.0.1:44726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:00:00,508 INFO Processing ruok command from /127.0.0.1:44910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:00:00,576 INFO Processing ruok command from /127.0.0.1:44912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:00:10,468 INFO Processing ruok command from /127.0.0.1:45098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:00:10,538 INFO Processing ruok command from /127.0.0.1:45100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:00:20,476 INFO Processing ruok command from /127.0.0.1:45280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:00:20,559 INFO Processing ruok command from /127.0.0.1:45282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:00:22,628 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:00:22,634 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:00:22,640 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/47ad3c92-4b8e-4364-b09b-4e1142b18a1f/onap-policy-clamp-runtime-acm-74859969d8-7fqwg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:00:30,481 INFO Processing ruok command from /127.0.0.1:45462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:00:30,556 INFO Processing ruok command from /127.0.0.1:45466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:00:40,502 INFO Processing ruok command from /127.0.0.1:45658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:00:40,542 INFO Processing ruok command from /127.0.0.1:45660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:00:44,260 INFO Committing global session 0x200004e55240017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 07:00:50,503 INFO Processing ruok command from /127.0.0.1:45852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:00:50,538 INFO Processing ruok command from /127.0.0.1:45854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:01:00,492 INFO Processing ruok command from /127.0.0.1:46054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:01:00,565 INFO Processing ruok command from /127.0.0.1:46056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:01:10,478 INFO Processing ruok command from /127.0.0.1:46246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:01:10,523 INFO Processing ruok command from /127.0.0.1:46248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:01:20,463 INFO Processing ruok command from /127.0.0.1:46432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:01:20,521 INFO Processing ruok command from /127.0.0.1:46434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:01:22,628 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/47ad3c92-4b8e-4364-b09b-4e1142b18a1f (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:01:22,634 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:01:30,471 INFO Processing ruok command from /127.0.0.1:46618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:01:30,547 INFO Processing ruok command from /127.0.0.1:46620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:01:40,489 INFO Processing ruok command from /127.0.0.1:46800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:01:40,536 INFO Processing ruok command from /127.0.0.1:46802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:01:50,477 INFO Processing ruok command from /127.0.0.1:46988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:01:50,576 INFO Processing ruok command from /127.0.0.1:46992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:02:00,478 INFO Processing ruok command from /127.0.0.1:47166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:02:00,518 INFO Processing ruok command from /127.0.0.1:47168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:02:10,475 INFO Processing ruok command from /127.0.0.1:47348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:02:10,513 INFO Processing ruok command from /127.0.0.1:47350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:02:20,463 INFO Processing ruok command from /127.0.0.1:47554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:02:20,542 INFO Processing ruok command from /127.0.0.1:47556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:02:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:02:22,634 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-07-14 07:02:22,640 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:02:30,470 INFO Processing ruok command from /127.0.0.1:47732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:02:30,538 INFO Processing ruok command from /127.0.0.1:47736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:02:40,488 INFO Processing ruok command from /127.0.0.1:47920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:02:40,541 INFO Processing ruok command from /127.0.0.1:47922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:02:44,231 INFO Committing global session 0x100004d48940018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 07:02:50,477 INFO Processing ruok command from /127.0.0.1:48112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:02:50,517 INFO Processing ruok command from /127.0.0.1:48114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:03:00,474 INFO Processing ruok command from /127.0.0.1:48296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:03:00,509 INFO Processing ruok command from /127.0.0.1:48298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:03:10,493 INFO Processing ruok command from /127.0.0.1:48486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:03:10,537 INFO Processing ruok command from /127.0.0.1:48488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:03:20,466 INFO Processing ruok command from /127.0.0.1:48666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:03:20,513 INFO Processing ruok command from /127.0.0.1:48668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:03:22,627 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup/consumerId (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:03:22,634 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:03:30,496 INFO Processing ruok command from /127.0.0.1:48834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:03:30,570 INFO Processing ruok command from /127.0.0.1:48836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:03:40,464 INFO Processing ruok command from /127.0.0.1:49026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:03:40,511 INFO Processing ruok command from /127.0.0.1:49028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:03:50,471 INFO Processing ruok command from /127.0.0.1:49208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:03:50,508 INFO Processing ruok command from /127.0.0.1:49210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:04:00,484 INFO Processing ruok command from /127.0.0.1:49374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:04:00,548 INFO Processing ruok command from /127.0.0.1:49376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:04:10,468 INFO Processing ruok command from /127.0.0.1:49558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:04:10,509 INFO Processing ruok command from /127.0.0.1:49560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:04:20,481 INFO Processing ruok command from /127.0.0.1:49732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:04:20,548 INFO Processing ruok command from /127.0.0.1:49734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:04:22,627 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:04:22,633 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:04:30,474 INFO Processing ruok command from /127.0.0.1:49912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:04:30,516 INFO Processing ruok command from /127.0.0.1:49914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:04:40,472 INFO Processing ruok command from /127.0.0.1:50086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:04:40,515 INFO Processing ruok command from /127.0.0.1:50088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:04:44,202 INFO Committing global session 0x200004e55240018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 07:04:50,479 INFO Processing ruok command from /127.0.0.1:50254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:04:50,520 INFO Processing ruok command from /127.0.0.1:50258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:05:00,470 INFO Processing ruok command from /127.0.0.1:50426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:05:00,529 INFO Processing ruok command from /127.0.0.1:50428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:05:10,480 INFO Processing ruok command from /127.0.0.1:50600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:05:10,552 INFO Processing ruok command from /127.0.0.1:50602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:05:20,481 INFO Processing ruok command from /127.0.0.1:50764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:05:20,552 INFO Processing ruok command from /127.0.0.1:50766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:05:22,628 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:05:30,463 INFO Processing ruok command from /127.0.0.1:50942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:05:30,539 INFO Processing ruok command from /127.0.0.1:50944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:05:40,464 INFO Processing ruok command from /127.0.0.1:51120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:05:40,561 INFO Processing ruok command from /127.0.0.1:51124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:05:50,471 INFO Processing ruok command from /127.0.0.1:51290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:05:50,546 INFO Processing ruok command from /127.0.0.1:51292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:06:00,477 INFO Processing ruok command from /127.0.0.1:51462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:06:00,546 INFO Processing ruok command from /127.0.0.1:51464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:06:10,457 INFO Processing ruok command from /127.0.0.1:51632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:06:10,494 INFO Processing ruok command from /127.0.0.1:51634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:06:20,470 INFO Processing ruok command from /127.0.0.1:51800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:06:20,530 INFO Processing ruok command from /127.0.0.1:51802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:06:22,628 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:06:30,476 INFO Processing ruok command from /127.0.0.1:51978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:06:30,517 INFO Processing ruok command from /127.0.0.1:51980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:06:40,467 INFO Processing ruok command from /127.0.0.1:52160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:06:40,510 INFO Processing ruok command from /127.0.0.1:52162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:06:44,168 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-14 07:06:44,174 INFO Committing global session 0x300004d9da40019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 07:06:45,045 INFO Submitting global closeSession request for session 0x300004d9da40019 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-14 07:06:50,476 INFO Processing ruok command from /127.0.0.1:52328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:06:50,546 INFO Processing ruok command from /127.0.0.1:52330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:07:00,470 INFO Processing ruok command from /127.0.0.1:52500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:07:00,513 INFO Processing ruok command from /127.0.0.1:52502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:07:10,458 INFO Processing ruok command from /127.0.0.1:52672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:07:10,501 INFO Processing ruok command from /127.0.0.1:52674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:07:20,475 INFO Processing ruok command from /127.0.0.1:52854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:07:20,502 INFO Processing ruok command from /127.0.0.1:52856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:07:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/fc7fb4bc-2ffe-4f39-af0d-1745665a78de/onap-policy-clamp-runtime-acm-74859969d8-7fqwg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:07:30,457 INFO Processing ruok command from /127.0.0.1:53026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:07:30,492 INFO Processing ruok command from /127.0.0.1:53028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:07:40,479 INFO Processing ruok command from /127.0.0.1:53202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:07:40,509 INFO Processing ruok command from /127.0.0.1:53204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:07:50,503 INFO Processing ruok command from /127.0.0.1:53378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:07:50,566 INFO Processing ruok command from /127.0.0.1:53380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:08:00,485 INFO Processing ruok command from /127.0.0.1:53544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:08:00,532 INFO Processing ruok command from /127.0.0.1:53546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:08:10,470 INFO Processing ruok command from /127.0.0.1:53720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:08:10,551 INFO Processing ruok command from /127.0.0.1:53722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:08:20,472 INFO Processing ruok command from /127.0.0.1:53894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:08:20,510 INFO Processing ruok command from /127.0.0.1:53896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:08:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/7ed642b4-18ae-4a32-bdb1-94090583b6b1/onap-policy-clamp-runtime-acm-74859969d8-7fqwg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:08:22,633 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/fc7fb4bc-2ffe-4f39-af0d-1745665a78de (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:08:30,482 INFO Processing ruok command from /127.0.0.1:54062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:08:30,568 INFO Processing ruok command from /127.0.0.1:54064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:08:40,487 INFO Processing ruok command from /127.0.0.1:54236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:08:40,537 INFO Processing ruok command from /127.0.0.1:54238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:08:44,177 INFO Committing global session 0x200004e55240019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 07:08:50,482 INFO Processing ruok command from /127.0.0.1:54406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:08:50,559 INFO Processing ruok command from /127.0.0.1:54408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:09:00,466 INFO Processing ruok command from /127.0.0.1:54576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:09:00,539 INFO Processing ruok command from /127.0.0.1:54580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:09:10,470 INFO Processing ruok command from /127.0.0.1:54748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:09:10,512 INFO Processing ruok command from /127.0.0.1:54750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:09:20,467 INFO Processing ruok command from /127.0.0.1:54922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:09:20,530 INFO Processing ruok command from /127.0.0.1:54924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:09:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/7ed642b4-18ae-4a32-bdb1-94090583b6b1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:09:30,466 INFO Processing ruok command from /127.0.0.1:55092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:09:30,532 INFO Processing ruok command from /127.0.0.1:55094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:09:40,473 INFO Processing ruok command from /127.0.0.1:55272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:09:40,512 INFO Processing ruok command from /127.0.0.1:55274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:09:50,491 INFO Processing ruok command from /127.0.0.1:55440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:09:50,577 INFO Processing ruok command from /127.0.0.1:55442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:10:00,471 INFO Processing ruok command from /127.0.0.1:55612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:10:00,509 INFO Processing ruok command from /127.0.0.1:55614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:10:10,467 INFO Processing ruok command from /127.0.0.1:55788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:10:10,509 INFO Processing ruok command from /127.0.0.1:55790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:10:20,468 INFO Processing ruok command from /127.0.0.1:55966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:10:20,504 INFO Processing ruok command from /127.0.0.1:55968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:10:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:10:30,479 INFO Processing ruok command from /127.0.0.1:56142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:10:30,517 INFO Processing ruok command from /127.0.0.1:56144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:10:40,460 INFO Processing ruok command from /127.0.0.1:56324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:10:40,506 INFO Processing ruok command from /127.0.0.1:56326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:10:44,195 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-14 07:10:44,202 INFO Committing global session 0x300004d9da4001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 07:10:45,075 INFO Submitting global closeSession request for session 0x300004d9da4001a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-14 07:10:50,485 INFO Processing ruok command from /127.0.0.1:56490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:10:50,539 INFO Processing ruok command from /127.0.0.1:56492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:11:00,472 INFO Processing ruok command from /127.0.0.1:56680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:11:00,535 INFO Processing ruok command from /127.0.0.1:56682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:11:10,485 INFO Processing ruok command from /127.0.0.1:56858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:11:10,519 INFO Processing ruok command from /127.0.0.1:56860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:11:20,477 INFO Processing ruok command from /127.0.0.1:57038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:11:20,524 INFO Processing ruok command from /127.0.0.1:57040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:11:22,627 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:11:30,477 INFO Processing ruok command from /127.0.0.1:57216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:11:30,511 INFO Processing ruok command from /127.0.0.1:57218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:11:40,484 INFO Processing ruok command from /127.0.0.1:57400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:11:40,561 INFO Processing ruok command from /127.0.0.1:57404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:11:50,501 INFO Processing ruok command from /127.0.0.1:57596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:11:50,567 INFO Processing ruok command from /127.0.0.1:57600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:12:00,504 INFO Processing ruok command from /127.0.0.1:57816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:12:00,575 INFO Processing ruok command from /127.0.0.1:57818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:12:10,486 INFO Processing ruok command from /127.0.0.1:58020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:12:10,525 INFO Processing ruok command from /127.0.0.1:58022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:12:20,499 INFO Processing ruok command from /127.0.0.1:58194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:12:20,611 INFO Processing ruok command from /127.0.0.1:58198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:12:30,534 INFO Processing ruok command from /127.0.0.1:58370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:12:30,611 INFO Processing ruok command from /127.0.0.1:58372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:12:40,469 INFO Processing ruok command from /127.0.0.1:58570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:12:40,508 INFO Processing ruok command from /127.0.0.1:58572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:12:44,153 INFO Committing global session 0x200004e5524001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 07:12:50,470 INFO Processing ruok command from /127.0.0.1:58780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:12:50,540 INFO Processing ruok command from /127.0.0.1:58782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:13:00,463 INFO Processing ruok command from /127.0.0.1:58982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:13:00,510 INFO Processing ruok command from /127.0.0.1:58984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:13:10,487 INFO Processing ruok command from /127.0.0.1:59194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:13:10,592 INFO Processing ruok command from /127.0.0.1:59196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:13:20,482 INFO Processing ruok command from /127.0.0.1:59378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:13:20,579 INFO Processing ruok command from /127.0.0.1:59380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:13:30,490 INFO Processing ruok command from /127.0.0.1:59590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:13:30,554 INFO Processing ruok command from /127.0.0.1:59592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:13:40,490 INFO Processing ruok command from /127.0.0.1:59780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:13:40,603 INFO Processing ruok command from /127.0.0.1:59782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:13:50,485 INFO Processing ruok command from /127.0.0.1:59970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:13:50,536 INFO Processing ruok command from /127.0.0.1:59972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:14:00,479 INFO Processing ruok command from /127.0.0.1:60158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:14:00,561 INFO Processing ruok command from /127.0.0.1:60160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:14:10,471 INFO Processing ruok command from /127.0.0.1:60382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:14:10,513 INFO Processing ruok command from /127.0.0.1:60384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:14:20,466 INFO Processing ruok command from /127.0.0.1:60570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:14:20,506 INFO Processing ruok command from /127.0.0.1:60572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:14:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/bbfcf98f-e399-470c-a3df-f282deaf9c69/onap-policy-clamp-runtime-acm-74859969d8-7fqwg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:14:22,633 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:14:30,473 INFO Processing ruok command from /127.0.0.1:60762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:14:30,510 INFO Processing ruok command from /127.0.0.1:60764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:14:40,471 INFO Processing ruok command from /127.0.0.1:60946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:14:40,536 INFO Processing ruok command from /127.0.0.1:60950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:14:44,338 INFO Committing global session 0x100004d48940019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 07:14:50,476 INFO Processing ruok command from /127.0.0.1:32894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:14:50,514 INFO Processing ruok command from /127.0.0.1:32896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:15:00,470 INFO Processing ruok command from /127.0.0.1:33082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:15:00,515 INFO Processing ruok command from /127.0.0.1:33084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:15:10,473 INFO Processing ruok command from /127.0.0.1:33282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:15:10,511 INFO Processing ruok command from /127.0.0.1:33284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:15:20,473 INFO Processing ruok command from /127.0.0.1:33470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:15:20,523 INFO Processing ruok command from /127.0.0.1:33474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:15:22,628 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/bbfcf98f-e399-470c-a3df-f282deaf9c69 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:15:22,634 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:15:30,482 INFO Processing ruok command from /127.0.0.1:33676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:15:30,520 INFO Processing ruok command from /127.0.0.1:33678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:15:40,481 INFO Processing ruok command from /127.0.0.1:33882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:15:40,532 INFO Processing ruok command from /127.0.0.1:33884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:15:50,472 INFO Processing ruok command from /127.0.0.1:34076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:15:50,536 INFO Processing ruok command from /127.0.0.1:34078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:16:00,470 INFO Processing ruok command from /127.0.0.1:34254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:16:00,502 INFO Processing ruok command from /127.0.0.1:34256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:16:10,478 INFO Processing ruok command from /127.0.0.1:34456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:16:10,518 INFO Processing ruok command from /127.0.0.1:34458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:16:20,484 INFO Processing ruok command from /127.0.0.1:34662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:16:20,535 INFO Processing ruok command from /127.0.0.1:34664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:16:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:16:22,634 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:16:30,465 INFO Processing ruok command from /127.0.0.1:34844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:16:30,502 INFO Processing ruok command from /127.0.0.1:34846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:16:40,495 INFO Processing ruok command from /127.0.0.1:35044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:16:40,543 INFO Processing ruok command from /127.0.0.1:35046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:16:44,247 INFO Committing global session 0x200004e5524001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 07:16:50,483 INFO Processing ruok command from /127.0.0.1:35226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:16:50,547 INFO Processing ruok command from /127.0.0.1:35228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:17:00,469 INFO Processing ruok command from /127.0.0.1:35416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:17:00,512 INFO Processing ruok command from /127.0.0.1:35418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:17:10,463 INFO Processing ruok command from /127.0.0.1:35618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:17:10,503 INFO Processing ruok command from /127.0.0.1:35620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:17:20,475 INFO Processing ruok command from /127.0.0.1:35810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:17:20,513 INFO Processing ruok command from /127.0.0.1:35812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:17:22,627 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:17:30,484 INFO Processing ruok command from /127.0.0.1:36022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:17:30,565 INFO Processing ruok command from /127.0.0.1:36024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:17:40,465 INFO Processing ruok command from /127.0.0.1:36238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:17:40,506 INFO Processing ruok command from /127.0.0.1:36240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:17:50,472 INFO Processing ruok command from /127.0.0.1:36410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:17:50,554 INFO Processing ruok command from /127.0.0.1:36414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:18:00,463 INFO Processing ruok command from /127.0.0.1:36594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:18:00,507 INFO Processing ruok command from /127.0.0.1:36596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:18:10,465 INFO Processing ruok command from /127.0.0.1:36810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:18:10,526 INFO Processing ruok command from /127.0.0.1:36812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:18:20,485 INFO Processing ruok command from /127.0.0.1:37030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:18:20,565 INFO Processing ruok command from /127.0.0.1:37032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:18:22,627 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup/consumerId (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:18:30,483 INFO Processing ruok command from /127.0.0.1:37216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:18:30,534 INFO Processing ruok command from /127.0.0.1:37218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:18:40,474 INFO Processing ruok command from /127.0.0.1:37408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:18:40,514 INFO Processing ruok command from /127.0.0.1:37410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:18:44,213 INFO Committing global session 0x100004d4894001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 07:18:50,470 INFO Processing ruok command from /127.0.0.1:37608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:18:50,545 INFO Processing ruok command from /127.0.0.1:37612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:19:00,462 INFO Processing ruok command from /127.0.0.1:37794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:19:00,514 INFO Processing ruok command from /127.0.0.1:37796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:19:10,478 INFO Processing ruok command from /127.0.0.1:37996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:19:10,511 INFO Processing ruok command from /127.0.0.1:37998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:19:20,483 INFO Processing ruok command from /127.0.0.1:38218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:19:20,544 INFO Processing ruok command from /127.0.0.1:38220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:19:22,627 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:19:22,634 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:19:30,461 INFO Processing ruok command from /127.0.0.1:38392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:19:30,500 INFO Processing ruok command from /127.0.0.1:38394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:19:40,479 INFO Processing ruok command from /127.0.0.1:38582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:19:40,515 INFO Processing ruok command from /127.0.0.1:38584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:19:50,478 INFO Processing ruok command from /127.0.0.1:38770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:19:50,507 INFO Processing ruok command from /127.0.0.1:38772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:20:00,477 INFO Processing ruok command from /127.0.0.1:38954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:20:00,524 INFO Processing ruok command from /127.0.0.1:38956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:20:10,482 INFO Processing ruok command from /127.0.0.1:39146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:20:10,530 INFO Processing ruok command from /127.0.0.1:39148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:20:20,463 INFO Processing ruok command from /127.0.0.1:39324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:20:20,546 INFO Processing ruok command from /127.0.0.1:39326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:20:22,627 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:20:22,633 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:20:30,477 INFO Processing ruok command from /127.0.0.1:39508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:20:30,518 INFO Processing ruok command from /127.0.0.1:39512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:20:40,483 INFO Processing ruok command from /127.0.0.1:39706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:20:40,520 INFO Processing ruok command from /127.0.0.1:39708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:20:44,191 INFO Committing global session 0x200004e5524001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 07:20:50,479 INFO Processing ruok command from /127.0.0.1:39912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:20:50,563 INFO Processing ruok command from /127.0.0.1:39914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:21:00,492 INFO Processing ruok command from /127.0.0.1:40114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:21:00,582 INFO Processing ruok command from /127.0.0.1:40118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:21:10,478 INFO Processing ruok command from /127.0.0.1:40328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:21:10,564 INFO Processing ruok command from /127.0.0.1:40330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:21:20,478 INFO Processing ruok command from /127.0.0.1:40502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:21:20,561 INFO Processing ruok command from /127.0.0.1:40504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:21:22,628 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:21:30,490 INFO Processing ruok command from /127.0.0.1:40688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:21:30,591 INFO Processing ruok command from /127.0.0.1:40692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:21:40,503 INFO Processing ruok command from /127.0.0.1:40880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:21:40,528 INFO Processing ruok command from /127.0.0.1:40882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:21:50,485 INFO Processing ruok command from /127.0.0.1:41070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:21:50,525 INFO Processing ruok command from /127.0.0.1:41072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:22:00,483 INFO Processing ruok command from /127.0.0.1:41282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:22:00,541 INFO Processing ruok command from /127.0.0.1:41284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:22:10,463 INFO Processing ruok command from /127.0.0.1:41486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:22:10,516 INFO Processing ruok command from /127.0.0.1:41488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:22:20,476 INFO Processing ruok command from /127.0.0.1:41686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:22:20,569 INFO Processing ruok command from /127.0.0.1:41688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:22:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/6ed03941-6243-4560-93b3-d149aa1df25c/onap-policy-clamp-runtime-acm-74859969d8-7fqwg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:22:22,634 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:22:30,498 INFO Processing ruok command from /127.0.0.1:41890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:22:30,534 INFO Processing ruok command from /127.0.0.1:41892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:22:40,478 INFO Processing ruok command from /127.0.0.1:42104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:22:40,547 INFO Processing ruok command from /127.0.0.1:42106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:22:44,077 INFO Committing global session 0x100004d4894001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 07:22:50,481 INFO Processing ruok command from /127.0.0.1:42300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:22:50,519 INFO Processing ruok command from /127.0.0.1:42302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:23:00,466 INFO Processing ruok command from /127.0.0.1:42476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:23:00,504 INFO Processing ruok command from /127.0.0.1:42478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:23:10,474 INFO Processing ruok command from /127.0.0.1:42668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:23:10,535 INFO Processing ruok command from /127.0.0.1:42670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:23:20,470 INFO Processing ruok command from /127.0.0.1:42854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:23:20,518 INFO Processing ruok command from /127.0.0.1:42856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:23:22,627 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:23:22,633 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/6ed03941-6243-4560-93b3-d149aa1df25c (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:23:30,493 INFO Processing ruok command from /127.0.0.1:43058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:23:30,560 INFO Processing ruok command from /127.0.0.1:43060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:23:40,499 INFO Processing ruok command from /127.0.0.1:43252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:23:40,536 INFO Processing ruok command from /127.0.0.1:43254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:23:50,500 INFO Processing ruok command from /127.0.0.1:43462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:23:50,526 INFO Processing ruok command from /127.0.0.1:43464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:24:00,466 INFO Processing ruok command from /127.0.0.1:43662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:24:00,528 INFO Processing ruok command from /127.0.0.1:43664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:24:10,486 INFO Processing ruok command from /127.0.0.1:43848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:24:10,581 INFO Processing ruok command from /127.0.0.1:43850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:24:20,475 INFO Processing ruok command from /127.0.0.1:44028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:24:20,562 INFO Processing ruok command from /127.0.0.1:44030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:24:22,627 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:24:22,634 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:24:30,490 INFO Processing ruok command from /127.0.0.1:44212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:24:30,573 INFO Processing ruok command from /127.0.0.1:44214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:24:40,480 INFO Processing ruok command from /127.0.0.1:44406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:24:40,535 INFO Processing ruok command from /127.0.0.1:44408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:24:44,222 INFO Committing global session 0x200004e5524001d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 07:24:50,479 INFO Processing ruok command from /127.0.0.1:44626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:24:50,553 INFO Processing ruok command from /127.0.0.1:44628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:25:00,472 INFO Processing ruok command from /127.0.0.1:44812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:25:00,527 INFO Processing ruok command from /127.0.0.1:44814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:25:10,474 INFO Processing ruok command from /127.0.0.1:45004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:25:10,540 INFO Processing ruok command from /127.0.0.1:45006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:25:20,480 INFO Processing ruok command from /127.0.0.1:45188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:25:20,532 INFO Processing ruok command from /127.0.0.1:45192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:25:22,627 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:25:30,489 INFO Processing ruok command from /127.0.0.1:45370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:25:30,526 INFO Processing ruok command from /127.0.0.1:45372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:25:40,491 INFO Processing ruok command from /127.0.0.1:45580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:25:40,581 INFO Processing ruok command from /127.0.0.1:45582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:25:50,508 INFO Processing ruok command from /127.0.0.1:45784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:25:50,525 INFO Processing ruok command from /127.0.0.1:45786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:26:00,486 INFO Processing ruok command from /127.0.0.1:45990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:26:00,563 INFO Processing ruok command from /127.0.0.1:45992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:26:10,470 INFO Processing ruok command from /127.0.0.1:46196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:26:10,558 INFO Processing ruok command from /127.0.0.1:46198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:26:20,478 INFO Processing ruok command from /127.0.0.1:46388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:26:20,584 INFO Processing ruok command from /127.0.0.1:46390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:26:30,491 INFO Processing ruok command from /127.0.0.1:46566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:26:30,544 INFO Processing ruok command from /127.0.0.1:46570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:26:40,465 INFO Processing ruok command from /127.0.0.1:46760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:26:40,499 INFO Processing ruok command from /127.0.0.1:46762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:26:44,322 INFO Committing global session 0x200004e5524001e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 07:26:50,486 INFO Processing ruok command from /127.0.0.1:46970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:26:50,558 INFO Processing ruok command from /127.0.0.1:46972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:27:00,475 INFO Processing ruok command from /127.0.0.1:47164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:27:00,513 INFO Processing ruok command from /127.0.0.1:47166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:27:10,482 INFO Processing ruok command from /127.0.0.1:47360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:27:10,541 INFO Processing ruok command from /127.0.0.1:47362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:27:20,487 INFO Processing ruok command from /127.0.0.1:47546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:27:20,529 INFO Processing ruok command from /127.0.0.1:47550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:27:30,465 INFO Processing ruok command from /127.0.0.1:47726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:27:30,503 INFO Processing ruok command from /127.0.0.1:47730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:27:40,484 INFO Processing ruok command from /127.0.0.1:47914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:27:40,528 INFO Processing ruok command from /127.0.0.1:47916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:27:50,472 INFO Processing ruok command from /127.0.0.1:48106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:27:50,555 INFO Processing ruok command from /127.0.0.1:48110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:28:00,477 INFO Processing ruok command from /127.0.0.1:48290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:28:00,554 INFO Processing ruok command from /127.0.0.1:48292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:28:10,467 INFO Processing ruok command from /127.0.0.1:48478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:28:10,548 INFO Processing ruok command from /127.0.0.1:48480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:28:20,483 INFO Processing ruok command from /127.0.0.1:48666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:28:20,528 INFO Processing ruok command from /127.0.0.1:48668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:28:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/ccef425d-5078-4125-8212-b5fe37dd9614/onap-policy-clamp-runtime-acm-74859969d8-7fqwg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:28:30,473 INFO Processing ruok command from /127.0.0.1:48864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:28:30,516 INFO Processing ruok command from /127.0.0.1:48866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:28:40,478 INFO Processing ruok command from /127.0.0.1:49042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:28:40,527 INFO Processing ruok command from /127.0.0.1:49046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:28:44,150 INFO Committing global session 0x200004e5524001f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 07:28:50,473 INFO Processing ruok command from /127.0.0.1:49226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:28:50,514 INFO Processing ruok command from /127.0.0.1:49230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:29:00,470 INFO Processing ruok command from /127.0.0.1:49396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:29:00,509 INFO Processing ruok command from /127.0.0.1:49398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:29:10,472 INFO Processing ruok command from /127.0.0.1:49580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:29:10,506 INFO Processing ruok command from /127.0.0.1:49584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:29:20,475 INFO Processing ruok command from /127.0.0.1:49756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:29:20,537 INFO Processing ruok command from /127.0.0.1:49760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:29:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/ccef425d-5078-4125-8212-b5fe37dd9614 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:29:30,468 INFO Processing ruok command from /127.0.0.1:49940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:29:30,546 INFO Processing ruok command from /127.0.0.1:49944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:29:40,515 INFO Processing ruok command from /127.0.0.1:50120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:29:40,572 INFO Processing ruok command from /127.0.0.1:50124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:29:50,477 INFO Processing ruok command from /127.0.0.1:50296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:29:50,559 INFO Processing ruok command from /127.0.0.1:50300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:30:00,471 INFO Processing ruok command from /127.0.0.1:50474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:30:00,515 INFO Processing ruok command from /127.0.0.1:50476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:30:10,483 INFO Processing ruok command from /127.0.0.1:50662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:30:10,527 INFO Processing ruok command from /127.0.0.1:50666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:30:20,471 INFO Processing ruok command from /127.0.0.1:50846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:30:20,534 INFO Processing ruok command from /127.0.0.1:50848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:30:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:30:30,493 INFO Processing ruok command from /127.0.0.1:51020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:30:30,541 INFO Processing ruok command from /127.0.0.1:51022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:30:40,471 INFO Processing ruok command from /127.0.0.1:51206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:30:40,511 INFO Processing ruok command from /127.0.0.1:51208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:30:44,048 INFO Committing global session 0x100004d4894001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 07:30:50,482 INFO Processing ruok command from /127.0.0.1:51394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:30:50,522 INFO Processing ruok command from /127.0.0.1:51396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:31:00,471 INFO Processing ruok command from /127.0.0.1:51570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:31:00,513 INFO Processing ruok command from /127.0.0.1:51572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:31:10,473 INFO Processing ruok command from /127.0.0.1:51756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:31:10,513 INFO Processing ruok command from /127.0.0.1:51758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:31:20,488 INFO Processing ruok command from /127.0.0.1:51936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:31:20,553 INFO Processing ruok command from /127.0.0.1:51938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:31:22,628 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:31:30,477 INFO Processing ruok command from /127.0.0.1:52108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:31:30,546 INFO Processing ruok command from /127.0.0.1:52110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:31:40,479 INFO Processing ruok command from /127.0.0.1:52294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:31:40,537 INFO Processing ruok command from /127.0.0.1:52296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:31:50,481 INFO Processing ruok command from /127.0.0.1:52476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:31:50,557 INFO Processing ruok command from /127.0.0.1:52478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:32:00,486 INFO Processing ruok command from /127.0.0.1:52652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:32:00,570 INFO Processing ruok command from /127.0.0.1:52654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:32:10,478 INFO Processing ruok command from /127.0.0.1:52830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:32:10,554 INFO Processing ruok command from /127.0.0.1:52832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:32:20,492 INFO Processing ruok command from /127.0.0.1:53012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:32:20,534 INFO Processing ruok command from /127.0.0.1:53014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:32:30,489 INFO Processing ruok command from /127.0.0.1:53192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:32:30,565 INFO Processing ruok command from /127.0.0.1:53194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:32:40,479 INFO Processing ruok command from /127.0.0.1:53376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:32:40,552 INFO Processing ruok command from /127.0.0.1:53378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:32:44,051 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-07-14 07:32:44,056 INFO Committing global session 0x300004d9da4001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 07:32:44,925 INFO Submitting global closeSession request for session 0x300004d9da4001b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-14 07:32:50,472 INFO Processing ruok command from /127.0.0.1:53560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:32:50,533 INFO Processing ruok command from /127.0.0.1:53562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:33:00,499 INFO Processing ruok command from /127.0.0.1:53736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:33:00,536 INFO Processing ruok command from /127.0.0.1:53738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:33:10,480 INFO Processing ruok command from /127.0.0.1:53920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:33:10,546 INFO Processing ruok command from /127.0.0.1:53922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:33:20,479 INFO Processing ruok command from /127.0.0.1:54100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:33:20,555 INFO Processing ruok command from /127.0.0.1:54104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:33:30,474 INFO Processing ruok command from /127.0.0.1:54288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:33:30,563 INFO Processing ruok command from /127.0.0.1:54290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:33:40,480 INFO Processing ruok command from /127.0.0.1:54474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:33:40,521 INFO Processing ruok command from /127.0.0.1:54476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:33:50,493 INFO Processing ruok command from /127.0.0.1:54652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:33:50,545 INFO Processing ruok command from /127.0.0.1:54654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:34:00,475 INFO Processing ruok command from /127.0.0.1:54828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:34:00,522 INFO Processing ruok command from /127.0.0.1:54830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:34:10,481 INFO Processing ruok command from /127.0.0.1:55012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:34:10,523 INFO Processing ruok command from /127.0.0.1:55014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:34:20,472 INFO Processing ruok command from /127.0.0.1:55190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:34:20,537 INFO Processing ruok command from /127.0.0.1:55192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:34:30,482 INFO Processing ruok command from /127.0.0.1:55370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:34:30,507 INFO Processing ruok command from /127.0.0.1:55372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:34:40,485 INFO Processing ruok command from /127.0.0.1:55560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:34:40,550 INFO Processing ruok command from /127.0.0.1:55562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:34:44,092 INFO Committing global session 0x100004d4894001d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 07:34:50,475 INFO Processing ruok command from /127.0.0.1:55744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:34:50,520 INFO Processing ruok command from /127.0.0.1:55746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:35:00,474 INFO Processing ruok command from /127.0.0.1:55926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:35:00,512 INFO Processing ruok command from /127.0.0.1:55928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:35:10,464 INFO Processing ruok command from /127.0.0.1:56120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:35:10,527 INFO Processing ruok command from /127.0.0.1:56124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:35:20,484 INFO Processing ruok command from /127.0.0.1:56306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:35:20,526 INFO Processing ruok command from /127.0.0.1:56308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:35:30,465 INFO Processing ruok command from /127.0.0.1:56504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:35:30,525 INFO Processing ruok command from /127.0.0.1:56506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:35:40,482 INFO Processing ruok command from /127.0.0.1:56696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:35:40,536 INFO Processing ruok command from /127.0.0.1:56698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:35:50,483 INFO Processing ruok command from /127.0.0.1:56880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:35:50,524 INFO Processing ruok command from /127.0.0.1:56882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:36:00,482 INFO Processing ruok command from /127.0.0.1:57056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:36:00,528 INFO Processing ruok command from /127.0.0.1:57058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:36:10,479 INFO Processing ruok command from /127.0.0.1:57246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:36:10,543 INFO Processing ruok command from /127.0.0.1:57248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:36:20,482 INFO Processing ruok command from /127.0.0.1:57432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:36:20,561 INFO Processing ruok command from /127.0.0.1:57434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:36:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/2c06dae4-13c1-4988-ae86-e740e7c6a756/onap-policy-clamp-runtime-acm-74859969d8-7fqwg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:36:30,470 INFO Processing ruok command from /127.0.0.1:57616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:36:30,534 INFO Processing ruok command from /127.0.0.1:57618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:36:40,483 INFO Processing ruok command from /127.0.0.1:57802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:36:40,574 INFO Processing ruok command from /127.0.0.1:57804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:36:44,052 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-07-14 07:36:44,067 INFO Committing global session 0x300004d9da4001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 07:36:44,932 INFO Submitting global closeSession request for session 0x300004d9da4001c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-07-14 07:36:50,487 INFO Processing ruok command from /127.0.0.1:57984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:36:50,532 INFO Processing ruok command from /127.0.0.1:57988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:37:00,461 INFO Processing ruok command from /127.0.0.1:58166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:37:00,511 INFO Processing ruok command from /127.0.0.1:58168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:37:10,479 INFO Processing ruok command from /127.0.0.1:58358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:37:10,518 INFO Processing ruok command from /127.0.0.1:58360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:37:20,474 INFO Processing ruok command from /127.0.0.1:58536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:37:20,528 INFO Processing ruok command from /127.0.0.1:58538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:37:22,628 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/2c06dae4-13c1-4988-ae86-e740e7c6a756 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:37:22,633 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/f64be1e5-137f-4036-a983-a1a53cf97ae9/onap-policy-clamp-runtime-acm-74859969d8-7fqwg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:37:30,471 INFO Processing ruok command from /127.0.0.1:58722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:37:30,541 INFO Processing ruok command from /127.0.0.1:58726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:37:40,478 INFO Processing ruok command from /127.0.0.1:58908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:37:40,548 INFO Processing ruok command from /127.0.0.1:58910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:37:50,464 INFO Processing ruok command from /127.0.0.1:59086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:37:50,515 INFO Processing ruok command from /127.0.0.1:59090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:38:00,473 INFO Processing ruok command from /127.0.0.1:59268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:38:00,540 INFO Processing ruok command from /127.0.0.1:59270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:38:10,482 INFO Processing ruok command from /127.0.0.1:59454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:38:10,554 INFO Processing ruok command from /127.0.0.1:59456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:38:20,468 INFO Processing ruok command from /127.0.0.1:59630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:38:20,532 INFO Processing ruok command from /127.0.0.1:59632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:38:22,628 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/f64be1e5-137f-4036-a983-a1a53cf97ae9 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-07-14 07:38:30,480 INFO Processing ruok command from /127.0.0.1:59812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:38:30,529 INFO Processing ruok command from /127.0.0.1:59816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:38:40,465 INFO Processing ruok command from /127.0.0.1:59996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:38:40,504 INFO Processing ruok command from /127.0.0.1:60000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:38:44,126 INFO Committing global session 0x100004d4894001e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-07-14 07:38:50,478 INFO Processing ruok command from /127.0.0.1:60166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:38:50,516 INFO Processing ruok command from /127.0.0.1:60170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:39:00,472 INFO Processing ruok command from /127.0.0.1:60348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:39:00,558 INFO Processing ruok command from /127.0.0.1:60350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:39:10,487 INFO Processing ruok command from /127.0.0.1:60536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:39:10,536 INFO Processing ruok command from /127.0.0.1:60538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:39:20,488 INFO Processing ruok command from /127.0.0.1:60722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-07-14 07:39:20,543 INFO Processing ruok command from /127.0.0.1:60724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-07-14 07:39:22,627 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]