Results

By type

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

2023-05-01 23:34:07.079  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : Starting Main using Java 11.0.9.1 on onap-dcae-ves-openapi-manager-7dfd5677c9-cmwgh with PID 1 (/app/ves-openapi-manager.jar started by onap in /app)
2023-05-01 23:34:07.082  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : No active profile set, falling back to 1 default profile: "default"
2023-05-01 23:34:08.380  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8080 (http)
2023-05-01 23:34:08.393  INFO 1 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2023-05-01 23:34:08.394  INFO 1 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.65]
2023-05-01 23:34:08.485  INFO 1 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2023-05-01 23:34:08.486  INFO 1 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1342 ms
2023-05-01 23:34:09.400  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : ===================================
2023-05-01 23:34:09.401  INFO 1 --- [           main] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2023-05-01 23:34:09.699  INFO 1 --- [           main] o.a.k.clients.producer.ProducerConfig    : ProducerConfig values: 
	acks = -1
	batch.size = 16384
	bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
	buffer.memory = 33554432
	client.dns.lookup = use_all_dns_ips
	client.id = ves-openapi-manager-producer-23bfad03-fb3b-46c2-b721-011a0a761f5c
	compression.type = none
	connections.max.idle.ms = 540000
	delivery.timeout.ms = 120000
	enable.idempotence = true
	interceptor.classes = []
	key.serializer = class org.apache.kafka.common.serialization.StringSerializer
	linger.ms = 0
	max.block.ms = 60000
	max.in.flight.requests.per.connection = 5
	max.request.size = 1048576
	metadata.max.age.ms = 300000
	metadata.max.idle.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partitioner.class = class org.apache.kafka.clients.producer.internals.DefaultPartitioner
	receive.buffer.bytes = 32768
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retries = 2147483647
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	transaction.timeout.ms = 60000
	transactional.id = null
	value.serializer = class org.apache.kafka.common.serialization.StringSerializer

2023-05-01 23:34:09.797  INFO 1 --- [           main] o.a.k.clients.producer.KafkaProducer     : [Producer clientId=ves-openapi-manager-producer-23bfad03-fb3b-46c2-b721-011a0a761f5c] Instantiated an idempotent producer.
2023-05-01 23:34:09.848  INFO 1 --- [           main] o.a.k.c.s.authenticator.AbstractLogin    : Successfully logged in.
2023-05-01 23:34:09.889  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka version: 3.1.1
2023-05-01 23:34:09.894  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka commitId: 97671528ba54a138
2023-05-01 23:34:09.895  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka startTimeMs: 1682984049885
2023-05-01 23:34:09.904  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : distribution client initialized successfully
2023-05-01 23:34:09.904  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : ===================================
2023-05-01 23:34:09.904  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : ===================================
2023-05-01 23:34:09.904  INFO 1 --- [           main] o.onap.sdc.impl.DistributionClientImpl   : start DistributionClient
2023-05-01 23:34:09.930  INFO 1 --- [           main] o.a.k.clients.consumer.ConsumerConfig    : ConsumerConfig values: 
	allow.auto.create.topics = false
	auto.commit.interval.ms = 5000
	auto.offset.reset = latest
	bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
	check.crcs = true
	client.dns.lookup = use_all_dns_ips
	client.id = ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe
	client.rack = 
	connections.max.idle.ms = 540000
	default.api.timeout.ms = 60000
	enable.auto.commit = true
	exclude.internal.topics = true
	fetch.max.bytes = 52428800
	fetch.max.wait.ms = 500
	fetch.min.bytes = 1
	group.id = dcaegen2
	group.instance.id = null
	heartbeat.interval.ms = 3000
	interceptor.classes = []
	internal.leave.group.on.close = true
	internal.throw.on.fetch.stable.offset.unsupported = false
	isolation.level = read_uncommitted
	key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
	max.partition.fetch.bytes = 1048576
	max.poll.interval.ms = 300000
	max.poll.records = 500
	metadata.max.age.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
	receive.buffer.bytes = 65536
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	session.timeout.ms = 45000
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer

2023-05-01 23:34:10.020  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka version: 3.1.1
2023-05-01 23:34:10.020  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka commitId: 97671528ba54a138
2023-05-01 23:34:10.020  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka startTimeMs: 1682984050020
2023-05-01 23:34:10.022  INFO 1 --- [           main] o.a.k.clients.consumer.KafkaConsumer     : [Consumer clientId=ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe, groupId=dcaegen2] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:34:10.025  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : distribution client started successfully
2023-05-01 23:34:10.025  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : ===================================
2023-05-01 23:34:10.026  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:34:10.880  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8080 (http) with context path ''
2023-05-01 23:34:10.893  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : Started Main in 4.574 seconds (JVM running for 5.253)
2023-05-01 23:34:11.207  INFO 1 --- [21-011a0a761f5c] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-23bfad03-fb3b-46c2-b721-011a0a761f5c] Cluster ID: AEnSLJSdRge5kCcToJTPwg
2023-05-01 23:34:11.208  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe, groupId=dcaegen2] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to E59jjc5HSJKM98fZ_aAJsA
2023-05-01 23:34:11.209  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe, groupId=dcaegen2] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to E59jjc5HSJKM98fZ_aAJsA
2023-05-01 23:34:11.210  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe, groupId=dcaegen2] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to E59jjc5HSJKM98fZ_aAJsA
2023-05-01 23:34:11.210  INFO 1 --- [21-011a0a761f5c] o.a.k.c.p.internals.TransactionManager   : [Producer clientId=ves-openapi-manager-producer-23bfad03-fb3b-46c2-b721-011a0a761f5c] ProducerId set to 1005 with epoch 0
2023-05-01 23:34:11.210  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe, groupId=dcaegen2] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to E59jjc5HSJKM98fZ_aAJsA
2023-05-01 23:34:11.210  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe, groupId=dcaegen2] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to E59jjc5HSJKM98fZ_aAJsA
2023-05-01 23:34:11.210  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe, groupId=dcaegen2] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to E59jjc5HSJKM98fZ_aAJsA
2023-05-01 23:34:11.214  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe, groupId=dcaegen2] Cluster ID: AEnSLJSdRge5kCcToJTPwg
2023-05-01 23:34:11.216  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe, groupId=dcaegen2] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-05-01 23:34:11.232  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe, groupId=dcaegen2] (Re-)joining group
2023-05-01 23:34:11.302  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe, groupId=dcaegen2] Request joining group due to: need to re-join with the given member-id
2023-05-01 23:34:11.303  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe, groupId=dcaegen2] (Re-)joining group
2023-05-01 23:34:14.310  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe, groupId=dcaegen2] Successfully joined group with generation Generation{generationId=1, memberId='ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe-5e258a65-7f4e-4413-a69d-4f42de334573', protocol='range'}
2023-05-01 23:34:14.312  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe, groupId=dcaegen2] Finished assignment for group at generation 1: {ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe-5e258a65-7f4e-4413-a69d-4f42de334573=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-05-01 23:34:14.333  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe, groupId=dcaegen2] Successfully synced group in generation Generation{generationId=1, memberId='ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe-5e258a65-7f4e-4413-a69d-4f42de334573', protocol='range'}
2023-05-01 23:34:14.333  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe, groupId=dcaegen2] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-05-01 23:34:14.336  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe, groupId=dcaegen2] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-5, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-05-01 23:34:14.346  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-05-01 23:34:14.347  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-05-01 23:34:14.347  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-05-01 23:34:14.347  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-05-01 23:34:14.347  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-05-01 23:34:14.347  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-05-01 23:34:14.453  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-01 23:34:14.454  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-01 23:34:14.468  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-01 23:34:14.468  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-01 23:34:14.471  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-01 23:34:14.472  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-01 23:34:30.041  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:34:50.042  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:34:58.651  INFO 1 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-05-01 23:34:58.652  INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-05-01 23:34:58.653  INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 1 ms
2023-05-01 23:35:10.043  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:35:30.045  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:35:50.046  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:36:10.047  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:36:30.048  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:36:50.049  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:37:10.050  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:37:30.053  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:37:50.053  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:38:10.054  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:38:30.056  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:38:50.057  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:39:10.059  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:39:30.060  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:39:50.061  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:40:10.062  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:40:30.063  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:40:50.065  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:41:10.067  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:41:30.068  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:41:50.068  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:42:10.070  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:42:30.070  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:42:50.071  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:43:10.072  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:43:11.277  INFO 1 --- [pool-1-thread-9] org.apache.kafka.clients.NetworkClient   : [Consumer clientId=ves-openapi-manager-consumer-b072508b-b56e-4a14-9562-64c30af91fbe, groupId=dcaegen2] Node -1 disconnected.
2023-05-01 23:43:11.535  INFO 1 --- [21-011a0a761f5c] org.apache.kafka.clients.NetworkClient   : [Producer clientId=ves-openapi-manager-producer-23bfad03-fb3b-46c2-b721-011a0a761f5c] Node -1 disconnected.
2023-05-01 23:43:30.074  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:43:50.074  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:44:10.076  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:44:30.078  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:44:50.079  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:45:10.079  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:45:30.080  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:45:50.082  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:46:10.083  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:46:30.084  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:46:50.085  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:47:10.087  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:47:30.087  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:47:50.088  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:48:10.090  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:48:30.090  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:48:50.091  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:49:10.091  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:49:30.093  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:49:50.093  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:50:10.094  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:50:30.096  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:50:50.097  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:51:10.098  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:51:30.100  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:51:50.101  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:52:10.102  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:52:30.103  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:52:50.104  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:53:10.104  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:53:30.106  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:53:50.108  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:54:10.109  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:54:30.110  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:54:50.111  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:55:10.111  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:55:30.112  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:55:50.113  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:56:10.115  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:56:30.116  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:56:50.117  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:57:10.118  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:57:30.118  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:57:50.120  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:58:10.121  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:58:30.123  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:58:50.123  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:59:10.125  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:59:30.126  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-01 23:59:50.128  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:00:10.128  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:00:30.130  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:00:50.132  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:01:10.133  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:01:30.134  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:01:50.136  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:02:10.137  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:02:30.138  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:02:50.139  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:03:10.140  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:03:30.140  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:03:50.142  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:04:10.142  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:04:30.144  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:04:50.144  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:05:10.146  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:05:30.147  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:05:50.148  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:06:10.149  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:06:30.150  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:06:50.150  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:07:10.152  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:07:30.153  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:07:50.154  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:08:10.157  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:08:30.158  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:08:50.159  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:09:10.159  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:09:30.160  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:09:50.162  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:10:10.162  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:10:30.162  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:10:50.164  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:11:10.165  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:11:30.165  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:11:50.166  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:12:10.166  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:12:30.168  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:12:50.169  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:13:10.169  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:13:30.171  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:13:50.172  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:14:10.173  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:14:30.173  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:14:50.175  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:15:10.177  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:15:30.180  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:15:50.181  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:16:10.183  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:16:30.183  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:16:50.184  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:17:10.185  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:17:30.187  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:17:50.187  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:18:10.188  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:18:30.189  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:18:50.189  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:19:10.191  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:19:30.191  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:19:50.192  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:20:10.193  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:20:30.193  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:20:50.195  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:21:10.195  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:21:30.196  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:21:50.197  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:22:10.198  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:22:30.199  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:22:50.200  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:23:10.202  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:23:30.203  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:23:50.203  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:24:10.204  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:24:30.204  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:24:50.206  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:25:10.207  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:25:30.208  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:25:50.208  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:26:10.209  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:26:30.211  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:26:50.212  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:27:10.213  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:27:30.214  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:27:50.216  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:28:10.216  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:28:30.217  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:28:50.217  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:29:10.217  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:29:30.217  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:29:50.219  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:30:10.220  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:30:30.221  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:30:50.221  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:31:10.221  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:31:30.223  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:31:50.224  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:32:10.224  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:32:30.225  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:32:50.226  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:33:10.226  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:33:30.227  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:33:50.229  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:34:10.230  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:34:30.231  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:34:50.231  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:35:10.233  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:35:30.233  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:35:50.233  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:36:10.233  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:36:30.234  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:36:50.235  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:37:10.236  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:37:30.236  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:37:50.238  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:38:10.239  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:38:30.239  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:38:50.240  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:39:10.242  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:39:30.243  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:39:50.244  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:40:10.245  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:40:30.247  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:40:50.248  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:41:10.248  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:41:30.250  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:41:50.251  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:42:10.252  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:42:30.254  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:42:50.255  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:43:10.255  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:43:30.256  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:43:50.257  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:44:10.257  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:44:30.259  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:44:50.259  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:45:10.260  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:45:30.261  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:45:50.261  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:46:10.262  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:46:30.263  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:46:50.264  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:47:10.264  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:47:30.265  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:47:50.266  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:48:10.266  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:48:30.268  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:48:50.269  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:49:10.270  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:49:30.271  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:49:50.272  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:50:10.273  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:50:30.273  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:50:50.274  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:51:10.274  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:51:30.275  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:51:50.276  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:52:10.277  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:52:30.278  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:52:50.278  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:53:10.280  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:53:30.281  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:53:50.282  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:54:10.282  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:54:30.284  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:54:50.284  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:55:10.286  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:55:30.286  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:55:50.287  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:56:03.750  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 00:56:03.755  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 00:56:03.756  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "f68a717c-0230-401d-823c-4b26d3a56850",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682988950287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230502005446/1.0/resourceInstances/vfw1e13e202a4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 00:56:03.764  INFO 1 --- [21-011a0a761f5c] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-23bfad03-fb3b-46c2-b721-011a0a761f5c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to TiO02sGASB-hsnEB6ndSHA
2023-05-02 00:56:03.765  INFO 1 --- [21-011a0a761f5c] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-23bfad03-fb3b-46c2-b721-011a0a761f5c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to TiO02sGASB-hsnEB6ndSHA
2023-05-02 00:56:03.765  INFO 1 --- [21-011a0a761f5c] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-23bfad03-fb3b-46c2-b721-011a0a761f5c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to TiO02sGASB-hsnEB6ndSHA
2023-05-02 00:56:03.765  INFO 1 --- [21-011a0a761f5c] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-23bfad03-fb3b-46c2-b721-011a0a761f5c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to TiO02sGASB-hsnEB6ndSHA
2023-05-02 00:56:03.765  INFO 1 --- [21-011a0a761f5c] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-23bfad03-fb3b-46c2-b721-011a0a761f5c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to TiO02sGASB-hsnEB6ndSHA
2023-05-02 00:56:03.765  INFO 1 --- [21-011a0a761f5c] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-23bfad03-fb3b-46c2-b721-011a0a761f5c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to TiO02sGASB-hsnEB6ndSHA
2023-05-02 00:56:04.793  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 00:56:04.794  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 00:56:04.794  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "f68a717c-0230-401d-823c-4b26d3a56850",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682988950287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230502005446/1.0/resourceInstances/vfw1e13e202a4a50/artifacts/vfw1e13e202a4a50_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 00:56:05.796  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 00:56:05.798  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 00:56:05.798  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "f68a717c-0230-401d-823c-4b26d3a56850",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682988950287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230502005446/1.0/resourceInstances/vfw1e13e202a4a50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 00:56:06.799  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 00:56:06.799  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 00:56:06.799  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "f68a717c-0230-401d-823c-4b26d3a56850",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682988950287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230502005446/1.0/resourceInstances/vfw1e13e202a4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 00:56:07.801  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 00:56:07.802  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 00:56:07.802  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "f68a717c-0230-401d-823c-4b26d3a56850",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682988950287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230502005446/1.0/resourceInstances/vfw1e13e202a4a50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 00:56:08.803  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 00:56:08.804  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 00:56:08.804  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "f68a717c-0230-401d-823c-4b26d3a56850",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682988950287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230502005446/1.0/artifacts/service-Vfw20230502005446-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 00:56:09.805  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 00:56:09.806  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 00:56:09.806  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "f68a717c-0230-401d-823c-4b26d3a56850",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682988950287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230502005446/1.0/artifacts/service-Vfw20230502005446-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 00:56:10.807  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:56:24.391  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 00:56:24.391  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 00:56:24.392  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "39e2d598-781d-4b3d-a707-52969d903183",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682988970807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOldvyd/1.0/resourceInstances/basic_onboard_oldvyd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 00:56:25.392  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 00:56:25.393  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 00:56:25.394  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "39e2d598-781d-4b3d-a707-52969d903183",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682988970807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOldvyd/1.0/resourceInstances/basic_onboard_oldvyd0/artifacts/basic_onboard_oldvyd0_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 00:56:26.395  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 00:56:26.396  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 00:56:26.396  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "39e2d598-781d-4b3d-a707-52969d903183",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682988970807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOldvyd/1.0/resourceInstances/basic_onboard_oldvyd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 00:56:27.396  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 00:56:27.397  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 00:56:27.397  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "39e2d598-781d-4b3d-a707-52969d903183",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682988970807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOldvyd/1.0/resourceInstances/basic_onboard_oldvyd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 00:56:28.398  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 00:56:28.398  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 00:56:28.399  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "39e2d598-781d-4b3d-a707-52969d903183",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682988970807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOldvyd/1.0/resourceInstances/basic_onboard_oldvyd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 00:56:29.399  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 00:56:29.400  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 00:56:29.400  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "39e2d598-781d-4b3d-a707-52969d903183",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682988970807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOldvyd/1.0/artifacts/service-BasicOnboardOldvyd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 00:56:30.401  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 00:56:30.401  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 00:56:30.402  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "39e2d598-781d-4b3d-a707-52969d903183",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682988970807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOldvyd/1.0/artifacts/service-BasicOnboardOldvyd-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 00:56:31.402  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:56:51.404  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:57:11.405  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:57:31.406  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:57:51.407  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:58:11.408  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:58:31.408  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:58:51.409  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:59:11.410  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:59:31.411  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 00:59:51.412  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:00:11.414  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:00:31.415  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:00:51.416  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:01:11.416  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:01:31.418  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:01:51.418  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:02:11.418  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:02:31.418  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:02:51.418  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:03:11.420  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:03:31.420  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:03:51.421  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:04:11.422  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:04:31.423  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:04:51.423  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:05:11.424  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:05:31.426  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:05:51.427  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:06:11.427  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:06:31.429  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:06:51.430  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:07:11.431  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:07:31.431  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:07:51.433  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:08:11.434  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:08:31.434  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:08:51.435  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:09:11.437  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:09:31.438  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:09:51.439  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:10:11.439  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:10:31.440  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:10:51.441  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:10:52.270  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:10:52.271  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:10:52.271  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "41588549-54f0-41d8-a4cb-be121572513b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682989851441,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:10:52.277  INFO 1 --- [21-011a0a761f5c] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-23bfad03-fb3b-46c2-b721-011a0a761f5c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to TiO02sGASB-hsnEB6ndSHA
2023-05-02 01:10:52.277  INFO 1 --- [21-011a0a761f5c] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-23bfad03-fb3b-46c2-b721-011a0a761f5c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to TiO02sGASB-hsnEB6ndSHA
2023-05-02 01:10:52.277  INFO 1 --- [21-011a0a761f5c] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-23bfad03-fb3b-46c2-b721-011a0a761f5c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to TiO02sGASB-hsnEB6ndSHA
2023-05-02 01:10:52.278  INFO 1 --- [21-011a0a761f5c] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-23bfad03-fb3b-46c2-b721-011a0a761f5c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to TiO02sGASB-hsnEB6ndSHA
2023-05-02 01:10:52.278  INFO 1 --- [21-011a0a761f5c] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-23bfad03-fb3b-46c2-b721-011a0a761f5c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to TiO02sGASB-hsnEB6ndSHA
2023-05-02 01:10:52.278  INFO 1 --- [21-011a0a761f5c] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-23bfad03-fb3b-46c2-b721-011a0a761f5c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to TiO02sGASB-hsnEB6ndSHA
2023-05-02 01:10:53.293  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:10:53.293  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:10:53.293  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "41588549-54f0-41d8-a4cb-be121572513b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682989851441,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:11:10.024  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:11:30.025  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:11:50.026  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:12:06.656  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:12:06.656  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:12:06.660  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "ab15d454-2add-4335-8cfa-77339bfe9d6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682989910026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPmhn7veztiwcfkvlgq61/1.0/resourceInstances/pnf88f83ff247720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:12:07.662  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:12:07.662  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:12:07.662  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "ab15d454-2add-4335-8cfa-77339bfe9d6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682989910026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPmhn7veztiwcfkvlgq61/1.0/resourceInstances/pnf88f83ff247720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:12:08.664  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:12:08.665  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:12:08.666  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "ab15d454-2add-4335-8cfa-77339bfe9d6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682989910026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPmhn7veztiwcfkvlgq61/1.0/resourceInstances/pnf88f83ff247720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:12:09.668  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:12:09.668  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:12:09.668  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "ab15d454-2add-4335-8cfa-77339bfe9d6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682989910026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPmhn7veztiwcfkvlgq61/1.0/resourceInstances/pnf88f83ff247720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:12:10.669  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:12:10.669  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:12:10.669  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "ab15d454-2add-4335-8cfa-77339bfe9d6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682989910026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPmhn7veztiwcfkvlgq61/1.0/resourceInstances/pnf88f83ff247720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:12:11.672  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:12:11.672  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:12:11.672  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "ab15d454-2add-4335-8cfa-77339bfe9d6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682989910026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPmhn7veztiwcfkvlgq61/1.0/resourceInstances/pnf88f83ff247720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:12:12.673  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:12:12.674  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:12:12.674  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "ab15d454-2add-4335-8cfa-77339bfe9d6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682989910026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPmhn7veztiwcfkvlgq61/1.0/artifacts/service-DemoPnfPmhn7veztiwcfkvlgq61-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:12:13.675  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:12:13.675  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:12:13.675  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "ab15d454-2add-4335-8cfa-77339bfe9d6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682989910026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPmhn7veztiwcfkvlgq61/1.0/artifacts/service-DemoPnfPmhn7veztiwcfkvlgq61-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:12:14.677  INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback   : ===================================
2023-05-02 01:12:14.678  INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback   : Distributed service information
2023-05-02 01:12:14.688  INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback   : Service UUID: 45214d55-c6ff-4f20-91c4-df20ee21fdf1
2023-05-02 01:12:14.688  INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback   : Service name: Demo_pNF_pmHn7vEztIWCfKVlGq61
2023-05-02 01:12:14.688  INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback   : Service resources:
2023-05-02 01:12:14.690  INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback   :  - Resource: pNF 88f83ff2-4772
2023-05-02 01:12:14.690  INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback   :    Artifacts:
2023-05-02 01:12:14.691  INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback   :    - Name: MyPnf_Pnf_v1.yaml
2023-05-02 01:12:14.691  INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback   : ===================================
2023-05-02 01:12:14.693  INFO 1 --- [pool-1-thread-8] o.o.v.o.m.service.ArtifactsCollector     : Downloading artifacts
2023-05-02 01:12:14.821  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendDownloadStatus
2023-05-02 01:12:14.822  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:12:14.823  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "ab15d454-2add-4335-8cfa-77339bfe9d6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682989934821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPmhn7veztiwcfkvlgq61/1.0/resourceInstances/pnf88f83ff247720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:12:16.134  WARN 1 --- [pool-1-thread-8] o.o.v.o.m.s.n.ValidationStatusSender     : Artifact MyPnf_Pnf_v1.yaml is valid
2023-05-02 01:12:16.135  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendDeploymentStatus
2023-05-02 01:12:16.135  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:12:16.135  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "ab15d454-2add-4335-8cfa-77339bfe9d6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682989936134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPmhn7veztiwcfkvlgq61/1.0/resourceInstances/pnf88f83ff247720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:12:17.138  INFO 1 --- [pool-1-thread-8] o.o.v.o.m.s.n.FinalStatusSender          : All VES_EVENT artifacts are valid, sending final status COMPONENT_DONE_OK
2023-05-02 01:12:17.139  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendFinalDistributionStatus status
2023-05-02 01:12:17.139  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:12:17.139  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "ab15d454-2add-4335-8cfa-77339bfe9d6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682989937138,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:12:18.140  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:12:24.894  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:12:24.894  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:12:24.894  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "cb6a1c59-0352-4e35-9225-4e376387bdcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682989938140,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:12:25.895  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:12:25.895  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:12:25.895  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "cb6a1c59-0352-4e35-9225-4e376387bdcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682989938140,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:12:26.896  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:12:26.898  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:12:26.898  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "cb6a1c59-0352-4e35-9225-4e376387bdcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682989938140,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:12:27.899  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:12:27.900  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:12:27.900  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "cb6a1c59-0352-4e35-9225-4e376387bdcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682989938140,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:12:28.902  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:12:28.902  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:12:28.903  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "cb6a1c59-0352-4e35-9225-4e376387bdcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682989938140,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:12:29.904  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:12:29.907  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:12:29.907  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "cb6a1c59-0352-4e35-9225-4e376387bdcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682989938140,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:12:30.908  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:12:30.909  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:12:30.909  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "cb6a1c59-0352-4e35-9225-4e376387bdcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682989938140,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:12:31.911  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:12:51.912  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:13:11.913  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:13:31.913  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:13:51.913  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:14:11.914  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:14:31.916  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:14:51.917  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:15:11.917  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:15:31.919  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:15:51.920  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:16:11.921  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:16:31.922  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:16:51.923  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:17:11.924  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:17:31.925  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:17:51.925  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:18:11.926  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:18:31.927  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:18:51.928  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:19:11.930  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:19:31.930  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:19:51.931  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:20:11.932  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:20:31.933  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:20:51.933  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:21:11.934  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:21:31.935  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:21:51.935  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:22:11.937  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:22:31.938  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:22:51.939  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:23:11.939  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:23:31.940  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:23:51.941  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:24:11.942  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:24:31.943  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:24:51.943  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:25:11.944  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:25:31.945  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:25:51.945  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:26:11.946  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:26:17.401  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:26:17.402  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:26:17.402  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "890c2dc2-62af-4c86-aae7-4ca4dd37bb0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682990771946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:26:17.407  INFO 1 --- [21-011a0a761f5c] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-23bfad03-fb3b-46c2-b721-011a0a761f5c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to TiO02sGASB-hsnEB6ndSHA
2023-05-02 01:26:17.407  INFO 1 --- [21-011a0a761f5c] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-23bfad03-fb3b-46c2-b721-011a0a761f5c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to TiO02sGASB-hsnEB6ndSHA
2023-05-02 01:26:17.407  INFO 1 --- [21-011a0a761f5c] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-23bfad03-fb3b-46c2-b721-011a0a761f5c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to TiO02sGASB-hsnEB6ndSHA
2023-05-02 01:26:17.407  INFO 1 --- [21-011a0a761f5c] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-23bfad03-fb3b-46c2-b721-011a0a761f5c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to TiO02sGASB-hsnEB6ndSHA
2023-05-02 01:26:17.407  INFO 1 --- [21-011a0a761f5c] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-23bfad03-fb3b-46c2-b721-011a0a761f5c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to TiO02sGASB-hsnEB6ndSHA
2023-05-02 01:26:17.407  INFO 1 --- [21-011a0a761f5c] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-23bfad03-fb3b-46c2-b721-011a0a761f5c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to TiO02sGASB-hsnEB6ndSHA
2023-05-02 01:26:18.411  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:26:18.411  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:26:18.411  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "890c2dc2-62af-4c86-aae7-4ca4dd37bb0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682990771946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:26:19.412  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:26:19.413  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:26:19.413  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "890c2dc2-62af-4c86-aae7-4ca4dd37bb0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682990771946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:26:20.414  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:26:20.414  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:26:20.414  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "890c2dc2-62af-4c86-aae7-4ca4dd37bb0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682990771946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:26:21.415  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:26:21.416  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:26:21.416  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "890c2dc2-62af-4c86-aae7-4ca4dd37bb0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682990771946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:26:22.416  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:26:22.417  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:26:22.417  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "890c2dc2-62af-4c86-aae7-4ca4dd37bb0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682990771946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:26:23.418  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:26:23.418  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:26:23.419  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "890c2dc2-62af-4c86-aae7-4ca4dd37bb0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682990771946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:26:24.419  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:26:24.420  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:26:24.420  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "890c2dc2-62af-4c86-aae7-4ca4dd37bb0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682990771946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:26:25.422  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:26:25.423  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:26:25.423  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "890c2dc2-62af-4c86-aae7-4ca4dd37bb0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682990771946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:26:26.425  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:26:26.425  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:26:26.425  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "890c2dc2-62af-4c86-aae7-4ca4dd37bb0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682990771946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:26:30.025  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:26:30.033  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:26:30.034  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:26:30.034  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "bcda2a00-cb0c-4e88-92e9-991128f88d60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682990790025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:26:31.035  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:26:31.035  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:26:31.035  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "bcda2a00-cb0c-4e88-92e9-991128f88d60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682990790025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:26:32.036  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:26:32.037  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:26:32.037  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "bcda2a00-cb0c-4e88-92e9-991128f88d60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682990790025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:26:33.037  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:26:33.038  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:26:33.038  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "bcda2a00-cb0c-4e88-92e9-991128f88d60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682990790025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:26:34.039  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:26:34.040  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:26:34.040  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "bcda2a00-cb0c-4e88-92e9-991128f88d60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682990790025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:26:35.041  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:26:35.041  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:26:35.041  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "bcda2a00-cb0c-4e88-92e9-991128f88d60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682990790025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:26:36.042  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:26:36.043  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:26:36.043  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "bcda2a00-cb0c-4e88-92e9-991128f88d60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682990790025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:26:37.044  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:26:37.045  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:26:37.045  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "bcda2a00-cb0c-4e88-92e9-991128f88d60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682990790025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:26:50.024  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:27:10.026  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:27:30.026  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:27:50.027  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:28:10.028  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:28:19.745  INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:28:19.745  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:28:19.745  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "5eec2be1-4751-4e14-b670-03104035507c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682990890028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:28:20.746  INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:28:20.747  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:28:20.747  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "5eec2be1-4751-4e14-b670-03104035507c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682990890028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:28:21.748  INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:28:21.749  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:28:21.749  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "5eec2be1-4751-4e14-b670-03104035507c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682990890028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:28:22.750  INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:28:22.750  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:28:22.750  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "5eec2be1-4751-4e14-b670-03104035507c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682990890028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:28:23.752  INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:28:23.754  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:28:23.754  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "5eec2be1-4751-4e14-b670-03104035507c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682990890028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:28:24.755  INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:28:24.756  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:28:24.756  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "5eec2be1-4751-4e14-b670-03104035507c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682990890028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:28:25.757  INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:28:25.758  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:28:25.758  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "5eec2be1-4751-4e14-b670-03104035507c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682990890028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:28:26.759  INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:28:26.760  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:28:26.760  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "5eec2be1-4751-4e14-b670-03104035507c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682990890028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:28:27.761  INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-02 01:28:27.761  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:28:27.762  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "5eec2be1-4751-4e14-b670-03104035507c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682990890028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:28:28.763  INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback   : ===================================
2023-05-02 01:28:28.763  INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback   : Distributed service information
2023-05-02 01:28:28.764  INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback   : Service UUID: 468904d3-62f7-40e8-80f2-c4271dceb596
2023-05-02 01:28:28.764  INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback   : Service name: test_pnf_macro
2023-05-02 01:28:28.764  INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback   : Service resources:
2023-05-02 01:28:28.764  INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback   :  - Resource: test-pnf
2023-05-02 01:28:28.764  INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback   :    Artifacts:
2023-05-02 01:28:28.764  INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback   :    - Name: MyPnf_Pnf_v1.yaml
2023-05-02 01:28:28.765  INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback   : ===================================
2023-05-02 01:28:28.765  INFO 1 --- [pool-1-thread-2] o.o.v.o.m.service.ArtifactsCollector     : Downloading artifacts
2023-05-02 01:28:28.933  INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendDownloadStatus
2023-05-02 01:28:28.934  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:28:28.934  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "5eec2be1-4751-4e14-b670-03104035507c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682990908933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:28:29.972  WARN 1 --- [pool-1-thread-2] o.o.v.o.m.s.n.ValidationStatusSender     : Artifact MyPnf_Pnf_v1.yaml is valid
2023-05-02 01:28:29.972  INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendDeploymentStatus
2023-05-02 01:28:29.972  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:28:29.972  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "5eec2be1-4751-4e14-b670-03104035507c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682990909972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:28:30.973  INFO 1 --- [pool-1-thread-2] o.o.v.o.m.s.n.FinalStatusSender          : All VES_EVENT artifacts are valid, sending final status COMPONENT_DONE_OK
2023-05-02 01:28:30.973  INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendFinalDistributionStatus status
2023-05-02 01:28:30.974  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-02 01:28:30.974  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "5eec2be1-4751-4e14-b670-03104035507c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682990910973,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-02 01:28:31.975  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:28:51.976  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:29:11.978  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:29:31.979  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:29:51.979  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:30:11.980  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:30:31.981  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:30:51.982  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:31:11.983  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:31:31.983  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:31:51.984  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:32:11.985  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:32:31.986  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:32:51.986  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:33:11.986  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:33:31.988  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:33:51.988  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:34:11.989  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:34:31.991  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:34:51.992  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:35:11.993  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:35:31.994  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:35:51.995  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:36:11.996  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:36:31.997  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:36:51.998  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:37:11.999  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:37:31.999  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:37:52.001  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:38:12.002  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:38:32.003  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:38:52.003  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:39:12.004  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:39:32.004  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:39:52.004  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:40:12.004  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:40:32.006  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:40:52.006  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:41:12.006  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:41:32.007  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:41:52.009  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:42:12.010  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:42:32.011  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:42:52.011  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:43:12.013  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:43:32.014  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:43:52.015  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:44:12.015  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:44:32.016  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:44:52.017  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:45:12.018  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:45:32.018  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:45:52.018  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:46:12.019  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:46:32.019  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:46:52.021  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:47:12.021  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:47:32.022  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:47:52.024  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:48:12.025  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:48:32.025  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:48:52.025  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:49:12.026  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:49:32.026  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:49:52.026  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:50:12.026  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:50:32.026  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:50:52.027  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:51:12.027  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:51:32.028  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:51:52.029  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:52:12.029  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:52:32.029  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:52:52.029  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:53:12.030  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:53:32.030  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:53:52.030  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:54:12.030  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:54:32.032  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:54:52.032  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:55:12.033  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:55:32.033  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:55:52.033  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:56:12.035  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:56:32.036  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:56:52.037  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-02 01:57:12.037  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO