By type
. ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.7.2) 2023-03-28 00:09:14.191 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : Starting Main using Java 11.0.9.1 on onap-dcae-ves-openapi-manager-78bff4cc9b-jkb9d with PID 1 (/app/ves-openapi-manager.jar started by onap in /app) 2023-03-28 00:09:14.195 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : No active profile set, falling back to 1 default profile: "default" 2023-03-28 00:09:18.036 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) 2023-03-28 00:09:18.100 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-03-28 00:09:18.101 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.65] 2023-03-28 00:09:18.427 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-03-28 00:09:18.428 INFO 1 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4110 ms 2023-03-28 00:09:20.321 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : =================================== 2023-03-28 00:09:20.322 INFO 1 --- [ main] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2023-03-28 00:09:20.893 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-ca7f1042-e4c0-458c-bd08-583e6db7a822 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-03-28 00:09:21.118 INFO 1 --- [ main] o.a.k.clients.producer.KafkaProducer : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Instantiated an idempotent producer. 2023-03-28 00:09:21.291 INFO 1 --- [ main] o.a.k.c.s.authenticator.AbstractLogin : Successfully logged in. 2023-03-28 00:09:21.331 INFO 1 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka version: 3.1.1 2023-03-28 00:09:21.334 INFO 1 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka commitId: 97671528ba54a138 2023-03-28 00:09:21.335 INFO 1 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka startTimeMs: 1679962161326 2023-03-28 00:09:21.341 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : distribution client initialized successfully 2023-03-28 00:09:21.341 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : =================================== 2023-03-28 00:09:21.341 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : =================================== 2023-03-28 00:09:21.341 INFO 1 --- [ main] o.onap.sdc.impl.DistributionClientImpl : start DistributionClient 2023-03-28 00:09:21.406 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-264f175f-7b67-4703-915a-868b3437f9ef 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-03-28 00:09:21.516 INFO 1 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka version: 3.1.1 2023-03-28 00:09:21.516 INFO 1 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka commitId: 97671528ba54a138 2023-03-28 00:09:21.516 INFO 1 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka startTimeMs: 1679962161516 2023-03-28 00:09:21.517 INFO 1 --- [ main] o.a.k.clients.consumer.KafkaConsumer : [Consumer clientId=ves-openapi-manager-consumer-264f175f-7b67-4703-915a-868b3437f9ef, groupId=dcaegen2] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:09:21.596 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : distribution client started successfully 2023-03-28 00:09:21.596 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : =================================== 2023-03-28 00:09:21.596 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:09:23.993 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-264f175f-7b67-4703-915a-868b3437f9ef, 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 HuD_iLjFTq-iTFrs9WY31Q 2023-03-28 00:09:23.994 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-264f175f-7b67-4703-915a-868b3437f9ef, 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 HuD_iLjFTq-iTFrs9WY31Q 2023-03-28 00:09:23.994 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-264f175f-7b67-4703-915a-868b3437f9ef, 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 HuD_iLjFTq-iTFrs9WY31Q 2023-03-28 00:09:23.994 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-264f175f-7b67-4703-915a-868b3437f9ef, 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 HuD_iLjFTq-iTFrs9WY31Q 2023-03-28 00:09:23.994 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-264f175f-7b67-4703-915a-868b3437f9ef, 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 HuD_iLjFTq-iTFrs9WY31Q 2023-03-28 00:09:23.994 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-264f175f-7b67-4703-915a-868b3437f9ef, 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 HuD_iLjFTq-iTFrs9WY31Q 2023-03-28 00:09:23.997 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-264f175f-7b67-4703-915a-868b3437f9ef, groupId=dcaegen2] Cluster ID: 2FA2H0i7RO6REt4J-f5H5Q 2023-03-28 00:09:23.997 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Cluster ID: 2FA2H0i7RO6REt4J-f5H5Q 2023-03-28 00:09:23.998 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-264f175f-7b67-4703-915a-868b3437f9ef, groupId=dcaegen2] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) 2023-03-28 00:09:23.998 INFO 1 --- [08-583e6db7a822] o.a.k.c.p.internals.TransactionManager : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] ProducerId set to 5 with epoch 0 2023-03-28 00:09:24.020 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-264f175f-7b67-4703-915a-868b3437f9ef, groupId=dcaegen2] (Re-)joining group 2023-03-28 00:09:24.189 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-264f175f-7b67-4703-915a-868b3437f9ef, groupId=dcaegen2] Request joining group due to: need to re-join with the given member-id 2023-03-28 00:09:24.190 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-264f175f-7b67-4703-915a-868b3437f9ef, groupId=dcaegen2] (Re-)joining group 2023-03-28 00:09:24.195 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' 2023-03-28 00:09:24.219 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : Started Main in 12.024 seconds (JVM running for 13.643) 2023-03-28 00:09:27.200 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-264f175f-7b67-4703-915a-868b3437f9ef, groupId=dcaegen2] Successfully joined group with generation Generation{generationId=1, memberId='ves-openapi-manager-consumer-264f175f-7b67-4703-915a-868b3437f9ef-a00aa063-cd33-429e-8b54-af1b24daad26', protocol='range'} 2023-03-28 00:09:27.205 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-264f175f-7b67-4703-915a-868b3437f9ef, groupId=dcaegen2] Finished assignment for group at generation 1: {ves-openapi-manager-consumer-264f175f-7b67-4703-915a-868b3437f9ef-a00aa063-cd33-429e-8b54-af1b24daad26=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-03-28 00:09:27.228 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-264f175f-7b67-4703-915a-868b3437f9ef, groupId=dcaegen2] Successfully synced group in generation Generation{generationId=1, memberId='ves-openapi-manager-consumer-264f175f-7b67-4703-915a-868b3437f9ef-a00aa063-cd33-429e-8b54-af1b24daad26', protocol='range'} 2023-03-28 00:09:27.229 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-264f175f-7b67-4703-915a-868b3437f9ef, 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-03-28 00:09:27.239 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-264f175f-7b67-4703-915a-868b3437f9ef, 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-03-28 00:09:27.269 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-264f175f-7b67-4703-915a-868b3437f9ef, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-03-28 00:09:27.269 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-264f175f-7b67-4703-915a-868b3437f9ef, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 2023-03-28 00:09:27.269 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-264f175f-7b67-4703-915a-868b3437f9ef, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 2023-03-28 00:09:27.269 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-264f175f-7b67-4703-915a-868b3437f9ef, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 2023-03-28 00:09:27.269 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-264f175f-7b67-4703-915a-868b3437f9ef, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 2023-03-28 00:09:27.269 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-264f175f-7b67-4703-915a-868b3437f9ef, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 2023-03-28 00:09:27.428 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=ves-openapi-manager-consumer-264f175f-7b67-4703-915a-868b3437f9ef, 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-03-28 00:09:27.429 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=ves-openapi-manager-consumer-264f175f-7b67-4703-915a-868b3437f9ef, 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-03-28 00:09:27.499 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=ves-openapi-manager-consumer-264f175f-7b67-4703-915a-868b3437f9ef, 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-03-28 00:09:27.499 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=ves-openapi-manager-consumer-264f175f-7b67-4703-915a-868b3437f9ef, 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-03-28 00:09:27.506 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=ves-openapi-manager-consumer-264f175f-7b67-4703-915a-868b3437f9ef, 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-03-28 00:09:27.507 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=ves-openapi-manager-consumer-264f175f-7b67-4703-915a-868b3437f9ef, 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-03-28 00:09:41.602 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:10:01.604 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:10:09.990 INFO 1 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-03-28 00:10:09.991 INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-03-28 00:10:09.993 INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 2 ms 2023-03-28 00:10:21.605 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:10:41.608 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:11:01.609 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:11:21.610 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:11:41.612 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:12:01.614 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:12:21.616 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:12:41.617 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:13:01.619 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:13:21.620 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:13:41.621 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:14:01.622 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:14:21.623 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:14:41.625 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:15:01.626 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:15:21.628 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:15:41.629 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:16:01.630 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:16:21.630 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:16:41.631 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:17:01.632 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:17:21.632 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:17:41.634 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:18:01.635 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:18:21.636 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:18:24.171 INFO 1 --- [pool-1-thread-9] org.apache.kafka.clients.NetworkClient : [Consumer clientId=ves-openapi-manager-consumer-264f175f-7b67-4703-915a-868b3437f9ef, groupId=dcaegen2] Node -1 disconnected. 2023-03-28 00:18:24.309 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.NetworkClient : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Node -1 disconnected. 2023-03-28 00:18:41.637 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:19:01.639 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:19:21.640 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:19:41.641 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:20:01.643 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:20:21.643 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:20:41.644 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:21:01.646 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:21:21.648 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:21:41.649 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:22:01.650 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:22:21.651 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:22:41.652 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:23:01.654 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:23:21.655 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:23:41.656 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:24:01.657 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:24:21.659 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:24:41.660 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:25:01.660 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:25:21.661 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:25:41.662 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:26:01.664 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:26:21.664 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:26:41.664 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:27:01.666 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:27:21.667 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:27:41.668 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:28:01.668 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:28:21.669 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:28:41.670 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:29:01.671 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:29:21.672 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:29:41.673 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:30:01.674 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:30:21.675 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:30:41.676 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:31:01.677 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:31:21.678 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:31:41.679 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:32:01.681 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:32:21.683 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:32:41.684 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:33:01.685 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:33:21.686 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:33:41.687 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:34:01.688 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:34:21.689 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:34:41.690 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:35:01.700 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:35:21.700 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:35:41.702 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:36:01.702 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:36:21.703 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:36:41.704 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:37:01.705 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:37:21.706 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:37:41.708 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:38:01.709 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:38:21.710 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:38:41.710 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:39:01.712 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:39:21.713 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:39:41.713 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:40:01.715 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:40:21.716 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:40:41.716 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:41:01.718 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:41:21.718 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:41:41.718 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:42:01.719 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:42:21.721 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:42:41.721 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:43:01.723 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:43:21.724 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:43:41.725 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:44:01.725 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:44:21.725 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:44:41.727 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:45:01.728 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:45:21.729 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:45:41.730 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:46:01.730 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:46:21.732 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:46:41.733 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:47:01.734 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:47:21.734 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:47:41.736 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:48:01.737 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:48:21.738 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:48:41.738 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:49:01.740 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:49:21.741 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:49:41.742 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:50:01.742 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:50:21.743 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:50:41.744 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:51:01.745 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:51:21.745 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:51:41.748 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:52:01.749 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:52:21.749 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:52:41.751 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:53:01.752 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:53:21.752 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:53:41.753 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:54:01.753 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:54:21.755 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:54:41.756 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:55:01.757 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:55:21.758 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:55:41.759 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:56:01.760 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:56:21.761 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:56:41.762 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:57:01.763 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:57:21.764 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:57:41.765 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:58:01.765 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:58:21.767 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:58:41.768 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:59:01.769 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:59:21.770 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 00:59:41.771 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:00:01.771 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:00:21.772 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:00:41.772 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:01:01.774 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:01:21.775 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:01:41.777 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:02:01.777 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:02:21.778 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:02:41.780 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:03:01.781 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:03:21.782 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:03:41.782 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:04:01.783 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:04:21.785 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:04:41.786 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:05:01.786 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:05:21.787 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:05:41.787 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:06:01.789 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:06:21.789 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:06:41.790 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:07:01.791 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:07:21.792 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:07:41.794 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:08:01.795 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:08:21.797 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:08:41.799 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:09:01.800 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:09:21.801 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:09:41.802 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:10:01.802 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:10:21.804 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:10:41.804 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:11:01.806 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:11:21.808 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:11:41.809 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:12:01.810 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:12:21.812 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:12:41.812 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:13:01.814 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:13:21.814 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:13:41.815 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:14:01.817 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:14:21.818 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:14:41.820 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:15:01.821 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:15:21.821 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:15:41.822 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:16:01.824 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:16:21.824 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:16:41.826 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:17:01.827 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:17:21.828 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:17:41.829 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:18:01.829 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:18:21.831 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:18:41.832 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:19:01.832 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:19:21.834 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:19:41.834 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:20:01.836 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:20:21.836 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:20:41.837 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:21:01.838 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:21:21.839 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:21:41.840 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:22:01.841 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:22:21.843 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:22:41.844 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:23:01.844 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:23:21.844 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:23:41.846 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:24:01.846 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:24:21.847 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:24:41.847 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:25:01.848 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:25:21.850 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:25:41.850 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:26:01.852 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:26:21.852 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:26:41.853 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:27:01.854 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:27:21.855 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:27:41.855 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:28:01.857 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:28:21.858 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:28:41.858 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:29:01.860 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:29:21.861 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:29:41.862 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:30:01.862 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:30:21.863 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:30:41.864 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:31:01.865 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:31:21.865 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:31:41.867 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:32:01.867 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:32:21.869 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:32:41.870 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:33:01.872 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:33:21.872 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:33:41.874 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:34:01.875 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:34:21.876 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:34:41.878 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:35:01.880 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:35:21.881 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:35:41.881 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:36:01.883 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:36:21.885 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:36:41.886 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:37:01.887 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:37:21.888 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:37:41.889 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:38:01.889 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:38:21.890 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:38:41.891 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:39:01.891 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:39:21.893 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:39:41.894 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:40:01.894 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:40:21.895 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:40:41.896 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:41:01.898 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:41:21.898 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:41:41.900 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:42:01.901 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:42:21.901 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:42:41.903 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:43:01.904 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:43:21.904 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:43:41.905 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:44:01.905 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:44:21.905 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:44:41.906 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:45:01.907 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:45:21.908 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:45:41.909 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:46:01.910 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:46:21.912 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:46:41.913 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:47:01.913 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:47:21.914 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:47:41.915 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:48:01.915 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:48:21.916 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:48:41.918 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:49:01.918 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:49:21.920 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:49:41.921 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:50:01.922 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:50:21.923 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:50:41.924 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:51:01.925 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:51:21.925 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:51:41.927 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:52:01.927 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:52:21.928 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01: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-03-28 01:53:01.930 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:53:21.932 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:53:41.933 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:54:01.934 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:54:21.934 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:54:41.936 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:55:01.936 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:55:21.937 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:55:41.938 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:56:01.940 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:56:21.944 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:56:41.945 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:57:01.945 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:57:21.947 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:57:41.948 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:58:01.948 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:58:21.950 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:58:41.951 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:59:01.951 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:59:21.951 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 01:59:41.952 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:00:01.953 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:00:21.954 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:00:41.954 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:01:01.958 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:01:21.959 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:01:41.959 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:02:01.960 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:02:21.961 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:02:41.962 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:03:01.963 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:03:21.964 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:03:41.965 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:04:01.965 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:04:21.965 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:04:41.967 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:05:01.968 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:05:21.969 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:05:41.970 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:06:01.971 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:06:21.972 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:06:41.972 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:07:01.973 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:07:21.974 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:07:41.974 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:08:01.975 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:08:21.976 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:08:41.977 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:09:01.978 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:09:21.978 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:09:41.980 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:10:01.981 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:10:21.982 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:10:41.983 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:11:01.984 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:11:21.985 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:11:41.986 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:12:01.986 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:12:21.986 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:12:41.987 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:13:01.987 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:13:21.988 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:13:41.988 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:14:01.988 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:14:21.990 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:14:41.991 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:15:01.992 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:15:21.993 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:15:41.993 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:16:01.994 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:16:21.994 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:16:41.994 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:17:01.994 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:17:21.995 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:17:41.995 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:18:02.010 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:18:22.010 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:18:42.012 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:19:02.012 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:19:22.013 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:19:42.014 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:20:02.014 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:20:22.016 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:20:42.016 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:21:02.016 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:21:22.017 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:21:42.018 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:22:02.019 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:22:22.019 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:22:42.019 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:23:02.020 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:23:22.020 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:23:42.021 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:24:02.023 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:24:22.024 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:24:42.025 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:25:02.026 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:25:22.026 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:25:42.027 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:26:02.029 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:26:22.029 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:26:42.030 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:27:02.031 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:27:22.031 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:27:42.032 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:28:02.032 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:28:22.033 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:28:42.034 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:29:02.034 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:29:22.036 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:29:42.036 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:30:02.037 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:30:22.039 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:30:42.039 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:31:02.041 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:31:22.042 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:31:42.043 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:32:02.043 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:32:22.045 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:32:42.046 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:33:02.046 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:33:22.048 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:33:42.049 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:34:02.050 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:34:22.050 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:34:42.050 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:35:02.051 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:35:22.051 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:35:42.051 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:36:02.051 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:36:22.052 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:36:42.053 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:37:02.053 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:37:22.053 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:37:42.055 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:38:02.056 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:38:22.056 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:38:42.059 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:39:02.060 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:39:22.061 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:39:42.062 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:40:02.062 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:40:22.063 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:40:42.064 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:41:02.065 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:41:22.066 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:41:42.066 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:42:02.067 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:42:22.068 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:42:42.068 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:43:02.069 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:43:22.069 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:43:42.070 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:44:02.071 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:44:22.071 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:44:42.072 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:45:02.073 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:45:22.073 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:45:42.073 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:46:02.074 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:46:22.074 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:46:42.075 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:47:02.077 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:47:22.078 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:47:42.078 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:48:02.080 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:48:22.080 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:48:42.081 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:49:02.081 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:49:22.082 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:49:42.083 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:50:02.084 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:50:22.084 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:50:42.085 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:51:02.085 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:51:22.086 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:51:42.087 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:52:02.088 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:52:22.088 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:52:42.089 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:53:02.089 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:53:22.090 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:53:42.090 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:54:02.090 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:54:22.092 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:54:42.093 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:55:02.094 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:55:22.095 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:55:42.096 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:56:02.097 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:56:22.098 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:56:42.099 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:57:02.099 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:57:22.100 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:57:42.101 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:58:02.102 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:58:22.103 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:58:42.103 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:59:02.105 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:59:22.105 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 02:59:42.106 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:00:02.106 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:00:22.106 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:00:42.106 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:01:02.107 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:01:22.107 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:01:42.108 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:02:02.109 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:02:22.110 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:02:42.110 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:03:02.110 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:03:22.111 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:03:42.111 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:04:02.112 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:04:22.112 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:04:42.113 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:05:02.113 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:05:22.115 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:05:42.115 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:06:02.115 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:06:22.116 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:06:42.118 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:07:02.118 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:07:22.119 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:07:42.120 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:08:02.122 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:08:22.123 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:08:42.123 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:09:02.124 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:09:22.126 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:09:42.126 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:10:02.127 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:10:22.127 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:10:42.128 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:11:02.128 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:11:22.129 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:11:42.130 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:12:02.131 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:12:22.131 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:12:42.131 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:13:02.132 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:13:22.132 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:13:42.132 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:14:02.133 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:14:22.134 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:14:42.135 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:15:02.135 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:15:22.135 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:15:42.136 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:16:02.136 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:16:22.136 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:16:42.136 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:17:02.137 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:17:22.139 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:17:42.139 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:18:02.139 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:18:22.140 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:18:42.141 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:19:02.142 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:19:22.142 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:19:42.144 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:20:02.145 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:20:22.145 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:20:42.146 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:21:02.146 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:21:22.146 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:21:42.147 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:22:02.148 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:22:22.148 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:22:42.150 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:23:02.150 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:23:22.152 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:23:42.153 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:24:02.154 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:24:22.154 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:24:42.154 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:25:02.156 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:25:22.156 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:25:42.157 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:26:02.159 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:26:22.159 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:26:42.161 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:27:02.161 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:27:22.161 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:27:42.161 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:28:02.162 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:28:22.163 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:28:42.163 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:29:02.163 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:29:22.163 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:29:42.163 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:30:02.163 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:30:22.163 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:30:42.164 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:31:02.165 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:31:22.166 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:31:42.166 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:32:02.167 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:32:22.168 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:32:42.168 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:33:02.170 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:33:22.171 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:33:42.172 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:34:02.173 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:34:22.173 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:34:42.174 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:35:02.174 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:35:22.175 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:35:42.176 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:36:02.176 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:36:22.176 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:36:42.176 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:37:02.178 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:37:22.179 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:37:42.180 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:38:02.181 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:38:22.182 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:38:42.183 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:39:02.184 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:39:22.184 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:39:42.185 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:40:02.185 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:40:22.186 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:40:42.187 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:41:02.187 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:41:22.188 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:41:42.188 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:42:02.188 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:42:22.189 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:42:42.189 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:43:02.190 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:43:22.190 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:43:42.190 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:44:02.191 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:44:22.191 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:44:42.191 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:45:02.192 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:45:22.193 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:45:42.194 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:46:02.194 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:46:22.195 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:46:42.195 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:47:02.196 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:47:22.196 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:47:42.198 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:48:02.199 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:48:22.200 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:48:42.200 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:49:02.201 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:49:22.201 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:49:42.202 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:50:02.203 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:50:22.204 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:50:42.205 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:51:02.206 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:51:22.207 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:51:42.208 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:52:02.208 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:52:22.209 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:52:42.209 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:53:02.209 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:53:22.210 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:53:42.210 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:54:02.210 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:54:22.211 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:54:42.212 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:55:02.213 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:55:22.214 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:55:42.214 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:56:02.214 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:56:22.216 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:56:42.217 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:57:02.217 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:57:22.217 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:57:42.218 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:58:02.218 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:58:22.218 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:58:42.218 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:59:02.218 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:59:22.219 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 03:59:42.220 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:00:02.220 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:00:22.220 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:00:42.221 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:01:02.221 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:01:22.222 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:01:42.222 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:02:02.222 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:02:22.223 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:02:42.224 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:03:02.225 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:03:22.226 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:03:42.227 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:04:02.228 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:04:22.229 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:04:42.230 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:05:02.231 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:05:22.232 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:05:42.232 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:06:02.232 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:06:22.233 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:06:42.234 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:07:02.234 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:07:22.236 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:07:42.236 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:08:02.237 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:08:22.238 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:08:42.238 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:09:02.238 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:09:22.239 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:09:42.240 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:10:02.241 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:10:22.242 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:10:42.242 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:11:02.243 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:11:22.244 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:11:42.244 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:12:02.244 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:12:22.244 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:12:42.245 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:13:02.246 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:13:22.247 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:13:42.247 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:14:02.248 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:14:22.249 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:14:42.250 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:15:02.251 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:15:22.253 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:15:42.253 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:16:02.254 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:16:22.255 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:16:42.256 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:17:02.256 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:17:22.256 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:17:42.257 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:18:02.258 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:18:22.259 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:18:42.260 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:19:02.261 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:19:22.261 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:19:42.262 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:20:02.262 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:20:22.263 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:20:42.263 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:21:02.264 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:21:22.264 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:21:42.266 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:22:02.266 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:22:22.266 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:22:42.268 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:23:02.269 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:23:22.270 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:23:42.270 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:24:02.270 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:24:22.271 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:24:42.272 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:25:02.272 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:25:22.273 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:25:42.273 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:26:02.273 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:26:22.275 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:26:42.275 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:27:02.276 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:27:22.276 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:27:42.277 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:28:02.277 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:28:22.279 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:28:42.280 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:29:02.280 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:29:22.280 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:29:42.281 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:30:02.282 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:30:22.282 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:30:42.283 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:31:02.283 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:31:22.284 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:31:42.285 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:32:02.286 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:32:22.287 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:32:42.288 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:33:02.289 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:33:22.290 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:33:42.290 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:34:02.291 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:34:22.291 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:34:42.291 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:35:02.293 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:35:22.294 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:35:42.295 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:36:02.296 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:36:22.297 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:36:42.298 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:37:02.298 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:37:22.300 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:37:42.300 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:38:02.300 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:38:22.302 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:38:42.303 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:39:02.304 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:39:22.304 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:39:42.305 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:40:02.306 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:40:22.306 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:40:42.307 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:41:02.307 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:41:22.307 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:41:42.308 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:42:02.308 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:42:22.308 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:42:42.309 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:43:02.310 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:43:22.310 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:43:42.310 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:44:02.311 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:44:22.311 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:44:42.312 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:45:02.313 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:45:22.313 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:45:42.313 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:46:02.313 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:46:22.315 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:46:42.315 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:47:02.316 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:47:22.316 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:47:42.317 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:48:02.317 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:48:22.318 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:48:42.318 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:49:02.319 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:49:22.320 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:49:42.321 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:50:02.322 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:50:22.323 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:50:42.324 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:51:02.325 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:51:22.326 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:51:42.327 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:52:02.328 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:52:22.328 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:52:42.328 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:53:02.328 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:53:22.328 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:53:42.330 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:54:02.330 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:54:22.330 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:54:42.331 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:55:02.331 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:55:22.332 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:55:42.333 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:56:02.334 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:56:22.334 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:56:42.334 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:57:02.334 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:57:22.335 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:57:42.336 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:58:02.337 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:58:22.337 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:58:42.337 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:59:02.338 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:59:22.338 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 04:59:42.339 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:00:02.339 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:00:22.339 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:00:42.339 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:01:02.339 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:01:22.340 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:01:42.341 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:02:02.343 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:02:22.344 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:02:42.344 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:03:02.345 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:03:22.345 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:03:42.345 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:04:02.346 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:04:22.347 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:04:42.348 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:05:02.349 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:05:22.349 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:05:42.351 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:06:02.351 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:06:22.352 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:06:42.353 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:07:02.354 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:07:22.355 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:07:42.356 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:08:02.357 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:08:22.357 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:08:42.358 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:09:02.359 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:09:22.360 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:09:42.361 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:10:02.362 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:10:22.362 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:10:42.363 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:11:02.364 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:11:22.365 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:11:42.365 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:12:02.366 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:12:22.366 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:12:42.367 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:13:02.367 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:13:22.369 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:13:42.370 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:14:02.370 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:14:22.371 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:14:42.371 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:15:02.372 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:15:22.372 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:15:42.372 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:16:02.372 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:16:22.373 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:16:42.374 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:17:02.375 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:17:22.376 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:17:42.376 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:18:02.378 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:18:22.379 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:18:42.379 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:19:02.381 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:19:22.382 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:19:42.383 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:20:02.384 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:20:22.385 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:20:42.386 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:21:02.386 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:21:22.387 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:21:42.387 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:22:02.388 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:22:22.389 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:22:42.390 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:23:02.391 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:23:22.391 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:23:36.487 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 05:23:36.492 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 05:23:36.492 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd", "consumerID": "ves-openapi-manager", "timestamp": 1679981002391, "artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 05:23:36.499 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 05:23:36.500 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 05:23:36.500 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 05:23:36.500 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 05:23:36.500 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 05:23:36.500 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 05:23:37.526 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 05:23:37.526 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 05:23:37.526 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd", "consumerID": "ves-openapi-manager", "timestamp": 1679981002391, "artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vfwe0fdd614992f0_modules.json", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 05:23:38.528 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 05:23:38.528 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 05:23:38.528 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd", "consumerID": "ves-openapi-manager", "timestamp": 1679981002391, "artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 05:23:39.530 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 05:23:39.530 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 05:23:39.530 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd", "consumerID": "ves-openapi-manager", "timestamp": 1679981002391, "artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 05:23:40.532 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 05:23:40.532 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 05:23:40.532 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd", "consumerID": "ves-openapi-manager", "timestamp": 1679981002391, "artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/resourceInstances/vfwe0fdd614992f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 05:23:41.533 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 05:23:41.534 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 05:23:41.534 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd", "consumerID": "ves-openapi-manager", "timestamp": 1679981002391, "artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 05:23:42.535 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 05:23:42.536 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 05:23:42.536 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "851d61ad-274c-4af3-b422-33c98082cdcd", "consumerID": "ves-openapi-manager", "timestamp": 1679981002391, "artifactURL": "/sdc/v1/catalog/services/Vfw20230328052129/1.0/artifacts/service-Vfw20230328052129-csar.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 05:23:43.537 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:24:03.539 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:24:23.540 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:24:43.540 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:25:03.541 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:25:23.541 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:25:43.542 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:26:03.543 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:26:23.544 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:26:43.544 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:27:03.545 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:27:23.546 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:27:43.547 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:28:03.548 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:28:23.549 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:28:43.549 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:29:03.549 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:29:23.549 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:29:43.550 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:30:03.551 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:30:23.551 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:30:43.552 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:31:03.553 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:31:23.553 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:31:43.554 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:32:03.554 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:32:23.554 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:32:43.555 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:32:56.425 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.NetworkClient : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Node 0 disconnected. 2023-03-28 05:33:03.557 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:33:23.557 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:33:43.559 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:34:03.559 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:34:23.561 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:34:43.561 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:35:03.562 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:35:23.562 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:35:43.563 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:36:03.563 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:36:23.565 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:36:43.565 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:37:03.567 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:37:23.567 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:37:33.304 INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 05:37:33.304 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 05:37:33.304 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941", "consumerID": "ves-openapi-manager", "timestamp": 1679981843567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 05:37:34.309 INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 05:37:34.310 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 05:37:34.310 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941", "consumerID": "ves-openapi-manager", "timestamp": 1679981843567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/basic_onboard_cpopgh0_modules.json", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 05:37:35.311 INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 05:37:35.311 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 05:37:35.311 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941", "consumerID": "ves-openapi-manager", "timestamp": 1679981843567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 05:37:36.312 INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 05:37:36.313 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 05:37:36.313 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941", "consumerID": "ves-openapi-manager", "timestamp": 1679981843567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 05:37:37.314 INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 05:37:37.314 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 05:37:37.314 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941", "consumerID": "ves-openapi-manager", "timestamp": 1679981843567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/resourceInstances/basic_onboard_cpopgh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 05:37:38.315 INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 05:37:38.316 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 05:37:38.316 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941", "consumerID": "ves-openapi-manager", "timestamp": 1679981843567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 05:37:39.317 INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 05:37:39.317 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 05:37:39.317 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "e03c40b6-f5bf-4f3e-979a-0380c4e17941", "consumerID": "ves-openapi-manager", "timestamp": 1679981843567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpopgh/1.0/artifacts/service-BasicOnboardCpopgh-csar.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 05:37:41.520 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:38:01.520 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:38:21.521 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:38:41.521 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:39:01.521 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:39:21.521 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:39:41.522 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:40:01.522 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:40:21.524 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:40:41.524 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:41:01.524 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:41:21.525 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:41:41.525 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:42:01.526 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:42:21.527 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:42:41.527 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:43:01.529 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:43:21.530 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:43:41.531 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:44:01.532 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:44:21.532 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:44:41.533 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:45:01.533 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:45:21.534 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:45:41.534 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:46:01.536 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:46:15.778 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 05:46:15.779 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 05:46:15.779 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec", "consumerID": "ves-openapi-manager", "timestamp": 1679982361536, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 05:46:16.784 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 05:46:16.785 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 05:46:16.785 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "6d315fdc-3a43-437b-b276-edcee10041ec", "consumerID": "ves-openapi-manager", "timestamp": 1679982361536, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 05:46:21.519 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:46:41.521 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:47:01.521 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:47:21.522 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:47:41.524 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:47:42.263 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 05:47:42.263 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 05:47:42.263 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2", "consumerID": "ves-openapi-manager", "timestamp": 1679982461524, "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-03-28 05:47:43.264 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 05:47:43.264 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 05:47:43.264 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2", "consumerID": "ves-openapi-manager", "timestamp": 1679982461524, "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-03-28 05:47:44.265 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 05:47:44.266 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 05:47:44.266 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2", "consumerID": "ves-openapi-manager", "timestamp": 1679982461524, "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-03-28 05:47:45.267 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 05:47:45.267 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 05:47:45.267 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2", "consumerID": "ves-openapi-manager", "timestamp": 1679982461524, "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-03-28 05:47:46.268 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 05:47:46.268 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 05:47:46.268 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2", "consumerID": "ves-openapi-manager", "timestamp": 1679982461524, "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-03-28 05:47:47.269 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 05:47:47.270 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 05:47:47.270 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2", "consumerID": "ves-openapi-manager", "timestamp": 1679982461524, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 05:47:48.271 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 05:47:48.271 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 05:47:48.271 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "b1101844-7f05-4c6e-8dec-0936c7401cd2", "consumerID": "ves-openapi-manager", "timestamp": 1679982461524, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 05:48:01.519 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:48:01.530 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 05:48:01.530 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 05:48:01.530 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28", "consumerID": "ves-openapi-manager", "timestamp": 1679982481519, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 05:48:02.531 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 05:48:02.532 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 05:48:02.532 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28", "consumerID": "ves-openapi-manager", "timestamp": 1679982481519, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 05:48:03.532 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 05:48:03.533 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 05:48:03.533 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28", "consumerID": "ves-openapi-manager", "timestamp": 1679982481519, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 05:48:04.534 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 05:48:04.534 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 05:48:04.534 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28", "consumerID": "ves-openapi-manager", "timestamp": 1679982481519, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 05:48:05.535 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 05:48:05.536 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 05:48:05.536 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28", "consumerID": "ves-openapi-manager", "timestamp": 1679982481519, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 05:48:06.537 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 05:48:06.538 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 05:48:06.538 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28", "consumerID": "ves-openapi-manager", "timestamp": 1679982481519, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/resourceInstances/pnf9722b1f584b80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 05:48:07.539 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 05:48:07.539 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 05:48:07.539 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28", "consumerID": "ves-openapi-manager", "timestamp": 1679982481519, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/artifacts/service-DemoPnfQimmndktt3zzpbu7zg63-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 05:48:08.540 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 05:48:08.540 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 05:48:08.540 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "c2cb142b-b896-4d67-9f54-19b9dd862b28", "consumerID": "ves-openapi-manager", "timestamp": 1679982481519, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQimmndktt3zzpbu7zg63/1.0/artifacts/service-DemoPnfQimmndktt3zzpbu7zg63-csar.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 05:48:09.542 INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback : =================================== 2023-03-28 05:48:09.543 INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback : Distributed service information 2023-03-28 05:48:09.549 INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback : Service UUID: 2c1e7107-0c4e-4c2a-a2a5-51108c66555d 2023-03-28 05:48:09.549 INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback : Service name: Demo_pNF_qiMMnDktT3zZPbU7Zg63 2023-03-28 05:48:09.549 INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback : Service resources: 2023-03-28 05:48:09.550 INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback : - Resource: pNF 9722b1f5-84b8 2023-03-28 05:48:09.550 INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback : Artifacts: 2023-03-28 05:48:09.551 INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback : - Name: MyPnf_Pnf_v1.yaml 2023-03-28 05:48:09.551 INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback : =================================== 2023-03-28 05:48:09.552 INFO 1 --- [pool-1-thread-2] o.o.v.o.m.service.ArtifactsCollector : Downloading artifacts 2023-03-28 05:48:09.703 ERROR 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Error exception occurred when fetching with Kafka Consumer:null 2023-03-28 05:48:21.519 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:48:41.519 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:49:01.519 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:49:21.519 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:49:41.521 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:50:01.521 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:50:21.521 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:50:41.521 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:51:01.521 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:51:21.523 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:51:41.523 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:52:01.524 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:52:21.524 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:52:41.525 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:53:01.525 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:53:21.526 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:53:41.528 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:54:01.529 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:54:21.529 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:54:41.530 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:55:01.530 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:55:21.532 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:55:41.533 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:56:01.534 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:56:21.535 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:56:41.536 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:57:01.537 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:57:21.537 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:57:41.539 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:58:01.540 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:58:21.541 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:58:41.541 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:59:01.542 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:59:21.544 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 05:59:41.544 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:00:01.546 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:00:21.547 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:00:41.548 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:01:01.549 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:01:21.550 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:01:41.550 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:02:01.551 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:02:21.552 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:02:41.553 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:03:01.553 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:03:21.554 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:03:41.554 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:04:01.554 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:04:21.554 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:04:41.554 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:05:01.554 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:05:21.555 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:05:41.556 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:06:01.557 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:06:21.558 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:06:41.559 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:07:01.560 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:07:21.560 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:07:38.899 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 06:07:38.900 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 06:07:38.900 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "0b7b1ee4-48b4-4814-8486-4759bb4555cd", "consumerID": "ves-openapi-manager", "timestamp": 1679983641560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPtjgglhpojpmyo1zc6cx/1.0/resourceInstances/pnfff945e32844d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 06:07:38.903 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 06:07:38.903 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 06:07:38.904 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 06:07:38.904 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 06:07:38.904 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 06:07:38.904 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 06:07:39.906 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 06:07:39.906 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 06:07:39.906 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "0b7b1ee4-48b4-4814-8486-4759bb4555cd", "consumerID": "ves-openapi-manager", "timestamp": 1679983641560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPtjgglhpojpmyo1zc6cx/1.0/resourceInstances/pnfff945e32844d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 06:07:40.908 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 06:07:40.908 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 06:07:40.908 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "0b7b1ee4-48b4-4814-8486-4759bb4555cd", "consumerID": "ves-openapi-manager", "timestamp": 1679983641560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPtjgglhpojpmyo1zc6cx/1.0/resourceInstances/pnfff945e32844d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 06:07:41.910 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 06:07:41.910 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 06:07:41.910 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "0b7b1ee4-48b4-4814-8486-4759bb4555cd", "consumerID": "ves-openapi-manager", "timestamp": 1679983641560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPtjgglhpojpmyo1zc6cx/1.0/resourceInstances/pnfff945e32844d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 06:07:42.912 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 06:07:42.912 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 06:07:42.912 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "0b7b1ee4-48b4-4814-8486-4759bb4555cd", "consumerID": "ves-openapi-manager", "timestamp": 1679983641560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPtjgglhpojpmyo1zc6cx/1.0/resourceInstances/pnfff945e32844d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 06:07:43.914 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 06:07:43.914 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 06:07:43.914 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "0b7b1ee4-48b4-4814-8486-4759bb4555cd", "consumerID": "ves-openapi-manager", "timestamp": 1679983641560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPtjgglhpojpmyo1zc6cx/1.0/resourceInstances/pnfff945e32844d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 06:07:44.915 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 06:07:44.915 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 06:07:44.915 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "0b7b1ee4-48b4-4814-8486-4759bb4555cd", "consumerID": "ves-openapi-manager", "timestamp": 1679983641560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPtjgglhpojpmyo1zc6cx/1.0/artifacts/service-DemoPnfPtjgglhpojpmyo1zc6cx-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 06:07:45.915 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 06:07:45.916 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 06:07:45.916 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "0b7b1ee4-48b4-4814-8486-4759bb4555cd", "consumerID": "ves-openapi-manager", "timestamp": 1679983641560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPtjgglhpojpmyo1zc6cx/1.0/artifacts/service-DemoPnfPtjgglhpojpmyo1zc6cx-csar.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 06:07:46.918 INFO 1 --- [pool-1-thread-7] o.o.v.o.manager.service.ClientCallback : =================================== 2023-03-28 06:07:46.918 INFO 1 --- [pool-1-thread-7] o.o.v.o.manager.service.ClientCallback : Distributed service information 2023-03-28 06:07:46.918 INFO 1 --- [pool-1-thread-7] o.o.v.o.manager.service.ClientCallback : Service UUID: d1d83882-7852-4a5b-8072-1885b4ff2048 2023-03-28 06:07:46.918 INFO 1 --- [pool-1-thread-7] o.o.v.o.manager.service.ClientCallback : Service name: Demo_pNF_ptJgglHPOJPMYo1zc6Cx 2023-03-28 06:07:46.918 INFO 1 --- [pool-1-thread-7] o.o.v.o.manager.service.ClientCallback : Service resources: 2023-03-28 06:07:46.918 INFO 1 --- [pool-1-thread-7] o.o.v.o.manager.service.ClientCallback : - Resource: pNF ff945e32-844d 2023-03-28 06:07:46.918 INFO 1 --- [pool-1-thread-7] o.o.v.o.manager.service.ClientCallback : Artifacts: 2023-03-28 06:07:46.918 INFO 1 --- [pool-1-thread-7] o.o.v.o.manager.service.ClientCallback : - Name: MyPnf_Pnf_v1.yaml 2023-03-28 06:07:46.918 INFO 1 --- [pool-1-thread-7] o.o.v.o.manager.service.ClientCallback : =================================== 2023-03-28 06:07:46.918 INFO 1 --- [pool-1-thread-7] o.o.v.o.m.service.ArtifactsCollector : Downloading artifacts 2023-03-28 06:07:47.037 ERROR 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Error exception occurred when fetching with Kafka Consumer:null 2023-03-28 06:07:47.037 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:08:07.038 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:08:27.038 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:08:47.040 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:09:07.041 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:09:27.041 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:09:47.041 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:10:07.041 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:10:27.042 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:10:47.042 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:11:07.042 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:11:27.043 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:11:47.043 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:12:07.044 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:12:27.045 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:12:47.046 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:13:07.047 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:13:27.048 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:13:47.048 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:14:07.049 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:14:27.049 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:14:47.050 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:15:07.051 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:15:27.052 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:15:47.053 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:16:07.054 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:16:27.054 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:16:47.055 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:17:07.055 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:17:27.056 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:17:47.056 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:18:07.056 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:18:27.057 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:18:47.057 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:19:07.058 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:19:27.059 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:19:47.059 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:20:07.060 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:20:27.061 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:20:47.062 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:21:07.063 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:21:27.063 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:21:47.064 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:22:07.065 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:22:27.065 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:22:47.066 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:23:07.068 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:23:27.068 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:23:47.069 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:24:07.070 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:24:27.070 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:24:47.070 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:25:07.071 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:25:27.072 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:25:47.072 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:26:07.072 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:26:27.073 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:26:47.074 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:27:07.074 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:27:27.074 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:27:47.075 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:28:07.075 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:28:27.076 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:28:47.077 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:29:07.078 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:29:27.080 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:29:47.081 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:30:07.081 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:30:27.082 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:30:47.083 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:31:07.084 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:31:27.084 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:31:47.085 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:32:07.087 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:32:27.088 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:32:47.089 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:33:07.090 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:33:27.090 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:33:47.092 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:34:07.092 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:34:27.094 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:34:47.095 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:35:07.095 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:35:27.097 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:35:47.098 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:36:07.098 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:36:27.099 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:36:47.100 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:37:07.100 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:37:27.101 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:37:47.102 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:38:07.102 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:38:27.104 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:38:47.105 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:39:07.106 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:39:27.106 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:39:47.106 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:40:07.107 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:40:27.107 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:40:47.107 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:41:07.108 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:41:27.109 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:41:47.109 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:42:07.110 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:42:27.110 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:42:47.111 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:43:07.112 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:43:27.113 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:43:47.113 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:44:07.114 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:44:27.115 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:44:47.115 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:45:07.116 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:45:27.117 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:45:47.118 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:46:07.118 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:46:27.119 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:46:47.119 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:47:07.120 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:47:27.122 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:47:47.122 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:48:07.123 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:48:27.124 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:48:47.124 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:49:07.125 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:49:27.125 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:49:47.126 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:50:07.126 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:50:27.127 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:50:47.129 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:51:07.130 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:51:27.131 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:51:47.132 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:52:07.132 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:52:27.133 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:52:47.134 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:53:07.134 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:53:27.135 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:53:47.135 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:54:07.135 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:54:27.137 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:54:47.137 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:55:07.137 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:55:27.138 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:55:47.139 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:56:07.140 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:56:27.140 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:56:47.141 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:57:07.142 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:57:27.142 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:57:47.143 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:58:07.143 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:58:27.145 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:58:47.146 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:59:07.146 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:59:27.146 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 06:59:47.146 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:00:07.147 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:00:27.151 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:00:47.153 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:01:07.154 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:01:27.154 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:01:47.154 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:02:07.156 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:02:27.157 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:02:47.157 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:03:07.157 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:03:27.159 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:03:47.160 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:04:07.160 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:04:27.161 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:04:47.162 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:05:07.162 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:05:27.162 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:05:47.163 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:06:07.164 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:06:27.165 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:06:47.165 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:07:07.167 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:07:27.167 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:07:47.167 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:08:07.169 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:08:27.170 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:08:47.170 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:09:07.171 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:09:27.172 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:09:47.172 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:10:07.173 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:10:27.174 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:10:47.174 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:11:07.175 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:11:27.176 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:11:47.176 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:12:07.177 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:12:27.178 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:12:47.178 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:13:07.179 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:13:27.180 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:13:47.182 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:14:07.182 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:14:27.183 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:14:47.184 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:15:07.184 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:15:27.185 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:15:47.185 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:15:55.784 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:15:55.785 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:15:55.785 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "949cd2cf-4141-4930-a770-629b2661a8b8", "consumerID": "ves-openapi-manager", "timestamp": 1679987747185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFon9enmy6f7zzo5fd3rl/1.0/resourceInstances/pnf194367a004ea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 07:15:55.789 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 07:15:55.790 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 07:15:55.790 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 07:15:55.790 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 07:15:55.791 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 07:15:55.791 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 07:15:56.792 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:15:56.793 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:15:56.793 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "949cd2cf-4141-4930-a770-629b2661a8b8", "consumerID": "ves-openapi-manager", "timestamp": 1679987747185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFon9enmy6f7zzo5fd3rl/1.0/resourceInstances/pnf194367a004ea0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 07:15:57.794 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:15:57.795 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:15:57.795 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "949cd2cf-4141-4930-a770-629b2661a8b8", "consumerID": "ves-openapi-manager", "timestamp": 1679987747185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFon9enmy6f7zzo5fd3rl/1.0/resourceInstances/pnf194367a004ea0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 07:15:58.796 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:15:58.796 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:15:58.796 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "949cd2cf-4141-4930-a770-629b2661a8b8", "consumerID": "ves-openapi-manager", "timestamp": 1679987747185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFon9enmy6f7zzo5fd3rl/1.0/resourceInstances/pnf194367a004ea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 07:15:59.797 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:15:59.797 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:15:59.798 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "949cd2cf-4141-4930-a770-629b2661a8b8", "consumerID": "ves-openapi-manager", "timestamp": 1679987747185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFon9enmy6f7zzo5fd3rl/1.0/resourceInstances/pnf194367a004ea0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 07:16:00.798 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:16:00.799 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:16:00.799 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "949cd2cf-4141-4930-a770-629b2661a8b8", "consumerID": "ves-openapi-manager", "timestamp": 1679987747185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFon9enmy6f7zzo5fd3rl/1.0/resourceInstances/pnf194367a004ea0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 07:16:01.800 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:16:01.800 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:16:01.800 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "949cd2cf-4141-4930-a770-629b2661a8b8", "consumerID": "ves-openapi-manager", "timestamp": 1679987747185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFon9enmy6f7zzo5fd3rl/1.0/artifacts/service-DemoPnfFon9enmy6f7zzo5fd3rl-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 07:16:02.801 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:16:02.801 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:16:02.801 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "949cd2cf-4141-4930-a770-629b2661a8b8", "consumerID": "ves-openapi-manager", "timestamp": 1679987747185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFon9enmy6f7zzo5fd3rl/1.0/artifacts/service-DemoPnfFon9enmy6f7zzo5fd3rl-csar.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 07:16:03.802 INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback : =================================== 2023-03-28 07:16:03.802 INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback : Distributed service information 2023-03-28 07:16:03.802 INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback : Service UUID: 36ec2db0-d90f-4666-bfc9-1ec9e505475b 2023-03-28 07:16:03.802 INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback : Service name: Demo_pNF_FoN9eNmy6F7zZO5fd3Rl 2023-03-28 07:16:03.802 INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback : Service resources: 2023-03-28 07:16:03.802 INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback : - Resource: pNF 194367a0-04ea 2023-03-28 07:16:03.802 INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback : Artifacts: 2023-03-28 07:16:03.802 INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback : - Name: MyPnf_Pnf_v1.yaml 2023-03-28 07:16:03.802 INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback : =================================== 2023-03-28 07:16:03.802 INFO 1 --- [pool-1-thread-2] o.o.v.o.m.service.ArtifactsCollector : Downloading artifacts 2023-03-28 07:16:03.892 ERROR 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Error exception occurred when fetching with Kafka Consumer:null 2023-03-28 07:16:03.892 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:16:23.892 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:16:43.893 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:17:03.893 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:17:23.894 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:17:43.894 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:18:03.896 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:18:23.897 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:18:43.897 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:19:03.898 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:19:23.898 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:19:43.899 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:20:03.899 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:20:23.900 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:20:43.901 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:21:03.901 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:21:23.902 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:21:43.902 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:22:03.903 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:22:23.904 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:22:43.905 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:23:03.905 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:23:23.906 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:23:43.907 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:24:03.908 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:24:23.909 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:24:43.909 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:25:03.910 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:25:23.913 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:25:43.913 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:26:03.913 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:26:23.913 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:26:43.914 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:27:03.915 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:27:23.916 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:27:43.916 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:28:03.918 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:28:22.069 INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:28:22.070 INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:28:22.070 INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "eabafc73-af9e-42e1-b6df-d575cfb4e375", "consumerID": "ves-openapi-manager", "timestamp": 1679988483918, "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-03-28 07:28:22.075 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 07:28:22.076 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 07:28:22.076 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 07:28:22.076 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 07:28:22.076 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 07:28:22.076 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 07:28:23.077 INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:28:23.077 INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:28:23.078 INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "eabafc73-af9e-42e1-b6df-d575cfb4e375", "consumerID": "ves-openapi-manager", "timestamp": 1679988483918, "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-03-28 07:28:24.079 INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:28:24.080 INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:28:24.080 INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "eabafc73-af9e-42e1-b6df-d575cfb4e375", "consumerID": "ves-openapi-manager", "timestamp": 1679988483918, "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-03-28 07:28:25.081 INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:28:25.082 INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:28:25.082 INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "eabafc73-af9e-42e1-b6df-d575cfb4e375", "consumerID": "ves-openapi-manager", "timestamp": 1679988483918, "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-03-28 07:28:26.084 INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:28:26.084 INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:28:26.084 INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "eabafc73-af9e-42e1-b6df-d575cfb4e375", "consumerID": "ves-openapi-manager", "timestamp": 1679988483918, "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-03-28 07:28:27.085 INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:28:27.085 INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:28:27.085 INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "eabafc73-af9e-42e1-b6df-d575cfb4e375", "consumerID": "ves-openapi-manager", "timestamp": 1679988483918, "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-03-28 07:28:28.086 INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:28:28.086 INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:28:28.086 INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "eabafc73-af9e-42e1-b6df-d575cfb4e375", "consumerID": "ves-openapi-manager", "timestamp": 1679988483918, "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-03-28 07:28:29.087 INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:28:29.087 INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:28:29.087 INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "eabafc73-af9e-42e1-b6df-d575cfb4e375", "consumerID": "ves-openapi-manager", "timestamp": 1679988483918, "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-03-28 07:28:30.088 INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:28:30.089 INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:28:30.089 INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "eabafc73-af9e-42e1-b6df-d575cfb4e375", "consumerID": "ves-openapi-manager", "timestamp": 1679988483918, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 07:28:31.089 INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:28:31.090 INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:28:31.090 INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "eabafc73-af9e-42e1-b6df-d575cfb4e375", "consumerID": "ves-openapi-manager", "timestamp": 1679988483918, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 07:28:32.091 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:28:40.952 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:28:40.952 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:28:40.952 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "7987d6d2-c8a2-4d3b-9806-38577e08e849", "consumerID": "ves-openapi-manager", "timestamp": 1679988512091, "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-03-28 07:28:41.954 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:28:41.954 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:28:41.954 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "7987d6d2-c8a2-4d3b-9806-38577e08e849", "consumerID": "ves-openapi-manager", "timestamp": 1679988512091, "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-03-28 07:28:42.955 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:28:42.955 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:28:42.955 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "7987d6d2-c8a2-4d3b-9806-38577e08e849", "consumerID": "ves-openapi-manager", "timestamp": 1679988512091, "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-03-28 07:28:43.956 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:28:43.956 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:28:43.957 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "7987d6d2-c8a2-4d3b-9806-38577e08e849", "consumerID": "ves-openapi-manager", "timestamp": 1679988512091, "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-03-28 07:28:44.957 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:28:44.958 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:28:44.958 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "7987d6d2-c8a2-4d3b-9806-38577e08e849", "consumerID": "ves-openapi-manager", "timestamp": 1679988512091, "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-03-28 07:28:45.959 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:28:45.959 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:28:45.959 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "7987d6d2-c8a2-4d3b-9806-38577e08e849", "consumerID": "ves-openapi-manager", "timestamp": 1679988512091, "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-03-28 07:28:46.960 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:28:46.960 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:28:46.961 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "7987d6d2-c8a2-4d3b-9806-38577e08e849", "consumerID": "ves-openapi-manager", "timestamp": 1679988512091, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 07:28:47.961 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:28:47.962 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:28:47.962 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "7987d6d2-c8a2-4d3b-9806-38577e08e849", "consumerID": "ves-openapi-manager", "timestamp": 1679988512091, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 07:28:48.963 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:29:05.903 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:29:05.903 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:29:05.903 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "70d18c6f-8184-47a1-87df-6abc8d87c735", "consumerID": "ves-openapi-manager", "timestamp": 1679988528963, "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-03-28 07:29:06.904 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:29:06.904 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:29:06.904 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "70d18c6f-8184-47a1-87df-6abc8d87c735", "consumerID": "ves-openapi-manager", "timestamp": 1679988528963, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 07:29:07.905 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:29:07.905 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:29:07.905 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "70d18c6f-8184-47a1-87df-6abc8d87c735", "consumerID": "ves-openapi-manager", "timestamp": 1679988528963, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 07:29:08.906 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:29:08.906 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:29:08.906 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "70d18c6f-8184-47a1-87df-6abc8d87c735", "consumerID": "ves-openapi-manager", "timestamp": 1679988528963, "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-03-28 07:29:09.907 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:29:09.907 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:29:09.907 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "70d18c6f-8184-47a1-87df-6abc8d87c735", "consumerID": "ves-openapi-manager", "timestamp": 1679988528963, "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-03-28 07:29:10.908 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:29:10.909 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:29:10.909 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "70d18c6f-8184-47a1-87df-6abc8d87c735", "consumerID": "ves-openapi-manager", "timestamp": 1679988528963, "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-03-28 07:29:11.911 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:29:11.912 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:29:11.912 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "70d18c6f-8184-47a1-87df-6abc8d87c735", "consumerID": "ves-openapi-manager", "timestamp": 1679988528963, "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-03-28 07:29:12.913 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:29:12.913 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:29:12.913 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "70d18c6f-8184-47a1-87df-6abc8d87c735", "consumerID": "ves-openapi-manager", "timestamp": 1679988528963, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 07:29:13.914 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:29:13.914 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:29:13.914 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "70d18c6f-8184-47a1-87df-6abc8d87c735", "consumerID": "ves-openapi-manager", "timestamp": 1679988528963, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 07:29:14.916 INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback : =================================== 2023-03-28 07:29:14.916 INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback : Distributed service information 2023-03-28 07:29:14.916 INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback : Service UUID: 3925bfe3-60f3-4dfa-b551-c1841b15eb3a 2023-03-28 07:29:14.916 INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback : Service name: test_pnf_macro 2023-03-28 07:29:14.916 INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback : Service resources: 2023-03-28 07:29:14.916 INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback : - Resource: test-pnf 2023-03-28 07:29:14.916 INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback : Artifacts: 2023-03-28 07:29:14.917 INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback : - Name: MyPnf_Pnf_v1.yaml 2023-03-28 07:29:14.917 INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback : =================================== 2023-03-28 07:29:14.917 INFO 1 --- [pool-1-thread-8] o.o.v.o.m.service.ArtifactsCollector : Downloading artifacts 2023-03-28 07:29:15.058 ERROR 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Error exception occurred when fetching with Kafka Consumer:null 2023-03-28 07:29:15.058 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:29:35.059 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:29:55.059 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:30:15.060 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:30:35.060 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:30:55.061 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:31:15.061 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:31:35.063 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:31:55.064 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:32:15.064 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:32:35.065 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:32:55.066 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:33:15.067 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:33:35.067 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:33:55.067 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:34:15.067 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:34:35.067 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:34:55.070 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:35:15.071 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:35:35.072 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:35:55.073 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:36:15.073 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:36:35.074 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:36:55.076 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:37:15.077 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:37:35.077 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:37:55.079 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:38:15.080 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:38:35.080 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:38:55.081 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:39:15.081 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:39:35.082 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:39:55.082 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:40:15.083 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:40:35.084 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:40:55.084 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:41:15.086 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:41:35.087 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:41:55.087 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:42:15.088 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:42:35.088 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:42:55.089 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:43:15.089 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:43:35.090 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:43:55.091 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:44:15.092 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:44:35.092 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:44:55.093 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:45:15.094 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:45:35.094 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:45:55.095 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:46:15.096 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:46:35.096 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:46:55.097 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:47:15.098 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:47:35.098 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:47:55.098 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:48:15.098 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:48:35.098 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:48:55.100 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:49:15.101 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:49:35.102 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:49:55.102 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:50:15.103 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:50:35.103 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:50:55.103 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:51:15.104 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:51:35.105 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:51:45.796 INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:51:45.796 INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:51:45.796 INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "5b870950-72c7-4020-b769-1ce4f353e2c2", "consumerID": "ves-openapi-manager", "timestamp": 1679989895105, "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-03-28 07:51:45.808 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 07:51:45.808 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 07:51:45.808 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 07:51:45.808 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 07:51:45.808 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 07:51:45.808 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 07:51:46.809 INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:51:46.810 INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:51:46.810 INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "5b870950-72c7-4020-b769-1ce4f353e2c2", "consumerID": "ves-openapi-manager", "timestamp": 1679989895105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 07:51:47.810 INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:51:47.811 INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:51:47.811 INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "5b870950-72c7-4020-b769-1ce4f353e2c2", "consumerID": "ves-openapi-manager", "timestamp": 1679989895105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 07:51:48.811 INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:51:48.812 INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:51:48.812 INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "5b870950-72c7-4020-b769-1ce4f353e2c2", "consumerID": "ves-openapi-manager", "timestamp": 1679989895105, "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-03-28 07:51:49.813 INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:51:49.813 INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:51:49.813 INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "5b870950-72c7-4020-b769-1ce4f353e2c2", "consumerID": "ves-openapi-manager", "timestamp": 1679989895105, "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-03-28 07:51:50.814 INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:51:50.814 INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:51:50.814 INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "5b870950-72c7-4020-b769-1ce4f353e2c2", "consumerID": "ves-openapi-manager", "timestamp": 1679989895105, "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-03-28 07:51:51.814 INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:51:51.815 INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:51:51.815 INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "5b870950-72c7-4020-b769-1ce4f353e2c2", "consumerID": "ves-openapi-manager", "timestamp": 1679989895105, "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-03-28 07:51:52.815 INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:51:52.816 INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:51:52.816 INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "5b870950-72c7-4020-b769-1ce4f353e2c2", "consumerID": "ves-openapi-manager", "timestamp": 1679989895105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 07:51:53.817 INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 07:51:53.817 INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 07:51:53.817 INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "5b870950-72c7-4020-b769-1ce4f353e2c2", "consumerID": "ves-openapi-manager", "timestamp": 1679989895105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 07:51:54.818 INFO 1 --- [pool-1-thread-9] o.o.v.o.manager.service.ClientCallback : =================================== 2023-03-28 07:51:54.818 INFO 1 --- [pool-1-thread-9] o.o.v.o.manager.service.ClientCallback : Distributed service information 2023-03-28 07:51:54.818 INFO 1 --- [pool-1-thread-9] o.o.v.o.manager.service.ClientCallback : Service UUID: 033387d8-f321-4375-9245-b5a89495dbfb 2023-03-28 07:51:54.818 INFO 1 --- [pool-1-thread-9] o.o.v.o.manager.service.ClientCallback : Service name: test_pnf_macro 2023-03-28 07:51:54.818 INFO 1 --- [pool-1-thread-9] o.o.v.o.manager.service.ClientCallback : Service resources: 2023-03-28 07:51:54.818 INFO 1 --- [pool-1-thread-9] o.o.v.o.manager.service.ClientCallback : - Resource: test-pnf 2023-03-28 07:51:54.818 INFO 1 --- [pool-1-thread-9] o.o.v.o.manager.service.ClientCallback : Artifacts: 2023-03-28 07:51:54.818 INFO 1 --- [pool-1-thread-9] o.o.v.o.manager.service.ClientCallback : - Name: MyPnf_Pnf_v1.yaml 2023-03-28 07:51:54.818 INFO 1 --- [pool-1-thread-9] o.o.v.o.manager.service.ClientCallback : =================================== 2023-03-28 07:51:54.818 INFO 1 --- [pool-1-thread-9] o.o.v.o.m.service.ArtifactsCollector : Downloading artifacts 2023-03-28 07:51:54.979 ERROR 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Error exception occurred when fetching with Kafka Consumer:null 2023-03-28 07:51:54.979 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:52:14.979 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:52:34.981 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:52:54.982 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:53:14.983 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:53:34.983 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:53:54.984 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:54:14.985 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:54:34.986 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:54:54.986 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:55:14.987 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:55:34.988 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:55:54.988 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:56:14.989 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:56:34.990 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:56:54.991 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:57:14.992 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:57:34.993 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:57:54.994 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:58:14.994 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:58:34.995 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:58:54.996 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:59:14.997 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:59:34.998 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 07:59:54.998 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:00:14.998 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:00:34.999 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:00:55.000 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:01:15.000 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:01:35.000 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:01:55.000 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:02:15.000 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:02:35.001 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:02:55.002 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:03:15.003 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:03:35.003 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:03:55.004 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:04:15.004 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:04:35.006 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:04:55.006 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:05:15.007 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:05:35.007 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:05:55.008 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:06:15.009 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:06:35.010 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:06:55.011 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:07:15.011 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:07:35.013 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:07:55.014 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:08:15.014 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:08:35.016 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:08:55.016 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:09:15.018 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:09:35.018 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:09:55.018 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:10:15.019 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:10:35.019 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:10:55.019 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:11:15.020 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:11:35.020 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:11:55.021 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:12:15.022 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:12:26.107 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 08:12:26.107 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 08:12:26.107 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "4a694158-df11-4f74-81ca-e0e7671cea6e", "consumerID": "ves-openapi-manager", "timestamp": 1679991135022, "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-03-28 08:12:26.114 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 08:12:26.114 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 08:12:26.115 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 08:12:26.115 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 08:12:26.115 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 08:12:26.115 INFO 1 --- [08-583e6db7a822] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-ca7f1042-e4c0-458c-bd08-583e6db7a822] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to bStZ20GYS8y4gS5OTdIhHA 2023-03-28 08:12:27.116 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 08:12:27.117 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 08:12:27.117 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "4a694158-df11-4f74-81ca-e0e7671cea6e", "consumerID": "ves-openapi-manager", "timestamp": 1679991135022, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 08:12:28.119 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 08:12:28.119 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 08:12:28.119 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "4a694158-df11-4f74-81ca-e0e7671cea6e", "consumerID": "ves-openapi-manager", "timestamp": 1679991135022, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 08:12:29.120 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 08:12:29.120 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 08:12:29.120 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "4a694158-df11-4f74-81ca-e0e7671cea6e", "consumerID": "ves-openapi-manager", "timestamp": 1679991135022, "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-03-28 08:12:30.121 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 08:12:30.121 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 08:12:30.121 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "4a694158-df11-4f74-81ca-e0e7671cea6e", "consumerID": "ves-openapi-manager", "timestamp": 1679991135022, "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-03-28 08:12:31.122 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 08:12:31.122 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 08:12:31.122 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "4a694158-df11-4f74-81ca-e0e7671cea6e", "consumerID": "ves-openapi-manager", "timestamp": 1679991135022, "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-03-28 08:12:32.123 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 08:12:32.123 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 08:12:32.123 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "4a694158-df11-4f74-81ca-e0e7671cea6e", "consumerID": "ves-openapi-manager", "timestamp": 1679991135022, "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-03-28 08:12:33.124 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 08:12:33.124 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 08:12:33.124 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "4a694158-df11-4f74-81ca-e0e7671cea6e", "consumerID": "ves-openapi-manager", "timestamp": 1679991135022, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 08:12:34.125 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-03-28 08:12:34.125 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-03-28 08:12:34.125 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "4a694158-df11-4f74-81ca-e0e7671cea6e", "consumerID": "ves-openapi-manager", "timestamp": 1679991135022, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-28 08:12:35.126 INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback : =================================== 2023-03-28 08:12:35.127 INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback : Distributed service information 2023-03-28 08:12:35.127 INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback : Service UUID: 92c89856-e60b-4745-bd23-5b2397f56e08 2023-03-28 08:12:35.127 INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback : Service name: test_pnf_macro 2023-03-28 08:12:35.127 INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback : Service resources: 2023-03-28 08:12:35.127 INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback : - Resource: test-pnf 2023-03-28 08:12:35.127 INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback : Artifacts: 2023-03-28 08:12:35.127 INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback : - Name: MyPnf_Pnf_v1.yaml 2023-03-28 08:12:35.127 INFO 1 --- [pool-1-thread-2] o.o.v.o.manager.service.ClientCallback : =================================== 2023-03-28 08:12:35.127 INFO 1 --- [pool-1-thread-2] o.o.v.o.m.service.ArtifactsCollector : Downloading artifacts 2023-03-28 08:12:35.283 ERROR 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Error exception occurred when fetching with Kafka Consumer:null 2023-03-28 08:12:35.283 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:12:55.284 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:13:15.284 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:13:35.285 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:13:55.285 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:14:15.287 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:14:35.287 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:14:55.288 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:15:15.289 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:15:35.290 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:15:55.290 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:16:15.291 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:16:35.291 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:16:55.291 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:17:15.294 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:17:35.295 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:17:55.295 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:18:15.296 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:18:35.296 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:18:55.296 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:19:15.297 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:19:35.299 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:19:55.300 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:20:15.301 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:20:35.302 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:20:55.303 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:21:15.304 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:21:35.305 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:21:55.305 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:22:15.307 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:22:35.307 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:22:55.308 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:23:15.309 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:23:35.310 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:23:55.311 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:24:15.312 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:24:35.312 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:24:55.313 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:25:15.314 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:25:35.314 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:25:55.315 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:26:15.315 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:26:35.316 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:26:55.316 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:27:15.316 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:27:35.317 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:27:55.318 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:28:15.320 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:28:35.320 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:28:55.320 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:29:15.321 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:29:35.321 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:29:55.321 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:30:15.322 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:30:35.322 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:30:55.322 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:31:15.323 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:31:35.324 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:31:55.325 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:32:15.325 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:32:35.326 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:32:55.326 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:33:15.327 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:33:35.327 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:33:55.327 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:34:15.327 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:34:35.328 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:34:55.328 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:35:15.329 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:35:35.329 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:35:55.330 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:36:15.330 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:36:35.330 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:36:55.330 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:37:15.331 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:37:35.332 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:37:55.333 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:38:15.333 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:38:35.333 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:38:55.333 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:39:15.334 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:39:35.335 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:39:55.335 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:40:15.336 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:40:35.338 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:40:55.338 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:41:15.340 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:41:35.340 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:41:55.342 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:42:15.342 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:42:35.342 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:42:55.343 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:43:15.343 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:43:35.344 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:43:55.344 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:44:15.345 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:44:35.346 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:44:55.346 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:45:15.347 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:45:35.348 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:45:55.349 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:46:15.350 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:46:35.350 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:46:55.351 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:47:15.352 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:47:35.353 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:47:55.353 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:48:15.355 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:48:35.356 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:48:55.357 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:49:15.357 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:49:35.357 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:49:55.357 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:50:15.358 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-28 08:50:35.359 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO