. ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.7.2) 2023-05-02 23:36:20.584 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : Starting Main using Java 11.0.9.1 on onap-dcae-ves-openapi-manager-7dfd5677c9-spnqn with PID 1 (/app/ves-openapi-manager.jar started by onap in /app) 2023-05-02 23:36:20.588 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : No active profile set, falling back to 1 default profile: "default" 2023-05-02 23:36:22.108 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) 2023-05-02 23:36:22.123 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-05-02 23:36:22.124 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.65] 2023-05-02 23:36:22.221 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-05-02 23:36:22.222 INFO 1 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1573 ms 2023-05-02 23:36:23.312 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : =================================== 2023-05-02 23:36:23.313 INFO 1 --- [ main] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2023-05-02 23:36:23.817 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-7e20f7d2-076a-4cc3-84aa-34f750edd8b3 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-02 23:36:23.935 INFO 1 --- [ main] o.a.k.clients.producer.KafkaProducer : [Producer clientId=ves-openapi-manager-producer-7e20f7d2-076a-4cc3-84aa-34f750edd8b3] Instantiated an idempotent producer. 2023-05-02 23:36:23.999 INFO 1 --- [ main] o.a.k.c.s.authenticator.AbstractLogin : Successfully logged in. 2023-05-02 23:36:24.042 INFO 1 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka version: 3.1.1 2023-05-02 23:36:24.043 INFO 1 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka commitId: 97671528ba54a138 2023-05-02 23:36:24.044 INFO 1 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka startTimeMs: 1683070584035 2023-05-02 23:36:24.046 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : distribution client initialized successfully 2023-05-02 23:36:24.047 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : =================================== 2023-05-02 23:36:24.047 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : =================================== 2023-05-02 23:36:24.047 INFO 1 --- [ main] o.onap.sdc.impl.DistributionClientImpl : start DistributionClient 2023-05-02 23:36:24.060 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-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f 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-02 23:36:24.119 INFO 1 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka version: 3.1.1 2023-05-02 23:36:24.119 INFO 1 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka commitId: 97671528ba54a138 2023-05-02 23:36:24.119 INFO 1 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka startTimeMs: 1683070584119 2023-05-02 23:36:24.120 INFO 1 --- [ main] o.a.k.clients.consumer.KafkaConsumer : [Consumer clientId=ves-openapi-manager-consumer-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f, groupId=dcaegen2] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:36:24.144 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : distribution client started successfully 2023-05-02 23:36:24.144 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : =================================== 2023-05-02 23:36:24.144 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:36:24.930 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' 2023-05-02 23:36:24.945 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : Started Main in 5.209 seconds (JVM running for 6.112) 2023-05-02 23:36:25.037 INFO 1 --- [aa-34f750edd8b3] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-7e20f7d2-076a-4cc3-84aa-34f750edd8b3] Cluster ID: 0sYwMkH3QSO2PygGvPrsGg 2023-05-02 23:36:25.037 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f, 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 raTtF82oTXqudwvqbHWwow 2023-05-02 23:36:25.038 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f, 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 raTtF82oTXqudwvqbHWwow 2023-05-02 23:36:25.039 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f, 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 raTtF82oTXqudwvqbHWwow 2023-05-02 23:36:25.039 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f, 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 raTtF82oTXqudwvqbHWwow 2023-05-02 23:36:25.039 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f, 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 raTtF82oTXqudwvqbHWwow 2023-05-02 23:36:25.039 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f, 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 raTtF82oTXqudwvqbHWwow 2023-05-02 23:36:25.040 INFO 1 --- [aa-34f750edd8b3] o.a.k.c.p.internals.TransactionManager : [Producer clientId=ves-openapi-manager-producer-7e20f7d2-076a-4cc3-84aa-34f750edd8b3] ProducerId set to 1006 with epoch 0 2023-05-02 23:36:25.042 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f, groupId=dcaegen2] Cluster ID: 0sYwMkH3QSO2PygGvPrsGg 2023-05-02 23:36:25.044 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f, groupId=dcaegen2] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) 2023-05-02 23:36:25.055 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f, groupId=dcaegen2] (Re-)joining group 2023-05-02 23:36:25.159 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f, groupId=dcaegen2] Request joining group due to: need to re-join with the given member-id 2023-05-02 23:36:25.159 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f, groupId=dcaegen2] (Re-)joining group 2023-05-02 23:36:28.168 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f, groupId=dcaegen2] Successfully joined group with generation Generation{generationId=1, memberId='ves-openapi-manager-consumer-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f-1d4a5a37-971a-48d7-a7be-b7e428e5b411', protocol='range'} 2023-05-02 23:36:28.173 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f, groupId=dcaegen2] Finished assignment for group at generation 1: {ves-openapi-manager-consumer-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f-1d4a5a37-971a-48d7-a7be-b7e428e5b411=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-02 23:36:28.202 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f, groupId=dcaegen2] Successfully synced group in generation Generation{generationId=1, memberId='ves-openapi-manager-consumer-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f-1d4a5a37-971a-48d7-a7be-b7e428e5b411', protocol='range'} 2023-05-02 23:36:28.203 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f, 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-02 23:36:28.209 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f, 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-02 23:36:28.227 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-05-02 23:36:28.228 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 2023-05-02 23:36:28.228 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 2023-05-02 23:36:28.228 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 2023-05-02 23:36:28.228 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 2023-05-02 23:36:28.229 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 2023-05-02 23:36:28.381 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=ves-openapi-manager-consumer-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-05-02 23:36:28.382 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=ves-openapi-manager-consumer-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-05-02 23:36:28.399 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=ves-openapi-manager-consumer-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-05-02 23:36:28.400 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=ves-openapi-manager-consumer-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-05-02 23:36:28.400 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=ves-openapi-manager-consumer-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-05-02 23:36:28.400 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=ves-openapi-manager-consumer-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-05-02 23:36:44.151 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:37:04.153 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:37:08.811 INFO 1 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-05-02 23:37:08.811 INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-05-02 23:37:08.812 INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms 2023-05-02 23:37:24.154 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:37:44.157 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:38:04.158 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:38:24.160 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:38:44.161 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:39:04.163 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:39:24.165 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:39:44.167 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:40:04.167 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:40:24.168 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:40:44.169 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:41:04.170 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:41:24.171 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:41:44.173 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:42:04.175 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:42:24.177 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:42:44.178 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:43:04.179 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:43:24.180 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:43:44.180 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:44:04.183 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:44:24.184 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:44:44.186 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:45:04.187 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:45:24.187 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:45:25.106 INFO 1 --- [pool-1-thread-8] org.apache.kafka.clients.NetworkClient : [Consumer clientId=ves-openapi-manager-consumer-05e7d8e7-1d05-42e9-94bc-4ed4fe0a098f, groupId=dcaegen2] Node -1 disconnected. 2023-05-02 23:45:25.326 INFO 1 --- [aa-34f750edd8b3] org.apache.kafka.clients.NetworkClient : [Producer clientId=ves-openapi-manager-producer-7e20f7d2-076a-4cc3-84aa-34f750edd8b3] Node -1 disconnected. 2023-05-02 23:45:44.192 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:46:04.194 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:46:24.196 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:46:44.196 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:47:04.198 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:47:24.200 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:47:44.201 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:48:04.202 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:48:24.203 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:48:44.204 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:49:04.204 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:49:24.206 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:49:44.207 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:50:04.208 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:50:24.210 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:50:44.211 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:51:04.212 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:51:24.212 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:51:44.213 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:52:04.214 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:52:24.215 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:52:44.216 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:53:04.218 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:53:24.220 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:53:44.221 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:54:04.222 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:54:24.222 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:54:44.224 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:55:04.226 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:55:24.227 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:55:44.229 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:56:04.230 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:56:24.231 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:56:44.232 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:57:04.232 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:57:24.234 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:57:44.237 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:58:04.237 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:58:24.239 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:58:44.240 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:59:04.241 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:59:24.243 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-02 23:59:44.244 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:00:04.244 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:00:24.245 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:00:44.247 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:01:04.248 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:01:24.250 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:01:44.252 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:02:04.254 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:02:24.255 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:02:44.256 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:03:04.257 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:03:24.257 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:03:44.258 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:04:04.259 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:04:24.261 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:04:44.262 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:05:04.264 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:05:24.265 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:05:44.265 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:06:04.266 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:06:24.268 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:06:44.270 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:07:04.270 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:07:24.271 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:07:44.273 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:08:04.274 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:08:24.276 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:08:44.277 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:09:04.278 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:09:24.279 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:09:44.281 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:10:04.290 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:10:24.290 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:10:44.291 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:11:04.306 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:11:24.308 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:11:44.310 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:12:04.312 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:12:24.313 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:12:44.314 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:13:04.316 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:13:24.316 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:13:44.318 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:14:04.319 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:14:24.321 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:14:44.323 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:15:04.323 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:15:24.325 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:15:44.326 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:16:04.330 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:16:24.330 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:16:44.332 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:17:04.334 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:17:24.336 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:17:44.338 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:18:04.339 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:18:24.340 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:18:44.340 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:19:04.341 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:19:24.343 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:19:44.345 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:20:04.347 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:20:24.348 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:20:44.349 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:21:04.350 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:21:24.351 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:21:44.352 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:22:04.353 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:22:24.354 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:22:44.356 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:23:04.358 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:23:24.359 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:23:44.360 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:24:04.361 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:24:24.363 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:24:44.363 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:25:04.364 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:25:24.366 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:25:44.367 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:26:04.369 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:26:24.369 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:26:44.371 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:27:04.372 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:27:24.374 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:27:44.374 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:28:04.376 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:28:24.376 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:28:44.377 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:29:04.378 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:29:24.380 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:29:44.381 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:30:04.382 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:30:24.383 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:30:44.384 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:31:04.385 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:31:24.387 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:31:44.387 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:32:04.389 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:32:24.390 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:32:44.391 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:33:04.391 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:33:24.393 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:33:44.394 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:34:04.395 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:34:24.396 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:34:44.397 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:35:04.398 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:35:24.401 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:35:44.401 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:36:04.402 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:36:24.402 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:36:44.403 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:37:04.403 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:37:24.405 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:37:44.405 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:38:04.406 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:38:24.406 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:38:44.410 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:39:04.411 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:39:24.412 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:39:44.412 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:40:04.414 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:40:24.415 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:40:44.416 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:41:04.416 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:41:24.417 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:41:44.417 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:42:04.419 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:42:24.419 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:42:44.426 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:43:04.426 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:43:24.428 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:43:44.430 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:44:04.431 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:44:24.431 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:44:44.433 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:45:04.434 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:45:24.435 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:45:44.436 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:46:04.438 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:46:24.439 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:46:44.441 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:47:04.441 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:47:24.442 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:47:44.446 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:48:04.447 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:48:24.448 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:48:44.449 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:49:04.452 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:49:24.453 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:49:44.453 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:50:04.455 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:50:24.457 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:50:44.457 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:51:04.459 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:51:24.459 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:51:44.461 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:52:04.462 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:52:24.462 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:52:44.463 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:53:04.463 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:53:24.464 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:53:44.465 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:54:04.466 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:54:24.467 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:54:44.468 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:55:04.469 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:55:24.471 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:55:44.472 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:56:04.472 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:56:24.473 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:56:44.475 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:57:04.475 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:57:24.476 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:57:44.477 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:58:04.478 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:58:24.479 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:58:44.480 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:59:04.481 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:59:24.482 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 00:59:44.484 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:00:04.484 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:00:24.485 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:00:44.486 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:01:04.488 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:01:24.489 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:01:44.490 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:02:04.492 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:02:24.494 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:02:44.495 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:03:04.496 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:03:24.497 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:03:44.497 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:04:04.498 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:04:24.499 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:04:44.500 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:05:04.502 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:05:24.503 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:05:44.503 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:06:04.504 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:06:24.505 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:06:44.505 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:07:04.506 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:07:24.507 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:07:44.509 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:08:04.509 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:08:24.510 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:08:44.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 01:09:04.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 01:09:24.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 01:09:44.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 01:10:04.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 01:10:24.517 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:10:44.517 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:11:04.519 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:11:24.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 01:11:44.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 01:12:04.524 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:12:24.524 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:12:44.526 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:13:04.527 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:13:24.528 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:13:44.530 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:14:04.531 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:14:24.532 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:14:44.534 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:15:04.534 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:15:24.536 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:15:44.537 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:16:04.537 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:16:24.538 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:16:44.540 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 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-03 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-03 01:17:44.542 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:18:04.543 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:18:24.545 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:18:44.545 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:19:04.547 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 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-03 01:19:44.550 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:20: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-03 01:20:24.551 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:20:44.552 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:21:04.553 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:21:24.554 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:21:44.556 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:22:04.556 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:22:24.558 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:22:44.558 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:23:04.559 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:23:24.559 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:23:44.560 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:24:04.561 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:24:24.562 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:24:44.562 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:25:04.564 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:25:24.565 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:25:44.566 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:26:04.567 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:26:24.567 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:26:44.569 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:27:04.569 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:27:24.570 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:27:44.571 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:28:04.571 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:28:24.572 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:28:44.574 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:29:04.590 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:29:24.590 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:29:44.591 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:30:04.593 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:30:24.593 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:30:44.595 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:31:04.595 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:31:24.596 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:31:44.598 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:32:04.599 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:32:24.600 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:32:44.601 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:33:04.602 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:33:24.603 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:33:44.603 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:34:04.604 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:34:24.605 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:34:44.606 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:35:04.607 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:35:24.608 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:35:44.609 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:36:04.609 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:36:24.609 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:36:44.611 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:37:04.611 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:37:24.612 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:37:44.614 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:38:04.615 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:38:24.616 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:38:44.616 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:39:04.617 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:39:24.617 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:39:44.618 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:40:04.618 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:40:24.619 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:40:44.622 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:41:04.623 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:41:24.624 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:41:44.624 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:42:04.625 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:42:24.626 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:42:44.626 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:43:04.628 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:43:24.628 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:43:44.629 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:44:04.629 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:44:24.630 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:44:44.631 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:45:04.633 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:45:24.634 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:45:44.637 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:46:04.638 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:46:24.638 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:46:44.639 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:47:04.639 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:47:24.640 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:47:44.642 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:48:04.643 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:48:24.644 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:48:44.645 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:49:04.646 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:49:24.646 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:49:44.649 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:50:04.650 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:50:24.650 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:50:44.654 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:51:04.654 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:51:24.654 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:51:44.656 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:52:04.657 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:52:24.658 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:52:44.658 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:53:04.660 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:53:24.661 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:53:44.661 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:54:04.663 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:54:24.664 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:54:44.665 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:55:04.666 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:55:24.667 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:55:44.668 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:56:04.669 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:56:24.670 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:56:44.670 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:57:04.671 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:57:24.672 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:57:44.672 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:58:04.674 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:58:24.674 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:58:44.676 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:59:04.676 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:59:24.677 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 01:59:44.678 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:00:04.679 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:00:24.679 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:00:44.680 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:01:04.681 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:01:24.682 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:01:44.682 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:02:04.683 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:02:24.685 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:02:44.686 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:03:04.686 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:03:24.687 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:03:44.689 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:04:03.786 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:04:03.797 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:04:03.797 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "761b3bb4-9e20-44df-a795-a9709827f892", "consumerID": "ves-openapi-manager", "timestamp": 1683079424689, "artifactURL": "/sdc/v1/catalog/services/Vfw20230503020249/1.0/resourceInstances/vfw2c1234dbdf480/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-03 02:04:03.803 INFO 1 --- [aa-34f750edd8b3] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-7e20f7d2-076a-4cc3-84aa-34f750edd8b3] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 0GiNwnH9Qr2b5bo552l8Vg 2023-05-03 02:04:03.804 INFO 1 --- [aa-34f750edd8b3] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-7e20f7d2-076a-4cc3-84aa-34f750edd8b3] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 0GiNwnH9Qr2b5bo552l8Vg 2023-05-03 02:04:03.804 INFO 1 --- [aa-34f750edd8b3] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-7e20f7d2-076a-4cc3-84aa-34f750edd8b3] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 0GiNwnH9Qr2b5bo552l8Vg 2023-05-03 02:04:03.804 INFO 1 --- [aa-34f750edd8b3] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-7e20f7d2-076a-4cc3-84aa-34f750edd8b3] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 0GiNwnH9Qr2b5bo552l8Vg 2023-05-03 02:04:03.804 INFO 1 --- [aa-34f750edd8b3] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-7e20f7d2-076a-4cc3-84aa-34f750edd8b3] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 0GiNwnH9Qr2b5bo552l8Vg 2023-05-03 02:04:03.804 INFO 1 --- [aa-34f750edd8b3] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-7e20f7d2-076a-4cc3-84aa-34f750edd8b3] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 0GiNwnH9Qr2b5bo552l8Vg 2023-05-03 02:04:04.822 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:04:04.823 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:04:04.823 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "761b3bb4-9e20-44df-a795-a9709827f892", "consumerID": "ves-openapi-manager", "timestamp": 1683079424689, "artifactURL": "/sdc/v1/catalog/services/Vfw20230503020249/1.0/resourceInstances/vfw2c1234dbdf480/artifacts/vfw2c1234dbdf480_modules.json", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-03 02:04:05.826 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:04:05.827 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:04:05.827 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "761b3bb4-9e20-44df-a795-a9709827f892", "consumerID": "ves-openapi-manager", "timestamp": 1683079424689, "artifactURL": "/sdc/v1/catalog/services/Vfw20230503020249/1.0/resourceInstances/vfw2c1234dbdf480/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-03 02:04:06.830 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:04:06.831 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:04:06.831 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "761b3bb4-9e20-44df-a795-a9709827f892", "consumerID": "ves-openapi-manager", "timestamp": 1683079424689, "artifactURL": "/sdc/v1/catalog/services/Vfw20230503020249/1.0/resourceInstances/vfw2c1234dbdf480/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-03 02:04:07.832 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:04:07.833 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:04:07.833 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "761b3bb4-9e20-44df-a795-a9709827f892", "consumerID": "ves-openapi-manager", "timestamp": 1683079424689, "artifactURL": "/sdc/v1/catalog/services/Vfw20230503020249/1.0/resourceInstances/vfw2c1234dbdf480/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-03 02:04:08.835 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:04:08.836 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:04:08.837 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "761b3bb4-9e20-44df-a795-a9709827f892", "consumerID": "ves-openapi-manager", "timestamp": 1683079424689, "artifactURL": "/sdc/v1/catalog/services/Vfw20230503020249/1.0/artifacts/service-Vfw20230503020249-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-03 02:04:09.840 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:04:09.841 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:04:09.841 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "761b3bb4-9e20-44df-a795-a9709827f892", "consumerID": "ves-openapi-manager", "timestamp": 1683079424689, "artifactURL": "/sdc/v1/catalog/services/Vfw20230503020249/1.0/artifacts/service-Vfw20230503020249-csar.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-03 02:04:10.842 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:04:30.844 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:04:31.422 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:04:31.423 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:04:31.423 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "de75b5ff-3503-4374-ae13-b0763411600c", "consumerID": "ves-openapi-manager", "timestamp": 1683079470844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvnwuz/1.0/resourceInstances/basic_onboard_jvnwuz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-03 02:04:32.424 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:04:32.425 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:04:32.425 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "de75b5ff-3503-4374-ae13-b0763411600c", "consumerID": "ves-openapi-manager", "timestamp": 1683079470844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvnwuz/1.0/resourceInstances/basic_onboard_jvnwuz0/artifacts/basic_onboard_jvnwuz0_modules.json", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-03 02:04:33.426 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:04:33.426 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:04:33.426 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "de75b5ff-3503-4374-ae13-b0763411600c", "consumerID": "ves-openapi-manager", "timestamp": 1683079470844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvnwuz/1.0/resourceInstances/basic_onboard_jvnwuz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-03 02:04:34.427 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:04:34.428 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:04:34.428 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "de75b5ff-3503-4374-ae13-b0763411600c", "consumerID": "ves-openapi-manager", "timestamp": 1683079470844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvnwuz/1.0/resourceInstances/basic_onboard_jvnwuz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-03 02:04:35.429 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:04:35.429 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:04:35.429 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "de75b5ff-3503-4374-ae13-b0763411600c", "consumerID": "ves-openapi-manager", "timestamp": 1683079470844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvnwuz/1.0/resourceInstances/basic_onboard_jvnwuz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-03 02:04:36.430 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:04:36.431 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:04:36.431 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "de75b5ff-3503-4374-ae13-b0763411600c", "consumerID": "ves-openapi-manager", "timestamp": 1683079470844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvnwuz/1.0/artifacts/service-BasicOnboardJvnwuz-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-03 02:04:37.433 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:04:37.434 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:04:37.434 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "de75b5ff-3503-4374-ae13-b0763411600c", "consumerID": "ves-openapi-manager", "timestamp": 1683079470844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvnwuz/1.0/artifacts/service-BasicOnboardJvnwuz-csar.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-03 02:04:44.123 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:05:04.124 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:05:24.125 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:05:44.127 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:06:04.128 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:06:24.128 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:06:44.129 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:07:04.131 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:07:24.132 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:07:44.133 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:08:04.134 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:08:24.135 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:08:44.136 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:09:04.137 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:09:24.137 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:09:44.138 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:10:04.138 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:10:24.140 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:10:44.141 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:11:04.141 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:11:24.142 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:11:44.143 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:12:04.144 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:12:24.145 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:12:44.147 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:13:04.148 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:13:24.149 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:13:44.150 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:13:56.395 INFO 1 --- [aa-34f750edd8b3] org.apache.kafka.clients.NetworkClient : [Producer clientId=ves-openapi-manager-producer-7e20f7d2-076a-4cc3-84aa-34f750edd8b3] Node 2 disconnected. 2023-05-03 02:14:04.151 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:14:24.153 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:14:44.153 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:15:04.153 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:15:24.154 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:15:44.154 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:16:04.155 INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:16:24.157 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:16:44.157 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:17:04.158 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:17:24.158 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:17:44.159 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:18:04.160 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:18:24.160 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:18:44.162 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:19:04.164 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:19:19.303 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:19:19.309 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:19:19.309 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "1b5c2428-2f09-4821-9e8b-d12b407faa2c", "consumerID": "ves-openapi-manager", "timestamp": 1683080344164, "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-03 02:19:19.313 INFO 1 --- [aa-34f750edd8b3] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-7e20f7d2-076a-4cc3-84aa-34f750edd8b3] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 0GiNwnH9Qr2b5bo552l8Vg 2023-05-03 02:19:19.313 INFO 1 --- [aa-34f750edd8b3] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-7e20f7d2-076a-4cc3-84aa-34f750edd8b3] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 0GiNwnH9Qr2b5bo552l8Vg 2023-05-03 02:19:19.314 INFO 1 --- [aa-34f750edd8b3] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-7e20f7d2-076a-4cc3-84aa-34f750edd8b3] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 0GiNwnH9Qr2b5bo552l8Vg 2023-05-03 02:19:19.314 INFO 1 --- [aa-34f750edd8b3] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-7e20f7d2-076a-4cc3-84aa-34f750edd8b3] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 0GiNwnH9Qr2b5bo552l8Vg 2023-05-03 02:19:19.314 INFO 1 --- [aa-34f750edd8b3] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-7e20f7d2-076a-4cc3-84aa-34f750edd8b3] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 0GiNwnH9Qr2b5bo552l8Vg 2023-05-03 02:19:19.314 INFO 1 --- [aa-34f750edd8b3] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-7e20f7d2-076a-4cc3-84aa-34f750edd8b3] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 0GiNwnH9Qr2b5bo552l8Vg 2023-05-03 02:19:20.316 INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:19:20.316 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:19:20.316 INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "1b5c2428-2f09-4821-9e8b-d12b407faa2c", "consumerID": "ves-openapi-manager", "timestamp": 1683080344164, "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-03 02:19:24.122 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:19:44.122 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:20:04.124 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:20:06.523 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:20:06.524 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:20:06.524 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "0beb5b8f-78a4-4fab-bf38-d064e33b4bcf", "consumerID": "ves-openapi-manager", "timestamp": 1683080404124, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSncj1dllaunttllqkw0j/1.0/resourceInstances/pnf61a91bca77240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-03 02:20:07.526 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:20:07.526 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:20:07.526 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "0beb5b8f-78a4-4fab-bf38-d064e33b4bcf", "consumerID": "ves-openapi-manager", "timestamp": 1683080404124, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSncj1dllaunttllqkw0j/1.0/resourceInstances/pnf61a91bca77240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-03 02:20:08.528 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:20:08.528 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:20:08.528 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "0beb5b8f-78a4-4fab-bf38-d064e33b4bcf", "consumerID": "ves-openapi-manager", "timestamp": 1683080404124, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSncj1dllaunttllqkw0j/1.0/resourceInstances/pnf61a91bca77240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-03 02:20:09.530 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:20:09.531 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:20:09.531 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "0beb5b8f-78a4-4fab-bf38-d064e33b4bcf", "consumerID": "ves-openapi-manager", "timestamp": 1683080404124, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSncj1dllaunttllqkw0j/1.0/resourceInstances/pnf61a91bca77240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-03 02:20:10.532 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:20:10.533 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:20:10.533 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "0beb5b8f-78a4-4fab-bf38-d064e33b4bcf", "consumerID": "ves-openapi-manager", "timestamp": 1683080404124, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSncj1dllaunttllqkw0j/1.0/resourceInstances/pnf61a91bca77240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-03 02:20:11.535 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:20:11.536 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:20:11.536 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "0beb5b8f-78a4-4fab-bf38-d064e33b4bcf", "consumerID": "ves-openapi-manager", "timestamp": 1683080404124, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSncj1dllaunttllqkw0j/1.0/resourceInstances/pnf61a91bca77240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-03 02:20:12.537 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:20:12.538 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:20:12.538 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "0beb5b8f-78a4-4fab-bf38-d064e33b4bcf", "consumerID": "ves-openapi-manager", "timestamp": 1683080404124, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSncj1dllaunttllqkw0j/1.0/artifacts/service-DemoPnfSncj1dllaunttllqkw0j-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-03 02:20:13.538 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:20:13.539 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:20:13.539 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "0beb5b8f-78a4-4fab-bf38-d064e33b4bcf", "consumerID": "ves-openapi-manager", "timestamp": 1683080404124, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSncj1dllaunttllqkw0j/1.0/artifacts/service-DemoPnfSncj1dllaunttllqkw0j-csar.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-03 02:20:14.541 INFO 1 --- [pool-1-thread-4] o.o.v.o.manager.service.ClientCallback : =================================== 2023-05-03 02:20:14.541 INFO 1 --- [pool-1-thread-4] o.o.v.o.manager.service.ClientCallback : Distributed service information 2023-05-03 02:20:14.693 INFO 1 --- [pool-1-thread-4] o.o.v.o.manager.service.ClientCallback : Service UUID: 19e67b1e-84be-4096-8ff6-8f9eec2f0a4f 2023-05-03 02:20:14.695 INFO 1 --- [pool-1-thread-4] o.o.v.o.manager.service.ClientCallback : Service name: Demo_pNF_SncJ1dlLAunttlLqkw0j 2023-05-03 02:20:14.695 INFO 1 --- [pool-1-thread-4] o.o.v.o.manager.service.ClientCallback : Service resources: 2023-05-03 02:20:14.696 INFO 1 --- [pool-1-thread-4] o.o.v.o.manager.service.ClientCallback : - Resource: pNF 61a91bca-7724 2023-05-03 02:20:14.696 INFO 1 --- [pool-1-thread-4] o.o.v.o.manager.service.ClientCallback : Artifacts: 2023-05-03 02:20:14.697 INFO 1 --- [pool-1-thread-4] o.o.v.o.manager.service.ClientCallback : - Name: MyPnf_Pnf_v1.yaml 2023-05-03 02:20:14.697 INFO 1 --- [pool-1-thread-4] o.o.v.o.manager.service.ClientCallback : =================================== 2023-05-03 02:20:14.698 INFO 1 --- [pool-1-thread-4] o.o.v.o.m.service.ArtifactsCollector : Downloading artifacts 2023-05-03 02:20:14.808 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendDownloadStatus 2023-05-03 02:20:14.809 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:20:14.809 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "0beb5b8f-78a4-4fab-bf38-d064e33b4bcf", "consumerID": "ves-openapi-manager", "timestamp": 1683080414808, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSncj1dllaunttllqkw0j/1.0/resourceInstances/pnf61a91bca77240/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-03 02:20:16.007 WARN 1 --- [pool-1-thread-4] o.o.v.o.m.s.n.ValidationStatusSender : Artifact MyPnf_Pnf_v1.yaml is valid 2023-05-03 02:20:16.007 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendDeploymentStatus 2023-05-03 02:20:16.008 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:20:16.008 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "0beb5b8f-78a4-4fab-bf38-d064e33b4bcf", "consumerID": "ves-openapi-manager", "timestamp": 1683080416007, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSncj1dllaunttllqkw0j/1.0/resourceInstances/pnf61a91bca77240/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-03 02:20:17.010 INFO 1 --- [pool-1-thread-4] o.o.v.o.m.s.n.FinalStatusSender : All VES_EVENT artifacts are valid, sending final status COMPONENT_DONE_OK 2023-05-03 02:20:17.010 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendFinalDistributionStatus status 2023-05-03 02:20:17.011 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:20:17.011 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "0beb5b8f-78a4-4fab-bf38-d064e33b4bcf", "consumerID": "ves-openapi-manager", "timestamp": 1683080417010, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-03 02:20:24.122 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:20:44.123 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:20:45.829 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:20:45.829 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:20:45.829 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "673c6c23-69d3-41ba-8516-14d6aaf1b0db", "consumerID": "ves-openapi-manager", "timestamp": 1683080444123, "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-03 02:20:46.830 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:20:46.831 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:20:46.831 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "673c6c23-69d3-41ba-8516-14d6aaf1b0db", "consumerID": "ves-openapi-manager", "timestamp": 1683080444123, "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-03 02:20:47.833 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:20:47.834 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:20:47.834 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "673c6c23-69d3-41ba-8516-14d6aaf1b0db", "consumerID": "ves-openapi-manager", "timestamp": 1683080444123, "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-03 02:20:48.835 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:20:48.835 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:20:48.835 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "673c6c23-69d3-41ba-8516-14d6aaf1b0db", "consumerID": "ves-openapi-manager", "timestamp": 1683080444123, "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-03 02:20:49.836 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:20:49.837 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:20:49.837 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "673c6c23-69d3-41ba-8516-14d6aaf1b0db", "consumerID": "ves-openapi-manager", "timestamp": 1683080444123, "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-03 02:20:50.838 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:20:50.838 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:20:50.838 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "673c6c23-69d3-41ba-8516-14d6aaf1b0db", "consumerID": "ves-openapi-manager", "timestamp": 1683080444123, "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-03 02:20:51.839 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:20:51.840 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:20:51.840 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "673c6c23-69d3-41ba-8516-14d6aaf1b0db", "consumerID": "ves-openapi-manager", "timestamp": 1683080444123, "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-03 02:21:04.123 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:21:24.125 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:21:44.125 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:22:04.128 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:22:24.128 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:22:44.128 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:23:04.129 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:23:24.129 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:23:44.129 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:24:04.130 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:24:24.131 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:24:44.133 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:25:04.133 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:25:24.134 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:25:44.137 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:26:04.137 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:26:24.138 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:26:44.138 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:27:04.138 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:27:24.140 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:27:44.141 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:28:04.142 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:28:24.143 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:28:44.145 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:29:04.147 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:29:24.147 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:29:44.149 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:29:56.519 INFO 1 --- [aa-34f750edd8b3] org.apache.kafka.clients.NetworkClient : [Producer clientId=ves-openapi-manager-producer-7e20f7d2-076a-4cc3-84aa-34f750edd8b3] Node 2 disconnected. 2023-05-03 02:30:04.149 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:30:24.150 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:30:44.151 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:31:04.152 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:31:24.154 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:31:44.155 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:32:04.155 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:32:24.156 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:32:44.156 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:33:04.158 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:33:24.158 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:33:44.159 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:34:04.159 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:34:24.159 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:34:44.161 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:35:04.161 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:35:15.188 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:35:15.188 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:35:15.188 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "f5b8d790-8c85-4cfa-848b-e0a793d8ecd0", "consumerID": "ves-openapi-manager", "timestamp": 1683081304161, "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-03 02:35:15.203 INFO 1 --- [aa-34f750edd8b3] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-7e20f7d2-076a-4cc3-84aa-34f750edd8b3] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 0GiNwnH9Qr2b5bo552l8Vg 2023-05-03 02:35:15.203 INFO 1 --- [aa-34f750edd8b3] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-7e20f7d2-076a-4cc3-84aa-34f750edd8b3] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 0GiNwnH9Qr2b5bo552l8Vg 2023-05-03 02:35:15.203 INFO 1 --- [aa-34f750edd8b3] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-7e20f7d2-076a-4cc3-84aa-34f750edd8b3] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 0GiNwnH9Qr2b5bo552l8Vg 2023-05-03 02:35:15.203 INFO 1 --- [aa-34f750edd8b3] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-7e20f7d2-076a-4cc3-84aa-34f750edd8b3] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 0GiNwnH9Qr2b5bo552l8Vg 2023-05-03 02:35:15.203 INFO 1 --- [aa-34f750edd8b3] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-7e20f7d2-076a-4cc3-84aa-34f750edd8b3] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 0GiNwnH9Qr2b5bo552l8Vg 2023-05-03 02:35:15.203 INFO 1 --- [aa-34f750edd8b3] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-7e20f7d2-076a-4cc3-84aa-34f750edd8b3] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 0GiNwnH9Qr2b5bo552l8Vg 2023-05-03 02:35:16.204 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:35:16.205 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:35:16.205 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "f5b8d790-8c85-4cfa-848b-e0a793d8ecd0", "consumerID": "ves-openapi-manager", "timestamp": 1683081304161, "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-03 02:35:17.205 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:35:17.206 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:35:17.206 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "f5b8d790-8c85-4cfa-848b-e0a793d8ecd0", "consumerID": "ves-openapi-manager", "timestamp": 1683081304161, "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-03 02:35:18.207 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:35:18.208 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:35:18.208 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "f5b8d790-8c85-4cfa-848b-e0a793d8ecd0", "consumerID": "ves-openapi-manager", "timestamp": 1683081304161, "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-03 02:35:19.208 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:35:19.209 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:35:19.209 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "f5b8d790-8c85-4cfa-848b-e0a793d8ecd0", "consumerID": "ves-openapi-manager", "timestamp": 1683081304161, "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-03 02:35:20.209 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:35:20.210 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:35:20.210 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "f5b8d790-8c85-4cfa-848b-e0a793d8ecd0", "consumerID": "ves-openapi-manager", "timestamp": 1683081304161, "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-03 02:35:21.211 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:35:21.211 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:35:21.211 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "f5b8d790-8c85-4cfa-848b-e0a793d8ecd0", "consumerID": "ves-openapi-manager", "timestamp": 1683081304161, "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-03 02:35:22.212 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:35:22.212 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:35:22.212 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "f5b8d790-8c85-4cfa-848b-e0a793d8ecd0", "consumerID": "ves-openapi-manager", "timestamp": 1683081304161, "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-03 02:35:24.122 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:35:24.125 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:35:24.126 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:35:24.126 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "98fdc658-5deb-4b0e-8a70-0b3685343402", "consumerID": "ves-openapi-manager", "timestamp": 1683081324122, "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-03 02:35:25.126 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:35:25.127 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:35:25.127 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "98fdc658-5deb-4b0e-8a70-0b3685343402", "consumerID": "ves-openapi-manager", "timestamp": 1683081324122, "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-03 02:35:26.128 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:35:26.128 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:35:26.128 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "98fdc658-5deb-4b0e-8a70-0b3685343402", "consumerID": "ves-openapi-manager", "timestamp": 1683081324122, "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-03 02:35:27.129 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:35:27.129 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:35:27.129 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "98fdc658-5deb-4b0e-8a70-0b3685343402", "consumerID": "ves-openapi-manager", "timestamp": 1683081324122, "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-03 02:35:28.130 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:35:28.131 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:35:28.131 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "98fdc658-5deb-4b0e-8a70-0b3685343402", "consumerID": "ves-openapi-manager", "timestamp": 1683081324122, "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-03 02:35:29.131 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:35:29.132 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:35:29.132 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "98fdc658-5deb-4b0e-8a70-0b3685343402", "consumerID": "ves-openapi-manager", "timestamp": 1683081324122, "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-03 02:35:30.132 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:35:30.133 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:35:30.133 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "98fdc658-5deb-4b0e-8a70-0b3685343402", "consumerID": "ves-openapi-manager", "timestamp": 1683081324122, "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-03 02:35:31.134 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:35:31.134 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:35:31.134 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "98fdc658-5deb-4b0e-8a70-0b3685343402", "consumerID": "ves-openapi-manager", "timestamp": 1683081324122, "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-03 02:35:32.135 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:35:32.136 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:35:32.136 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "98fdc658-5deb-4b0e-8a70-0b3685343402", "consumerID": "ves-openapi-manager", "timestamp": 1683081324122, "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-03 02:35:33.136 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:35:33.137 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:35:33.137 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "98fdc658-5deb-4b0e-8a70-0b3685343402", "consumerID": "ves-openapi-manager", "timestamp": 1683081324122, "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-03 02:35:44.122 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:36:04.124 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:36:24.124 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:36:44.126 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:37:04.126 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:37:05.149 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:37:05.149 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:37:05.149 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "f4a30895-0849-49d9-aae2-0bba74265570", "consumerID": "ves-openapi-manager", "timestamp": 1683081424126, "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-03 02:37:06.150 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:37:06.150 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:37:06.150 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "f4a30895-0849-49d9-aae2-0bba74265570", "consumerID": "ves-openapi-manager", "timestamp": 1683081424126, "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-03 02:37:07.151 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:37:07.151 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:37:07.151 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "f4a30895-0849-49d9-aae2-0bba74265570", "consumerID": "ves-openapi-manager", "timestamp": 1683081424126, "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-03 02:37:08.152 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:37:08.152 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:37:08.152 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "f4a30895-0849-49d9-aae2-0bba74265570", "consumerID": "ves-openapi-manager", "timestamp": 1683081424126, "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-03 02:37:09.153 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:37:09.153 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:37:09.153 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "f4a30895-0849-49d9-aae2-0bba74265570", "consumerID": "ves-openapi-manager", "timestamp": 1683081424126, "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-03 02:37:10.154 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:37:10.154 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:37:10.154 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "f4a30895-0849-49d9-aae2-0bba74265570", "consumerID": "ves-openapi-manager", "timestamp": 1683081424126, "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-03 02:37:11.155 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:37:11.155 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:37:11.155 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "f4a30895-0849-49d9-aae2-0bba74265570", "consumerID": "ves-openapi-manager", "timestamp": 1683081424126, "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-03 02:37:12.156 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:37:12.157 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:37:12.157 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "f4a30895-0849-49d9-aae2-0bba74265570", "consumerID": "ves-openapi-manager", "timestamp": 1683081424126, "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-03 02:37:13.158 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus 2023-05-03 02:37:13.158 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:37:13.158 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "f4a30895-0849-49d9-aae2-0bba74265570", "consumerID": "ves-openapi-manager", "timestamp": 1683081424126, "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-03 02:37:14.160 INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback : =================================== 2023-05-03 02:37:14.160 INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback : Distributed service information 2023-05-03 02:37:14.160 INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback : Service UUID: adee4002-a41c-4e28-9add-63b44eacd521 2023-05-03 02:37:14.160 INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback : Service name: test_pnf_macro 2023-05-03 02:37:14.160 INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback : Service resources: 2023-05-03 02:37:14.160 INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback : - Resource: test-pnf 2023-05-03 02:37:14.160 INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback : Artifacts: 2023-05-03 02:37:14.160 INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback : - Name: MyPnf_Pnf_v1.yaml 2023-05-03 02:37:14.160 INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback : =================================== 2023-05-03 02:37:14.160 INFO 1 --- [pool-1-thread-3] o.o.v.o.m.service.ArtifactsCollector : Downloading artifacts 2023-05-03 02:37:14.358 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendDownloadStatus 2023-05-03 02:37:14.358 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:37:14.358 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "f4a30895-0849-49d9-aae2-0bba74265570", "consumerID": "ves-openapi-manager", "timestamp": 1683081434358, "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-03 02:37:15.391 WARN 1 --- [pool-1-thread-3] o.o.v.o.m.s.n.ValidationStatusSender : Artifact MyPnf_Pnf_v1.yaml is valid 2023-05-03 02:37:15.391 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendDeploymentStatus 2023-05-03 02:37:15.391 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:37:15.391 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "f4a30895-0849-49d9-aae2-0bba74265570", "consumerID": "ves-openapi-manager", "timestamp": 1683081435391, "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-03 02:37:16.392 INFO 1 --- [pool-1-thread-3] o.o.v.o.m.s.n.FinalStatusSender : All VES_EVENT artifacts are valid, sending final status COMPONENT_DONE_OK 2023-05-03 02:37:16.392 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendFinalDistributionStatus status 2023-05-03 02:37:16.393 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus 2023-05-03 02:37:16.393 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: { "distributionID": "f4a30895-0849-49d9-aae2-0bba74265570", "consumerID": "ves-openapi-manager", "timestamp": 1683081436392, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-03 02:37:24.123 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:37:44.123 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:38:04.123 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:38:24.123 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:38:44.124 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:39:04.125 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:39:24.126 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:39:44.128 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:40:04.128 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:40:24.129 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:40:44.130 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:41:04.130 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:41:24.130 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:41:44.132 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:42:04.132 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:42:24.134 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:42:44.135 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:43:04.135 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:43:24.136 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:43:44.138 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:44:04.139 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:44:24.139 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:44:44.142 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:45:04.142 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:45:24.143 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:45:44.144 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:46:04.145 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:46:24.146 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:46:44.147 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:47:04.148 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:47:24.149 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:47:44.150 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:48:04.151 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:48:24.151 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:48:44.154 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:48:56.817 INFO 1 --- [aa-34f750edd8b3] org.apache.kafka.clients.NetworkClient : [Producer clientId=ves-openapi-manager-producer-7e20f7d2-076a-4cc3-84aa-34f750edd8b3] Node 1 disconnected. 2023-05-03 02:49:04.155 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:49:24.156 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:49:44.156 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:50:04.157 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:50:24.157 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:50:44.157 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:51:04.157 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:51:24.158 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:51:44.159 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:52:04.160 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:52:24.161 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:52:44.162 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:53:04.162 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:53:24.164 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:53:44.164 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:54:04.165 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:54:24.166 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:54:44.167 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:55:04.168 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:55:24.168 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:55:44.170 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:56:04.170 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:56:24.171 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:56:44.171 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:57:04.171 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:57:24.172 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:57:44.174 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:58:04.174 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:58:24.176 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:58:44.177 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:59:04.177 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:59:24.178 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 02:59:44.182 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:00:04.184 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:00:24.184 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:00:44.185 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:01:04.187 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:01:24.187 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:01:44.187 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:02:04.187 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:02:24.187 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:02:44.188 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:03:04.188 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:03:24.189 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:03:44.189 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:04:04.189 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:04:24.190 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:04:44.191 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:05:04.191 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:05:24.192 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:05:44.193 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:06:04.193 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:06:24.194 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:06:44.194 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:07:04.195 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:07:24.195 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:07:44.195 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:08:04.197 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:08:24.197 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:08:44.198 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:09:04.198 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:09:24.200 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:09:44.200 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:10:04.200 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:10:24.201 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:10:44.202 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:11:04.202 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:11:24.203 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:11:44.203 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:12:04.203 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:12:24.203 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:12:44.203 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:13:04.203 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:13:24.203 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:13:44.203 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:14:04.204 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:14:24.205 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-03 03:14:44.206 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO