By type
. ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.7.2) 2023-05-03 23:23:48.408 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : Starting Main using Java 11.0.9.1 on onap-dcae-ves-openapi-manager-7dfd5677c9-c6zk6 with PID 1 (/app/ves-openapi-manager.jar started by onap in /app) 2023-05-03 23:23:48.412 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : No active profile set, falling back to 1 default profile: "default" 2023-05-03 23:23:49.727 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) 2023-05-03 23:23:49.743 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-05-03 23:23:49.744 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.65] 2023-05-03 23:23:49.834 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-05-03 23:23:49.835 INFO 1 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1366 ms 2023-05-03 23:23:50.825 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : =================================== 2023-05-03 23:23:50.825 INFO 1 --- [ main] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2023-05-03 23:23:51.191 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-b229e75c-70c1-4cc4-a686-cfd2e1f8af69 compression.type = none connections.max.idle.ms = 540000 delivery.timeout.ms = 120000 enable.idempotence = true interceptor.classes = [] key.serializer = class org.apache.kafka.common.serialization.StringSerializer linger.ms = 0 max.block.ms = 60000 max.in.flight.requests.per.connection = 5 max.request.size = 1048576 metadata.max.age.ms = 300000 metadata.max.idle.ms = 300000 metric.reporters = [] metrics.num.samples = 2 metrics.recording.level = INFO metrics.sample.window.ms = 30000 partitioner.class = class org.apache.kafka.clients.producer.internals.DefaultPartitioner receive.buffer.bytes = 32768 reconnect.backoff.max.ms = 1000 reconnect.backoff.ms = 50 request.timeout.ms = 30000 retries = 2147483647 retry.backoff.ms = 100 sasl.client.callback.handler.class = null sasl.jaas.config = [hidden] sasl.kerberos.kinit.cmd = /usr/bin/kinit sasl.kerberos.min.time.before.relogin = 60000 sasl.kerberos.service.name = null sasl.kerberos.ticket.renew.jitter = 0.05 sasl.kerberos.ticket.renew.window.factor = 0.8 sasl.login.callback.handler.class = null sasl.login.class = null sasl.login.connect.timeout.ms = null sasl.login.read.timeout.ms = null sasl.login.refresh.buffer.seconds = 300 sasl.login.refresh.min.period.seconds = 60 sasl.login.refresh.window.factor = 0.8 sasl.login.refresh.window.jitter = 0.05 sasl.login.retry.backoff.max.ms = 10000 sasl.login.retry.backoff.ms = 100 sasl.mechanism = SCRAM-SHA-512 sasl.oauthbearer.clock.skew.seconds = 30 sasl.oauthbearer.expected.audience = null sasl.oauthbearer.expected.issuer = null sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000 sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000 sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100 sasl.oauthbearer.jwks.endpoint.url = null sasl.oauthbearer.scope.claim.name = scope sasl.oauthbearer.sub.claim.name = sub sasl.oauthbearer.token.endpoint.url = null security.protocol = SASL_PLAINTEXT security.providers = null send.buffer.bytes = 131072 socket.connection.setup.timeout.max.ms = 30000 socket.connection.setup.timeout.ms = 10000 ssl.cipher.suites = null ssl.enabled.protocols = [TLSv1.2, TLSv1.3] ssl.endpoint.identification.algorithm = https ssl.engine.factory.class = null ssl.key.password = null ssl.keymanager.algorithm = SunX509 ssl.keystore.certificate.chain = null ssl.keystore.key = null ssl.keystore.location = null ssl.keystore.password = null ssl.keystore.type = JKS ssl.protocol = TLSv1.3 ssl.provider = null ssl.secure.random.implementation = null ssl.trustmanager.algorithm = PKIX ssl.truststore.certificates = null ssl.truststore.location = null ssl.truststore.password = null ssl.truststore.type = JKS transaction.timeout.ms = 60000 transactional.id = null value.serializer = class org.apache.kafka.common.serialization.StringSerializer 2023-05-03 23:23:51.303 INFO 1 --- [ main] o.a.k.clients.producer.KafkaProducer : [Producer clientId=ves-openapi-manager-producer-b229e75c-70c1-4cc4-a686-cfd2e1f8af69] Instantiated an idempotent producer. 2023-05-03 23:23:51.365 INFO 1 --- [ main] o.a.k.c.s.authenticator.AbstractLogin : Successfully logged in. 2023-05-03 23:23:51.412 INFO 1 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka version: 3.1.1 2023-05-03 23:23:51.414 INFO 1 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka commitId: 97671528ba54a138 2023-05-03 23:23:51.414 INFO 1 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka startTimeMs: 1683156231410 2023-05-03 23:23:51.417 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : distribution client initialized successfully 2023-05-03 23:23:51.418 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : =================================== 2023-05-03 23:23:51.418 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : =================================== 2023-05-03 23:23:51.418 INFO 1 --- [ main] o.onap.sdc.impl.DistributionClientImpl : start DistributionClient 2023-05-03 23:23:51.432 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-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce client.rack = connections.max.idle.ms = 540000 default.api.timeout.ms = 60000 enable.auto.commit = true exclude.internal.topics = true fetch.max.bytes = 52428800 fetch.max.wait.ms = 500 fetch.min.bytes = 1 group.id = dcaegen2 group.instance.id = null heartbeat.interval.ms = 3000 interceptor.classes = [] internal.leave.group.on.close = true internal.throw.on.fetch.stable.offset.unsupported = false isolation.level = read_uncommitted key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer max.partition.fetch.bytes = 1048576 max.poll.interval.ms = 300000 max.poll.records = 500 metadata.max.age.ms = 300000 metric.reporters = [] metrics.num.samples = 2 metrics.recording.level = INFO metrics.sample.window.ms = 30000 partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor] receive.buffer.bytes = 65536 reconnect.backoff.max.ms = 1000 reconnect.backoff.ms = 50 request.timeout.ms = 30000 retry.backoff.ms = 100 sasl.client.callback.handler.class = null sasl.jaas.config = [hidden] sasl.kerberos.kinit.cmd = /usr/bin/kinit sasl.kerberos.min.time.before.relogin = 60000 sasl.kerberos.service.name = null sasl.kerberos.ticket.renew.jitter = 0.05 sasl.kerberos.ticket.renew.window.factor = 0.8 sasl.login.callback.handler.class = null sasl.login.class = null sasl.login.connect.timeout.ms = null sasl.login.read.timeout.ms = null sasl.login.refresh.buffer.seconds = 300 sasl.login.refresh.min.period.seconds = 60 sasl.login.refresh.window.factor = 0.8 sasl.login.refresh.window.jitter = 0.05 sasl.login.retry.backoff.max.ms = 10000 sasl.login.retry.backoff.ms = 100 sasl.mechanism = SCRAM-SHA-512 sasl.oauthbearer.clock.skew.seconds = 30 sasl.oauthbearer.expected.audience = null sasl.oauthbearer.expected.issuer = null sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000 sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000 sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100 sasl.oauthbearer.jwks.endpoint.url = null sasl.oauthbearer.scope.claim.name = scope sasl.oauthbearer.sub.claim.name = sub sasl.oauthbearer.token.endpoint.url = null security.protocol = SASL_PLAINTEXT security.providers = null send.buffer.bytes = 131072 session.timeout.ms = 45000 socket.connection.setup.timeout.max.ms = 30000 socket.connection.setup.timeout.ms = 10000 ssl.cipher.suites = null ssl.enabled.protocols = [TLSv1.2, TLSv1.3] ssl.endpoint.identification.algorithm = https ssl.engine.factory.class = null ssl.key.password = null ssl.keymanager.algorithm = SunX509 ssl.keystore.certificate.chain = null ssl.keystore.key = null ssl.keystore.location = null ssl.keystore.password = null ssl.keystore.type = JKS ssl.protocol = TLSv1.3 ssl.provider = null ssl.secure.random.implementation = null ssl.trustmanager.algorithm = PKIX ssl.truststore.certificates = null ssl.truststore.location = null ssl.truststore.password = null ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer 2023-05-03 23:23:51.484 INFO 1 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka version: 3.1.1 2023-05-03 23:23:51.484 INFO 1 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka commitId: 97671528ba54a138 2023-05-03 23:23:51.484 INFO 1 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka startTimeMs: 1683156231484 2023-05-03 23:23:51.485 INFO 1 --- [ main] o.a.k.clients.consumer.KafkaConsumer : [Consumer clientId=ves-openapi-manager-consumer-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce, groupId=dcaegen2] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:23:51.487 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : distribution client started successfully 2023-05-03 23:23:51.488 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : =================================== 2023-05-03 23:23:51.488 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:23:52.515 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' 2023-05-03 23:23:52.528 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : Started Main in 4.864 seconds (JVM running for 5.55) 2023-05-03 23:23:52.632 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce, 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 KQ7xbSJ0TU6vKqLdHcqGPg 2023-05-03 23:23:52.632 INFO 1 --- [86-cfd2e1f8af69] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-b229e75c-70c1-4cc4-a686-cfd2e1f8af69] Cluster ID: nhfxOBjmRhe0fZscMUoIqA 2023-05-03 23:23:52.633 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce, 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 KQ7xbSJ0TU6vKqLdHcqGPg 2023-05-03 23:23:52.633 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce, 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 KQ7xbSJ0TU6vKqLdHcqGPg 2023-05-03 23:23:52.633 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce, 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 KQ7xbSJ0TU6vKqLdHcqGPg 2023-05-03 23:23:52.633 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce, 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 KQ7xbSJ0TU6vKqLdHcqGPg 2023-05-03 23:23:52.633 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce, 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 KQ7xbSJ0TU6vKqLdHcqGPg 2023-05-03 23:23:52.634 INFO 1 --- [86-cfd2e1f8af69] o.a.k.c.p.internals.TransactionManager : [Producer clientId=ves-openapi-manager-producer-b229e75c-70c1-4cc4-a686-cfd2e1f8af69] ProducerId set to 2001 with epoch 0 2023-05-03 23:23:52.634 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce, groupId=dcaegen2] Cluster ID: nhfxOBjmRhe0fZscMUoIqA 2023-05-03 23:23:52.635 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce, groupId=dcaegen2] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) 2023-05-03 23:23:52.647 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce, groupId=dcaegen2] (Re-)joining group 2023-05-03 23:23:52.700 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce, groupId=dcaegen2] Request joining group due to: need to re-join with the given member-id 2023-05-03 23:23:52.701 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce, groupId=dcaegen2] (Re-)joining group 2023-05-03 23:23:55.709 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce, groupId=dcaegen2] Successfully joined group with generation Generation{generationId=1, memberId='ves-openapi-manager-consumer-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce-dcc751d7-002d-421b-80ed-e502476f0655', protocol='range'} 2023-05-03 23:23:55.716 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce, groupId=dcaegen2] Finished assignment for group at generation 1: {ves-openapi-manager-consumer-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce-dcc751d7-002d-421b-80ed-e502476f0655=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])} 2023-05-03 23:23:55.755 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce, groupId=dcaegen2] Successfully synced group in generation Generation{generationId=1, memberId='ves-openapi-manager-consumer-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce-dcc751d7-002d-421b-80ed-e502476f0655', protocol='range'} 2023-05-03 23:23:55.756 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce, groupId=dcaegen2] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]) 2023-05-03 23:23:55.763 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce, groupId=dcaegen2] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-5, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-0 2023-05-03 23:23:55.784 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-05-03 23:23:55.784 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 2023-05-03 23:23:55.784 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 2023-05-03 23:23:55.784 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 2023-05-03 23:23:55.784 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 2023-05-03 23:23:55.784 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 2023-05-03 23:23:55.920 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=ves-openapi-manager-consumer-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-05-03 23:23:55.921 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=ves-openapi-manager-consumer-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-05-03 23:23:55.928 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=ves-openapi-manager-consumer-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-05-03 23:23:55.929 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=ves-openapi-manager-consumer-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-05-03 23:23:55.934 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=ves-openapi-manager-consumer-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-05-03 23:23:55.935 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=ves-openapi-manager-consumer-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-05-03 23:24:11.495 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:24:22.401 INFO 1 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-05-03 23:24:22.401 INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-05-03 23:24:22.403 INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 2 ms 2023-05-03 23:24:31.497 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:24:51.500 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:25:11.501 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:25:31.502 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:25:51.503 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:26:11.505 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:26:31.508 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:26:51.510 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:27:11.510 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:27:31.512 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:27:51.513 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:28:11.514 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:28:31.515 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:28:51.515 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:29:11.516 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:29:31.518 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:29:51.520 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:30:11.521 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:30:31.522 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:30:51.523 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:31:11.525 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:31:31.526 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:31:51.527 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:32:11.528 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:32:31.529 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:32:51.531 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:32:52.799 INFO 1 --- [pool-1-thread-4] org.apache.kafka.clients.NetworkClient : [Consumer clientId=ves-openapi-manager-consumer-e82a6bcf-74c2-4f72-b55a-6b5a4a2945ce, groupId=dcaegen2] Node -1 disconnected. 2023-05-03 23:32:52.942 INFO 1 --- [86-cfd2e1f8af69] org.apache.kafka.clients.NetworkClient : [Producer clientId=ves-openapi-manager-producer-b229e75c-70c1-4cc4-a686-cfd2e1f8af69] Node -1 disconnected. 2023-05-03 23:33:11.532 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:33:31.533 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:33:51.534 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:34:11.536 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:34:31.537 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:34:51.538 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:35:11.538 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:35:31.539 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:35:51.541 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:36:11.543 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:36:31.544 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:36:51.545 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:37:11.545 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:37:31.548 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:37:51.549 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:38:11.549 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:38:31.550 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:38:51.551 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:39:11.553 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:39:31.554 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:39:51.555 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:40:11.555 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:40:31.557 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:40:51.557 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:41:11.559 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:41:31.561 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:41:51.562 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:42:11.563 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:42:31.564 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:42:51.565 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:43:11.566 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:43:31.567 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:43:51.568 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:44:11.569 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:44:31.570 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:44:51.571 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:45:11.573 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:45:31.574 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:45:51.575 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:46:11.576 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:46:31.577 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:46:51.579 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:47:11.580 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:47:31.582 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:47:51.584 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:48:11.586 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:48:31.586 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:48:51.588 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:49:11.589 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:49:31.590 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:49:51.591 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:50:11.593 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:50:31.594 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:50:51.595 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:51:11.596 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:51:31.597 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:51:51.598 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:52:11.598 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:52:31.599 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:52:51.599 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:53:11.601 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:53:31.602 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:53:51.603 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:54:11.603 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:54:31.605 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:54:51.607 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:55:11.608 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:55:31.608 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:55:51.609 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:56:11.610 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:56:31.610 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:56:51.611 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:57:11.612 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:57:31.613 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:57:51.614 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:58:11.615 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:58:31.616 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:58:51.616 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:59:11.617 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:59:31.617 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 23:59:51.619 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:00:11.620 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:00:31.622 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:00:51.623 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:01:11.623 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:01:31.625 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:01:51.626 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:02:11.626 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:02:31.627 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:02:51.629 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:03:11.629 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:03:31.630 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:03:51.631 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:04:11.633 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:04:31.633 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:04:51.634 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:05:11.636 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:05:31.638 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:05:51.639 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:06:11.640 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:06:31.641 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:06:51.643 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:07:11.644 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:07:31.645 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:07:51.646 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:08:11.648 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:08:31.650 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:08:51.651 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:09:11.652 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:09:31.652 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:09:51.653 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:10:11.653 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:10:31.655 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:10:51.657 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:11:11.658 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:11:31.658 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:11:51.659 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:12:11.660 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:12:31.661 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:12:51.661 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:13:11.663 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:13:31.663 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:13:51.665 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:14:11.666 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:14:31.667 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:14:51.668 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:15:11.668 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:15:31.669 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:15:51.670 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:16:11.672 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:16:31.673 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:16:51.673 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:17:11.674 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:17:31.677 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:17:51.677 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:18:11.678 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:18:31.679 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:18:51.681 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:19:11.681 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:19:31.683 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:19:51.684 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:20:11.686 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:20:31.688 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:20:51.691 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:21:11.693 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:21:31.693 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:21:51.694 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:22:11.694 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:22:31.696 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:22:51.697 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:23:11.698 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:23:31.698 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:23:51.699 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:24:11.701 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:24:31.702 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:24:51.703 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:25:11.704 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:25:31.704 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:25:51.706 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:26:11.706 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:26:31.708 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:26:51.710 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:27:11.710 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:27:31.712 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:27:51.714 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:28:11.716 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:28:31.717 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:28:51.718 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:29:11.719 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:29:31.720 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:29:51.720 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:30:11.723 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:30:31.724 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:30:51.725 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:31:11.725 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:31:31.725 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:31:51.726 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:32:11.726 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:32:31.727 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:32:51.728 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:33:11.729 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:33:31.731 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:33:51.731 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:34:11.732 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:34:31.734 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:34:51.734 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:35:11.736 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:35:31.737 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:35:51.737 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:36:11.738 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:36:31.740 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:36:51.741 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:37:11.741 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:37:31.742 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:37:51.743 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:38:11.744 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:38:31.744 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:38:51.744 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:39:11.744 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:39:16.446 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 00:39:16.456 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:39:16.457 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "91693f8d-5a95-45dc-a900-a0f0f156179a", "consumerID": "ves-openapi-manager", "timestamp": 1683160751744, "artifactURL": "/sdc/v1/catalog/services/Vfw20230504003803/1.0/resourceInstances/vfw0f18c544c6360/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:39:16.465 INFO 1 --- [86-cfd2e1f8af69] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-b229e75c-70c1-4cc4-a686-cfd2e1f8af69] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to Bkc1j45CQyC9hInbX29T5A 2023-05-04 00:39:16.465 INFO 1 --- [86-cfd2e1f8af69] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-b229e75c-70c1-4cc4-a686-cfd2e1f8af69] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to Bkc1j45CQyC9hInbX29T5A 2023-05-04 00:39:16.466 INFO 1 --- [86-cfd2e1f8af69] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-b229e75c-70c1-4cc4-a686-cfd2e1f8af69] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to Bkc1j45CQyC9hInbX29T5A 2023-05-04 00:39:16.466 INFO 1 --- [86-cfd2e1f8af69] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-b229e75c-70c1-4cc4-a686-cfd2e1f8af69] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to Bkc1j45CQyC9hInbX29T5A 2023-05-04 00:39:16.466 INFO 1 --- [86-cfd2e1f8af69] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-b229e75c-70c1-4cc4-a686-cfd2e1f8af69] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to Bkc1j45CQyC9hInbX29T5A 2023-05-04 00:39:16.466 INFO 1 --- [86-cfd2e1f8af69] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-b229e75c-70c1-4cc4-a686-cfd2e1f8af69] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to Bkc1j45CQyC9hInbX29T5A 2023-05-04 00:39:17.491 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 00:39:17.492 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:39:17.492 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "91693f8d-5a95-45dc-a900-a0f0f156179a", "consumerID": "ves-openapi-manager", "timestamp": 1683160751744, "artifactURL": "/sdc/v1/catalog/services/Vfw20230504003803/1.0/resourceInstances/vfw0f18c544c6360/artifacts/vfw0f18c544c6360_modules.json", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:39:18.493 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 00:39:18.494 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:39:18.494 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "91693f8d-5a95-45dc-a900-a0f0f156179a", "consumerID": "ves-openapi-manager", "timestamp": 1683160751744, "artifactURL": "/sdc/v1/catalog/services/Vfw20230504003803/1.0/resourceInstances/vfw0f18c544c6360/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:39:19.495 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 00:39:19.495 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:39:19.495 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "91693f8d-5a95-45dc-a900-a0f0f156179a", "consumerID": "ves-openapi-manager", "timestamp": 1683160751744, "artifactURL": "/sdc/v1/catalog/services/Vfw20230504003803/1.0/resourceInstances/vfw0f18c544c6360/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:39:20.496 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 00:39:20.497 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:39:20.497 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "91693f8d-5a95-45dc-a900-a0f0f156179a", "consumerID": "ves-openapi-manager", "timestamp": 1683160751744, "artifactURL": "/sdc/v1/catalog/services/Vfw20230504003803/1.0/resourceInstances/vfw0f18c544c6360/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:39:21.499 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 00:39:21.500 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:39:21.501 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "91693f8d-5a95-45dc-a900-a0f0f156179a", "consumerID": "ves-openapi-manager", "timestamp": 1683160751744, "artifactURL": "/sdc/v1/catalog/services/Vfw20230504003803/1.0/artifacts/service-Vfw20230504003803-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:39:22.502 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 00:39:22.502 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:39:22.502 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "91693f8d-5a95-45dc-a900-a0f0f156179a", "consumerID": "ves-openapi-manager", "timestamp": 1683160751744, "artifactURL": "/sdc/v1/catalog/services/Vfw20230504003803/1.0/artifacts/service-Vfw20230504003803-csar.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:39:31.487 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:39:31.499 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 00:39:31.499 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:39:31.499 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "a8b5e3ba-534b-439f-ad08-0c935914c45b", "consumerID": "ves-openapi-manager", "timestamp": 1683160771487, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUxpxhf/1.0/resourceInstances/basic_onboard_uxpxhf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:39:32.501 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 00:39:32.501 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:39:32.501 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "a8b5e3ba-534b-439f-ad08-0c935914c45b", "consumerID": "ves-openapi-manager", "timestamp": 1683160771487, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUxpxhf/1.0/resourceInstances/basic_onboard_uxpxhf0/artifacts/basic_onboard_uxpxhf0_modules.json", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:39:33.503 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 00:39:33.503 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:39:33.503 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "a8b5e3ba-534b-439f-ad08-0c935914c45b", "consumerID": "ves-openapi-manager", "timestamp": 1683160771487, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUxpxhf/1.0/resourceInstances/basic_onboard_uxpxhf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:39:34.505 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 00:39:34.506 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:39:34.506 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "a8b5e3ba-534b-439f-ad08-0c935914c45b", "consumerID": "ves-openapi-manager", "timestamp": 1683160771487, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUxpxhf/1.0/resourceInstances/basic_onboard_uxpxhf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:39:35.507 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 00:39:35.507 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:39:35.507 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "a8b5e3ba-534b-439f-ad08-0c935914c45b", "consumerID": "ves-openapi-manager", "timestamp": 1683160771487, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUxpxhf/1.0/resourceInstances/basic_onboard_uxpxhf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:39:36.509 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 00:39:36.509 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:39:36.509 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "a8b5e3ba-534b-439f-ad08-0c935914c45b", "consumerID": "ves-openapi-manager", "timestamp": 1683160771487, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUxpxhf/1.0/artifacts/service-BasicOnboardUxpxhf-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:39:37.510 INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 00:39:37.511 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:39:37.513 INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "a8b5e3ba-534b-439f-ad08-0c935914c45b", "consumerID": "ves-openapi-manager", "timestamp": 1683160771487, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUxpxhf/1.0/artifacts/service-BasicOnboardUxpxhf-csar.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:39:51.487 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:40:11.487 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:40:31.488 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:40:51.489 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:41:11.491 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:41:31.492 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:41:51.493 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:42:11.494 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:42:31.495 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:42:51.496 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:43:11.498 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:43:31.499 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:43:51.501 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:44:11.501 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:44:31.502 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:44:51.504 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:45:11.505 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:45:31.505 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:45:51.507 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:46:11.507 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:46:31.508 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:46:51.509 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:47:11.510 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:47:31.511 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:47:51.512 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:48:11.512 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:48:31.514 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:48:51.515 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:49:11.516 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:49:31.518 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:49:51.519 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:50:11.519 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:50:31.521 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:50:51.522 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:51:11.523 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:51:31.523 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:51:51.524 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:51:53.587 INFO 1 --- [86-cfd2e1f8af69] org.apache.kafka.clients.NetworkClient : [Producer clientId=ves-openapi-manager-producer-b229e75c-70c1-4cc4-a686-cfd2e1f8af69] Node 1 disconnected. 2023-05-04 00:52:11.528 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:52:31.529 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:52:51.530 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:53:11.530 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:53:31.530 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:53:51.531 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:53:55.755 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 00:53:55.755 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:53:55.756 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "ad570efa-891f-4b33-bdb1-492b02818f13", "consumerID": "ves-openapi-manager", "timestamp": 1683161631531, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:53:55.761 INFO 1 --- [86-cfd2e1f8af69] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-b229e75c-70c1-4cc4-a686-cfd2e1f8af69] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to Bkc1j45CQyC9hInbX29T5A 2023-05-04 00:53:55.762 INFO 1 --- [86-cfd2e1f8af69] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-b229e75c-70c1-4cc4-a686-cfd2e1f8af69] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to Bkc1j45CQyC9hInbX29T5A 2023-05-04 00:53:55.762 INFO 1 --- [86-cfd2e1f8af69] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-b229e75c-70c1-4cc4-a686-cfd2e1f8af69] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to Bkc1j45CQyC9hInbX29T5A 2023-05-04 00:53:55.762 INFO 1 --- [86-cfd2e1f8af69] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-b229e75c-70c1-4cc4-a686-cfd2e1f8af69] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to Bkc1j45CQyC9hInbX29T5A 2023-05-04 00:53:55.762 INFO 1 --- [86-cfd2e1f8af69] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-b229e75c-70c1-4cc4-a686-cfd2e1f8af69] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to Bkc1j45CQyC9hInbX29T5A 2023-05-04 00:53:55.762 INFO 1 --- [86-cfd2e1f8af69] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-b229e75c-70c1-4cc4-a686-cfd2e1f8af69] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to Bkc1j45CQyC9hInbX29T5A 2023-05-04 00:53:56.764 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 00:53:56.765 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:53:56.765 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "ad570efa-891f-4b33-bdb1-492b02818f13", "consumerID": "ves-openapi-manager", "timestamp": 1683161631531, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:54:11.487 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:54:31.488 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:54:46.376 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 00:54:46.376 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:54:46.376 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "ba47f0c8-a506-45c3-8712-c267ac436013", "consumerID": "ves-openapi-manager", "timestamp": 1683161671488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEwmmq9wagjceutlznhr0/1.0/resourceInstances/pnfbb5535f50b180/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:54:47.378 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 00:54:47.378 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:54:47.378 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "ba47f0c8-a506-45c3-8712-c267ac436013", "consumerID": "ves-openapi-manager", "timestamp": 1683161671488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEwmmq9wagjceutlznhr0/1.0/resourceInstances/pnfbb5535f50b180/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:54:48.379 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 00:54:48.380 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:54:48.380 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "ba47f0c8-a506-45c3-8712-c267ac436013", "consumerID": "ves-openapi-manager", "timestamp": 1683161671488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEwmmq9wagjceutlznhr0/1.0/resourceInstances/pnfbb5535f50b180/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:54:49.381 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 00:54:49.381 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:54:49.382 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "ba47f0c8-a506-45c3-8712-c267ac436013", "consumerID": "ves-openapi-manager", "timestamp": 1683161671488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEwmmq9wagjceutlznhr0/1.0/resourceInstances/pnfbb5535f50b180/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:54:50.382 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 00:54:50.383 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:54:50.383 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "ba47f0c8-a506-45c3-8712-c267ac436013", "consumerID": "ves-openapi-manager", "timestamp": 1683161671488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEwmmq9wagjceutlznhr0/1.0/resourceInstances/pnfbb5535f50b180/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:54:51.385 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 00:54:51.386 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:54:51.386 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "ba47f0c8-a506-45c3-8712-c267ac436013", "consumerID": "ves-openapi-manager", "timestamp": 1683161671488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEwmmq9wagjceutlznhr0/1.0/resourceInstances/pnfbb5535f50b180/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:54:52.387 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 00:54:52.387 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:54:52.387 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "ba47f0c8-a506-45c3-8712-c267ac436013", "consumerID": "ves-openapi-manager", "timestamp": 1683161671488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEwmmq9wagjceutlznhr0/1.0/artifacts/service-DemoPnfEwmmq9wagjceutlznhr0-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:54:53.388 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 00:54:53.389 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:54:53.389 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "ba47f0c8-a506-45c3-8712-c267ac436013", "consumerID": "ves-openapi-manager", "timestamp": 1683161671488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEwmmq9wagjceutlznhr0/1.0/artifacts/service-DemoPnfEwmmq9wagjceutlznhr0-csar.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:54:54.391 INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback : =================================== 2023-05-04 00:54:54.391 INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback : Distributed service information 2023-05-04 00:54:54.400 INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback : Service UUID: ebd0aacc-783c-46bf-8e43-c6d676e4492a 2023-05-04 00:54:54.401 INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback : Service name: Demo_pNF_EwMMQ9wAGjCeUtLznhr0 2023-05-04 00:54:54.401 INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback : Service resources: 2023-05-04 00:54:54.401 INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback : - Resource: pNF bb5535f5-0b18 2023-05-04 00:54:54.402 INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback : Artifacts: 2023-05-04 00:54:54.402 INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback : - Name: MyPnf_Pnf_v1.yaml 2023-05-04 00:54:54.402 INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback : =================================== 2023-05-04 00:54:54.404 INFO 1 --- [ool-1-thread-10] o.o.v.o.m.service.ArtifactsCollector : Downloading artifacts 2023-05-04 00:54:54.587 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendDownloadStatus 2023-05-04 00:54:54.587 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:54:54.587 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "ba47f0c8-a506-45c3-8712-c267ac436013", "consumerID": "ves-openapi-manager", "timestamp": 1683161694587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEwmmq9wagjceutlznhr0/1.0/resourceInstances/pnfbb5535f50b180/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:54:55.908 WARN 1 --- [ool-1-thread-10] o.o.v.o.m.s.n.ValidationStatusSender : Artifact MyPnf_Pnf_v1.yaml is valid 2023-05-04 00:54:55.909 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendDeploymentStatus 2023-05-04 00:54:55.909 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:54:55.909 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "ba47f0c8-a506-45c3-8712-c267ac436013", "consumerID": "ves-openapi-manager", "timestamp": 1683161695908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEwmmq9wagjceutlznhr0/1.0/resourceInstances/pnfbb5535f50b180/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:54:56.911 INFO 1 --- [ool-1-thread-10] o.o.v.o.m.s.n.FinalStatusSender : All VES_EVENT artifacts are valid, sending final status COMPONENT_DONE_OK 2023-05-04 00:54:56.912 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendFinalDistributionStatus status 2023-05-04 00:54:56.913 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:54:56.913 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "ba47f0c8-a506-45c3-8712-c267ac436013", "consumerID": "ves-openapi-manager", "timestamp": 1683161696911, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:54:57.914 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:55:05.882 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 00:55:05.883 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:55:05.883 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "5c1c6952-a6c3-43b0-90ea-bd67c22e67b9", "consumerID": "ves-openapi-manager", "timestamp": 1683161697914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:55:06.884 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 00:55:06.885 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:55:06.885 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "5c1c6952-a6c3-43b0-90ea-bd67c22e67b9", "consumerID": "ves-openapi-manager", "timestamp": 1683161697914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:55:07.885 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 00:55:07.886 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:55:07.886 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "5c1c6952-a6c3-43b0-90ea-bd67c22e67b9", "consumerID": "ves-openapi-manager", "timestamp": 1683161697914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:55:08.887 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 00:55:08.888 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:55:08.888 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "5c1c6952-a6c3-43b0-90ea-bd67c22e67b9", "consumerID": "ves-openapi-manager", "timestamp": 1683161697914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:55:09.889 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 00:55:09.890 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:55:09.890 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "5c1c6952-a6c3-43b0-90ea-bd67c22e67b9", "consumerID": "ves-openapi-manager", "timestamp": 1683161697914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:55:10.891 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 00:55:10.892 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:55:10.892 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "5c1c6952-a6c3-43b0-90ea-bd67c22e67b9", "consumerID": "ves-openapi-manager", "timestamp": 1683161697914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:55:11.893 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 00:55:11.893 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 00:55:11.894 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "5c1c6952-a6c3-43b0-90ea-bd67c22e67b9", "consumerID": "ves-openapi-manager", "timestamp": 1683161697914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 00:55:12.896 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:55:32.897 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:55:52.897 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:56:12.898 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:56:32.898 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:56:52.900 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:57:12.901 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:57:32.901 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:57:52.901 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:58:12.902 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:58:32.902 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:58:52.904 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:59:12.904 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:59:32.905 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 00:59:52.905 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:00:12.906 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:00:32.908 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:00:52.908 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:01:12.910 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:01:32.911 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:01:52.912 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:02:12.913 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:02:32.913 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:02:52.914 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:03:12.914 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:03:23.726 INFO 1 --- [86-cfd2e1f8af69] org.apache.kafka.clients.NetworkClient : [Producer clientId=ves-openapi-manager-producer-b229e75c-70c1-4cc4-a686-cfd2e1f8af69] Node 2 disconnected. 2023-05-04 01:03:32.915 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:03:52.916 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:04:12.917 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:04:32.918 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:04:52.919 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:05:12.920 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:05:32.921 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:05:52.921 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:06:12.921 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:06:32.923 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:06:52.923 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:07:12.925 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:07:32.925 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:07:52.927 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:08:12.927 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:08:32.928 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:08:52.928 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:08:58.079 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 01:08:58.079 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 01:08:58.079 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "e2659a71-3b05-44de-a714-9b919c1cdd15", "consumerID": "ves-openapi-manager", "timestamp": 1683162532928, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 01:08:58.085 INFO 1 --- [86-cfd2e1f8af69] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-b229e75c-70c1-4cc4-a686-cfd2e1f8af69] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to Bkc1j45CQyC9hInbX29T5A 2023-05-04 01:08:58.086 INFO 1 --- [86-cfd2e1f8af69] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-b229e75c-70c1-4cc4-a686-cfd2e1f8af69] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to Bkc1j45CQyC9hInbX29T5A 2023-05-04 01:08:58.086 INFO 1 --- [86-cfd2e1f8af69] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-b229e75c-70c1-4cc4-a686-cfd2e1f8af69] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to Bkc1j45CQyC9hInbX29T5A 2023-05-04 01:08:58.086 INFO 1 --- [86-cfd2e1f8af69] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-b229e75c-70c1-4cc4-a686-cfd2e1f8af69] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to Bkc1j45CQyC9hInbX29T5A 2023-05-04 01:08:58.087 INFO 1 --- [86-cfd2e1f8af69] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-b229e75c-70c1-4cc4-a686-cfd2e1f8af69] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to Bkc1j45CQyC9hInbX29T5A 2023-05-04 01:08:58.087 INFO 1 --- [86-cfd2e1f8af69] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-b229e75c-70c1-4cc4-a686-cfd2e1f8af69] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to Bkc1j45CQyC9hInbX29T5A 2023-05-04 01:08:59.091 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 01:08:59.092 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 01:08:59.092 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "e2659a71-3b05-44de-a714-9b919c1cdd15", "consumerID": "ves-openapi-manager", "timestamp": 1683162532928, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 01:09:00.092 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 01:09:00.093 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 01:09:00.093 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "e2659a71-3b05-44de-a714-9b919c1cdd15", "consumerID": "ves-openapi-manager", "timestamp": 1683162532928, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 01:09:01.093 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 01:09:01.094 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 01:09:01.094 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "e2659a71-3b05-44de-a714-9b919c1cdd15", "consumerID": "ves-openapi-manager", "timestamp": 1683162532928, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 01:09:02.094 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 01:09:02.095 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 01:09:02.095 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "e2659a71-3b05-44de-a714-9b919c1cdd15", "consumerID": "ves-openapi-manager", "timestamp": 1683162532928, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 01:09:03.096 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 01:09:03.097 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 01:09:03.097 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "e2659a71-3b05-44de-a714-9b919c1cdd15", "consumerID": "ves-openapi-manager", "timestamp": 1683162532928, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 01:09:04.098 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 01:09:04.098 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 01:09:04.098 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "e2659a71-3b05-44de-a714-9b919c1cdd15", "consumerID": "ves-openapi-manager", "timestamp": 1683162532928, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 01:09:05.099 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 01:09:05.099 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 01:09:05.099 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "e2659a71-3b05-44de-a714-9b919c1cdd15", "consumerID": "ves-openapi-manager", "timestamp": 1683162532928, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 01:09:06.101 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 01:09:06.101 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 01:09:06.101 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "e2659a71-3b05-44de-a714-9b919c1cdd15", "consumerID": "ves-openapi-manager", "timestamp": 1683162532928, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 01:09:07.102 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 01:09:07.102 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 01:09:07.102 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "e2659a71-3b05-44de-a714-9b919c1cdd15", "consumerID": "ves-openapi-manager", "timestamp": 1683162532928, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 01:09:11.487 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:09:28.509 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 01:09:28.510 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 01:09:28.510 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "e8e36207-4a79-4270-ae74-0af6e7f4681e", "consumerID": "ves-openapi-manager", "timestamp": 1683162551487, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 01:09:29.512 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 01:09:29.512 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 01:09:29.512 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "e8e36207-4a79-4270-ae74-0af6e7f4681e", "consumerID": "ves-openapi-manager", "timestamp": 1683162551487, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 01:09:30.513 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 01:09:30.514 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 01:09:30.514 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "e8e36207-4a79-4270-ae74-0af6e7f4681e", "consumerID": "ves-openapi-manager", "timestamp": 1683162551487, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 01:09:31.516 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 01:09:31.516 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 01:09:31.516 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "e8e36207-4a79-4270-ae74-0af6e7f4681e", "consumerID": "ves-openapi-manager", "timestamp": 1683162551487, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 01:09:32.517 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 01:09:32.517 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 01:09:32.517 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "e8e36207-4a79-4270-ae74-0af6e7f4681e", "consumerID": "ves-openapi-manager", "timestamp": 1683162551487, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 01:09:33.518 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 01:09:33.519 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 01:09:33.519 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "e8e36207-4a79-4270-ae74-0af6e7f4681e", "consumerID": "ves-openapi-manager", "timestamp": 1683162551487, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 01:09:34.520 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 01:09:34.520 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 01:09:34.521 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "e8e36207-4a79-4270-ae74-0af6e7f4681e", "consumerID": "ves-openapi-manager", "timestamp": 1683162551487, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 01:09:35.522 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 01:09:35.522 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 01:09:35.522 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "e8e36207-4a79-4270-ae74-0af6e7f4681e", "consumerID": "ves-openapi-manager", "timestamp": 1683162551487, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 01:09:36.523 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:09:56.523 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:10:16.525 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:10:36.526 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:10:56.527 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:11:16.527 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:11:36.528 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:11:56.529 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:12:16.529 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:12:36.531 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:12:56.532 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:13:16.533 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:13:36.534 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:13:56.534 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:14:16.536 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:14:36.536 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:14:56.538 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:15:12.256 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 01:15:12.257 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 01:15:12.257 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "edb84379-f0ce-4c6c-a3f8-e5cee64e5067", "consumerID": "ves-openapi-manager", "timestamp": 1683162896538, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 01:15:13.260 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 01:15:13.260 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 01:15:13.260 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "edb84379-f0ce-4c6c-a3f8-e5cee64e5067", "consumerID": "ves-openapi-manager", "timestamp": 1683162896538, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 01:15:14.261 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 01:15:14.261 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 01:15:14.261 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "edb84379-f0ce-4c6c-a3f8-e5cee64e5067", "consumerID": "ves-openapi-manager", "timestamp": 1683162896538, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 01:15:15.262 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 01:15:15.262 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 01:15:15.262 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "edb84379-f0ce-4c6c-a3f8-e5cee64e5067", "consumerID": "ves-openapi-manager", "timestamp": 1683162896538, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 01:15:16.263 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 01:15:16.264 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 01:15:16.264 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "edb84379-f0ce-4c6c-a3f8-e5cee64e5067", "consumerID": "ves-openapi-manager", "timestamp": 1683162896538, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 01:15:17.265 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 01:15:17.265 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 01:15:17.265 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "edb84379-f0ce-4c6c-a3f8-e5cee64e5067", "consumerID": "ves-openapi-manager", "timestamp": 1683162896538, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 01:15:18.266 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 01:15:18.268 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 01:15:18.269 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "edb84379-f0ce-4c6c-a3f8-e5cee64e5067", "consumerID": "ves-openapi-manager", "timestamp": 1683162896538, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 01:15:19.270 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 01:15:19.271 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 01:15:19.271 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "edb84379-f0ce-4c6c-a3f8-e5cee64e5067", "consumerID": "ves-openapi-manager", "timestamp": 1683162896538, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 01:15:20.272 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-04 01:15:20.273 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 01:15:20.273 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "edb84379-f0ce-4c6c-a3f8-e5cee64e5067", "consumerID": "ves-openapi-manager", "timestamp": 1683162896538, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 01:15:21.275 INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback : =================================== 2023-05-04 01:15:21.275 INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback : Distributed service information 2023-05-04 01:15:21.275 INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback : Service UUID: 5b57a4ae-8181-4d40-8cd1-720bd683ae70 2023-05-04 01:15:21.275 INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback : Service name: test_pnf_macro 2023-05-04 01:15:21.276 INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback : Service resources: 2023-05-04 01:15:21.276 INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback : - Resource: test-pnf 2023-05-04 01:15:21.276 INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback : Artifacts: 2023-05-04 01:15:21.276 INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback : - Name: MyPnf_Pnf_v1.yaml 2023-05-04 01:15:21.276 INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback : =================================== 2023-05-04 01:15:21.276 INFO 1 --- [pool-1-thread-8] o.o.v.o.m.service.ArtifactsCollector : Downloading artifacts 2023-05-04 01:15:21.503 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendDownloadStatus 2023-05-04 01:15:21.504 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 01:15:21.504 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "edb84379-f0ce-4c6c-a3f8-e5cee64e5067", "consumerID": "ves-openapi-manager", "timestamp": 1683162921503, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 01:15:22.531 WARN 1 --- [pool-1-thread-8] o.o.v.o.m.s.n.ValidationStatusSender : Artifact MyPnf_Pnf_v1.yaml is valid 2023-05-04 01:15:22.532 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendDeploymentStatus 2023-05-04 01:15:22.532 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 01:15:22.532 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "edb84379-f0ce-4c6c-a3f8-e5cee64e5067", "consumerID": "ves-openapi-manager", "timestamp": 1683162922531, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 01:15:23.533 INFO 1 --- [pool-1-thread-8] o.o.v.o.m.s.n.FinalStatusSender : All VES_EVENT artifacts are valid, sending final status COMPONENT_DONE_OK 2023-05-04 01:15:23.533 INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendFinalDistributionStatus status 2023-05-04 01:15:23.533 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-04 01:15:23.533 INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "edb84379-f0ce-4c6c-a3f8-e5cee64e5067", "consumerID": "ves-openapi-manager", "timestamp": 1683162923533, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-04 01:15:24.534 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:15:44.535 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:16:04.536 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:16:24.537 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:16:44.538 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:17:04.540 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:17:24.541 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:17:44.543 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:18:04.545 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:18:24.546 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:18:44.547 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:19:04.548 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:19:24.548 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:19:44.549 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:20:04.550 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:20:24.551 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:20:44.551 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:21:04.551 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:21:24.553 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:21:44.554 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:22:04.555 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:22:24.557 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:22:44.558 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:23:04.565 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:23:24.566 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:23:44.566 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:24:04.567 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:24:24.567 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:24:44.568 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:25:04.568 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:25:24.568 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:25:44.570 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:26:04.571 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:26:24.571 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:26:44.573 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:27:04.573 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:27:24.574 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:27:44.574 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:28:04.575 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:28:24.576 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:28:44.576 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:29:04.577 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:29:24.578 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:29:44.578 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:30:04.579 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:30:24.581 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:30:44.582 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:31:04.583 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:31:24.584 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:31:44.584 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:32:04.585 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:32:24.587 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:32:44.588 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:33:04.589 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:33:24.589 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:33:44.591 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:34:04.592 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:34:24.593 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:34:44.593 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:35:04.594 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:35:24.594 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:35:44.595 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:36:04.595 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:36:24.596 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:36:44.597 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:37:04.597 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:37:24.598 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:37:44.598 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:38:04.599 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:38:24.601 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:38:44.602 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:39:04.603 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:39:24.604 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:39:44.605 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-04 01:40:04.605 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO