Results

By type

          cds-cluster:onap-cds-blueprints-processor-cc4fdb547-zx627 APP Config HOME : /opt/app/onap/config
Warning: use -cacerts option to access cacerts keystore
Certificate was added to keystore
19:56:57,607 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
19:56:57,608 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
19:56:57,609 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/opt/app/onap/lib/org.onap.ccsdk.cds.blueprintsprocessor-blueprintsprocessor-application-1.1.2.jar!/logback.xml]
19:56:57,610 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs multiple times on the classpath.
19:56:57,610 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [jar:file:/opt/app/onap/lib/org.onap.ccsdk.cds.blueprintsprocessor-blueprintsprocessor-application-1.1.2.jar!/logback.xml]
19:56:57,610 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [file:/opt/app/onap/config/logback.xml]
19:56:57,646 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@45c7e403 - URL [jar:file:/opt/app/onap/lib/org.onap.ccsdk.cds.blueprintsprocessor-blueprintsprocessor-application-1.1.2.jar!/logback.xml] is not of type file
19:56:57,846 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
19:56:57,857 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
19:56:57,862 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
19:56:57,888 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
19:56:58,013 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
19:56:58,013 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.web] to INFO
19:56:58,014 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.hibernate] to ERROR
19:56:58,014 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.hazelcast] to ERROR
19:56:58,014 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.onap.ccsdk.cds] to INFO
19:56:58,014 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
19:56:58,014 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
19:56:58,015 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
19:56:58,018 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@2925bf5b - Registering current configuration as safe fallback point


  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.3.8.RELEASE)

2021-04-27 19:56:58,823|||background-preinit||||INFO||||||| HV000001: Hibernate Validator 6.1.7.Final
2021-04-27 19:56:59,005|||main||||INFO||||||| Starting BlueprintProcessorApplicationKt v1.1.2 on onap-cds-blueprints-processor-cc4fdb547-zx627 with PID 1 (/opt/app/onap/lib/org.onap.ccsdk.cds.blueprintsprocessor-blueprintsprocessor-application-1.1.2.jar started by onap in /app)
2021-04-27 19:56:59,007|||main||||INFO||||||| No active profile set, falling back to default profiles: default
2021-04-27 19:57:02,559|||main||||INFO||||||| Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2021-04-27 19:57:03,298|||main||||INFO||||||| Finished Spring Data repository scanning in 716ms. Found 10 JPA repository interfaces.
2021-04-27 19:57:05,773|||main||||INFO||||||| HHH000204: Processing PersistenceUnitInfo [name: default]
2021-04-27 19:57:05,854|||main||||INFO||||||| HHH000412: Hibernate ORM core version 5.4.27.Final
2021-04-27 19:57:06,069|||main||||INFO||||||| HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-04-27 19:57:07,474|||main||||WARN||||||| HHH000342: Could not obtain connection to query metadata
java.sql.SQLNonTransientConnectionException: Could not connect to address=(host=cds-db)(port=3306)(type=master) : (conn=2784) could not load system variables
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:192)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1372)
	at org.mariadb.jdbc.internal.util.Utils.retrieveProxy(Utils.java:635)
	at org.mariadb.jdbc.MariaDbConnection.newConnection(MariaDbConnection.java:150)
	at org.mariadb.jdbc.Driver.connect(Driver.java:89)
	at java.sql/java.sql.DriverManager.getConnection(Unknown Source)
	at java.sql/java.sql.DriverManager.getConnection(Unknown Source)
	at org.springframework.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriverManager(DriverManagerDataSource.java:155)
	at org.springframework.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriver(DriverManagerDataSource.java:146)
	at org.springframework.jdbc.datasource.AbstractDriverBasedDataSource.getConnectionFromDriver(AbstractDriverBasedDataSource.java:205)
	at org.springframework.jdbc.datasource.AbstractDriverBasedDataSource.getConnection(AbstractDriverBasedDataSource.java:169)
	at org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl.getConnection(DatasourceConnectionProviderImpl.java:122)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess.obtainConnection(JdbcEnvironmentInitiator.java:180)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:68)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:35)
	at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.initiateService(StandardServiceRegistryImpl.java:101)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:263)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:237)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214)
	at org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory.injectServices(DefaultIdentifierGeneratorFactory.java:152)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.injectDependencies(AbstractServiceRegistryImpl.java:286)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:243)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214)
	at org.hibernate.boot.internal.InFlightMetadataCollectorImpl.(InFlightMetadataCollectorImpl.java:176)
	at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.complete(MetadataBuildingProcess.java:127)
	at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.metadata(EntityManagerFactoryBuilderImpl.java:1224)
	at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:1255)
	at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:58)
	at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:365)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:391)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:378)
	at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:341)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1853)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1790)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1109)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:869)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext.refresh(ReactiveWebServerApplicationContext.java:62)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.ccsdk.cds.blueprintsprocessor.BlueprintProcessorApplicationKt.main(BlueprintProcessorApplication.kt:46)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=2784) could not load system variables
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:183)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.requestSessionDataWithShow(AbstractConnectProtocol.java:1093)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.additionalData(AbstractConnectProtocol.java:1106)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.postConnectionQueries(AbstractConnectProtocol.java:880)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.createConnection(AbstractConnectProtocol.java:588)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1367)
	... 49 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=2784) Connection is closed
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:187)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.cmdPrologue(AbstractQueryProtocol.java:1940)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:249)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.requestSessionDataWithShow(AbstractConnectProtocol.java:1068)
	... 53 common frames omitted
2021-04-27 19:57:07,493|||main||||INFO||||||| HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
2021-04-27 19:57:07,834|||main||||WARN||||||| HHH000481: Encountered Java type [class com.fasterxml.jackson.databind.JsonNode] for which we could not locate a JavaTypeDescriptor and which does not appear to implement equals and/or hashCode.  This can lead to significant performance problems when performing equality/dirty checking involving this Java type.  Consider registering a custom JavaTypeDescriptor or at least implementing equals/hashCode.
2021-04-27 19:57:07,840|||main||||WARN||||||| HHH000481: Encountered Java type [class org.onap.ccsdk.cds.controllerblueprints.resource.dict.ResourceDefinition] for which we could not locate a JavaTypeDescriptor and which does not appear to implement equals and/or hashCode.  This can lead to significant performance problems when performing equality/dirty checking involving this Java type.  Consider registering a custom JavaTypeDescriptor or at least implementing equals/hashCode.
2021-04-27 19:57:09,631|||main||||INFO||||||| HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-27 19:57:09,643|||main||||INFO||||||| Initialized JPA EntityManagerFactory for persistence unit 'default'
2021-04-27 19:57:09,753|||main||||INFO||||||| Application ID: cds > Initializing error catalog message from properties...
2021-04-27 19:57:11,239|||main||||INFO||||||| Dependency Management module created...
2021-04-27 19:57:11,559|||main||||INFO||||||| Audit service is disabled
2021-04-27 19:57:12,646|||main||||INFO||||||| Registering Dictionary Sources : [processor-db=source-db, input=source-input, default=source-default, sdnc=source-rest, aai-data=source-rest, capability=source-capability, rest=source-rest, vault-data=source-rest, script=source-capability]
2021-04-27 19:57:13,932|||main||||INFO||||||| Exposing 14 endpoint(s) beneath base path '/actuator'
2021-04-27 19:57:14,323|||main||||INFO||||||| Initialised Primary Transaction Manager for url jdbc:mysql://cds-db:3306/sdnctl
2021-04-27 19:57:16,004|||main||||INFO||||||| Netty started on port(s): 8080
2021-04-27 19:57:17,754|||main||||INFO||||||| Starting Blueprint Processor GRPC Starting..
2021-04-27 19:57:18,227|||main||||INFO||||||| Blueprint Processor GRPC server started and ready to serve on port(9111)...
2021-04-27 19:57:18,234|||main||||INFO||||||| Started BlueprintProcessorApplicationKt in 20.037 seconds (JVM running for 21.123)
2021-04-27 19:57:18,262|||DefaultDispatcher-worker-1||||INFO||||||| ****** Cluster configuration file(/opt/app/onap/config/hazelcast.yaml) ****
Apr 27, 2021 7:57:18 PM com.hazelcast.config.FileSystemYamlConfig
INFO: Configuring Hazelcast from '/opt/app/onap/config/hazelcast.yaml'.
Apr 27, 2021 7:57:18 PM com.hazelcast.instance.impl.HazelcastInstanceFactory
WARNING: Hazelcast is starting in a Java modular environment (Java 9 and newer) but without proper access to required Java packages. Use additional Java arguments to provide Hazelcast access to Java internal API. The internal API access is used to get the best performance results. Arguments to be used:
 --add-modules java.se --add-exports java.base/jdk.internal.ref=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.management/sun.management=ALL-UNNAMED --add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED
2021-04-27 19:57:18,553|||DefaultDispatcher-worker-1||||INFO||||||| [LOCAL] [cds-cluster] [4.0] Prefer IPv4 stack is true, prefer IPv6 addresses is false
2021-04-27 19:57:18,564|||DefaultDispatcher-worker-1||||INFO||||||| [LOCAL] [cds-cluster] [4.0] Picked [10.233.70.95]:5701, using socket ServerSocket[addr=/0.0.0.0,localport=5701], bind any local is true
2021-04-27 19:57:18,594|||DefaultDispatcher-worker-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] Hazelcast 4.0 (20200204 - 8b959f5) starting at [10.233.70.95]:5701
2021-04-27 19:57:18,594|||DefaultDispatcher-worker-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] Copyright (c) 2008-2020, Hazelcast, Inc. All Rights Reserved.
2021-04-27 19:57:18,942|||DefaultDispatcher-worker-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] Backpressure is disabled
2021-04-27 19:57:19,210|||DefaultDispatcher-worker-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] Kubernetes Discovery properties: { service-dns: null, service-dns-timeout: 5, service-name: cds-blueprints-processor-cluster, service-port: 0, service-label: null, service-label-value: true, namespace: onap, pod-label: null, pod-label-value: null, resolve-not-ready-addresses: true, use-node-name-as-external-address: false, kubernetes-api-retries: 3, kubernetes-master: https://kubernetes.default.svc}
2021-04-27 19:57:19,217|||DefaultDispatcher-worker-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] Kubernetes Discovery activated with mode: KUBERNETES_API
2021-04-27 19:57:19,350|||DefaultDispatcher-worker-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] Activating Discovery SPI Joiner
2021-04-27 19:57:19,357|||DefaultDispatcher-worker-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is enabled with 3 members.
2021-04-27 19:57:19,796|||DefaultDispatcher-worker-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] Starting 2 partition threads and 3 generic threads (1 dedicated for priority tasks)
2021-04-27 19:57:19,799|||DefaultDispatcher-worker-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments.
2021-04-27 19:57:19,808|||DefaultDispatcher-worker-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] [10.233.70.95]:5701 is STARTING
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.hazelcast.internal.networking.nio.SelectorOptimizer (file:/opt/app/onap/lib/com.hazelcast-hazelcast-all-4.0.jar) to field sun.nio.ch.SelectorImpl.selectedKeys
WARNING: Please consider reporting this to the maintainers of com.hazelcast.internal.networking.nio.SelectorOptimizer
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
2021-04-27 19:57:20,546|||DefaultDispatcher-worker-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] Kubernetes plugin discovered availability zone: nova
2021-04-27 19:57:21,233|||DefaultDispatcher-worker-1||||WARN||||||| Cannot fetch public IPs of Hazelcast Member PODs, you won't be able to use Hazelcast Smart Client from outside of the Kubernetes network
2021-04-27 19:57:21,248|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] Connecting to /10.233.78.195:5701, timeout: 10000, bind-any: true
2021-04-27 19:57:21,248|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] Connecting to /10.233.68.107:5701, timeout: 10000, bind-any: true
2021-04-27 19:57:21,252|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] Could not connect to: /10.233.78.195:5701. Reason: SocketException[Connection refused to address /10.233.78.195:5701]
2021-04-27 19:57:21,252|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] Could not connect to: /10.233.68.107:5701. Reason: SocketException[Connection refused to address /10.233.68.107:5701]
2021-04-27 19:57:21,252|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] [10.233.78.195]:5701 is added to the blacklist.
2021-04-27 19:57:21,252|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] [10.233.68.107]:5701 is added to the blacklist.
2021-04-27 19:57:22,246|||DefaultDispatcher-worker-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] 

Members {size:1, ver:1} [
	Member [10.233.70.95]:5701 - 24c6ae44-bc3f-4ea2-ad54-12ef307f8511 this
]

2021-04-27 19:57:22,269|||DefaultDispatcher-worker-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] [10.233.70.95]:5701 is STARTED
2021-04-27 19:57:22,793|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 19:57:27,795|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 19:57:32,797|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 19:57:37,798|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 19:57:42,801|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 19:57:47,803|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 19:57:52,805|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 19:57:57,807|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 19:58:02,809|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 19:58:07,813|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 19:58:12,815|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 19:58:17,817|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 19:58:22,819|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 19:58:27,822|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 19:58:32,824|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 19:58:37,826|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 19:58:42,828|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 19:58:47,830|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 19:58:52,833|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 19:58:57,835|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 19:59:02,837|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 19:59:07,839|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 19:59:10,157|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||reactor-http-epoll-1||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Bootstrap request with type load(true), resource dictionary load(true) and cba load(true)
2021-04-27 19:59:10,158|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||reactor-http-epoll-1||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| model types load from paths(/opt/app/onap/model-catalog/definition-type/starter-type)
2021-04-27 19:59:10,160|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||reactor-http-epoll-1||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627||||  ****** loadModelType(/opt/app/onap/model-catalog/definition-type/starter-type) ********
2021-04-27 19:59:11,389|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-11||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| resource dictionary load from paths(/opt/app/onap/model-catalog/resource-dictionary/starter-dictionary)
2021-04-27 19:59:11,393|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-11||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627||||  ******* loadResourceDictionary(/opt/app/onap/model-catalog/resource-dictionary/starter-dictionary) ********
2021-04-27 19:59:12,478|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-3||/api/v1/blueprint-model/bootstrap||WARN|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| SQL Error: -1, SQLState: 08000
2021-04-27 19:59:12,478|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-11||/api/v1/blueprint-model/bootstrap||WARN|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| SQL Error: -1, SQLState: 08000
2021-04-27 19:59:12,478|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-18||/api/v1/blueprint-model/bootstrap||WARN|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| SQL Error: -1, SQLState: 08000
2021-04-27 19:59:12,479|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-12||/api/v1/blueprint-model/bootstrap||WARN|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| SQL Error: -1, SQLState: 08000
2021-04-27 19:59:12,479|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-8||/api/v1/blueprint-model/bootstrap||WARN|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| SQL Error: -1, SQLState: 08000
2021-04-27 19:59:12,480|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-12||/api/v1/blueprint-model/bootstrap||ERROR|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Could not connect to address=(host=cds-db)(port=3306)(type=master) : (conn=2961) could not load system variables
2021-04-27 19:59:12,480|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-18||/api/v1/blueprint-model/bootstrap||ERROR|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Could not connect to address=(host=cds-db)(port=3306)(type=master) : (conn=2972) could not load system variables
2021-04-27 19:59:12,479|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-22||/api/v1/blueprint-model/bootstrap||WARN|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| SQL Error: -1, SQLState: 08000
2021-04-27 19:59:12,480|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-7||/api/v1/blueprint-model/bootstrap||WARN|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| SQL Error: -1, SQLState: 08000
2021-04-27 19:59:12,480|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-16||/api/v1/blueprint-model/bootstrap||WARN|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| SQL Error: -1, SQLState: 08000
2021-04-27 19:59:12,481|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-3||/api/v1/blueprint-model/bootstrap||ERROR|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Could not connect to address=(host=cds-db)(port=3306)(type=master) : (conn=2962) could not load system variables
2021-04-27 19:59:12,481|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-13||/api/v1/blueprint-model/bootstrap||WARN|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| SQL Error: -1, SQLState: 08000
2021-04-27 19:59:12,481|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||WARN|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| SQL Error: -1, SQLState: 08000
2021-04-27 19:59:12,481|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-19||/api/v1/blueprint-model/bootstrap||WARN|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| SQL Error: -1, SQLState: 08000
2021-04-27 19:59:12,481|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-23||/api/v1/blueprint-model/bootstrap||ERROR|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Could not connect to address=(host=cds-db)(port=3306)(type=master) : (conn=2966) could not load system variables
2021-04-27 19:59:12,481|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-4||/api/v1/blueprint-model/bootstrap||WARN|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| SQL Error: -1, SQLState: 08000
2021-04-27 19:59:12,481|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-19||/api/v1/blueprint-model/bootstrap||ERROR|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Could not connect to address=(host=cds-db)(port=3306)(type=master) : (conn=2964) could not load system variables
2021-04-27 19:59:12,481|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-4||/api/v1/blueprint-model/bootstrap||ERROR|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Could not connect to address=(host=cds-db)(port=3306)(type=master) : (conn=2959) could not load system variables
2021-04-27 19:59:12,481|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-2||/api/v1/blueprint-model/bootstrap||WARN|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| SQL Error: -1, SQLState: 08000
2021-04-27 19:59:12,481|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-21||/api/v1/blueprint-model/bootstrap||WARN|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| SQL Error: -1, SQLState: 08000
2021-04-27 19:59:12,481|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-13||/api/v1/blueprint-model/bootstrap||ERROR|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Could not connect to address=(host=cds-db)(port=3306)(type=master) : (conn=2971) could not load system variables
2021-04-27 19:59:12,481|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-2||/api/v1/blueprint-model/bootstrap||ERROR|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Could not connect to address=(host=cds-db)(port=3306)(type=master) : (conn=2954) could not load system variables
2021-04-27 19:59:12,481|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-10||/api/v1/blueprint-model/bootstrap||WARN|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| SQL Error: -1, SQLState: 08000
2021-04-27 19:59:12,482|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-17||/api/v1/blueprint-model/bootstrap||WARN|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| SQL Error: -1, SQLState: 08000
2021-04-27 19:59:12,481|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-7||/api/v1/blueprint-model/bootstrap||ERROR|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Could not connect to address=(host=cds-db)(port=3306)(type=master) : (conn=2968) could not load system variables
2021-04-27 19:59:12,482|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-14||/api/v1/blueprint-model/bootstrap||WARN|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| SQL Error: -1, SQLState: 08000
2021-04-27 19:59:12,482|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-16||/api/v1/blueprint-model/bootstrap||ERROR|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Could not connect to address=(host=cds-db)(port=3306)(type=master) : (conn=2956) could not load system variables
2021-04-27 19:59:12,481|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-21||/api/v1/blueprint-model/bootstrap||ERROR|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Could not connect to address=(host=cds-db)(port=3306)(type=master) : (conn=2958) could not load system variables
2021-04-27 19:59:12,482|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-17||/api/v1/blueprint-model/bootstrap||ERROR|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Could not connect to address=(host=cds-db)(port=3306)(type=master) : (conn=2955) could not load system variables
2021-04-27 19:59:12,482|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-22||/api/v1/blueprint-model/bootstrap||ERROR|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Could not connect to address=(host=cds-db)(port=3306)(type=master) : (conn=2957) could not load system variables
2021-04-27 19:59:12,482|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-10||/api/v1/blueprint-model/bootstrap||ERROR|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Could not connect to address=(host=cds-db)(port=3306)(type=master) : (conn=2969) could not load system variables
2021-04-27 19:59:12,482|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-15||/api/v1/blueprint-model/bootstrap||WARN|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| SQL Error: -1, SQLState: 08000
2021-04-27 19:59:12,482|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-11||/api/v1/blueprint-model/bootstrap||ERROR|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Could not connect to address=(host=cds-db)(port=3306)(type=master) : (conn=2963) could not load system variables
2021-04-27 19:59:12,482|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-15||/api/v1/blueprint-model/bootstrap||ERROR|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Could not connect to address=(host=cds-db)(port=3306)(type=master) : (conn=2953) could not load system variables
2021-04-27 19:59:12,484|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-6||/api/v1/blueprint-model/bootstrap||WARN|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| SQL Error: -1, SQLState: 08000
2021-04-27 19:59:12,484|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-6||/api/v1/blueprint-model/bootstrap||ERROR|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Could not connect to address=(host=cds-db)(port=3306)(type=master) : (conn=2960) could not load system variables
2021-04-27 19:59:12,482|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-20||/api/v1/blueprint-model/bootstrap||WARN|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| SQL Error: -1, SQLState: 08000
2021-04-27 19:59:12,482|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-14||/api/v1/blueprint-model/bootstrap||ERROR|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Could not connect to address=(host=cds-db)(port=3306)(type=master) : (conn=2974) could not load system variables
2021-04-27 19:59:12,482|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||WARN|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| SQL Error: -1, SQLState: 08000
2021-04-27 19:59:12,482|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-8||/api/v1/blueprint-model/bootstrap||ERROR|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Could not connect to address=(host=cds-db)(port=3306)(type=master) : (conn=2965) could not load system variables
2021-04-27 19:59:12,490|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-20||/api/v1/blueprint-model/bootstrap||ERROR|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Could not connect to address=(host=cds-db)(port=3306)(type=master) : (conn=2970) could not load system variables
2021-04-27 19:59:12,492|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-24||/api/v1/blueprint-model/bootstrap||WARN|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| SQL Error: -1, SQLState: 08000
2021-04-27 19:59:12,491|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-5||/api/v1/blueprint-model/bootstrap||ERROR|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Could not connect to address=(host=cds-db)(port=3306)(type=master) : (conn=2973) could not load system variables
2021-04-27 19:59:12,495|ea94ecd1-3bde-4c7d-a04a-44217ff1f4b4||DefaultDispatcher-worker-24||/api/v1/blueprint-model/bootstrap||ERROR|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Could not connect to address=(host=cds-db)(port=3306)(type=master) : (conn=2967) could not load system variables
2021-04-27 19:59:12,840|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 19:59:17,842|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 19:59:22,844|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 19:59:27,846|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 19:59:32,848|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 19:59:37,850|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 19:59:42,852|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 19:59:47,854|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 19:59:52,856|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 19:59:57,859|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:00:02,861|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:00:07,863|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:00:12,865|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:00:17,868|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:00:22,870|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
Exception in thread "DefaultDispatcher-worker-1" java.util.concurrent.ExecutionException: java.lang.IllegalStateException: CP Subsystem discovery is not completed yet!
	at java.base/java.util.concurrent.CompletableFuture.reportGet(Unknown Source)
	at java.base/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.hazelcast.spi.impl.DeserializingCompletableFuture.get(DeserializingCompletableFuture.java:83)
	at org.onap.ccsdk.cds.blueprintsprocessor.core.cluster.HazelcastClusterUtils.promoteAsCPMember(HazelcastClusterUtils.kt:38)
	at org.onap.ccsdk.cds.blueprintsprocessor.core.cluster.HazelcastClusterService.promoteAsCPMember(HazelcastClusterService.kt:214)
	at org.onap.ccsdk.cds.blueprintsprocessor.core.cluster.HazelcastClusterService.startCluster$suspendImpl(HazelcastClusterService.kt:120)
	at org.onap.ccsdk.cds.blueprintsprocessor.core.cluster.HazelcastClusterService.startCluster(HazelcastClusterService.kt)
	at org.onap.ccsdk.cds.blueprintsprocessor.BlueprintProcessorCluster$startAndJoinCluster$1.invokeSuspend(BlueprintProcessorCluster.kt:82)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:561)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:727)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:667)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:655)
Caused by: java.lang.IllegalStateException: CP Subsystem discovery is not completed yet!
	at com.hazelcast.cp.internal.RaftService.promoteToCPMember(RaftService.java:388)
	at com.hazelcast.cp.internal.CPSubsystemImpl$CPSubsystemManagementServiceImpl.promoteToCPMember(CPSubsystemImpl.java:178)
	at com.hazelcast.cp.internal.CPSubsystemImpl$CPSubsystemManagementServiceImpl.promoteToCPMember(CPSubsystemImpl.java:144)
	at org.onap.ccsdk.cds.blueprintsprocessor.core.cluster.HazelcastClusterUtils.promoteAsCPMember(HazelcastClusterUtils.kt:37)
	... 10 more
2021-04-27 20:00:27,872|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:00:32,874|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:00:37,876|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:00:42,878|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:00:47,880|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:00:52,882|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:00:57,884|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:01:02,887|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:01:07,889|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:01:12,891|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:01:17,893|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:01:22,895|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:01:27,898|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:01:32,900|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:01:37,902|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:01:42,904|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:01:47,906|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:01:52,908|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:01:57,910|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:02:02,912|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:02:07,914|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:02:12,916|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:02:17,918|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:02:22,920|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:02:27,922|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:02:32,923|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:02:37,925|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:02:42,927|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:02:47,929|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:02:52,931|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:02:57,933|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:03:02,934|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:03:07,937|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:03:12,939|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:03:17,940|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:03:22,942|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:03:27,944|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:03:32,945|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:03:37,947|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:03:42,949|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:03:47,951|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:03:52,954|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:03:57,956|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:04:02,958|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:04:07,959|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:04:12,961|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:04:17,963|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:04:22,964|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:04:27,966|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:04:32,967|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:04:37,969|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:04:42,976|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:04:47,977|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:04:52,979|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:04:57,981|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:05:02,983|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:05:07,984|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:05:12,986|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:05:17,988|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:05:22,989|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:05:27,991|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:05:32,992|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:05:37,994|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:05:42,996|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:05:47,997|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:05:52,999|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:05:54,138|92970a1e-93d7-49e1-9ccd-280f600e4667||reactor-http-epoll-3||/api/v1/dictionary/definition||WARN|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| SQL Error: -1, SQLState: 08000
2021-04-27 20:05:54,138|92970a1e-93d7-49e1-9ccd-280f600e4667||reactor-http-epoll-3||/api/v1/dictionary/definition||ERROR|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Could not connect to address=(host=cds-db)(port=3306)(type=master) : Socket fail to connect to host:cds-db, port:3306. Connection refused (Connection refused)
2021-04-27 20:05:58,001|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:06:03,003|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:06:08,004|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:06:13,006|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:06:18,007|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:06:23,009|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:06:28,010|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:06:33,012|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:06:38,014|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:06:43,015|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:06:48,017|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:06:53,019|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:06:58,020|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:07:03,022|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:07:08,024|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:07:13,025|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:07:18,027|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:07:23,028|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:07:28,030|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:07:33,031|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:07:38,033|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:07:41,851|04011a4e-74b5-4b6c-a130-5bcd640e9192||reactor-http-epoll-1||/api/v1/dictionary/definition||WARN|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| SQL Error: -1, SQLState: 08000
2021-04-27 20:07:41,851|04011a4e-74b5-4b6c-a130-5bcd640e9192||reactor-http-epoll-1||/api/v1/dictionary/definition||ERROR|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Could not connect to address=(host=cds-db)(port=3306)(type=master) : Socket fail to connect to host:cds-db, port:3306. Connection refused (Connection refused)
2021-04-27 20:07:43,035|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:07:48,036|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:07:53,038|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:07:58,039|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:08:03,041|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:08:08,042|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:08:13,044|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:08:18,045|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:08:23,048|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:08:28,050|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:08:33,051|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:08:38,053|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:08:43,054|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:08:48,056|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:08:53,057|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:08:58,059|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:09:03,060|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:09:08,062|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:09:13,064|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:09:15,578|0cec1ba4-67bb-4088-9bc4-bb872b824858||reactor-http-epoll-1||/api/v1/dictionary/definition||WARN|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| SQL Error: -1, SQLState: 08000
2021-04-27 20:09:15,579|0cec1ba4-67bb-4088-9bc4-bb872b824858||reactor-http-epoll-1||/api/v1/dictionary/definition||ERROR|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Could not connect to address=(host=cds-db)(port=3306)(type=master) : Socket fail to connect to host:cds-db, port:3306. Connection refused (Connection refused)
2021-04-27 20:09:18,065|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:09:23,067|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:09:28,068|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:09:33,070|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:09:38,072|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:09:43,073|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:09:48,075|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:09:53,076|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:09:58,078|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:10:03,079|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:10:08,081|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:10:13,083|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:10:18,084|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:10:23,086|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:10:28,089|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:10:33,091|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:10:38,092|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:10:43,094|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:10:48,096|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:10:53,098|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:10:58,099|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:11:03,101|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:11:08,103|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:11:13,104|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:11:18,106|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:11:23,108|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:11:28,110|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:11:33,112|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:11:38,062|23e946de-4131-43be-a19b-ab96ddec48bb||reactor-http-epoll-3||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Bootstrap request with type load(true), resource dictionary load(true) and cba load(false)
2021-04-27 20:11:38,062|23e946de-4131-43be-a19b-ab96ddec48bb||reactor-http-epoll-3||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| model types load from paths(/opt/app/onap/model-catalog/definition-type/starter-type)
2021-04-27 20:11:38,062|23e946de-4131-43be-a19b-ab96ddec48bb||reactor-http-epoll-3||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627||||  ****** loadModelType(/opt/app/onap/model-catalog/definition-type/starter-type) ********
2021-04-27 20:11:38,113|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:11:38,900|23e946de-4131-43be-a19b-ab96ddec48bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| resource dictionary load from paths(/opt/app/onap/model-catalog/resource-dictionary/starter-dictionary)
2021-04-27 20:11:38,900|23e946de-4131-43be-a19b-ab96ddec48bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627||||  ******* loadResourceDictionary(/opt/app/onap/model-catalog/resource-dictionary/starter-dictionary) ********
2021-04-27 20:11:42,252|b5720466-c593-4751-9dfb-56a59b778e95||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Enhancing blueprint(/opt/app/onap/blueprints/working/e9245e9d-b6ac-4587-bd4b-87ca3d3c0f3b)
2021-04-27 20:11:42,263|b5720466-c593-4751-9dfb-56a59b778e95||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| deleting definition types under : /opt/app/onap/blueprints/working/e9245e9d-b6ac-4587-bd4b-87ca3d3c0f3b/Definitions
2021-04-27 20:11:42,399|b5720466-c593-4751-9dfb-56a59b778e95||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| reinitialized all type definitions
2021-04-27 20:11:42,408|b5720466-c593-4751-9dfb-56a59b778e95||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| ***** Enhancing NodeTemplate(helloworld)
2021-04-27 20:11:42,623|b5720466-c593-4751-9dfb-56a59b778e95||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| enhancing ArtifactDefinition(helloworld-template)
2021-04-27 20:11:42,632|b5720466-c593-4751-9dfb-56a59b778e95||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| enhancing ArtifactDefinition(helloworld-mapping)
2021-04-27 20:11:42,641|b5720466-c593-4751-9dfb-56a59b778e95||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| enhancing resource mapping file(Templates/hello-world-mapping.json) already enhanced(false)
2021-04-27 20:11:42,707|b5720466-c593-4751-9dfb-56a59b778e95||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| ##### Enhancing Workflow(helloworld)
2021-04-27 20:11:42,708|b5720466-c593-4751-9dfb-56a59b778e95||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| workflow(helloworld) dependent component NodeTemplates([helloworld])
2021-04-27 20:11:42,708|b5720466-c593-4751-9dfb-56a59b778e95||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| identified workflow(helloworld) targets(helloworld)
2021-04-27 20:11:42,708|b5720466-c593-4751-9dfb-56a59b778e95||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| resource assignment artifacts(helloworld-mapping) for NodeType(helloworld)
2021-04-27 20:11:42,708|b5720466-c593-4751-9dfb-56a59b778e95||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| workflow(helloworld) resource assignment files([Templates/hello-world-mapping.json]
2021-04-27 20:11:42,708|b5720466-c593-4751-9dfb-56a59b778e95||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| enriching artifacts file(/opt/app/onap/blueprints/working/e9245e9d-b6ac-4587-bd4b-87ca3d3c0f3b/Templates/hello-world-mapping.json
2021-04-27 20:11:42,721|b5720466-c593-4751-9dfb-56a59b778e95||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| enhancing workflow resource mapping file(Templates/hello-world-mapping.json) already enhanced(true)
2021-04-27 20:11:42,721|b5720466-c593-4751-9dfb-56a59b778e95||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| dataType not present for the recipe(dt-helloworld-properties)
2021-04-27 20:11:42,721|b5720466-c593-4751-9dfb-56a59b778e95||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| ##### Enhancing blueprint Resource Definitions
2021-04-27 20:11:42,722|b5720466-c593-4751-9dfb-56a59b778e95||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| resources assignment files ([Templates/hello-world-mapping.json])
2021-04-27 20:11:42,724|b5720466-c593-4751-9dfb-56a59b778e95||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| processing file (Templates/hello-world-mapping.json)
2021-04-27 20:11:42,748|b5720466-c593-4751-9dfb-56a59b778e95||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| distinct resource keys ([])
2021-04-27 20:11:42,748|b5720466-c593-4751-9dfb-56a59b778e95||DefaultDispatcher-worker-24||/api/v1/blueprint-model/enrich||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Enriching Resource Definition sources Node Template: []
2021-04-27 20:11:43,069|a512e460-48e1-43f2-bab8-ea064191d1cb||DefaultDispatcher-worker-24||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Save processing(9bcb3cc4-e61b-44e8-8612-1fcdd6026424) CBA(/opt/app/onap/blueprints/archive/9bcb3cc4-e61b-44e8-8612-1fcdd6026424/cba.zip)
2021-04-27 20:11:43,081|a512e460-48e1-43f2-bab8-ea064191d1cb||DefaultDispatcher-worker-24||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/blueprints/working/9bcb3cc4-e61b-44e8-8612-1fcdd6026424) and entry definition file (Definitions/blueprint.json)
2021-04-27 20:11:43,142|a512e460-48e1-43f2-bab8-ea064191d1cb||DefaultDispatcher-worker-24||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Validating Workflow(helloworld)
2021-04-27 20:11:43,156|a512e460-48e1-43f2-bab8-ea064191d1cb||DefaultDispatcher-worker-24||/api/v1/blueprint-model/publish||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/blueprints/working/9bcb3cc4-e61b-44e8-8612-1fcdd6026424) and entry definition file (Definitions/blueprint.json)
2021-04-27 20:11:43,181|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:11:43,319|a512e460-48e1-43f2-bab8-ea064191d1cb||DefaultDispatcher-worker-13||/api/v1/blueprint-model/publish||WARN|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| No compiled cache(/opt/app/onap/blueprints/working/9bcb3cc4-e61b-44e8-8612-1fcdd6026424) present to clean.
2021-04-27 20:11:43,555|cf734c2e-9406-4330-99ae-04bd5dcf81ff||reactor-http-epoll-3||/api/v1/execution-service/process||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| processing request id 654321
2021-04-27 20:11:43,564|cf734c2e-9406-4330-99ae-04bd5dcf81ff||DefaultDispatcher-worker-13||/api/v1/execution-service/process||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| getting cba file name(test101), version(1.0.1) from db
2021-04-27 20:11:43,804|cf734c2e-9406-4330-99ae-04bd5dcf81ff||DefaultDispatcher-worker-13||/api/v1/execution-service/process||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| cba file name(test101), version(1.0.1) saved in (/opt/app/onap/blueprints/deploy/test101/1.0.1)
2021-04-27 20:11:43,807|cf734c2e-9406-4330-99ae-04bd5dcf81ff||DefaultDispatcher-worker-13||/api/v1/execution-service/process||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| blueprint base path /opt/app/onap/blueprints/deploy/test101/1.0.1
2021-04-27 20:11:43,809|cf734c2e-9406-4330-99ae-04bd5dcf81ff||DefaultDispatcher-worker-13||/api/v1/execution-service/process||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/blueprints/deploy/test101/1.0.1) and entry definition file (Definitions/blueprint.json)
2021-04-27 20:11:43,826|cf734c2e-9406-4330-99ae-04bd5dcf81ff||DefaultDispatcher-worker-13||/api/v1/execution-service/process||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Deriving input data for workflow: (helloworld)
2021-04-27 20:11:43,827|cf734c2e-9406-4330-99ae-04bd5dcf81ff||DefaultDispatcher-worker-13||/api/v1/execution-service/process||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Executing workflow(helloworld) NodeTemplate(helloworld), derived from(tosca.nodes.Component)
2021-04-27 20:11:43,827|cf734c2e-9406-4330-99ae-04bd5dcf81ff||DefaultDispatcher-worker-13||/api/v1/execution-service/process||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| executing node template(helloworld) component(component-resource-resolution) interface(ResourceResolutionComponent) operation(process) on host (SELF) with timeout(180) sec.
2021-04-27 20:11:43,834|cf734c2e-9406-4330-99ae-04bd5dcf81ff||DefaultDispatcher-worker-13||/api/v1/execution-service/process||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| preparing request id(654321) for workflow(helloworld) step(helloworld)
2021-04-27 20:11:43,834|cf734c2e-9406-4330-99ae-04bd5dcf81ff||DefaultDispatcher-worker-13||/api/v1/execution-service/process||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| resolveNodeTemplateInterfaceOperationInputs for node template (helloworld), interface name(ResourceResolutionComponent), operationName(process)
2021-04-27 20:11:43,838|cf734c2e-9406-4330-99ae-04bd5dcf81ff||DefaultDispatcher-worker-13||/api/v1/execution-service/process||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| input definition for node template (helloworld), values ({artifact-prefix-names=["helloworld"]})
2021-04-27 20:11:43,871|cf734c2e-9406-4330-99ae-04bd5dcf81ff||DefaultDispatcher-worker-13||/api/v1/execution-service/process||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Resolving resource with resource assignment artifact(helloworld-mapping)
2021-04-27 20:11:43,900|cf734c2e-9406-4330-99ae-04bd5dcf81ff||DefaultDispatcher-worker-33||/api/v1/execution-service/process||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Batched Sequence : ([])
2021-04-27 20:11:43,904|cf734c2e-9406-4330-99ae-04bd5dcf81ff||DefaultDispatcher-worker-33||/api/v1/execution-service/process||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Generated Resource Param Data ({ })
2021-04-27 20:11:44,026|cf734c2e-9406-4330-99ae-04bd5dcf81ff||DefaultDispatcher-worker-33||/api/v1/execution-service/process||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Preparing Response...
2021-04-27 20:11:44,027|cf734c2e-9406-4330-99ae-04bd5dcf81ff||DefaultDispatcher-worker-33||/api/v1/execution-service/process||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| resolveNodeTemplateInterfaceOperationOutputs for node template (helloworld),interface name (ResourceResolutionComponent), operationName(process)
2021-04-27 20:11:44,028|cf734c2e-9406-4330-99ae-04bd5dcf81ff||DefaultDispatcher-worker-33||/api/v1/execution-service/process||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| resolveWorkflowOutputs for workflow(helloworld)
2021-04-27 20:11:48,183|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:11:53,185|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:11:58,186|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:12:03,189|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:12:08,190|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:12:13,192|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:12:18,193|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:12:23,195|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:12:28,197|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:12:33,198|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:12:38,200|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:12:43,202|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:12:48,203|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:12:53,205|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:12:58,207|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:13:03,208|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:13:08,210|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:13:13,212|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:13:18,213|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:13:23,215|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:13:28,216|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:13:33,218|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:13:38,220|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:13:43,222|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:13:48,223|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:13:53,225|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:13:58,226|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:14:03,228|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:14:08,230|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:14:13,231|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:14:16,612|a3b95725-d72f-4851-b168-f7e325507136||reactor-http-epoll-4||/api/v1/dictionary/definition||WARN|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| SQL Error: -1, SQLState: 08000
2021-04-27 20:14:16,613|a3b95725-d72f-4851-b168-f7e325507136||reactor-http-epoll-4||/api/v1/dictionary/definition||ERROR|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Could not connect to address=(host=cds-db)(port=3306)(type=master) : (conn=3623) could not load system variables
2021-04-27 20:14:18,233|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:14:23,235|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:14:28,236|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:14:33,238|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:14:38,239|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:14:43,240|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:14:48,242|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:14:53,243|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:14:58,244|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:15:03,246|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:15:08,247|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:15:13,249|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:15:18,251|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:15:23,252|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:15:28,254|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:15:33,255|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:15:38,257|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:15:43,259|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:15:48,263|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:15:53,265|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:15:58,267|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:16:03,268|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:16:08,269|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:16:13,271|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:16:18,273|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:16:23,274|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:16:28,276|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:16:33,277|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:16:38,278|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:16:43,280|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:16:48,281|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:16:53,282|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:16:58,284|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:17:03,285|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:17:03,633|ac07af8e-86c9-4dfa-a21c-91b5ad06a481||reactor-http-epoll-4||/api/v1/dictionary/definition||WARN|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| SQL Error: -1, SQLState: 08000
2021-04-27 20:17:03,633|ac07af8e-86c9-4dfa-a21c-91b5ad06a481||reactor-http-epoll-4||/api/v1/dictionary/definition||ERROR|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Could not connect to address=(host=cds-db)(port=3306)(type=master) : (conn=3691) could not load system variables
2021-04-27 20:17:08,286|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:17:13,287|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:17:18,289|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:17:23,290|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:17:28,291|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:17:33,293|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:17:38,294|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:17:43,296|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:17:48,297|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:17:53,299|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:17:58,300|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:18:03,302|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:18:08,303|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:18:13,305|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:18:18,306|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:18:23,308|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:18:28,309|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:18:33,311|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:18:37,342|8f9786ed-8705-4830-a50e-71d78677c6bb||reactor-http-epoll-3||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Bootstrap request with type load(true), resource dictionary load(true) and cba load(true)
2021-04-27 20:18:37,342|8f9786ed-8705-4830-a50e-71d78677c6bb||reactor-http-epoll-3||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| model types load from paths(/opt/app/onap/model-catalog/definition-type/starter-type)
2021-04-27 20:18:37,342|8f9786ed-8705-4830-a50e-71d78677c6bb||reactor-http-epoll-3||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627||||  ****** loadModelType(/opt/app/onap/model-catalog/definition-type/starter-type) ********
2021-04-27 20:18:37,991|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-2||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| resource dictionary load from paths(/opt/app/onap/model-catalog/resource-dictionary/starter-dictionary)
2021-04-27 20:18:37,992|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-2||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627||||  ******* loadResourceDictionary(/opt/app/onap/model-catalog/resource-dictionary/starter-dictionary) ********
2021-04-27 20:18:38,380|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:18:39,714|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| cba load from paths(/opt/app/onap/model-catalog/blueprint-model/service-blueprint)
2021-04-27 20:18:39,718|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Save processing(22e582f0-d177-452a-a218-48c5a53be81e) Working Dir(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB_CDS_RESTCONF)
2021-04-27 20:18:39,739|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Save processing(8e47025f-c526-4c41-ac9a-911609ac5536) Working Dir(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/PNF_DEMO)
2021-04-27 20:18:39,780|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Save processing(263ee3ce-8419-47da-8c90-a847f87bb341) Working Dir(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/5GC_Simulator_CNF_CDS)
2021-04-27 20:18:39,801|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Save processing(3d52b279-10df-4a29-8325-b0d4f0a62b46) Working Dir(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vFW)
2021-04-27 20:18:39,814|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Save processing(05715304-95ea-4713-a176-987dc17598ed) Working Dir(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB_CDS_Kotlin)
2021-04-27 20:18:39,834|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Save processing(1ce63633-11e0-49ee-9820-ace571bb6989) Working Dir(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB)
2021-04-27 20:18:39,850|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB_CDS_RESTCONF) and entry definition file (Definitions/vLB_CDS.json)
2021-04-27 20:18:39,850|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/PNF_DEMO) and entry definition file (Definitions/pnf_netconf.json)
2021-04-27 20:18:39,851|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/5GC_Simulator_CNF_CDS) and entry definition file (Definitions/5G_Core.json)
2021-04-27 20:18:39,851|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vFW) and entry definition file (Definitions/vFW_CDS.json)
2021-04-27 20:18:39,880|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB_CDS_Kotlin) and entry definition file (Definitions/vLB_CDS_KOTLIN.json)
2021-04-27 20:18:39,880|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB) and entry definition file (Definitions/vLB_CDS.json)
2021-04-27 20:18:39,908|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| validating NodeType(component-netconf-executor) RequirementDefinition (netconf-connection) 
2021-04-27 20:18:39,942|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| validating NodeType(component-netconf-executor) RequirementDefinition (netconf-connection) 
2021-04-27 20:18:40,034|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| validating NodeType(component-netconf-executor) RequirementDefinition (netconf-connection) 
2021-04-27 20:18:40,048|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| validating NodeType(component-netconf-executor) RequirementDefinition (netconf-connection) 
2021-04-27 20:18:40,208|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Validating Workflow(resource-assignment)
2021-04-27 20:18:40,209|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Validating Workflow(config-assign)
2021-04-27 20:18:40,210|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Validating Workflow(config-deploy)
2021-04-27 20:18:40,210|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Validating Workflow(HealthCheck)
2021-04-27 20:18:40,211|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Validating Workflow(ScaleOutReconfiguration)
2021-04-27 20:18:40,211|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Validating Workflow(vf-config-assign)
2021-04-27 20:18:40,212|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Validating Workflow(vf-config-deploy)
2021-04-27 20:18:40,259|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB) and entry definition file (Definitions/vLB_CDS.json)
2021-04-27 20:18:40,414|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Validating Workflow(resource-assignment)
2021-04-27 20:18:40,415|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Validating Workflow(config-assign)
2021-04-27 20:18:40,416|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Validating Workflow(config-deploy)
2021-04-27 20:18:40,455|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB_CDS_Kotlin) and entry definition file (Definitions/vLB_CDS_KOTLIN.json)
2021-04-27 20:18:40,712|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Validating Workflow(resource-assignment)
2021-04-27 20:18:40,713|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Validating Workflow(config-assign)
2021-04-27 20:18:40,714|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Validating Workflow(config-assign-day-2)
2021-04-27 20:18:40,714|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Validating Workflow(config-deploy)
2021-04-27 20:18:40,716|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Validating Workflow(config-deploy-day-2)
2021-04-27 20:18:40,739|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/5GC_Simulator_CNF_CDS) and entry definition file (Definitions/5G_Core.json)
2021-04-27 20:18:40,836|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Validating Workflow(resource-assignment)
2021-04-27 20:18:40,836|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Validating Workflow(config-deploy)
2021-04-27 20:18:40,865|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vFW) and entry definition file (Definitions/vFW_CDS.json)
2021-04-27 20:18:40,960|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Validating Workflow(resource-assignment)
2021-04-27 20:18:40,961|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Validating Workflow(config-assign)
2021-04-27 20:18:40,961|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Validating Workflow(config-deploy)
2021-04-27 20:18:40,986|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Validating Workflow(config-assign)
2021-04-27 20:18:40,986|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Validating Workflow(config-deploy)
2021-04-27 20:18:40,987|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/vLB_CDS_RESTCONF) and entry definition file (Definitions/vLB_CDS.json)
2021-04-27 20:18:40,992|8f9786ed-8705-4830-a50e-71d78677c6bb||DefaultDispatcher-worker-9||/api/v1/blueprint-model/bootstrap||INFO|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Reading blueprint type(DEFAULT) path(/opt/app/onap/model-catalog/blueprint-model/service-blueprint/PNF_DEMO) and entry definition file (Definitions/pnf_netconf.json)
2021-04-27 20:18:43,382|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:18:43,651|dc8638c4-b1c1-4367-9a94-ae3ad0b280e7||reactor-http-epoll-2||/api/v1/dictionary||WARN|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| SQL Error: -1, SQLState: 08000
2021-04-27 20:18:43,652|dc8638c4-b1c1-4367-9a94-ae3ad0b280e7||reactor-http-epoll-2||/api/v1/dictionary||ERROR|||onap-cds-blueprints-processor-cc4fdb547-zx627|||| Could not connect to address=(host=cds-db)(port=3306)(type=master) : (conn=4032) could not load system variables
2021-04-27 20:18:48,383|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:18:53,385|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:18:58,387|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:19:03,388|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:19:08,390|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:19:13,391|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:19:18,393|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:19:23,395|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:19:28,397|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:19:33,398|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:19:38,400|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:19:43,402|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:19:48,403|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:19:53,405|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:19:58,407|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:20:03,408|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:20:08,410|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:20:13,412|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:20:18,413|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:20:23,415|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:20:28,416|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:20:33,418|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:20:38,420|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:20:43,421|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:20:48,423|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:20:53,425|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:20:58,426|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:21:03,428|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:21:08,430|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:21:13,431|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:21:18,433|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:21:23,434|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:21:28,436|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:21:33,437|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:21:38,439|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:21:43,440|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:21:48,441|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:21:53,444|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:21:58,445|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:22:03,447|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:22:08,448|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:22:13,450|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:22:18,451|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:22:23,453|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:22:28,454|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:22:33,456|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:22:38,457|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:22:43,458|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:22:48,460|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:22:53,461|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:22:58,463|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:23:03,465|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:23:08,466|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:23:13,468|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:23:18,469|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:23:23,471|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:23:28,472|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:23:33,474|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:23:38,475|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:23:43,477|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:23:48,478|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:23:53,480|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:23:58,482|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:24:03,483|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:24:08,485|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:24:13,487|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:24:18,488|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:24:23,490|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:24:28,491|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:24:33,493|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:24:38,494|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:24:43,495|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:24:48,497|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:24:53,498|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:24:58,500|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:25:03,503|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:25:08,504|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:25:13,506|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:25:18,507|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:25:23,509|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:25:28,511|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:25:33,512|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:25:38,514|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:25:43,515|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:25:48,517|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:25:53,519|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:25:58,520|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:26:03,522|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:26:08,523|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:26:13,525|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:26:18,527|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:26:23,528|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:26:28,530|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:26:33,531|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:26:38,533|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:26:43,534|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:26:48,535|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:26:53,537|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:26:58,538|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:27:03,539|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:27:08,541|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:27:13,542|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:27:18,544|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:27:23,546|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:27:28,548|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:27:33,549|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:27:38,550|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:27:43,552|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:27:48,554|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:27:53,555|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:27:58,557|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:28:03,558|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-3||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:28:08,560|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:28:13,561|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:28:18,563|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:28:23,564|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:28:28,565|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:28:33,567|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:28:38,569|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:28:43,570|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:28:48,572|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:28:53,574|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:28:58,575|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:29:03,577|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:29:08,578|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:29:13,580|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:29:18,581|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:29:23,587|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:29:28,589|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:29:33,590|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-6||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:29:38,591|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:29:43,593|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:29:48,594|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:29:53,596|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:29:58,597|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-6||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:30:03,599|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:30:08,600|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:30:13,602|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:30:16,253|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.IO.thread-in-0||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] Initialized new cluster connection between /10.233.70.95:5701 and /10.233.78.195:60635
2021-04-27 20:30:18,603|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 1
2021-04-27 20:30:22,251|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.priority-generic-operation.thread-0||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] 

Members {size:2, ver:2} [
	Member [10.233.70.95]:5701 - 24c6ae44-bc3f-4ea2-ad54-12ef307f8511 this
	Member [10.233.78.195]:5701 - dfa233d7-6904-484d-9a67-f153c648deb0
]

2021-04-27 20:30:23,605|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 2
2021-04-27 20:30:28,606|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 2
2021-04-27 20:30:33,608|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 2
2021-04-27 20:30:38,610|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 2
2021-04-27 20:30:43,611|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 2
2021-04-27 20:30:48,613|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-4||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 2
2021-04-27 20:30:53,614|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 2
2021-04-27 20:30:58,616|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 2
2021-04-27 20:31:03,617|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 2
2021-04-27 20:31:08,619|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 2
2021-04-27 20:31:10,121|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.IO.thread-in-1||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] Initialized new cluster connection between /10.233.70.95:5701 and /10.233.68.107:43797
2021-04-27 20:31:13,621|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-2||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is waiting for 3 members to join the cluster. Current member count: 2
2021-04-27 20:31:16,106|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.priority-generic-operation.thread-0||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] 

Members {size:3, ver:3} [
	Member [10.233.70.95]:5701 - 24c6ae44-bc3f-4ea2-ad54-12ef307f8511 this
	Member [10.233.78.195]:5701 - dfa233d7-6904-484d-9a67-f153c648deb0
	Member [10.233.68.107]:5701 - 7a63d218-e232-4d77-a081-36abb2f895c6
]

2021-04-27 20:31:16,319|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.priority-generic-operation.thread-0||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] Initializing cluster partition table arrangement...
2021-04-27 20:31:16,644|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] RaftNode[CPGroupId{name='METADATA', seed=0, groupId=0}] is created with [RaftEndpoint{uuid='dfa233d7-6904-484d-9a67-f153c648deb0'}, RaftEndpoint{uuid='24c6ae44-bc3f-4ea2-ad54-12ef307f8511'}, RaftEndpoint{uuid='7a63d218-e232-4d77-a081-36abb2f895c6'}]
2021-04-27 20:31:16,648|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.partition-operation.thread-0||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] Status is set to: ACTIVE
2021-04-27 20:31:18,406|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.partition-operation.thread-0||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] Granted pre-vote for PreVoteRequest{candidate=RaftEndpoint{uuid='7a63d218-e232-4d77-a081-36abb2f895c6'}, nextTerm=1, lastLogTerm=0, lastLogIndex=0}
2021-04-27 20:31:18,414|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.partition-operation.thread-0||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] Moving to new term: 1 from current term: 0 after VoteRequest{candidate=RaftEndpoint{uuid='7a63d218-e232-4d77-a081-36abb2f895c6'}, term=1, lastLogTerm=0, lastLogIndex=0, disruptive=false}
2021-04-27 20:31:18,414|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.partition-operation.thread-0||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] 

CP Group Members {groupId: METADATA(0), size:3, term:1, logIndex:0} [
	CPMember{uuid=dfa233d7-6904-484d-9a67-f153c648deb0, address=[10.233.78.195]:5701}
	CPMember{uuid=24c6ae44-bc3f-4ea2-ad54-12ef307f8511, address=[10.233.70.95]:5701} - FOLLOWER this
	CPMember{uuid=7a63d218-e232-4d77-a081-36abb2f895c6, address=[10.233.68.107]:5701}
]

2021-04-27 20:31:18,415|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.partition-operation.thread-0||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] Granted vote for VoteRequest{candidate=RaftEndpoint{uuid='7a63d218-e232-4d77-a081-36abb2f895c6'}, term=1, lastLogTerm=0, lastLogIndex=0, disruptive=false}
2021-04-27 20:31:18,423|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.partition-operation.thread-0||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] Setting leader: RaftEndpoint{uuid='7a63d218-e232-4d77-a081-36abb2f895c6'}
2021-04-27 20:31:18,424|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.partition-operation.thread-0||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] 

CP Group Members {groupId: METADATA(0), size:3, term:1, logIndex:0} [
	CPMember{uuid=dfa233d7-6904-484d-9a67-f153c648deb0, address=[10.233.78.195]:5701}
	CPMember{uuid=24c6ae44-bc3f-4ea2-ad54-12ef307f8511, address=[10.233.70.95]:5701} - FOLLOWER this
	CPMember{uuid=7a63d218-e232-4d77-a081-36abb2f895c6, address=[10.233.68.107]:5701} - LEADER
]

2021-04-27 20:31:19,233|||hz.onap-cds-blueprints-processor-cc4fdb547-zx627.cached.thread-5||||INFO||||||| [10.233.70.95]:5701 [cds-cluster] [4.0] CP Subsystem is initialized with: [CPMember{uuid=dfa233d7-6904-484d-9a67-f153c648deb0, address=[10.233.78.195]:5701}, CPMember{uuid=24c6ae44-bc3f-4ea2-ad54-12ef307f8511, address=[10.233.70.95]:5701}, CPMember{uuid=7a63d218-e232-4d77-a081-36abb2f895c6, address=[10.233.68.107]:5701}]