By type
JVM Arguments: -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Dspring.config.additional-location=/app/config/override.yaml -Dspring.profiles.active=basic
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.7.18)
2026-04-02T14:25:12.512Z||main|||||INFO|500||Starting Application using Java 11.0.30 on onap-so-sdc-controller-76dd7db6c5-p44cg with PID 10 (/app/app.jar started by so in /app)
2026-04-02T14:25:12.515Z||main|||||DEBUG|500||Running with Spring Boot v2.7.18, Spring v5.3.31
2026-04-02T14:25:12.516Z||main|||||INFO|500||The following 1 profile is active: "basic"
2026-04-02T14:25:15.809Z||main|||||INFO|500||Starting service [Tomcat]
2026-04-02T14:25:15.809Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.83]
2026-04-02T14:25:15.866Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2026-04-02T14:25:16.481Z||main|||||INFO|500||reqdb-pool - Starting...
2026-04-02T14:25:16.575Z||main|||||INFO|500||reqdb-pool - Start completed.
2026-04-02T14:25:16.616Z||main|||||INFO|500||catdb-pool - Starting...
2026-04-02T14:25:16.632Z||main|||||INFO|500||catdb-pool - Start completed.
2026-04-02T14:25:17.775Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2026-04-02T14:25:17.830Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.6.15.Final
2026-04-02T14:25:18.034Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2026-04-02T14:25:18.595Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB53Dialect
2026-04-02T14:25:19.391Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2026-04-02T14:25:19.413Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2026-04-02T14:25:19.653Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB53Dialect
2026-04-02T14:25:19.689Z||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.
2026-04-02T14:25:20.149Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2026-04-02T14:25:20.627Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_
2026-04-02T14:25:20.906Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2026-04-02T14:25:20.906Z||main|||||ERROR|500||(conn=222) Table 'catalogdb.activity_spec' doesn't exist
2026-04-02T14:25:20.924Z||main|||||WARN|500||Exception on deploying activitySpecs: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
2026-04-02T14:25:22.679Z||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
2026-04-02T14:25:23.143Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2026-04-02T14:25:24.539Z||main|||||INFO|500||Started Application in 12.898 seconds (JVM running for 13.457)
2026-04-02T14:25:24.547Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2026-04-02T14:25:24.548Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2026-04-02T14:25:24.552Z||scheduling-1|||||INFO|500||DistributionClient - init
2026-04-02T14:25:24.574Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 170cead3-e052-4787-b670-577b3a33284d url= /sdc/v1/artifactTypes
2026-04-02T14:25:24.575Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2026-04-02T14:25:24.662Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2026-04-02T14:25:24.686Z||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
2026-04-02T14:25:24.686Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2026-04-02T14:25:24.686Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= b9b6f91a-2f4b-4e7f-8c02-74c7b86c99db url= /sdc/v1/distributionKafkaData
2026-04-02T14:25:24.686Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2026-04-02T14:25:24.710Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2026-04-02T14:25:24.712Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@24b488fe
2026-04-02T14:25:24.739Z||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-7e03e613-2d76-4979-b9ab-0438a367c2d8
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
2026-04-02T14:25:24.762Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7e03e613-2d76-4979-b9ab-0438a367c2d8] Instantiated an idempotent producer.
2026-04-02T14:25:24.789Z||scheduling-1|||||INFO|500||Successfully logged in.
2026-04-02T14:25:24.822Z||scheduling-1|||||INFO|500||Kafka version: 3.3.2
2026-04-02T14:25:24.823Z||scheduling-1|||||INFO|500||Kafka commitId: b66af662e61082cb
2026-04-02T14:25:24.823Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1775139924812
2026-04-02T14:25:24.830Z||scheduling-1|||||INFO|500||start DistributionClient
2026-04-02T14:25:24.842Z||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-e3eb516c-5770-46a1-9458-b6424e8af67c
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
2026-04-02T14:25:24.877Z||scheduling-1|||||INFO|500||Kafka version: 3.3.2
2026-04-02T14:25:24.877Z||scheduling-1|||||INFO|500||Kafka commitId: b66af662e61082cb
2026-04-02T14:25:24.877Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1775139924877
2026-04-02T14:25:24.900Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, groupId=SO] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:25:24.903Z||pool-4-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:25:24.904Z||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-32054655-123d-4d80-ad2b-826d83a448d5
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
2026-04-02T14:25:24.911Z||scheduling-1|||||INFO|500||Kafka version: 3.3.2
2026-04-02T14:25:24.911Z||scheduling-1|||||INFO|500||Kafka commitId: b66af662e61082cb
2026-04-02T14:25:24.911Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1775139924911
2026-04-02T14:25:24.911Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5, groupId=SO] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:25:24.915Z||pool-4-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:25:24.920Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2026-04-02T14:25:25.348Z||kafka-producer-network-thread | SO-sdc-controller-producer-7e03e613-2d76-4979-b9ab-0438a367c2d8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7e03e613-2d76-4979-b9ab-0438a367c2d8] Cluster ID: XASeo__pTxqqiD9FnuagXw
2026-04-02T14:25:25.349Z||pool-4-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5, 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 mqhCeBkFRYOKX-qe5UGPsQ
2026-04-02T14:25:25.349Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, 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 U8uhlK2JS3WXvg8XZrDiLg
2026-04-02T14:25:25.349Z||pool-4-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5, 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 mqhCeBkFRYOKX-qe5UGPsQ
2026-04-02T14:25:25.349Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, 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 U8uhlK2JS3WXvg8XZrDiLg
2026-04-02T14:25:25.349Z||pool-4-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5, 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 mqhCeBkFRYOKX-qe5UGPsQ
2026-04-02T14:25:25.349Z||pool-4-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5, 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 mqhCeBkFRYOKX-qe5UGPsQ
2026-04-02T14:25:25.349Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, 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 U8uhlK2JS3WXvg8XZrDiLg
2026-04-02T14:25:25.349Z||pool-4-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5, 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 mqhCeBkFRYOKX-qe5UGPsQ
2026-04-02T14:25:25.349Z||pool-4-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5, 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 mqhCeBkFRYOKX-qe5UGPsQ
2026-04-02T14:25:25.349Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, 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 U8uhlK2JS3WXvg8XZrDiLg
2026-04-02T14:25:25.350Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, 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 U8uhlK2JS3WXvg8XZrDiLg
2026-04-02T14:25:25.350Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, 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 U8uhlK2JS3WXvg8XZrDiLg
2026-04-02T14:25:25.350Z||kafka-producer-network-thread | SO-sdc-controller-producer-7e03e613-2d76-4979-b9ab-0438a367c2d8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7e03e613-2d76-4979-b9ab-0438a367c2d8] ProducerId set to 9 with epoch 0
2026-04-02T14:25:25.350Z||pool-4-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5, groupId=SO] Cluster ID: XASeo__pTxqqiD9FnuagXw
2026-04-02T14:25:25.350Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, groupId=SO] Cluster ID: XASeo__pTxqqiD9FnuagXw
2026-04-02T14:25:25.351Z||pool-4-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5, groupId=SO] Discovered group coordinator onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2026-04-02T14:25:25.351Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, groupId=SO] Discovered group coordinator onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2026-04-02T14:25:25.405Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, groupId=SO] (Re-)joining group
2026-04-02T14:25:25.407Z||pool-4-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5, groupId=SO] (Re-)joining group
2026-04-02T14:25:25.437Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c-38aec234-4340-4de8-bd57-218db5144571
2026-04-02T14:25:25.437Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, 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)
2026-04-02T14:25:25.437Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, groupId=SO] (Re-)joining group
2026-04-02T14:25:25.442Z||pool-4-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5-c85445b5-0a87-4efb-af4f-eeac77b2ed24
2026-04-02T14:25:25.442Z||pool-4-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5, 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)
2026-04-02T14:25:25.442Z||pool-4-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5, groupId=SO] (Re-)joining group
2026-04-02T14:25:31.441Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c-38aec234-4340-4de8-bd57-218db5144571', protocol='range'}
2026-04-02T14:25:31.441Z||pool-4-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5-c85445b5-0a87-4efb-af4f-eeac77b2ed24', protocol='range'}
2026-04-02T14:25:31.468Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, 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 mqhCeBkFRYOKX-qe5UGPsQ
2026-04-02T14:25:31.468Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, 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 mqhCeBkFRYOKX-qe5UGPsQ
2026-04-02T14:25:31.468Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, 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 mqhCeBkFRYOKX-qe5UGPsQ
2026-04-02T14:25:31.468Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, 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 mqhCeBkFRYOKX-qe5UGPsQ
2026-04-02T14:25:31.468Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, 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 mqhCeBkFRYOKX-qe5UGPsQ
2026-04-02T14:25:31.468Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, 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 mqhCeBkFRYOKX-qe5UGPsQ
2026-04-02T14:25:31.470Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, groupId=SO] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5-c85445b5-0a87-4efb-af4f-eeac77b2ed24=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]), SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c-38aec234-4340-4de8-bd57-218db5144571=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])}
2026-04-02T14:25:31.506Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c-38aec234-4340-4de8-bd57-218db5144571', protocol='range'}
2026-04-02T14:25:31.507Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, 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])
2026-04-02T14:25:31.507Z||pool-4-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5-c85445b5-0a87-4efb-af4f-eeac77b2ed24', protocol='range'}
2026-04-02T14:25:31.507Z||pool-4-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5, 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])
2026-04-02T14:25:31.509Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, 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
2026-04-02T14:25:31.509Z||pool-4-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5, 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
2026-04-02T14:25:31.516Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2026-04-02T14:25:31.516Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2026-04-02T14:25:31.516Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2026-04-02T14:25:31.516Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2026-04-02T14:25:31.516Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2026-04-02T14:25:31.516Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2026-04-02T14:25:31.516Z||pool-4-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2026-04-02T14:25:31.517Z||pool-4-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2026-04-02T14:25:31.517Z||pool-4-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2026-04-02T14:25:31.517Z||pool-4-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2026-04-02T14:25:31.518Z||pool-4-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2026-04-02T14:25:31.518Z||pool-4-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2026-04-02T14:25:31.547Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, 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-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2026-04-02T14:25:31.548Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, 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-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2026-04-02T14:25:31.572Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, 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-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2026-04-02T14:25:31.572Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, 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-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2026-04-02T14:25:31.584Z||pool-4-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5, 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-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2026-04-02T14:25:31.584Z||pool-4-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5, 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-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2026-04-02T14:25:31.587Z||pool-4-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5, 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-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2026-04-02T14:25:31.587Z||pool-4-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5, 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-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2026-04-02T14:25:31.590Z||pool-4-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5, 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-onap-strimzi-broker-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2026-04-02T14:25:31.590Z||pool-4-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5, 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-onap-strimzi-broker-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2026-04-02T14:25:31.592Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, 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-onap-strimzi-broker-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2026-04-02T14:25:31.592Z||pool-4-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, 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-onap-strimzi-broker-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2026-04-02T14:25:39.908Z||pool-4-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:25:39.916Z||pool-4-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:25:54.909Z||pool-4-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:25:54.917Z||pool-4-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:26:04.376Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2026-04-02T14:26:09.910Z||pool-4-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:26:09.918Z||pool-4-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:26:24.911Z||pool-4-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:26:24.919Z||pool-4-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:26:39.912Z||pool-4-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:26:39.919Z||pool-4-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:26:54.914Z||pool-4-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:26:54.921Z||pool-4-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:27:09.915Z||pool-4-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:27:09.922Z||pool-4-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:27:24.916Z||pool-4-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:27:24.922Z||pool-4-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:27:39.916Z||pool-4-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:27:39.923Z||pool-4-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:27:54.918Z||pool-4-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:27:54.924Z||pool-4-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:28:09.918Z||pool-4-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:28:09.925Z||pool-4-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:28:24.919Z||pool-4-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:28:24.926Z||pool-4-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:28:39.921Z||pool-4-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:28:39.927Z||pool-4-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:28:54.922Z||pool-4-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:28:54.928Z||pool-4-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:29:09.923Z||pool-4-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:29:09.929Z||pool-4-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:29:24.925Z||pool-4-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:29:24.929Z||pool-4-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:29:39.926Z||pool-4-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:29:39.930Z||pool-4-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:29:54.927Z||pool-4-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:29:54.931Z||pool-4-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:30:09.929Z||pool-4-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:30:09.931Z||pool-4-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:30:24.930Z||pool-4-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:30:24.933Z||pool-4-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:30:39.932Z||pool-4-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:30:39.933Z||pool-4-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:30:54.933Z||pool-4-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:30:54.936Z||pool-4-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:31:09.934Z||pool-4-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:31:09.937Z||pool-4-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:31:24.935Z||pool-4-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:31:24.937Z||pool-4-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:31:39.935Z||pool-4-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:31:39.937Z||pool-4-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:31:54.937Z||pool-4-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:31:54.938Z||pool-4-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:32:09.938Z||pool-4-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:32:09.938Z||pool-4-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:32:24.939Z||pool-4-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:32:24.940Z||pool-4-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:32:39.939Z||pool-4-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:32:39.941Z||pool-4-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:32:54.940Z||pool-4-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:32:54.941Z||pool-4-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:33:09.941Z||pool-4-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:33:09.941Z||pool-4-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:33:24.941Z||pool-4-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:33:24.943Z||pool-4-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:33:39.941Z||pool-4-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:33:39.943Z||pool-4-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:33:54.943Z||pool-4-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:33:54.946Z||pool-4-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:34:09.944Z||pool-4-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:34:09.947Z||pool-4-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:34:24.945Z||pool-4-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:34:24.949Z||pool-4-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:34:25.520Z||pool-4-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-32054655-123d-4d80-ad2b-826d83a448d5, groupId=SO] Node -1 disconnected.
2026-04-02T14:34:25.520Z||pool-4-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e3eb516c-5770-46a1-9458-b6424e8af67c, groupId=SO] Node -1 disconnected.
2026-04-02T14:34:25.564Z||kafka-producer-network-thread | SO-sdc-controller-producer-7e03e613-2d76-4979-b9ab-0438a367c2d8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7e03e613-2d76-4979-b9ab-0438a367c2d8] Node -1 disconnected.
2026-04-02T14:34:39.946Z||pool-4-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:34:39.950Z||pool-4-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:34:54.946Z||pool-4-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:34:54.950Z||pool-4-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:35:09.947Z||pool-4-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:35:09.950Z||pool-4-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-04-02T14:35:24.949Z||pool-4-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2026-04-02T14:35:24.951Z||pool-4-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO