. ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.7.2) 2023-01-16 05:15:16.507 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : Starting Main using Java 11.0.9.1 on onap-dcae-ves-openapi-manager-7b5d5b4fb4-ckwk4 with PID 1 (/app/ves-openapi-manager.jar started by onap in /app) 2023-01-16 05:15:16.512 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : No active profile set, falling back to 1 default profile: "default" 2023-01-16 05:15:18.153 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) 2023-01-16 05:15:18.171 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-01-16 05:15:18.171 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.65] 2023-01-16 05:15:18.280 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-01-16 05:15:18.280 INFO 1 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1686 ms 2023-01-16 05:15:19.252 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : =================================== 2023-01-16 05:15:19.253 INFO 1 --- [ main] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2023-01-16 05:15:19.744 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-e99e23c4-032c-46f7-9131-3c368d5c4106 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-01-16 05:15:19.877 INFO 1 --- [ main] o.a.k.clients.producer.KafkaProducer : [Producer clientId=ves-openapi-manager-producer-e99e23c4-032c-46f7-9131-3c368d5c4106] Instantiated an idempotent producer. 2023-01-16 05:15:19.954 INFO 1 --- [ main] o.a.k.c.s.authenticator.AbstractLogin : Successfully logged in. 2023-01-16 05:15:20.020 INFO 1 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka version: 3.1.1 2023-01-16 05:15:20.023 INFO 1 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka commitId: 97671528ba54a138 2023-01-16 05:15:20.023 INFO 1 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka startTimeMs: 1673846120018 2023-01-16 05:15:20.027 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : distribution client initialized successfully 2023-01-16 05:15:20.027 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : =================================== 2023-01-16 05:15:20.027 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : =================================== 2023-01-16 05:15:20.027 INFO 1 --- [ main] o.onap.sdc.impl.DistributionClientImpl : start DistributionClient 2023-01-16 05:15:20.042 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-687fc796-3461-4691-b54c-543884a1a4c8 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-01-16 05:15:20.106 INFO 1 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka version: 3.1.1 2023-01-16 05:15:20.106 INFO 1 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka commitId: 97671528ba54a138 2023-01-16 05:15:20.106 INFO 1 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka startTimeMs: 1673846120106 2023-01-16 05:15:20.107 INFO 1 --- [ main] o.a.k.clients.consumer.KafkaConsumer : [Consumer clientId=ves-openapi-manager-consumer-687fc796-3461-4691-b54c-543884a1a4c8, groupId=dcaegen2] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:15:20.110 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : distribution client started successfully 2023-01-16 05:15:20.110 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : =================================== 2023-01-16 05:15:20.110 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:15:20.981 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' 2023-01-16 05:15:20.995 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : Started Main in 5.618 seconds (JVM running for 6.498) 2023-01-16 05:15:21.063 INFO 1 --- [31-3c368d5c4106] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-e99e23c4-032c-46f7-9131-3c368d5c4106] Cluster ID: 72Wk5ItCROam8lKoLYvFuA 2023-01-16 05:15:21.065 INFO 1 --- [31-3c368d5c4106] o.a.k.c.p.internals.TransactionManager : [Producer clientId=ves-openapi-manager-producer-e99e23c4-032c-46f7-9131-3c368d5c4106] ProducerId set to 2 with epoch 0 2023-01-16 05:15:21.071 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-687fc796-3461-4691-b54c-543884a1a4c8, 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 ANq-JDj5R_OhrzCRee4_lQ 2023-01-16 05:15:21.072 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-687fc796-3461-4691-b54c-543884a1a4c8, 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 ANq-JDj5R_OhrzCRee4_lQ 2023-01-16 05:15:21.072 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-687fc796-3461-4691-b54c-543884a1a4c8, 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 ANq-JDj5R_OhrzCRee4_lQ 2023-01-16 05:15:21.072 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-687fc796-3461-4691-b54c-543884a1a4c8, 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 ANq-JDj5R_OhrzCRee4_lQ 2023-01-16 05:15:21.072 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-687fc796-3461-4691-b54c-543884a1a4c8, 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 ANq-JDj5R_OhrzCRee4_lQ 2023-01-16 05:15:21.072 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-687fc796-3461-4691-b54c-543884a1a4c8, 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 ANq-JDj5R_OhrzCRee4_lQ 2023-01-16 05:15:21.074 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-687fc796-3461-4691-b54c-543884a1a4c8, groupId=dcaegen2] Cluster ID: 72Wk5ItCROam8lKoLYvFuA 2023-01-16 05:15:21.076 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-687fc796-3461-4691-b54c-543884a1a4c8, groupId=dcaegen2] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) 2023-01-16 05:15:21.086 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-687fc796-3461-4691-b54c-543884a1a4c8, groupId=dcaegen2] (Re-)joining group 2023-01-16 05:15:21.214 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-687fc796-3461-4691-b54c-543884a1a4c8, groupId=dcaegen2] Request joining group due to: need to re-join with the given member-id 2023-01-16 05:15:21.214 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-687fc796-3461-4691-b54c-543884a1a4c8, groupId=dcaegen2] (Re-)joining group 2023-01-16 05:15:24.219 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-687fc796-3461-4691-b54c-543884a1a4c8, groupId=dcaegen2] Successfully joined group with generation Generation{generationId=1, memberId='ves-openapi-manager-consumer-687fc796-3461-4691-b54c-543884a1a4c8-345a4b66-9ea6-4c53-bbe2-561e247b782c', protocol='range'} 2023-01-16 05:15:24.223 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-687fc796-3461-4691-b54c-543884a1a4c8, groupId=dcaegen2] Finished assignment for group at generation 1: {ves-openapi-manager-consumer-687fc796-3461-4691-b54c-543884a1a4c8-345a4b66-9ea6-4c53-bbe2-561e247b782c=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-01-16 05:15:24.251 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-687fc796-3461-4691-b54c-543884a1a4c8, groupId=dcaegen2] Successfully synced group in generation Generation{generationId=1, memberId='ves-openapi-manager-consumer-687fc796-3461-4691-b54c-543884a1a4c8-345a4b66-9ea6-4c53-bbe2-561e247b782c', protocol='range'} 2023-01-16 05:15:24.252 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-687fc796-3461-4691-b54c-543884a1a4c8, 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-01-16 05:15:24.256 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-687fc796-3461-4691-b54c-543884a1a4c8, 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-01-16 05:15:24.268 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-687fc796-3461-4691-b54c-543884a1a4c8, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-01-16 05:15:24.269 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-687fc796-3461-4691-b54c-543884a1a4c8, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 2023-01-16 05:15:24.269 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-687fc796-3461-4691-b54c-543884a1a4c8, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 2023-01-16 05:15:24.269 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-687fc796-3461-4691-b54c-543884a1a4c8, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 2023-01-16 05:15:24.269 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-687fc796-3461-4691-b54c-543884a1a4c8, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 2023-01-16 05:15:24.269 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-687fc796-3461-4691-b54c-543884a1a4c8, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 2023-01-16 05:15:24.399 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=ves-openapi-manager-consumer-687fc796-3461-4691-b54c-543884a1a4c8, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-01-16 05:15:24.401 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=ves-openapi-manager-consumer-687fc796-3461-4691-b54c-543884a1a4c8, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-01-16 05:15:24.409 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=ves-openapi-manager-consumer-687fc796-3461-4691-b54c-543884a1a4c8, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-01-16 05:15:24.409 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=ves-openapi-manager-consumer-687fc796-3461-4691-b54c-543884a1a4c8, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-01-16 05:15:24.409 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=ves-openapi-manager-consumer-687fc796-3461-4691-b54c-543884a1a4c8, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-01-16 05:15:24.410 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=ves-openapi-manager-consumer-687fc796-3461-4691-b54c-543884a1a4c8, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-01-16 05:15:40.114 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:15:49.135 INFO 1 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-01-16 05:15:49.135 INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-01-16 05:15:49.137 INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms 2023-01-16 05:16:00.116 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:16:20.117 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:16:40.119 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:17:00.120 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:17:20.122 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:17:40.123 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:18:00.123 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:18:20.124 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:18:40.126 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:19:00.127 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:19:20.128 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:19:40.130 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:20:00.131 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:20:20.132 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:20:40.133 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:21:00.134 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:21:20.134 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:21:40.135 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:22:00.135 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:22:20.136 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:22:40.137 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:23:00.138 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:23:20.138 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:23:40.141 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:24:00.143 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:24:20.144 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:24:21.155 INFO 1 --- [pool-1-thread-3] org.apache.kafka.clients.NetworkClient : [Consumer clientId=ves-openapi-manager-consumer-687fc796-3461-4691-b54c-543884a1a4c8, groupId=dcaegen2] Node -1 disconnected. 2023-01-16 05:24:21.334 INFO 1 --- [31-3c368d5c4106] org.apache.kafka.clients.NetworkClient : [Producer clientId=ves-openapi-manager-producer-e99e23c4-032c-46f7-9131-3c368d5c4106] Node -1 disconnected. 2023-01-16 05:24:40.150 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:25:00.151 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:25:20.153 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:25:40.154 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:26:00.156 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:26:20.156 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:26:40.157 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:27:00.157 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:27:20.159 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:27:40.160 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:28:00.161 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:28:20.162 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:28:40.163 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:29:00.163 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:29:20.165 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:29:40.166 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:30:00.166 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:30:20.168 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:30:40.168 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:31:00.170 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:31:20.171 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:31:40.171 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:32:00.172 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:32:20.172 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:32:40.174 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:33:00.175 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:33:20.177 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:33:40.177 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:34:00.179 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:34:20.179 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:34:40.181 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:35:00.182 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:35:20.182 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:35:40.182 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:36:00.184 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:36:20.185 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:36:40.187 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:37:00.188 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:37:20.190 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:37:40.191 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:38:00.192 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:38:20.193 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:38:40.194 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:39:00.194 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:39:20.196 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:39:40.197 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:40:00.197 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:40:20.198 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:40:40.198 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:41:00.198 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:41:20.198 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:41:40.200 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:42:00.201 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:42:20.201 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:42:40.203 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:43:00.205 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:43:20.206 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:43:40.207 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:44:00.207 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:44:20.209 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:44:40.210 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:45:00.212 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:45:20.214 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:45:40.216 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:46:00.216 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:46:20.217 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:46:40.217 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:47:00.219 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:47:20.219 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:47:40.221 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:48:00.222 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:48:20.223 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:48:40.225 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:49:00.226 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:49:20.226 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:49:40.228 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:50:00.228 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:50:20.230 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:50:40.230 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:51:00.232 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:51:20.234 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:51:40.235 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:52:00.237 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:52:20.238 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:52:40.238 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:53:00.239 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:53:20.239 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:53:40.239 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:54:00.240 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:54:20.241 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:54:40.242 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:55:00.243 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:55:20.244 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:55:40.246 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:56:00.247 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:56:20.247 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:56:40.247 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:57:00.248 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:57:20.249 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:57:40.250 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:58:00.251 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:58:20.251 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:58:40.252 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:59:00.253 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:59:20.255 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 05:59:40.255 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:00:00.256 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:00:20.257 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:00:40.257 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:01:00.260 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:01:20.260 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:01:40.261 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:02:00.263 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:02:20.264 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:02:40.265 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:03:00.266 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:03:20.267 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:03:40.267 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:04:00.268 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:04:20.268 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:04:40.268 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:05:00.269 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:05:20.270 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:05:40.271 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:06:00.273 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:06:20.275 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:06:40.275 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:07:00.277 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:07:20.277 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:07:40.279 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:08:00.280 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:08:20.281 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:08:40.282 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:09:00.284 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:09:20.285 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:09:40.285 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:10:00.286 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:10:20.287 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:10:40.288 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:11:00.289 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:11:20.290 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:11:40.292 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:12:00.293 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:12:20.293 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:12:40.294 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:13:00.296 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:13:20.297 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:13:40.299 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:14:00.299 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:14:20.300 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:14:40.302 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:15:00.302 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:15:20.304 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:15:40.305 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:16:00.306 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:16:20.306 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:16:40.307 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:17:00.309 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:17:20.310 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:17:40.311 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:18:00.311 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:18:20.312 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:18:40.313 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:19:00.313 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:19:20.314 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:19:40.315 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:20:00.316 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:20:20.316 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:20:40.317 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:21:00.317 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:21:20.318 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:21:40.320 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:22:00.321 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:22:20.321 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:22:40.322 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:23:00.323 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:23:20.324 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:23:40.326 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:24:00.327 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:24:20.327 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:24:40.329 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:25:00.329 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:25:20.330 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:25:40.331 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:26:00.331 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:26:20.332 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:26:40.334 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:27:00.334 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:27:20.336 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:27:40.337 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:28:00.337 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:28:20.338 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:28:40.338 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:29:00.340 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:29:20.341 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:29:40.342 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:30:00.343 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:30:20.343 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:30:40.344 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:31:00.345 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:31:20.346 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:31:40.347 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:32:00.348 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:32:20.348 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:32:40.349 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:33:00.349 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:33:20.349 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:33:40.350 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:34:00.350 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:34:20.350 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:34:27.564 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:34:27.572 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:34:27.572 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40", "consumerID": "ves-openapi-manager", "timestamp": 1673850860350, "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:34:27.578 INFO 1 --- [31-3c368d5c4106] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-e99e23c4-032c-46f7-9131-3c368d5c4106] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ 2023-01-16 06:34:27.578 INFO 1 --- [31-3c368d5c4106] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-e99e23c4-032c-46f7-9131-3c368d5c4106] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ 2023-01-16 06:34:27.578 INFO 1 --- [31-3c368d5c4106] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-e99e23c4-032c-46f7-9131-3c368d5c4106] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ 2023-01-16 06:34:27.578 INFO 1 --- [31-3c368d5c4106] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-e99e23c4-032c-46f7-9131-3c368d5c4106] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ 2023-01-16 06:34:27.579 INFO 1 --- [31-3c368d5c4106] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-e99e23c4-032c-46f7-9131-3c368d5c4106] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ 2023-01-16 06:34:27.579 INFO 1 --- [31-3c368d5c4106] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-e99e23c4-032c-46f7-9131-3c368d5c4106] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ 2023-01-16 06:34:28.595 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:34:28.596 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:34:28.596 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40", "consumerID": "ves-openapi-manager", "timestamp": 1673850860350, "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:34:29.597 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:34:29.597 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:34:29.598 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40", "consumerID": "ves-openapi-manager", "timestamp": 1673850860350, "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:34:30.599 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:34:30.599 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:34:30.599 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40", "consumerID": "ves-openapi-manager", "timestamp": 1673850860350, "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:34:31.600 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:34:31.601 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:34:31.601 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40", "consumerID": "ves-openapi-manager", "timestamp": 1673850860350, "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:34:32.601 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:34:32.602 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:34:32.602 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40", "consumerID": "ves-openapi-manager", "timestamp": 1673850860350, "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:34:33.603 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:34:33.603 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:34:33.603 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40", "consumerID": "ves-openapi-manager", "timestamp": 1673850860350, "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:34:40.110 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:34:56.473 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:34:56.474 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:34:56.474 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3", "consumerID": "ves-openapi-manager", "timestamp": 1673850880110, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:34:57.477 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:34:57.479 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:34:57.480 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3", "consumerID": "ves-openapi-manager", "timestamp": 1673850880110, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:34:58.480 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:34:58.481 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:34:58.481 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3", "consumerID": "ves-openapi-manager", "timestamp": 1673850880110, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:34:59.481 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:34:59.482 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:34:59.482 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3", "consumerID": "ves-openapi-manager", "timestamp": 1673850880110, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:35:00.483 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:35:00.483 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:35:00.483 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3", "consumerID": "ves-openapi-manager", "timestamp": 1673850880110, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:35:01.484 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:35:01.484 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:35:01.484 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3", "consumerID": "ves-openapi-manager", "timestamp": 1673850880110, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:35:02.485 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:35:02.486 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:35:02.486 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3", "consumerID": "ves-openapi-manager", "timestamp": 1673850880110, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:35:03.487 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:35:23.488 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:35:43.489 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:36:03.491 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:36:23.492 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:36:43.492 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:37:03.492 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:37:23.494 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:37:43.494 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:38:03.495 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:38:23.496 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:38:43.497 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:39:03.499 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:39:23.499 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:39:43.501 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:40:03.501 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:40:23.503 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:40:43.504 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:41:03.505 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:41:23.506 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:41:43.506 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:42:03.506 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:42:23.508 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:42:43.509 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:43:03.510 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:43:23.511 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:43:43.512 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:43:51.896 INFO 1 --- [31-3c368d5c4106] org.apache.kafka.clients.NetworkClient : [Producer clientId=ves-openapi-manager-producer-e99e23c4-032c-46f7-9131-3c368d5c4106] Node 0 disconnected. 2023-01-16 06:44:03.514 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:44:23.514 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:44:43.516 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:45:03.516 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:45:23.517 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:45:43.517 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:46:03.518 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:46:23.519 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:46:43.521 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:47:03.522 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:47:23.523 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:47:43.523 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:48:03.524 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:48:23.524 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:48:43.526 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:49:03.527 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:49:23.527 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:49:43.527 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:50:00.234 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:50:00.235 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:50:00.235 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2", "consumerID": "ves-openapi-manager", "timestamp": 1673851783527, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:50:00.245 INFO 1 --- [31-3c368d5c4106] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-e99e23c4-032c-46f7-9131-3c368d5c4106] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ 2023-01-16 06:50:00.245 INFO 1 --- [31-3c368d5c4106] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-e99e23c4-032c-46f7-9131-3c368d5c4106] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ 2023-01-16 06:50:00.245 INFO 1 --- [31-3c368d5c4106] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-e99e23c4-032c-46f7-9131-3c368d5c4106] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ 2023-01-16 06:50:00.245 INFO 1 --- [31-3c368d5c4106] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-e99e23c4-032c-46f7-9131-3c368d5c4106] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ 2023-01-16 06:50:00.245 INFO 1 --- [31-3c368d5c4106] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-e99e23c4-032c-46f7-9131-3c368d5c4106] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ 2023-01-16 06:50:00.245 INFO 1 --- [31-3c368d5c4106] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-e99e23c4-032c-46f7-9131-3c368d5c4106] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ 2023-01-16 06:50:01.246 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:50:01.247 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:50:01.247 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2", "consumerID": "ves-openapi-manager", "timestamp": 1673851783527, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:50:02.248 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:50:02.248 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:50:02.249 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2", "consumerID": "ves-openapi-manager", "timestamp": 1673851783527, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:50:03.250 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:50:03.250 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:50:03.251 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2", "consumerID": "ves-openapi-manager", "timestamp": 1673851783527, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:50:04.252 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:50:04.252 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:50:04.252 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2", "consumerID": "ves-openapi-manager", "timestamp": 1673851783527, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:50:05.257 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:50:05.257 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:50:05.257 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2", "consumerID": "ves-openapi-manager", "timestamp": 1673851783527, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:50:06.258 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:50:06.259 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:50:06.259 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2", "consumerID": "ves-openapi-manager", "timestamp": 1673851783527, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:50:07.259 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:50:07.260 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:50:07.260 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2", "consumerID": "ves-openapi-manager", "timestamp": 1673851783527, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:50:08.262 INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback : =================================== 2023-01-16 06:50:08.262 INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback : Distributed service information 2023-01-16 06:50:08.269 INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback : Service UUID: 629eef0c-69e7-4298-9658-543761e7acc1 2023-01-16 06:50:08.269 INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback : Service name: Demo_pNF_1GRPqJ6nSQPkd46n2ASL 2023-01-16 06:50:08.270 INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback : Service resources: 2023-01-16 06:50:08.270 INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback : - Resource: pNF 0c6d50a7-6996 2023-01-16 06:50:08.270 INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback : Artifacts: 2023-01-16 06:50:08.271 INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback : - Name: MyPnf_Pnf_v1.yaml 2023-01-16 06:50:08.271 INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback : =================================== 2023-01-16 06:50:08.273 INFO 1 --- [pool-1-thread-8] o.o.v.o.m.service.ArtifactsCollector : Downloading artifacts 2023-01-16 06:50:08.442 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendDownloadStatus 2023-01-16 06:50:08.443 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:50:08.443 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2", "consumerID": "ves-openapi-manager", "timestamp": 1673851808442, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:50:09.633 WARN 1 --- [pool-1-thread-8] o.o.v.o.m.s.n.ValidationStatusSender : Artifact MyPnf_Pnf_v1.yaml is valid 2023-01-16 06:50:09.634 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendDeploymentStatus 2023-01-16 06:50:09.634 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:50:09.634 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2", "consumerID": "ves-openapi-manager", "timestamp": 1673851809633, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:50:10.636 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-01-16 06:50:10.637 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendFinalDistributionStatus status 2023-01-16 06:50:10.637 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:50:10.637 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2", "consumerID": "ves-openapi-manager", "timestamp": 1673851810636, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:50:11.638 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:50:18.928 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:50:18.928 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:50:18.929 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814", "consumerID": "ves-openapi-manager", "timestamp": 1673851811638, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:50:19.929 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:50:19.930 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:50:19.930 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814", "consumerID": "ves-openapi-manager", "timestamp": 1673851811638, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:50:20.931 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:50:38.042 INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:50:38.046 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:50:38.046 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26", "consumerID": "ves-openapi-manager", "timestamp": 1673851820931, "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-01-16 06:50:39.047 INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:50:39.047 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:50:39.047 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26", "consumerID": "ves-openapi-manager", "timestamp": 1673851820931, "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-01-16 06:50:40.049 INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:50:40.050 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:50:40.050 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26", "consumerID": "ves-openapi-manager", "timestamp": 1673851820931, "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-01-16 06:50:41.050 INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:50:41.052 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:50:41.052 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26", "consumerID": "ves-openapi-manager", "timestamp": 1673851820931, "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-01-16 06:50:42.053 INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:50:42.054 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:50:42.054 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26", "consumerID": "ves-openapi-manager", "timestamp": 1673851820931, "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-01-16 06:50:43.055 INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:50:43.055 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:50:43.055 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26", "consumerID": "ves-openapi-manager", "timestamp": 1673851820931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:50:44.056 INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:50:44.056 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:50:44.057 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26", "consumerID": "ves-openapi-manager", "timestamp": 1673851820931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:50:45.057 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:50:48.794 INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:50:48.795 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:50:48.795 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c", "consumerID": "ves-openapi-manager", "timestamp": 1673851845057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:50:49.795 INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:50:49.796 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:50:49.796 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c", "consumerID": "ves-openapi-manager", "timestamp": 1673851845057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:50:50.796 INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:50:50.797 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:50:50.797 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c", "consumerID": "ves-openapi-manager", "timestamp": 1673851845057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:50:51.798 INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:50:51.798 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:50:51.798 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c", "consumerID": "ves-openapi-manager", "timestamp": 1673851845057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:50:52.799 INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:50:52.799 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:50:52.800 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c", "consumerID": "ves-openapi-manager", "timestamp": 1673851845057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:50:53.800 INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:50:53.801 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:50:53.801 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c", "consumerID": "ves-openapi-manager", "timestamp": 1673851845057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:50:54.802 INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:50:54.802 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:50:54.802 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c", "consumerID": "ves-openapi-manager", "timestamp": 1673851845057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:50:55.803 INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:50:55.804 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:50:55.804 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c", "consumerID": "ves-openapi-manager", "timestamp": 1673851845057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:50:56.804 INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 06:50:56.805 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 06:50:56.805 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c", "consumerID": "ves-openapi-manager", "timestamp": 1673851845057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 06:51:00.110 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:51:20.111 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:51:40.112 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:52:00.113 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:52:20.114 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:52:40.115 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:53:00.116 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:53:20.117 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:53:40.118 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:54:00.119 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:54:20.119 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:54:40.119 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:55:00.121 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:55:20.121 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:55:40.121 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:56:00.121 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:56:20.122 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:56:40.123 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:57:00.124 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:57:20.124 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:57:40.124 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:58:00.125 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:58:20.127 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:58:40.127 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:59:00.128 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:59:20.130 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 06:59:40.130 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:00:00.131 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:00:20.132 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:00:40.133 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:01:00.133 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:01:20.133 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:01:40.134 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:02:00.134 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:02:20.136 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:02:40.136 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:03:00.138 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:03:20.139 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:03:40.141 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:04:00.142 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:04:20.142 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:04:40.143 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:05:00.143 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:05:02.901 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:05:02.901 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:05:02.901 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf", "consumerID": "ves-openapi-manager", "timestamp": 1673852700143, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 07:05:02.904 INFO 1 --- [31-3c368d5c4106] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-e99e23c4-032c-46f7-9131-3c368d5c4106] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ 2023-01-16 07:05:02.904 INFO 1 --- [31-3c368d5c4106] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-e99e23c4-032c-46f7-9131-3c368d5c4106] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ 2023-01-16 07:05:02.904 INFO 1 --- [31-3c368d5c4106] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-e99e23c4-032c-46f7-9131-3c368d5c4106] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ 2023-01-16 07:05:02.904 INFO 1 --- [31-3c368d5c4106] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-e99e23c4-032c-46f7-9131-3c368d5c4106] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ 2023-01-16 07:05:02.904 INFO 1 --- [31-3c368d5c4106] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-e99e23c4-032c-46f7-9131-3c368d5c4106] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ 2023-01-16 07:05:02.904 INFO 1 --- [31-3c368d5c4106] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-e99e23c4-032c-46f7-9131-3c368d5c4106] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ 2023-01-16 07:05:03.907 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:05:03.907 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:05:03.907 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf", "consumerID": "ves-openapi-manager", "timestamp": 1673852700143, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 07:05:04.909 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:05:04.909 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:05:04.909 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf", "consumerID": "ves-openapi-manager", "timestamp": 1673852700143, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 07:05:05.911 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:05:05.911 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:05:05.911 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf", "consumerID": "ves-openapi-manager", "timestamp": 1673852700143, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 07:05:06.913 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:05:06.913 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:05:06.913 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf", "consumerID": "ves-openapi-manager", "timestamp": 1673852700143, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 07:05:07.915 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:05:07.915 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:05:07.915 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf", "consumerID": "ves-openapi-manager", "timestamp": 1673852700143, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 07:05:08.917 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:05:08.917 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:05:08.917 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf", "consumerID": "ves-openapi-manager", "timestamp": 1673852700143, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 07:05:09.918 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:05:09.919 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:05:09.919 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf", "consumerID": "ves-openapi-manager", "timestamp": 1673852700143, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 07:05:10.920 INFO 1 --- [pool-1-thread-7] o.o.v.o.manager.service.ClientCallback : =================================== 2023-01-16 07:05:10.920 INFO 1 --- [pool-1-thread-7] o.o.v.o.manager.service.ClientCallback : Distributed service information 2023-01-16 07:05:10.920 INFO 1 --- [pool-1-thread-7] o.o.v.o.manager.service.ClientCallback : Service UUID: 898209cc-a622-46e7-966d-6343be153b62 2023-01-16 07:05:10.920 INFO 1 --- [pool-1-thread-7] o.o.v.o.manager.service.ClientCallback : Service name: Demo_pNF_LFrQeFEscmxp6Agl8Frj 2023-01-16 07:05:10.920 INFO 1 --- [pool-1-thread-7] o.o.v.o.manager.service.ClientCallback : Service resources: 2023-01-16 07:05:10.920 INFO 1 --- [pool-1-thread-7] o.o.v.o.manager.service.ClientCallback : - Resource: pNF 1dc080b5-64ef 2023-01-16 07:05:10.920 INFO 1 --- [pool-1-thread-7] o.o.v.o.manager.service.ClientCallback : Artifacts: 2023-01-16 07:05:10.921 INFO 1 --- [pool-1-thread-7] o.o.v.o.manager.service.ClientCallback : - Name: MyPnf_Pnf_v1.yaml 2023-01-16 07:05:10.921 INFO 1 --- [pool-1-thread-7] o.o.v.o.manager.service.ClientCallback : =================================== 2023-01-16 07:05:10.921 INFO 1 --- [pool-1-thread-7] o.o.v.o.m.service.ArtifactsCollector : Downloading artifacts 2023-01-16 07:05:11.055 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendDownloadStatus 2023-01-16 07:05:11.055 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:05:11.055 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf", "consumerID": "ves-openapi-manager", "timestamp": 1673852711054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 07:05:12.077 WARN 1 --- [pool-1-thread-7] o.o.v.o.m.s.n.ValidationStatusSender : Artifact MyPnf_Pnf_v1.yaml is valid 2023-01-16 07:05:12.077 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendDeploymentStatus 2023-01-16 07:05:12.077 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:05:12.077 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf", "consumerID": "ves-openapi-manager", "timestamp": 1673852712076, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 07:05:13.078 INFO 1 --- [pool-1-thread-7] o.o.v.o.m.s.n.FinalStatusSender : All VES_EVENT artifacts are valid, sending final status COMPONENT_DONE_OK 2023-01-16 07:05:13.078 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendFinalDistributionStatus status 2023-01-16 07:05:13.079 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:05:13.079 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf", "consumerID": "ves-openapi-manager", "timestamp": 1673852713078, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 07:05:20.110 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:05:40.111 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:06:00.112 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:06:20.114 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:06:40.115 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:07:00.116 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:07:20.116 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:07:40.117 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:08:00.118 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:08:20.118 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:08:40.120 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:09:00.121 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:09:20.121 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:09:40.122 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:10:00.122 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:10:20.123 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:10:40.124 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:11:00.125 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:11:20.125 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:11:40.126 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:12:00.127 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:12:20.127 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:12:40.128 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:13:00.129 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:13:20.129 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:13:40.130 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:14:00.131 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:14:20.132 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:14:40.132 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:15:00.134 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:15:20.134 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:15:40.134 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:16:00.134 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:16:20.135 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:16:40.136 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:17:00.137 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:17:20.137 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:17:40.138 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:18:00.138 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:18:20.140 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:18:40.140 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:19:00.142 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:19:20.142 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:19:40.144 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:20:00.144 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:20:20.146 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:20:40.147 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:21:00.147 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:21:20.149 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:21:40.150 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:22:00.150 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:22:20.150 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:22:40.151 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:23:00.152 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:23:20.152 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:23:40.152 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:24:00.153 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:24:20.154 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:24:40.155 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:25:00.156 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:25:20.157 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:25:40.157 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:26:00.159 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:26:20.159 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:26:40.159 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:27:00.160 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:27:20.161 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:27:40.161 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:28:00.163 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:28:20.163 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:28:40.165 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:29:00.165 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:29:20.166 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:29:40.166 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:30:00.167 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:30:20.167 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:30:40.169 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:31:00.169 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:31:20.171 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:31:40.171 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:32:00.173 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:32:20.173 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:32:40.175 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:33:00.176 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:33:20.176 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:33:40.176 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:33:55.722 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:33:55.723 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:33:55.723 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a", "consumerID": "ves-openapi-manager", "timestamp": 1673854420176, "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-01-16 07:33:55.725 INFO 1 --- [31-3c368d5c4106] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-e99e23c4-032c-46f7-9131-3c368d5c4106] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ 2023-01-16 07:33:55.725 INFO 1 --- [31-3c368d5c4106] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-e99e23c4-032c-46f7-9131-3c368d5c4106] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ 2023-01-16 07:33:55.725 INFO 1 --- [31-3c368d5c4106] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-e99e23c4-032c-46f7-9131-3c368d5c4106] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ 2023-01-16 07:33:55.725 INFO 1 --- [31-3c368d5c4106] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-e99e23c4-032c-46f7-9131-3c368d5c4106] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ 2023-01-16 07:33:55.725 INFO 1 --- [31-3c368d5c4106] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-e99e23c4-032c-46f7-9131-3c368d5c4106] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ 2023-01-16 07:33:55.726 INFO 1 --- [31-3c368d5c4106] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-e99e23c4-032c-46f7-9131-3c368d5c4106] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ 2023-01-16 07:33:56.727 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:33:56.727 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:33:56.727 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a", "consumerID": "ves-openapi-manager", "timestamp": 1673854420176, "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-01-16 07:33:57.728 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:33:57.728 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:33:57.728 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a", "consumerID": "ves-openapi-manager", "timestamp": 1673854420176, "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-01-16 07:33:58.729 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:33:58.730 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:33:58.730 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a", "consumerID": "ves-openapi-manager", "timestamp": 1673854420176, "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-01-16 07:33:59.731 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:33:59.731 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:33:59.732 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a", "consumerID": "ves-openapi-manager", "timestamp": 1673854420176, "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-01-16 07:34:00.733 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:34:00.733 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:34:00.733 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a", "consumerID": "ves-openapi-manager", "timestamp": 1673854420176, "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-01-16 07:34:01.733 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:34:01.734 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:34:01.734 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a", "consumerID": "ves-openapi-manager", "timestamp": 1673854420176, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 07:34:02.734 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:34:02.735 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:34:02.735 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a", "consumerID": "ves-openapi-manager", "timestamp": 1673854420176, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 07:34:03.736 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:34:03.739 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:34:03.739 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:34:03.739 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35", "consumerID": "ves-openapi-manager", "timestamp": 1673854443736, "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-01-16 07:34:04.739 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:34:04.740 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:34:04.740 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35", "consumerID": "ves-openapi-manager", "timestamp": 1673854443736, "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-01-16 07:34:05.741 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:34:05.741 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:34:05.741 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35", "consumerID": "ves-openapi-manager", "timestamp": 1673854443736, "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-01-16 07:34:06.742 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:34:06.743 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:34:06.743 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35", "consumerID": "ves-openapi-manager", "timestamp": 1673854443736, "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-01-16 07:34:07.743 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:34:07.744 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:34:07.744 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35", "consumerID": "ves-openapi-manager", "timestamp": 1673854443736, "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-01-16 07:34:08.744 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:34:08.745 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:34:08.745 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35", "consumerID": "ves-openapi-manager", "timestamp": 1673854443736, "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-01-16 07:34:09.746 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:34:09.746 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:34:09.746 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35", "consumerID": "ves-openapi-manager", "timestamp": 1673854443736, "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-01-16 07:34:10.746 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:34:10.747 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:34:10.747 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35", "consumerID": "ves-openapi-manager", "timestamp": 1673854443736, "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-01-16 07:34:11.747 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:34:11.748 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:34:11.748 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35", "consumerID": "ves-openapi-manager", "timestamp": 1673854443736, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 07:34:12.749 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:34:12.749 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:34:12.749 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35", "consumerID": "ves-openapi-manager", "timestamp": 1673854443736, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 07:34:20.109 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:34:40.111 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:35:00.111 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:35:20.112 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:35:40.113 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:36:00.114 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:36:20.115 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:36:40.116 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:37:00.117 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:37:20.117 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:37:40.118 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:37:49.694 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:37:49.694 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:37:49.695 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804", "consumerID": "ves-openapi-manager", "timestamp": 1673854660118, "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-01-16 07:37:50.695 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:37:50.696 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:37:50.696 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804", "consumerID": "ves-openapi-manager", "timestamp": 1673854660118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 07:37:51.696 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:37:51.697 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:37:51.697 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804", "consumerID": "ves-openapi-manager", "timestamp": 1673854660118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 07:37:52.698 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:37:52.698 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:37:52.698 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804", "consumerID": "ves-openapi-manager", "timestamp": 1673854660118, "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-01-16 07:37:53.699 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:37:53.699 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:37:53.699 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804", "consumerID": "ves-openapi-manager", "timestamp": 1673854660118, "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-01-16 07:37:54.700 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:37:54.700 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:37:54.700 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804", "consumerID": "ves-openapi-manager", "timestamp": 1673854660118, "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-01-16 07:37:55.701 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:37:55.701 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:37:55.701 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804", "consumerID": "ves-openapi-manager", "timestamp": 1673854660118, "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-01-16 07:37:56.702 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:37:56.702 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:37:56.702 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804", "consumerID": "ves-openapi-manager", "timestamp": 1673854660118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 07:37:57.703 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-01-16 07:37:57.703 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:37:57.704 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804", "consumerID": "ves-openapi-manager", "timestamp": 1673854660118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 07:37:58.705 INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback : =================================== 2023-01-16 07:37:58.705 INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback : Distributed service information 2023-01-16 07:37:58.705 INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback : Service UUID: 8ab6949a-8067-4100-a9c4-16b218ea5e22 2023-01-16 07:37:58.705 INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback : Service name: test_pnf_macro 2023-01-16 07:37:58.705 INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback : Service resources: 2023-01-16 07:37:58.705 INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback : - Resource: test-pnf 2023-01-16 07:37:58.705 INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback : Artifacts: 2023-01-16 07:37:58.705 INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback : - Name: MyPnf_Pnf_v1.yaml 2023-01-16 07:37:58.705 INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback : =================================== 2023-01-16 07:37:58.706 INFO 1 --- [ool-1-thread-10] o.o.v.o.m.service.ArtifactsCollector : Downloading artifacts 2023-01-16 07:37:58.870 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendDownloadStatus 2023-01-16 07:37:58.870 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:37:58.870 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804", "consumerID": "ves-openapi-manager", "timestamp": 1673854678870, "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-01-16 07:37:59.890 WARN 1 --- [ool-1-thread-10] o.o.v.o.m.s.n.ValidationStatusSender : Artifact MyPnf_Pnf_v1.yaml is valid 2023-01-16 07:37:59.890 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendDeploymentStatus 2023-01-16 07:37:59.890 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:37:59.890 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804", "consumerID": "ves-openapi-manager", "timestamp": 1673854679890, "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-01-16 07:38:00.891 INFO 1 --- [ool-1-thread-10] o.o.v.o.m.s.n.FinalStatusSender : All VES_EVENT artifacts are valid, sending final status COMPONENT_DONE_OK 2023-01-16 07:38:00.891 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendFinalDistributionStatus status 2023-01-16 07:38:00.891 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-01-16 07:38:00.891 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804", "consumerID": "ves-openapi-manager", "timestamp": 1673854680891, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-16 07:38:01.892 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:38:21.893 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:38:41.894 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:39:01.895 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:39:21.895 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:39:41.896 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:40:01.896 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:40:21.898 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:40:41.899 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:41:01.899 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:41:21.899 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:41:41.900 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:42:01.901 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:42:21.901 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:42:41.902 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:43:01.902 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:43:21.903 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:43:41.905 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:44:01.905 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:44:21.909 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:44:41.910 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:45:01.910 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:45:21.911 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:45:41.911 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:46:01.913 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:46:21.913 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:46:41.913 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:47:01.914 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:47:21.914 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:47:41.915 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:48:01.915 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:48:21.916 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:48:41.916 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:49:01.918 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:49:21.918 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:49:41.919 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:50:01.921 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:50:21.922 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:50:41.923 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:51:01.924 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:51:21.924 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:51:41.925 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:52:01.926 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:52:21.927 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:52:41.928 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:53:01.928 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:53:21.928 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:53:41.928 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:54:01.929 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:54:21.929 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:54:41.930 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:55:01.931 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:55:21.931 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:55:41.932 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:56:01.933 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:56:21.933 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:56:41.934 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:57:01.934 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:57:21.935 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:57:41.936 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:58:01.936 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:58:21.938 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:58:41.938 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:59:01.938 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:59:21.939 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 07:59:41.939 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:00:01.941 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:00:21.941 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:00:41.942 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:01:01.944 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:01:21.944 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:01:41.944 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:02:01.946 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:02:21.947 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:02:41.948 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:03:01.948 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:03:21.948 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:03:41.950 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:04:01.950 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:04:21.950 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:04:41.951 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:05:01.952 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:05:21.953 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:05:41.953 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:06:01.955 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:06:21.955 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:06:41.956 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:07:01.957 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:07:21.958 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:07:41.959 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:08:01.959 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:08:21.960 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:08:41.961 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:09:01.961 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:09:21.962 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:09:41.963 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:10:01.964 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:10:21.965 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:10:41.965 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:11:01.965 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:11:21.966 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:11:41.967 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:12:01.968 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:12:21.969 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:12:41.969 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:13:01.970 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:13:21.971 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:13:41.971 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:14:01.973 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:14:21.974 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:14:41.974 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:15:01.975 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:15:21.976 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:15:41.976 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:16:01.977 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:16:21.978 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:16:41.981 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:17:01.981 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:17:21.981 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:17:41.981 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:18:01.981 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:18:21.981 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:18:41.982 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:19:01.983 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:19:21.983 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:19:41.984 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:20:01.985 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:20:21.985 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:20:41.985 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:21:01.987 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:21:21.987 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:21:41.988 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:22:01.990 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:22:21.991 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:22:41.991 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:23:01.992 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:23:21.994 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:23:41.995 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:24:01.996 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:24:21.997 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:24:41.998 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:25:01.999 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:25:22.001 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:25:42.001 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:26:02.002 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:26:22.003 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:26:42.004 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:27:02.005 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:27:22.005 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:27:42.005 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:28:02.005 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:28:22.005 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:28:42.005 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:29:02.005 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:29:22.006 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:29:42.006 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:30:02.007 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:30:22.008 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:30:42.008 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:31:02.008 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:31:22.008 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:31:42.008 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:32:02.009 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:32:22.010 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:32:42.011 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:33:02.012 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:33:22.012 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:33:42.012 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:34:02.012 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:34:22.013 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:34:42.014 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:35:02.015 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:35:22.015 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:35:42.016 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:36:02.016 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:36:22.018 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:36:42.019 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:37:02.019 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:37:22.019 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:37:42.019 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:38:02.020 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:38:22.022 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:38:42.023 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:39:02.024 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:39:22.024 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:39:42.024 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:40:02.025 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:40:22.027 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:40:42.027 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:41:02.027 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-16 08:41:22.028 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO