By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2023-01-25T05:26:29.690Z||main|||||INFO|500||The following profiles are active: basic 2023-01-25T05:26:51.397Z||main|||||INFO|500||Starting service [Tomcat] 2023-01-25T05:26:51.402Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-01-25T05:26:51.658Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-01-25T05:26:57.890Z||main|||||INFO|500||catdb-pool - Starting... 2023-01-25T05:26:58.415Z||main|||||INFO|500||catdb-pool - Start completed. 2023-01-25T05:26:59.202Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-01-25T05:26:59.576Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-01-25T05:27:00.449Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-01-25T05:27:03.344Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-25T05:27:04.264Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2023-01-25T05:27:10.938Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-25T05:27:11.315Z||main|||||INFO|500||reqdb-pool - Starting... 2023-01-25T05:27:11.338Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-01-25T05:27:11.387Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-01-25T05:27:13.390Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-25T05:27:14.031Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-25T05:27:15.900Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2023-01-25T05:27:15.938Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.
(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$1cee29c1.deployActivities( ) at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2023-01-25T05:27:15.938Z||main|||||WARN|500||The sdc end point is not alive 2023-01-25T05:27:19.853Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2023-01-25T05:27:24.509Z||main|||||WARN|500||--- 2023-01-25T05:27:24.509Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-01-25T05:27:24.509Z||main|||||WARN|500||--- 2023-01-25T05:27:24.950Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-01-25T05:27:32.599Z||main|||||INFO|500||Started Application in 69.308 seconds (JVM running for 74.851) 2023-01-25T05:27:32.662Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-01-25T05:27:32.666Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-01-25T05:27:32.688Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-01-25T05:27:32.802Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 7e3a4096-05ac-4f0a-a1bb-a4c94c458ee9 url= /sdc/v1/artifactTypes 2023-01-25T05:27:32.810Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2023-01-25T05:27:33.192Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-01-25T05:27:33.259Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with SDC server 2023-01-25T05:27:33.260Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC 2023-01-25T05:27:33.260Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 5539d513-2dd5-4f20-b71c-2bdeed2c45ec url= /sdc/v1/distributionKafkaData 2023-01-25T05:27:33.261Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/distributionKafkaData 2023-01-25T05:27:33.278Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-01-25T05:27:33.286Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@60cc56ce 2023-01-25T05:27:33.437Z||scheduling-1|||||INFO|500||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 = SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686 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.adaptive.partitioning.enable = true partitioner.availability.timeout.ms = 0 partitioner.class = null partitioner.ignore.keys = false receive.buffer.bytes = 32768 reconnect.backoff.max.ms = 1000 reconnect.backoff.ms = 50 request.timeout.ms = 30000 retries = 2147483647 retry.backoff.ms = 100 sasl.client.callback.handler.class = null sasl.jaas.config = [hidden] sasl.kerberos.kinit.cmd = /usr/bin/kinit sasl.kerberos.min.time.before.relogin = 60000 sasl.kerberos.service.name = null sasl.kerberos.ticket.renew.jitter = 0.05 sasl.kerberos.ticket.renew.window.factor = 0.8 sasl.login.callback.handler.class = null sasl.login.class = null sasl.login.connect.timeout.ms = null sasl.login.read.timeout.ms = null sasl.login.refresh.buffer.seconds = 300 sasl.login.refresh.min.period.seconds = 60 sasl.login.refresh.window.factor = 0.8 sasl.login.refresh.window.jitter = 0.05 sasl.login.retry.backoff.max.ms = 10000 sasl.login.retry.backoff.ms = 100 sasl.mechanism = SCRAM-SHA-512 sasl.oauthbearer.clock.skew.seconds = 30 sasl.oauthbearer.expected.audience = null sasl.oauthbearer.expected.issuer = null sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000 sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000 sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100 sasl.oauthbearer.jwks.endpoint.url = null sasl.oauthbearer.scope.claim.name = scope sasl.oauthbearer.sub.claim.name = sub sasl.oauthbearer.token.endpoint.url = null security.protocol = SASL_PLAINTEXT security.providers = null send.buffer.bytes = 131072 socket.connection.setup.timeout.max.ms = 30000 socket.connection.setup.timeout.ms = 10000 ssl.cipher.suites = null ssl.enabled.protocols = [TLSv1.2, TLSv1.3] ssl.endpoint.identification.algorithm = https ssl.engine.factory.class = null ssl.key.password = null ssl.keymanager.algorithm = SunX509 ssl.keystore.certificate.chain = null ssl.keystore.key = null ssl.keystore.location = null ssl.keystore.password = null ssl.keystore.type = JKS ssl.protocol = TLSv1.3 ssl.provider = null ssl.secure.random.implementation = null ssl.trustmanager.algorithm = PKIX ssl.truststore.certificates = null ssl.truststore.location = null ssl.truststore.password = null ssl.truststore.type = JKS transaction.timeout.ms = 60000 transactional.id = null value.serializer = class org.apache.kafka.common.serialization.StringSerializer 2023-01-25T05:27:33.525Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Instantiated an idempotent producer. 2023-01-25T05:27:33.642Z||scheduling-1|||||INFO|500||Successfully logged in. 2023-01-25T05:27:33.727Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-01-25T05:27:33.728Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-01-25T05:27:33.728Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674624453723 2023-01-25T05:27:33.764Z||scheduling-1|||||INFO|500||start DistributionClient 2023-01-25T05:27:33.807Z||scheduling-1|||||INFO|500||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 = SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730 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 = so group.instance.id = null heartbeat.interval.ms = 3000 interceptor.classes = [] internal.leave.group.on.close = true internal.throw.on.fetch.stable.offset.unsupported = false isolation.level = read_uncommitted key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer max.partition.fetch.bytes = 1048576 max.poll.interval.ms = 300000 max.poll.records = 500 metadata.max.age.ms = 300000 metric.reporters = [] metrics.num.samples = 2 metrics.recording.level = INFO metrics.sample.window.ms = 30000 partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor] receive.buffer.bytes = 65536 reconnect.backoff.max.ms = 1000 reconnect.backoff.ms = 50 request.timeout.ms = 30000 retry.backoff.ms = 100 sasl.client.callback.handler.class = null sasl.jaas.config = [hidden] sasl.kerberos.kinit.cmd = /usr/bin/kinit sasl.kerberos.min.time.before.relogin = 60000 sasl.kerberos.service.name = null sasl.kerberos.ticket.renew.jitter = 0.05 sasl.kerberos.ticket.renew.window.factor = 0.8 sasl.login.callback.handler.class = null sasl.login.class = null sasl.login.connect.timeout.ms = null sasl.login.read.timeout.ms = null sasl.login.refresh.buffer.seconds = 300 sasl.login.refresh.min.period.seconds = 60 sasl.login.refresh.window.factor = 0.8 sasl.login.refresh.window.jitter = 0.05 sasl.login.retry.backoff.max.ms = 10000 sasl.login.retry.backoff.ms = 100 sasl.mechanism = SCRAM-SHA-512 sasl.oauthbearer.clock.skew.seconds = 30 sasl.oauthbearer.expected.audience = null sasl.oauthbearer.expected.issuer = null sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000 sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000 sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100 sasl.oauthbearer.jwks.endpoint.url = null sasl.oauthbearer.scope.claim.name = scope sasl.oauthbearer.sub.claim.name = sub sasl.oauthbearer.token.endpoint.url = null security.protocol = SASL_PLAINTEXT security.providers = null send.buffer.bytes = 131072 session.timeout.ms = 45000 socket.connection.setup.timeout.max.ms = 30000 socket.connection.setup.timeout.ms = 10000 ssl.cipher.suites = null ssl.enabled.protocols = [TLSv1.2, TLSv1.3] ssl.endpoint.identification.algorithm = https ssl.engine.factory.class = null ssl.key.password = null ssl.keymanager.algorithm = SunX509 ssl.keystore.certificate.chain = null ssl.keystore.key = null ssl.keystore.location = null ssl.keystore.password = null ssl.keystore.type = JKS ssl.protocol = TLSv1.3 ssl.provider = null ssl.secure.random.implementation = null ssl.trustmanager.algorithm = PKIX ssl.truststore.certificates = null ssl.truststore.location = null ssl.truststore.password = null ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer 2023-01-25T05:27:33.923Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-01-25T05:27:33.924Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-01-25T05:27:33.926Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674624453923 2023-01-25T05:27:33.929Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:27:33.934Z||scheduling-1|||||INFO|500||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 = SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24 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 = so group.instance.id = null heartbeat.interval.ms = 3000 interceptor.classes = [] internal.leave.group.on.close = true internal.throw.on.fetch.stable.offset.unsupported = false isolation.level = read_uncommitted key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer max.partition.fetch.bytes = 1048576 max.poll.interval.ms = 300000 max.poll.records = 500 metadata.max.age.ms = 300000 metric.reporters = [] metrics.num.samples = 2 metrics.recording.level = INFO metrics.sample.window.ms = 30000 partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor] receive.buffer.bytes = 65536 reconnect.backoff.max.ms = 1000 reconnect.backoff.ms = 50 request.timeout.ms = 30000 retry.backoff.ms = 100 sasl.client.callback.handler.class = null sasl.jaas.config = [hidden] sasl.kerberos.kinit.cmd = /usr/bin/kinit sasl.kerberos.min.time.before.relogin = 60000 sasl.kerberos.service.name = null sasl.kerberos.ticket.renew.jitter = 0.05 sasl.kerberos.ticket.renew.window.factor = 0.8 sasl.login.callback.handler.class = null sasl.login.class = null sasl.login.connect.timeout.ms = null sasl.login.read.timeout.ms = null sasl.login.refresh.buffer.seconds = 300 sasl.login.refresh.min.period.seconds = 60 sasl.login.refresh.window.factor = 0.8 sasl.login.refresh.window.jitter = 0.05 sasl.login.retry.backoff.max.ms = 10000 sasl.login.retry.backoff.ms = 100 sasl.mechanism = SCRAM-SHA-512 sasl.oauthbearer.clock.skew.seconds = 30 sasl.oauthbearer.expected.audience = null sasl.oauthbearer.expected.issuer = null sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000 sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000 sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100 sasl.oauthbearer.jwks.endpoint.url = null sasl.oauthbearer.scope.claim.name = scope sasl.oauthbearer.sub.claim.name = sub sasl.oauthbearer.token.endpoint.url = null security.protocol = SASL_PLAINTEXT security.providers = null send.buffer.bytes = 131072 session.timeout.ms = 45000 socket.connection.setup.timeout.max.ms = 30000 socket.connection.setup.timeout.ms = 10000 ssl.cipher.suites = null ssl.enabled.protocols = [TLSv1.2, TLSv1.3] ssl.endpoint.identification.algorithm = https ssl.engine.factory.class = null ssl.key.password = null ssl.keymanager.algorithm = SunX509 ssl.keystore.certificate.chain = null ssl.keystore.key = null ssl.keystore.location = null ssl.keystore.password = null ssl.keystore.type = JKS ssl.protocol = TLSv1.3 ssl.provider = null ssl.secure.random.implementation = null ssl.trustmanager.algorithm = PKIX ssl.truststore.certificates = null ssl.truststore.location = null ssl.truststore.password = null ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer 2023-01-25T05:27:33.948Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:27:33.947Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-01-25T05:27:33.952Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-01-25T05:27:33.960Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674624453947 2023-01-25T05:27:33.963Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:27:33.974Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:27:33.977Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2023-01-25T05:27:35.146Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg 2023-01-25T05:27:35.150Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg 2023-01-25T05:27:35.151Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg 2023-01-25T05:27:35.148Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Cluster ID: 3PfizdKCQxOVDatPWpl6AQ 2023-01-25T05:27:35.149Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 3fHVv83uRcyLnr9G9AGxvw 2023-01-25T05:27:35.155Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 3fHVv83uRcyLnr9G9AGxvw 2023-01-25T05:27:35.156Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 3fHVv83uRcyLnr9G9AGxvw 2023-01-25T05:27:35.156Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 3fHVv83uRcyLnr9G9AGxvw 2023-01-25T05:27:35.156Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 3fHVv83uRcyLnr9G9AGxvw 2023-01-25T05:27:35.156Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 3fHVv83uRcyLnr9G9AGxvw 2023-01-25T05:27:35.151Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg 2023-01-25T05:27:35.158Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg 2023-01-25T05:27:35.159Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg 2023-01-25T05:27:35.161Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Cluster ID: 3PfizdKCQxOVDatPWpl6AQ 2023-01-25T05:27:35.161Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Cluster ID: 3PfizdKCQxOVDatPWpl6AQ 2023-01-25T05:27:35.158Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] ProducerId set to 2003 with epoch 0 2023-01-25T05:27:35.165Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) 2023-01-25T05:27:35.164Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) 2023-01-25T05:27:35.206Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] (Re-)joining group 2023-01-25T05:27:35.213Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] (Re-)joining group 2023-01-25T05:27:35.306Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730-08fe35d8-3463-494c-9923-286e0335ae87 2023-01-25T05:27:35.307Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException) 2023-01-25T05:27:35.307Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24-9a068a58-02a2-45a2-93a4-ca58bd4ee7bd 2023-01-25T05:27:35.307Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] (Re-)joining group 2023-01-25T05:27:35.308Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException) 2023-01-25T05:27:35.309Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] (Re-)joining group 2023-01-25T05:27:41.318Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730-08fe35d8-3463-494c-9923-286e0335ae87', protocol='range'} 2023-01-25T05:27:41.320Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24-9a068a58-02a2-45a2-93a4-ca58bd4ee7bd', protocol='range'} 2023-01-25T05:27:41.421Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg 2023-01-25T05:27:41.482Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg 2023-01-25T05:27:41.483Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg 2023-01-25T05:27:41.483Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg 2023-01-25T05:27:41.484Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg 2023-01-25T05:27:41.484Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg 2023-01-25T05:27:41.504Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730-08fe35d8-3463-494c-9923-286e0335ae87=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]), SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24-9a068a58-02a2-45a2-93a4-ca58bd4ee7bd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-01-25T05:27:41.526Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24-9a068a58-02a2-45a2-93a4-ca58bd4ee7bd', protocol='range'} 2023-01-25T05:27:41.527Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-01-25T05:27:41.543Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730-08fe35d8-3463-494c-9923-286e0335ae87', protocol='range'} 2023-01-25T05:27:41.544Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]) 2023-01-25T05:27:41.545Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-01-25T05:27:41.545Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-01-25T05:27:41.572Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-01-25T05:27:41.573Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 2023-01-25T05:27:41.574Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 2023-01-25T05:27:41.574Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 2023-01-25T05:27:41.574Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 2023-01-25T05:27:41.575Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 2023-01-25T05:27:41.585Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-01-25T05:27:41.586Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 2023-01-25T05:27:41.587Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 2023-01-25T05:27:41.589Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 2023-01-25T05:27:41.595Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 2023-01-25T05:27:41.596Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 2023-01-25T05:27:41.655Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-01-25T05:27:41.663Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-01-25T05:27:41.714Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-01-25T05:27:41.715Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-01-25T05:27:41.718Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-01-25T05:27:41.718Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-01-25T05:27:41.719Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-01-25T05:27:41.719Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-01-25T05:27:41.758Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-01-25T05:27:41.759Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-01-25T05:27:41.762Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-01-25T05:27:41.763Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-01-25T05:28:33.958Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:28:33.976Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:29:33.962Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:29:33.978Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:30:33.963Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:30:33.978Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:31:33.966Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:31:33.983Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:32:33.968Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:32:33.984Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:33:33.970Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:33:33.987Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:34:33.972Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:34:33.989Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:35:33.974Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:35:33.990Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:36:33.978Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:36:33.991Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:36:35.240Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Node -1 disconnected. 2023-01-25T05:36:35.409Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Node -1 disconnected. 2023-01-25T05:36:35.458Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Node -1 disconnected. 2023-01-25T05:37:15.009Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-01-25T05:37:33.980Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:37:33.993Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:38:33.982Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:38:33.993Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:39:33.984Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:39:33.993Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:40:33.986Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:40:33.994Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:41:33.987Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:41:33.996Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:42:33.990Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:42:33.996Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:43:33.991Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:43:33.998Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:44:33.993Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:44:34.000Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:45:33.995Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:45:34.000Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:46:33.999Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:46:34.002Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:47:34.000Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:47:34.003Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:48:34.002Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:48:34.004Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:49:34.003Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:49:34.005Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:50:34.005Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:50:34.006Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:51:34.007Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:51:34.008Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:52:34.010Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:52:34.010Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:53:34.012Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:53:34.012Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:54:34.013Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:54:34.013Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:55:34.014Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:55:34.014Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:56:34.015Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:56:34.016Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:57:34.017Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:57:34.017Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:58:34.019Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:58:34.022Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T05:59:34.021Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T05:59:34.022Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:00:34.022Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:00:34.023Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:01:34.024Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:01:34.023Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:02:34.026Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:02:34.026Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:03:34.028Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:03:34.028Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:04:34.030Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:04:34.030Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:05:34.030Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:05:34.031Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:06:34.032Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:06:34.032Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:07:34.033Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:07:34.034Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:08:34.033Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:08:34.035Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:09:34.035Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:09:34.037Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:10:34.037Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:10:34.038Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:11:34.039Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:11:34.040Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:12:34.041Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:12:34.047Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:13:34.042Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:13:34.047Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:14:34.043Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:14:34.048Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:15:34.045Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:15:34.048Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:16:34.048Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:16:34.049Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:17:34.049Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:17:34.049Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:18:34.051Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:18:34.053Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:19:34.053Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:19:34.054Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:20:34.055Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:20:34.056Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:21:34.056Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:21:34.057Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:22:34.058Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:22:34.058Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:23:34.059Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:23:34.059Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:24:34.061Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:24:34.064Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:25:34.064Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:25:34.065Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:26:34.066Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:26:34.066Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:27:34.068Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:27:34.069Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:28:34.069Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:28:34.070Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:29:34.071Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:29:34.071Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:30:34.073Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:30:34.083Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:31:34.076Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:31:34.086Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:32:34.078Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:32:34.087Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:33:34.080Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:33:34.092Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:34:34.081Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:34:34.093Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:35:34.083Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:35:34.095Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:36:34.084Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:36:34.096Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:37:34.085Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:37:34.097Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:38:34.087Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:38:34.098Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:39:34.089Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:39:34.098Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:40:34.091Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:40:34.100Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:41:34.093Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:41:34.101Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:42:34.093Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:42:34.102Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-01-25T06:43:34.095Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-01-25T06:43:34.118Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO