By type
STRIMZI_BROKER_ID=2
Preparing truststore for replication listener
Adding /opt/kafka/cluster-ca-certs/ca.crt to truststore /tmp/kafka/cluster.truststore.p12 with alias ca
Certificate was added to keystore
Preparing truststore for replication listener is complete
Looking for the CA matching the server certificate
CA matching the server certificate found: /opt/kafka/cluster-ca-certs/ca.crt
Preparing keystore for replication and clienttls listener
Preparing keystore for replication and clienttls listener is complete
Preparing truststore for client authentication
Adding /opt/kafka/client-ca-certs/ca.crt to truststore /tmp/kafka/clients.truststore.p12 with alias ca
Certificate was added to keystore
Preparing truststore for client authentication is complete
Starting Kafka with configuration:
##############################
##############################
# This file is automatically generated by the Strimzi Cluster Operator
# Any changes to this file will be ignored and overwritten!
##############################
##############################
##########
# Node / Broker ID
##########
node.id=2
##########
# Kafka message logs configuration
##########
log.dirs=/var/lib/kafka/data-0/kafka-log2
##########
# Control Plane listener
##########
listener.name.controlplane-9090.ssl.keystore.location=/tmp/kafka/cluster.keystore.p12
listener.name.controlplane-9090.ssl.keystore.password=[hidden]
listener.name.controlplane-9090.ssl.keystore.type=PKCS12
listener.name.controlplane-9090.ssl.truststore.location=/tmp/kafka/cluster.truststore.p12
listener.name.controlplane-9090.ssl.truststore.password=[hidden]
listener.name.controlplane-9090.ssl.truststore.type=PKCS12
listener.name.controlplane-9090.ssl.client.auth=required
##########
# Replication listener
##########
listener.name.replication-9091.ssl.keystore.location=/tmp/kafka/cluster.keystore.p12
listener.name.replication-9091.ssl.keystore.password=[hidden]
listener.name.replication-9091.ssl.keystore.type=PKCS12
listener.name.replication-9091.ssl.truststore.location=/tmp/kafka/cluster.truststore.p12
listener.name.replication-9091.ssl.truststore.password=[hidden]
listener.name.replication-9091.ssl.truststore.type=PKCS12
listener.name.replication-9091.ssl.client.auth=required
##########
# Listener configuration: PLAIN-9092
##########
listener.name.plain-9092.scram-sha-512.sasl.jaas.config=[hidden]
listener.name.plain-9092.sasl.enabled.mechanisms=SCRAM-SHA-512
##########
# Listener configuration: TLS-9093
##########
listener.name.tls-9093.ssl.client.auth=required
listener.name.tls-9093.ssl.truststore.location=/tmp/kafka/clients.truststore.p12
listener.name.tls-9093.ssl.truststore.password=[hidden]
listener.name.tls-9093.ssl.truststore.type=PKCS12
listener.name.tls-9093.ssl.keystore.location=/tmp/kafka/cluster.keystore.p12
listener.name.tls-9093.ssl.keystore.password=[hidden]
listener.name.tls-9093.ssl.keystore.type=PKCS12
##########
# Listener configuration: EXTERNAL-9094
##########
listener.name.external-9094.scram-sha-512.sasl.jaas.config=[hidden]
listener.name.external-9094.sasl.enabled.mechanisms=SCRAM-SHA-512
##########
# Common listener configuration
##########
listener.security.protocol.map=CONTROLPLANE-9090:SSL,REPLICATION-9091:SSL,PLAIN-9092:SASL_PLAINTEXT,TLS-9093:SSL,EXTERNAL-9094:SASL_PLAINTEXT
listeners=REPLICATION-9091://0.0.0.0:9091,PLAIN-9092://0.0.0.0:9092,TLS-9093://0.0.0.0:9093,EXTERNAL-9094://0.0.0.0:9094
advertised.listeners=REPLICATION-9091://onap-strimzi-onap-strimzi-broker-2.onap-strimzi-kafka-brokers.onap.svc:9091,PLAIN-9092://onap-strimzi-onap-strimzi-broker-2.onap-strimzi-kafka-brokers.onap.svc.cluster.local:9092,TLS-9093://onap-strimzi-onap-strimzi-broker-2.onap-strimzi-kafka-brokers.onap.svc.cluster.local:9093,EXTERNAL-9094://kafka-api.simpledemo.onap.org:9002
inter.broker.listener.name=REPLICATION-9091
sasl.enabled.mechanisms=
ssl.endpoint.identification.algorithm=HTTPS
##########
# Authorization
##########
authorizer.class.name=org.apache.kafka.metadata.authorizer.StandardAuthorizer
super.users=User:CN=onap-strimzi-kafka,O=io.strimzi;User:CN=onap-strimzi-entity-topic-operator,O=io.strimzi;User:CN=onap-strimzi-entity-user-operator,O=io.strimzi;User:CN=onap-strimzi-kafka-exporter,O=io.strimzi;User:CN=onap-strimzi-cruise-control,O=io.strimzi;User:CN=cluster-operator,O=io.strimzi;User:strimzi-kafka-admin
##########
# Config providers
##########
# Configuration providers configured by Strimzi
config.providers=strimzienv,strimzifile,strimzidir
config.providers.strimzienv.class=org.apache.kafka.common.config.provider.EnvVarConfigProvider
config.providers.strimzienv.param.allowlist.pattern=.*
config.providers.strimzifile.class=org.apache.kafka.common.config.provider.FileConfigProvider
config.providers.strimzifile.param.allowed.paths=/opt/kafka
config.providers.strimzidir.class=org.apache.kafka.common.config.provider.DirectoryConfigProvider
config.providers.strimzidir.param.allowed.paths=/opt/kafka
##########
# User provided configuration
##########
auto.create.topics.enable=true
default.replication.factor=3
inter.broker.protocol.version=3.9.0
log.message.format.version=3.9.0
min.insync.replicas=2
num.partitions=6
offsets.topic.replication.factor=3
transaction.state.log.min.isr=2
transaction.state.log.replication.factor=3
##########
# KRaft configuration
##########
process.roles=broker
controller.listener.names=CONTROLPLANE-9090
controller.quorum.voters=3@onap-strimzi-onap-strimzi-controller-3.onap-strimzi-kafka-brokers.onap.svc.cluster.local:9090,4@onap-strimzi-onap-strimzi-controller-4.onap-strimzi-kafka-brokers.onap.svc.cluster.local:9090,5@onap-strimzi-onap-strimzi-controller-5.onap-strimzi-kafka-brokers.onap.svc.cluster.local:9090
##########
# KRaft metadata log dir configuration
##########
metadata.log.dir=/var/lib/kafka/data-0/kafka-log2
Configuring Java heap: -Xms1073741824 -Xmx1073741824
Kafka metadata config state [4]
Using KRaft [true]
Making sure the Kraft storage is formatted with cluster ID p0Lyv78wQwymao7Wv9uCwg and metadata version 3.9
2026-06-12 10:54:37,788 INFO Registered kafka:type=kafka.Log4jController MBean (kafka.utils.Log4jControllerRegistration$) [main]
2026-06-12 10:54:38,047 INFO KafkaConfig values:
advertised.listeners = REPLICATION-9091://onap-strimzi-onap-strimzi-broker-2.onap-strimzi-kafka-brokers.onap.svc:9091,PLAIN-9092://onap-strimzi-onap-strimzi-broker-2.onap-strimzi-kafka-brokers.onap.svc.cluster.local:9092,TLS-9093://onap-strimzi-onap-strimzi-broker-2.onap-strimzi-kafka-brokers.onap.svc.cluster.local:9093,EXTERNAL-9094://kafka-api.simpledemo.onap.org:9002
alter.config.policy.class.name = null
alter.log.dirs.replication.quota.window.num = 11
alter.log.dirs.replication.quota.window.size.seconds = 1
authorizer.class.name = org.apache.kafka.metadata.authorizer.StandardAuthorizer
auto.create.topics.enable = true
auto.include.jmx.reporter = true
auto.leader.rebalance.enable = true
background.threads = 10
broker.heartbeat.interval.ms = 2000
broker.id = 2
broker.id.generation.enable = true
broker.rack = null
broker.session.timeout.ms = 9000
client.quota.callback.class = null
compression.gzip.level = -1
compression.lz4.level = 9
compression.type = producer
compression.zstd.level = 3
connection.failed.authentication.delay.ms = 100
connections.max.idle.ms = 600000
connections.max.reauth.ms = 0
control.plane.listener.name = null
controlled.shutdown.enable = true
controlled.shutdown.max.retries = 3
controlled.shutdown.retry.backoff.ms = 5000
controller.listener.names = CONTROLPLANE-9090
controller.quorum.append.linger.ms = 25
controller.quorum.bootstrap.servers = []
controller.quorum.election.backoff.max.ms = 1000
controller.quorum.election.timeout.ms = 1000
controller.quorum.fetch.timeout.ms = 2000
controller.quorum.request.timeout.ms = 2000
controller.quorum.retry.backoff.ms = 20
controller.quorum.voters = [3@onap-strimzi-onap-strimzi-controller-3.onap-strimzi-kafka-brokers.onap.svc.cluster.local:9090, 4@onap-strimzi-onap-strimzi-controller-4.onap-strimzi-kafka-brokers.onap.svc.cluster.local:9090, 5@onap-strimzi-onap-strimzi-controller-5.onap-strimzi-kafka-brokers.onap.svc.cluster.local:9090]
controller.quota.window.num = 11
controller.quota.window.size.seconds = 1
controller.socket.timeout.ms = 30000
create.topic.policy.class.name = null
default.replication.factor = 3
delegation.token.expiry.check.interval.ms = 3600000
delegation.token.expiry.time.ms = 86400000
delegation.token.master.key = null
delegation.token.max.lifetime.ms = 604800000
delegation.token.secret.key = null
delete.records.purgatory.purge.interval.requests = 1
delete.topic.enable = true
early.start.listeners = null
eligible.leader.replicas.enable = false
fetch.max.bytes = 57671680
fetch.purgatory.purge.interval.requests = 1000
group.consumer.assignors = [org.apache.kafka.coordinator.group.assignor.UniformAssignor, org.apache.kafka.coordinator.group.assignor.RangeAssignor]
group.consumer.heartbeat.interval.ms = 5000
group.consumer.max.heartbeat.interval.ms = 15000
group.consumer.max.session.timeout.ms = 60000
group.consumer.max.size = 2147483647
group.consumer.migration.policy = disabled
group.consumer.min.heartbeat.interval.ms = 5000
group.consumer.min.session.timeout.ms = 45000
group.consumer.session.timeout.ms = 45000
group.coordinator.append.linger.ms = 10
group.coordinator.new.enable = false
group.coordinator.rebalance.protocols = [classic]
group.coordinator.threads = 1
group.initial.rebalance.delay.ms = 3000
group.max.session.timeout.ms = 1800000
group.max.size = 2147483647
group.min.session.timeout.ms = 6000
group.share.delivery.count.limit = 5
group.share.enable = false
group.share.heartbeat.interval.ms = 5000
group.share.max.groups = 10
group.share.max.heartbeat.interval.ms = 15000
group.share.max.record.lock.duration.ms = 60000
group.share.max.session.timeout.ms = 60000
group.share.max.size = 200
group.share.min.heartbeat.interval.ms = 5000
group.share.min.record.lock.duration.ms = 15000
group.share.min.session.timeout.ms = 45000
group.share.partition.max.record.locks = 200
group.share.record.lock.duration.ms = 30000
group.share.session.timeout.ms = 45000
initial.broker.registration.timeout.ms = 60000
inter.broker.listener.name = REPLICATION-9091
inter.broker.protocol.version = 3.9.0
kafka.metrics.polling.interval.secs = 10
kafka.metrics.reporters = []
leader.imbalance.check.interval.seconds = 300
leader.imbalance.per.broker.percentage = 10
listener.security.protocol.map = CONTROLPLANE-9090:SSL,REPLICATION-9091:SSL,PLAIN-9092:SASL_PLAINTEXT,TLS-9093:SSL,EXTERNAL-9094:SASL_PLAINTEXT
listeners = REPLICATION-9091://0.0.0.0:9091,PLAIN-9092://0.0.0.0:9092,TLS-9093://0.0.0.0:9093,EXTERNAL-9094://0.0.0.0:9094
log.cleaner.backoff.ms = 15000
log.cleaner.dedupe.buffer.size = 134217728
log.cleaner.delete.retention.ms = 86400000
log.cleaner.enable = true
log.cleaner.io.buffer.load.factor = 0.9
log.cleaner.io.buffer.size = 524288
log.cleaner.io.max.bytes.per.second = 1.7976931348623157E308
log.cleaner.max.compaction.lag.ms = 9223372036854775807
log.cleaner.min.cleanable.ratio = 0.5
log.cleaner.min.compaction.lag.ms = 0
log.cleaner.threads = 1
log.cleanup.policy = [delete]
log.dir = /tmp/kafka-logs
log.dir.failure.timeout.ms = 30000
log.dirs = /var/lib/kafka/data-0/kafka-log2
log.flush.interval.messages = 9223372036854775807
log.flush.interval.ms = null
log.flush.offset.checkpoint.interval.ms = 60000
log.flush.scheduler.interval.ms = 9223372036854775807
log.flush.start.offset.checkpoint.interval.ms = 60000
log.index.interval.bytes = 4096
log.index.size.max.bytes = 10485760
log.initial.task.delay.ms = 30000
log.local.retention.bytes = -2
log.local.retention.ms = -2
log.message.downconversion.enable = true
log.message.format.version = 3.9.0
log.message.timestamp.after.max.ms = 9223372036854775807
log.message.timestamp.before.max.ms = 9223372036854775807
log.message.timestamp.difference.max.ms = 9223372036854775807
log.message.timestamp.type = CreateTime
log.preallocate = false
log.retention.bytes = -1
log.retention.check.interval.ms = 300000
log.retention.hours = 168
log.retention.minutes = null
log.retention.ms = null
log.roll.hours = 168
log.roll.jitter.hours = 0
log.roll.jitter.ms = null
log.roll.ms = null
log.segment.bytes = 1073741824
log.segment.delete.delay.ms = 60000
max.connection.creation.rate = 2147483647
max.connections = 2147483647
max.connections.per.ip = 2147483647
max.connections.per.ip.overrides =
max.incremental.fetch.session.cache.slots = 1000
max.request.partition.size.limit = 2000
message.max.bytes = 1048588
metadata.log.dir = /var/lib/kafka/data-0/kafka-log2
metadata.log.max.record.bytes.between.snapshots = 20971520
metadata.log.max.snapshot.interval.ms = 3600000
metadata.log.segment.bytes = 1073741824
metadata.log.segment.min.bytes = 8388608
metadata.log.segment.ms = 604800000
metadata.max.idle.interval.ms = 500
metadata.max.retention.bytes = 104857600
metadata.max.retention.ms = 604800000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
min.insync.replicas = 2
node.id = 2
num.io.threads = 8
num.network.threads = 3
num.partitions = 6
num.recovery.threads.per.data.dir = 1
num.replica.alter.log.dirs.threads = null
num.replica.fetchers = 1
offset.metadata.max.bytes = 4096
offsets.commit.required.acks = -1
offsets.commit.timeout.ms = 5000
offsets.load.buffer.size = 5242880
offsets.retention.check.interval.ms = 600000
offsets.retention.minutes = 10080
offsets.topic.compression.codec = 0
offsets.topic.num.partitions = 50
offsets.topic.replication.factor = 3
offsets.topic.segment.bytes = 104857600
password.encoder.cipher.algorithm = AES/CBC/PKCS5Padding
password.encoder.iterations = 4096
password.encoder.key.length = 128
password.encoder.keyfactory.algorithm = null
password.encoder.old.secret = null
password.encoder.secret = null
principal.builder.class = class org.apache.kafka.common.security.authenticator.DefaultKafkaPrincipalBuilder
process.roles = [broker]
producer.id.expiration.check.interval.ms = 600000
producer.id.expiration.ms = 86400000
producer.purgatory.purge.interval.requests = 1000
queued.max.request.bytes = -1
queued.max.requests = 500
quota.window.num = 11
quota.window.size.seconds = 1
remote.fetch.max.wait.ms = 500
remote.log.index.file.cache.total.size.bytes = 1073741824
remote.log.manager.copier.thread.pool.size = -1
remote.log.manager.copy.max.bytes.per.second = 9223372036854775807
remote.log.manager.copy.quota.window.num = 11
remote.log.manager.copy.quota.window.size.seconds = 1
remote.log.manager.expiration.thread.pool.size = -1
remote.log.manager.fetch.max.bytes.per.second = 9223372036854775807
remote.log.manager.fetch.quota.window.num = 11
remote.log.manager.fetch.quota.window.size.seconds = 1
remote.log.manager.task.interval.ms = 30000
remote.log.manager.task.retry.backoff.max.ms = 30000
remote.log.manager.task.retry.backoff.ms = 500
remote.log.manager.task.retry.jitter = 0.2
remote.log.manager.thread.pool.size = 10
remote.log.metadata.custom.metadata.max.bytes = 128
remote.log.metadata.manager.class.name = org.apache.kafka.server.log.remote.metadata.storage.TopicBasedRemoteLogMetadataManager
remote.log.metadata.manager.class.path = null
remote.log.metadata.manager.impl.prefix = rlmm.config.
remote.log.metadata.manager.listener.name = null
remote.log.reader.max.pending.tasks = 100
remote.log.reader.threads = 10
remote.log.storage.manager.class.name = null
remote.log.storage.manager.class.path = null
remote.log.storage.manager.impl.prefix = rsm.config.
remote.log.storage.system.enable = false
replica.fetch.backoff.ms = 1000
replica.fetch.max.bytes = 1048576
replica.fetch.min.bytes = 1
replica.fetch.response.max.bytes = 10485760
replica.fetch.wait.max.ms = 500
replica.high.watermark.checkpoint.interval.ms = 5000
replica.lag.time.max.ms = 30000
replica.selector.class = null
replica.socket.receive.buffer.bytes = 65536
replica.socket.timeout.ms = 30000
replication.quota.window.num = 11
replication.quota.window.size.seconds = 1
request.timeout.ms = 30000
reserved.broker.max.id = 1000
sasl.client.callback.handler.class = null
sasl.enabled.mechanisms = []
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.principal.to.local.rules = [DEFAULT]
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.controller.protocol = GSSAPI
sasl.mechanism.inter.broker.protocol = GSSAPI
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
sasl.server.callback.handler.class = null
sasl.server.max.receive.size = 524288
security.inter.broker.protocol = PLAINTEXT
security.providers = null
server.max.startup.time.ms = 9223372036854775807
socket.connection.setup.timeout.max.ms = 30000
socket.connection.setup.timeout.ms = 10000
socket.listen.backlog.size = 50
socket.receive.buffer.bytes = 102400
socket.request.max.bytes = 104857600
socket.send.buffer.bytes = 102400
ssl.allow.dn.changes = false
ssl.allow.san.changes = false
ssl.cipher.suites = []
ssl.client.auth = none
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.principal.mapping.rules = DEFAULT
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
telemetry.max.bytes = 1048576
transaction.abort.timed.out.transaction.cleanup.interval.ms = 10000
transaction.max.timeout.ms = 900000
transaction.partition.verification.enable = true
transaction.remove.expired.transaction.cleanup.interval.ms = 3600000
transaction.state.log.load.buffer.size = 5242880
transaction.state.log.min.isr = 2
transaction.state.log.num.partitions = 50
transaction.state.log.replication.factor = 3
transaction.state.log.segment.bytes = 104857600
transactional.id.expiration.ms = 604800000
unclean.leader.election.enable = false
unclean.leader.election.interval.ms = 300000
unstable.api.versions.enable = false
unstable.feature.versions.enable = false
zookeeper.clientCnxnSocket = null
zookeeper.connect = null
zookeeper.connection.timeout.ms = null
zookeeper.max.in.flight.requests = 10
zookeeper.metadata.migration.enable = false
zookeeper.metadata.migration.min.batch.size = 200
zookeeper.session.timeout.ms = 18000
zookeeper.set.acl = false
zookeeper.ssl.cipher.suites = null
zookeeper.ssl.client.enable = false
zookeeper.ssl.crl.enable = false
zookeeper.ssl.enabled.protocols = null
zookeeper.ssl.endpoint.identification.algorithm = HTTPS
zookeeper.ssl.keystore.location = null
zookeeper.ssl.keystore.password = null
zookeeper.ssl.keystore.type = null
zookeeper.ssl.ocsp.enable = false
zookeeper.ssl.protocol = TLSv1.2
zookeeper.ssl.truststore.location = null
zookeeper.ssl.truststore.password = null
zookeeper.ssl.truststore.type = null
(kafka.server.KafkaConfig) [main]
2026-06-12 10:54:38,108 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main]
2026-06-12 10:54:38,153 WARN inter.broker.protocol.version is deprecated in KRaft mode as of 3.3 and will only be read when first upgrading from a KRaft prior to 3.3. See kafka-storage.sh help for details on setting the metadata.version for a new KRaft cluster. (kafka.server.KafkaConfig) [main]
Formatting metadata directory /var/lib/kafka/data-0/kafka-log2 with metadata.version 3.9-IV0.
KRaft storage formatting is done
Preparing Kafka Agent configuration
+ exec /usr/bin/tini -w -e 143 -- /opt/kafka/bin/kafka-server-start.sh /tmp/strimzi.properties
2026-06-12 10:54:39,786 INFO Starting KafkaAgent with brokerReadyFile=null, sessionConnectedFile=null, sslKeyStorePath=/tmp/kafka/cluster.keystore.p12, sslTrustStore=/tmp/kafka/cluster.truststore.p12 (io.strimzi.kafka.agent.KafkaAgent) [main]
2026-06-12 10:54:39,840 INFO Logging initialized @355ms to org.eclipse.jetty.util.log.Slf4jLog (org.eclipse.jetty.util.log) [main]
2026-06-12 10:54:39,920 INFO jetty-9.4.56.v20240826; built: 2024-08-26T17:15:05.868Z; git: ec6782ff5ead824dabdcf47fa98f90a4aedff401; jvm 17.0.14+7-LTS (org.eclipse.jetty.server.Server) [main]
2026-06-12 10:54:39,962 INFO Started o.e.j.s.h.ContextHandler@32eebfca{/v1/broker-state,null,AVAILABLE} (org.eclipse.jetty.server.handler.ContextHandler) [main]
2026-06-12 10:54:39,962 INFO Started o.e.j.s.h.ContextHandler@28ac3dc3{/v1/ready,null,AVAILABLE} (org.eclipse.jetty.server.handler.ContextHandler) [main]
2026-06-12 10:54:39,963 INFO Started o.e.j.s.h.ContextHandler@4e718207{/v1/kraft-migration,null,AVAILABLE} (org.eclipse.jetty.server.handler.ContextHandler) [main]
2026-06-12 10:54:40,141 INFO x509=X509@48e4374(onap-strimzi-onap-strimzi-broker-2,h=[onap-strimzi-kafka-bootstrap.onap.svc.cluster.local, onap-strimzi-kafka-brokers.onap, onap-strimzi-kafka-brokers, onap-strimzi-kafka-bootstrap.onap.svc, onap-strimzi-kafka-bootstrap, onap-strimzi-onap-strimzi-broker-2.onap-strimzi-kafka-brokers.onap.svc.cluster.local, onap-strimzi-kafka-brokers.onap.svc.cluster.local, onap-strimzi-kafka-bootstrap.onap, onap-strimzi-onap-strimzi-broker-2.onap-strimzi-kafka-brokers.onap.svc, onap-strimzi-kafka-brokers.onap.svc, onap-strimzi-kafka],a=[],w=[]) for Server@3d680b5a[provider=null,keyStore=file:///tmp/kafka/cluster.keystore.p12,trustStore=file:///tmp/kafka/cluster.truststore.p12] (org.eclipse.jetty.util.ssl.SslContextFactory) [main]
2026-06-12 10:54:40,240 INFO Started ServerConnector@52feb982{SSL, (ssl, http/1.1)}{0.0.0.0:8443} (org.eclipse.jetty.server.AbstractConnector) [main]
2026-06-12 10:54:40,243 INFO Started ServerConnector@491cc5c9{HTTP/1.1, (http/1.1)}{localhost:8080} (org.eclipse.jetty.server.AbstractConnector) [main]
2026-06-12 10:54:40,244 INFO Started @762ms (org.eclipse.jetty.server.Server) [main]
2026-06-12 10:54:40,244 INFO Starting metrics registry (io.strimzi.kafka.agent.KafkaAgent) [main]
2026-06-12 10:54:40,354 INFO Found class org.apache.kafka.server.metrics.KafkaYammerMetrics for Kafka 3.3 and newer. (io.strimzi.kafka.agent.KafkaAgent) [main]
2026-06-12 10:54:40,417 INFO Registered kafka:type=kafka.Log4jController MBean (kafka.utils.Log4jControllerRegistration$) [main]
2026-06-12 10:54:40,722 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main]
2026-06-12 10:54:40,760 WARN inter.broker.protocol.version is deprecated in KRaft mode as of 3.3 and will only be read when first upgrading from a KRaft prior to 3.3. See kafka-storage.sh help for details on setting the metadata.version for a new KRaft cluster. (kafka.server.KafkaConfig) [main]
2026-06-12 10:54:40,893 WARN inter.broker.protocol.version is deprecated in KRaft mode as of 3.3 and will only be read when first upgrading from a KRaft prior to 3.3. See kafka-storage.sh help for details on setting the metadata.version for a new KRaft cluster. (kafka.server.KafkaConfig) [main]
2026-06-12 10:54:40,900 WARN inter.broker.protocol.version is deprecated in KRaft mode as of 3.3 and will only be read when first upgrading from a KRaft prior to 3.3. See kafka-storage.sh help for details on setting the metadata.version for a new KRaft cluster. (kafka.server.KafkaConfig) [main]
2026-06-12 10:54:40,929 INFO Registered signal handlers for TERM, INT, HUP (org.apache.kafka.common.utils.LoggingSignalHandler) [main]
2026-06-12 10:54:40,933 INFO [BrokerServer id=2] Transition from SHUTDOWN to STARTING (kafka.server.BrokerServer) [main]
2026-06-12 10:54:40,935 INFO [SharedServer id=2] Starting SharedServer (kafka.server.SharedServer) [main]
2026-06-12 10:54:40,939 WARN inter.broker.protocol.version is deprecated in KRaft mode as of 3.3 and will only be read when first upgrading from a KRaft prior to 3.3. See kafka-storage.sh help for details on setting the metadata.version for a new KRaft cluster. (kafka.server.KafkaConfig) [main]
2026-06-12 10:54:41,036 INFO [LogLoader partition=__cluster_metadata-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [main]
2026-06-12 10:54:41,037 INFO [LogLoader partition=__cluster_metadata-0, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.UnifiedLog$) [main]
2026-06-12 10:54:41,037 INFO [LogLoader partition=__cluster_metadata-0, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.UnifiedLog$) [main]
2026-06-12 10:54:41,091 INFO Initialized snapshots with IDs SortedSet() from /var/lib/kafka/data-0/kafka-log2/__cluster_metadata-0 (kafka.raft.KafkaMetadataLog$) [main]
2026-06-12 10:54:41,197 INFO [raft-expiration-reaper]: Starting (kafka.raft.TimingWheelExpirationService$ExpiredOperationReaper) [raft-expiration-reaper]
2026-06-12 10:54:41,210 INFO [RaftManager id=2] Reading KRaft snapshot and log as part of the initialization (org.apache.kafka.raft.KafkaRaftClient) [main]
2026-06-12 10:54:41,213 INFO [RaftManager id=2] Starting voters are VoterSet(voters={3=VoterNode(voterKey=ReplicaKey(id=3, directoryId=Optional.empty), listeners=Endpoints(endpoints={ListenerName(CONTROLPLANE-9090)=onap-strimzi-onap-strimzi-controller-3.onap-strimzi-kafka-brokers.onap.svc.cluster.local/10.233.66.14:9090}), supportedKRaftVersion=SupportedVersionRange[min_version:0, max_version:0]), 4=VoterNode(voterKey=ReplicaKey(id=4, directoryId=Optional.empty), listeners=Endpoints(endpoints={ListenerName(CONTROLPLANE-9090)=onap-strimzi-onap-strimzi-controller-4.onap-strimzi-kafka-brokers.onap.svc.cluster.local/:9090}), supportedKRaftVersion=SupportedVersionRange[min_version:0, max_version:0]), 5=VoterNode(voterKey=ReplicaKey(id=5, directoryId=Optional.empty), listeners=Endpoints(endpoints={ListenerName(CONTROLPLANE-9090)=onap-strimzi-onap-strimzi-controller-5.onap-strimzi-kafka-brokers.onap.svc.cluster.local/10.233.65.165:9090}), supportedKRaftVersion=SupportedVersionRange[min_version:0, max_version:0])}) (org.apache.kafka.raft.KafkaRaftClient) [main]
2026-06-12 10:54:41,214 INFO [RaftManager id=2] Starting request manager with static voters: [onap-strimzi-onap-strimzi-controller-4.onap-strimzi-kafka-brokers.onap.svc.cluster.local:9090 (id: 4 rack: null), onap-strimzi-onap-strimzi-controller-5.onap-strimzi-kafka-brokers.onap.svc.cluster.local:9090 (id: 5 rack: null), onap-strimzi-onap-strimzi-controller-3.onap-strimzi-kafka-brokers.onap.svc.cluster.local:9090 (id: 3 rack: null)] (org.apache.kafka.raft.KafkaRaftClient) [main]
2026-06-12 10:54:41,220 INFO [RaftManager id=2] Attempting durable transition to Unattached(epoch=0, votedKey=null, voters=[3, 4, 5], electionTimeoutMs=1718, highWatermark=Optional.empty) from null (org.apache.kafka.raft.QuorumState) [main]
2026-06-12 10:54:41,382 INFO [RaftManager id=2] Completed transition to Unattached(epoch=0, votedKey=null, voters=[3, 4, 5], electionTimeoutMs=1718, highWatermark=Optional.empty) from null (org.apache.kafka.raft.QuorumState) [main]
2026-06-12 10:54:41,387 INFO [kafka-2-raft-outbound-request-thread]: Starting (org.apache.kafka.raft.KafkaNetworkChannel$SendThread) [kafka-2-raft-outbound-request-thread]
2026-06-12 10:54:41,387 INFO [kafka-2-raft-io-thread]: Starting (org.apache.kafka.raft.KafkaRaftClientDriver) [kafka-2-raft-io-thread]
2026-06-12 10:54:41,414 INFO [MetadataLoader id=2] initializeNewPublishers: the loader is still catching up because we still don't know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:41,415 INFO [BrokerServer id=2] Starting broker (kafka.server.BrokerServer) [main]
2026-06-12 10:54:41,420 WARN inter.broker.protocol.version is deprecated in KRaft mode as of 3.3 and will only be read when first upgrading from a KRaft prior to 3.3. See kafka-storage.sh help for details on setting the metadata.version for a new KRaft cluster. (kafka.server.KafkaConfig) [main]
2026-06-12 10:54:41,446 INFO [broker-2-ThrottledChannelReaper-Fetch]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [broker-2-ThrottledChannelReaper-Fetch]
2026-06-12 10:54:41,447 INFO [broker-2-ThrottledChannelReaper-Produce]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [broker-2-ThrottledChannelReaper-Produce]
2026-06-12 10:54:41,448 INFO [broker-2-ThrottledChannelReaper-Request]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [broker-2-ThrottledChannelReaper-Request]
2026-06-12 10:54:41,450 INFO [broker-2-ThrottledChannelReaper-ControllerMutation]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [broker-2-ThrottledChannelReaper-ControllerMutation]
2026-06-12 10:54:41,486 INFO [BrokerServer id=2] Waiting for controller quorum voters future (kafka.server.BrokerServer) [main]
2026-06-12 10:54:41,487 INFO [BrokerServer id=2] Finished waiting for controller quorum voters future (kafka.server.BrokerServer) [main]
2026-06-12 10:54:41,514 INFO [MetadataLoader id=2] initializeNewPublishers: the loader is still catching up because we still don't know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:41,585 INFO [broker-2-to-controller-forwarding-channel-manager]: Starting (kafka.server.NodeToControllerRequestThread) [broker-2-to-controller-forwarding-channel-manager]
2026-06-12 10:54:41,615 INFO [MetadataLoader id=2] initializeNewPublishers: the loader is still catching up because we still don't know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:41,645 INFO [client-metrics-reaper]: Starting (org.apache.kafka.server.util.timer.SystemTimerReaper$Reaper) [client-metrics-reaper]
2026-06-12 10:54:41,735 INFO [MetadataLoader id=2] initializeNewPublishers: the loader is still catching up because we still don't know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:41,773 INFO [RaftManager id=2] Registered the listener org.apache.kafka.image.loader.MetadataLoader@89544735 (org.apache.kafka.raft.KafkaRaftClient) [kafka-2-raft-io-thread]
2026-06-12 10:54:41,836 INFO [MetadataLoader id=2] initializeNewPublishers: the loader is still catching up because we still don't know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:41,936 INFO [MetadataLoader id=2] initializeNewPublishers: the loader is still catching up because we still don't know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:42,037 INFO [MetadataLoader id=2] initializeNewPublishers: the loader is still catching up because we still don't know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:42,081 INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas) [main]
2026-06-12 10:54:42,137 INFO [MetadataLoader id=2] initializeNewPublishers: the loader is still catching up because we still don't know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:42,238 INFO [MetadataLoader id=2] initializeNewPublishers: the loader is still catching up because we still don't know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:42,339 INFO [MetadataLoader id=2] initializeNewPublishers: the loader is still catching up because we still don't know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:42,439 INFO [MetadataLoader id=2] initializeNewPublishers: the loader is still catching up because we still don't know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:42,478 INFO [RaftManager id=2] Attempting durable transition to Unattached(epoch=1, votedKey=null, voters=[3, 4, 5], electionTimeoutMs=9223372036854775807, highWatermark=Optional.empty) from Unattached(epoch=0, votedKey=null, voters=[3, 4, 5], electionTimeoutMs=1718, highWatermark=Optional.empty) (org.apache.kafka.raft.QuorumState) [kafka-2-raft-io-thread]
2026-06-12 10:54:42,491 INFO [RaftManager id=2] Completed transition to Unattached(epoch=1, votedKey=null, voters=[3, 4, 5], electionTimeoutMs=9223372036854775807, highWatermark=Optional.empty) from Unattached(epoch=0, votedKey=null, voters=[3, 4, 5], electionTimeoutMs=1718, highWatermark=Optional.empty) (org.apache.kafka.raft.QuorumState) [kafka-2-raft-io-thread]
2026-06-12 10:54:42,498 WARN [RaftManager id=2] Error connecting to node onap-strimzi-onap-strimzi-controller-4.onap-strimzi-kafka-brokers.onap.svc.cluster.local:9090 (id: 4 rack: null) (org.apache.kafka.clients.NetworkClient) [kafka-2-raft-outbound-request-thread]
java.net.UnknownHostException: onap-strimzi-onap-strimzi-controller-4.onap-strimzi-kafka-brokers.onap.svc.cluster.local
at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:801)
at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533)
at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385)
at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306)
at org.apache.kafka.clients.DefaultHostResolver.resolve(DefaultHostResolver.java:27)
at org.apache.kafka.clients.ClientUtils.resolve(ClientUtils.java:125)
at org.apache.kafka.clients.ClusterConnectionStates$NodeConnectionState.resolveAddresses(ClusterConnectionStates.java:536)
at org.apache.kafka.clients.ClusterConnectionStates$NodeConnectionState.currentAddress(ClusterConnectionStates.java:511)
at org.apache.kafka.clients.ClusterConnectionStates$NodeConnectionState.access$200(ClusterConnectionStates.java:466)
at org.apache.kafka.clients.ClusterConnectionStates.currentAddress(ClusterConnectionStates.java:173)
at org.apache.kafka.clients.NetworkClient.initiateConnect(NetworkClient.java:1075)
at org.apache.kafka.clients.NetworkClient.ready(NetworkClient.java:321)
at org.apache.kafka.server.util.InterBrokerSendThread.sendRequests(InterBrokerSendThread.java:146)
at org.apache.kafka.server.util.InterBrokerSendThread.pollOnce(InterBrokerSendThread.java:109)
at org.apache.kafka.server.util.InterBrokerSendThread.doWork(InterBrokerSendThread.java:137)
at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:136)
2026-06-12 10:54:42,540 INFO [MetadataLoader id=2] initializeNewPublishers: the loader is still catching up because we still don't know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:42,640 INFO [MetadataLoader id=2] initializeNewPublishers: the loader is still catching up because we still don't know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:42,665 INFO [SocketServer listenerType=BROKER, nodeId=2] Created data-plane acceptor and processors for endpoint : ListenerName(REPLICATION-9091) (kafka.network.SocketServer) [main]
2026-06-12 10:54:42,666 INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas) [main]
2026-06-12 10:54:42,668 WARN [RaftManager id=2] Error connecting to node onap-strimzi-onap-strimzi-controller-4.onap-strimzi-kafka-brokers.onap.svc.cluster.local:9090 (id: 4 rack: null) (org.apache.kafka.clients.NetworkClient) [kafka-2-raft-outbound-request-thread]
java.net.UnknownHostException: onap-strimzi-onap-strimzi-controller-4.onap-strimzi-kafka-brokers.onap.svc.cluster.local
at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:801)
at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533)
at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385)
at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306)
at org.apache.kafka.clients.DefaultHostResolver.resolve(DefaultHostResolver.java:27)
at org.apache.kafka.clients.ClientUtils.resolve(ClientUtils.java:125)
at org.apache.kafka.clients.ClusterConnectionStates$NodeConnectionState.resolveAddresses(ClusterConnectionStates.java:536)
at org.apache.kafka.clients.ClusterConnectionStates$NodeConnectionState.currentAddress(ClusterConnectionStates.java:511)
at org.apache.kafka.clients.ClusterConnectionStates$NodeConnectionState.access$200(ClusterConnectionStates.java:466)
at org.apache.kafka.clients.ClusterConnectionStates.currentAddress(ClusterConnectionStates.java:173)
at org.apache.kafka.clients.NetworkClient.initiateConnect(NetworkClient.java:1075)
at org.apache.kafka.clients.NetworkClient.ready(NetworkClient.java:321)
at org.apache.kafka.server.util.InterBrokerSendThread.sendRequests(InterBrokerSendThread.java:146)
at org.apache.kafka.server.util.InterBrokerSendThread.pollOnce(InterBrokerSendThread.java:109)
at org.apache.kafka.server.util.InterBrokerSendThread.doWork(InterBrokerSendThread.java:137)
at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:136)
2026-06-12 10:54:42,683 INFO Successfully logged in. (org.apache.kafka.common.security.authenticator.AbstractLogin) [main]
2026-06-12 10:54:42,687 INFO [SocketServer listenerType=BROKER, nodeId=2] Created data-plane acceptor and processors for endpoint : ListenerName(PLAIN-9092) (kafka.network.SocketServer) [main]
2026-06-12 10:54:42,687 INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas) [main]
2026-06-12 10:54:42,741 INFO [MetadataLoader id=2] initializeNewPublishers: the loader is still catching up because we still don't know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:42,814 WARN [RaftManager id=2] Error connecting to node onap-strimzi-onap-strimzi-controller-4.onap-strimzi-kafka-brokers.onap.svc.cluster.local:9090 (id: 4 rack: null) (org.apache.kafka.clients.NetworkClient) [kafka-2-raft-outbound-request-thread]
java.net.UnknownHostException: onap-strimzi-onap-strimzi-controller-4.onap-strimzi-kafka-brokers.onap.svc.cluster.local
at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:801)
at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533)
at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385)
at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306)
at org.apache.kafka.clients.DefaultHostResolver.resolve(DefaultHostResolver.java:27)
at org.apache.kafka.clients.ClientUtils.resolve(ClientUtils.java:125)
at org.apache.kafka.clients.ClusterConnectionStates$NodeConnectionState.resolveAddresses(ClusterConnectionStates.java:536)
at org.apache.kafka.clients.ClusterConnectionStates$NodeConnectionState.currentAddress(ClusterConnectionStates.java:511)
at org.apache.kafka.clients.ClusterConnectionStates$NodeConnectionState.access$200(ClusterConnectionStates.java:466)
at org.apache.kafka.clients.ClusterConnectionStates.currentAddress(ClusterConnectionStates.java:173)
at org.apache.kafka.clients.NetworkClient.initiateConnect(NetworkClient.java:1075)
at org.apache.kafka.clients.NetworkClient.ready(NetworkClient.java:321)
at org.apache.kafka.server.util.InterBrokerSendThread.sendRequests(InterBrokerSendThread.java:146)
at org.apache.kafka.server.util.InterBrokerSendThread.pollOnce(InterBrokerSendThread.java:109)
at org.apache.kafka.server.util.InterBrokerSendThread.doWork(InterBrokerSendThread.java:137)
at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:136)
2026-06-12 10:54:42,820 INFO [SocketServer listenerType=BROKER, nodeId=2] Created data-plane acceptor and processors for endpoint : ListenerName(TLS-9093) (kafka.network.SocketServer) [main]
2026-06-12 10:54:42,821 INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas) [main]
2026-06-12 10:54:42,825 INFO [SocketServer listenerType=BROKER, nodeId=2] Created data-plane acceptor and processors for endpoint : ListenerName(EXTERNAL-9094) (kafka.network.SocketServer) [main]
2026-06-12 10:54:42,841 INFO [MetadataLoader id=2] initializeNewPublishers: the loader is still catching up because we still don't know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:42,867 INFO [broker-2-to-controller-alter-partition-channel-manager]: Starting (kafka.server.NodeToControllerRequestThread) [broker-2-to-controller-alter-partition-channel-manager]
2026-06-12 10:54:42,940 INFO [broker-2-to-controller-directory-assignments-channel-manager]: Starting (kafka.server.NodeToControllerRequestThread) [broker-2-to-controller-directory-assignments-channel-manager]
2026-06-12 10:54:42,944 INFO [MetadataLoader id=2] initializeNewPublishers: the loader is still catching up because we still don't know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:42,963 INFO [ExpirationReaper-2-Produce]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-Produce]
2026-06-12 10:54:42,964 INFO [ExpirationReaper-2-Fetch]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-Fetch]
2026-06-12 10:54:42,965 INFO [ExpirationReaper-2-DeleteRecords]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-DeleteRecords]
2026-06-12 10:54:42,967 INFO [ExpirationReaper-2-ElectLeader]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-ElectLeader]
2026-06-12 10:54:42,968 INFO [ExpirationReaper-2-RemoteFetch]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-RemoteFetch]
2026-06-12 10:54:42,988 INFO [ExpirationReaper-2-Heartbeat]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-Heartbeat]
2026-06-12 10:54:42,989 INFO [ExpirationReaper-2-Rebalance]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-Rebalance]
2026-06-12 10:54:43,045 INFO [MetadataLoader id=2] initializeNewPublishers: the loader is still catching up because we still don't know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:43,105 INFO [RaftManager id=2] Attempting durable transition to FollowerState(fetchTimeoutMs=2000, epoch=2, leader=3, leaderEndpoints=Endpoints(endpoints={ListenerName(CONTROLPLANE-9090)=onap-strimzi-onap-strimzi-controller-3.onap-strimzi-kafka-brokers.onap.svc/:9090}), voters=[3, 4, 5], highWatermark=Optional.empty, fetchingSnapshot=Optional.empty) from Unattached(epoch=1, votedKey=null, voters=[3, 4, 5], electionTimeoutMs=9223372036854775807, highWatermark=Optional.empty) (org.apache.kafka.raft.QuorumState) [kafka-2-raft-io-thread]
2026-06-12 10:54:43,116 INFO [RaftManager id=2] Completed transition to FollowerState(fetchTimeoutMs=2000, epoch=2, leader=3, leaderEndpoints=Endpoints(endpoints={ListenerName(CONTROLPLANE-9090)=onap-strimzi-onap-strimzi-controller-3.onap-strimzi-kafka-brokers.onap.svc/:9090}), voters=[3, 4, 5], highWatermark=Optional.empty, fetchingSnapshot=Optional.empty) from Unattached(epoch=1, votedKey=null, voters=[3, 4, 5], electionTimeoutMs=9223372036854775807, highWatermark=Optional.empty) (org.apache.kafka.raft.QuorumState) [kafka-2-raft-io-thread]
2026-06-12 10:54:43,123 INFO Unable to read the broker epoch in /var/lib/kafka/data-0/kafka-log2. (kafka.log.LogManager) [main]
2026-06-12 10:54:43,124 INFO [broker-2-to-controller-heartbeat-channel-manager]: Starting (kafka.server.NodeToControllerRequestThread) [broker-2-to-controller-heartbeat-channel-manager]
2026-06-12 10:54:43,128 INFO [broker-2-to-controller-heartbeat-channel-manager]: Recorded new KRaft controller, from now on will use node onap-strimzi-onap-strimzi-controller-3.onap-strimzi-kafka-brokers.onap.svc.cluster.local:9090 (id: 3 rack: null) (kafka.server.NodeToControllerRequestThread) [broker-2-to-controller-heartbeat-channel-manager]
2026-06-12 10:54:43,129 INFO [BrokerLifecycleManager id=2] Incarnation yL5gKeB8QtyyJTVQO8dm7Q of broker 2 in cluster p0Lyv78wQwymao7Wv9uCwg is now STARTING. (kafka.server.BrokerLifecycleManager) [broker-2-lifecycle-manager-event-handler]
2026-06-12 10:54:43,139 INFO [StandardAuthorizer 2] set super.users=User:CN=cluster-operator,O=io.strimzi,User:strimzi-kafka-admin,User:CN=onap-strimzi-cruise-control,O=io.strimzi,User:CN=onap-strimzi-kafka-exporter,O=io.strimzi,User:CN=onap-strimzi-kafka,O=io.strimzi,User:CN=onap-strimzi-entity-user-operator,O=io.strimzi,User:CN=onap-strimzi-entity-topic-operator,O=io.strimzi, default result=DENIED (org.apache.kafka.metadata.authorizer.StandardAuthorizerData) [main]
2026-06-12 10:54:43,141 INFO [broker-2-to-controller-directory-assignments-channel-manager]: Recorded new KRaft controller, from now on will use node onap-strimzi-onap-strimzi-controller-3.onap-strimzi-kafka-brokers.onap.svc.cluster.local:9090 (id: 3 rack: null) (kafka.server.NodeToControllerRequestThread) [broker-2-to-controller-directory-assignments-channel-manager]
2026-06-12 10:54:43,145 INFO [broker-2-to-controller-forwarding-channel-manager]: Recorded new KRaft controller, from now on will use node onap-strimzi-onap-strimzi-controller-3.onap-strimzi-kafka-brokers.onap.svc.cluster.local:9090 (id: 3 rack: null) (kafka.server.NodeToControllerRequestThread) [broker-2-to-controller-forwarding-channel-manager]
2026-06-12 10:54:43,145 INFO [MetadataLoader id=2] initializeNewPublishers: the loader is still catching up because we still don't know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:43,168 INFO [broker-2-to-controller-alter-partition-channel-manager]: Recorded new KRaft controller, from now on will use node onap-strimzi-onap-strimzi-controller-3.onap-strimzi-kafka-brokers.onap.svc.cluster.local:9090 (id: 3 rack: null) (kafka.server.NodeToControllerRequestThread) [broker-2-to-controller-alter-partition-channel-manager]
2026-06-12 10:54:43,174 INFO [ExpirationReaper-2-AlterAcls]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-AlterAcls]
2026-06-12 10:54:43,245 INFO [RaftManager id=2] High watermark set to Optional[LogOffsetMetadata(offset=1, metadata=Optional.empty)] for the first time for epoch 2 (org.apache.kafka.raft.FollowerState) [kafka-2-raft-io-thread]
2026-06-12 10:54:43,246 INFO [MetadataLoader id=2] initializeNewPublishers: The loader is still catching up because we have loaded up to offset -1, but the high water mark is 1 (org.apache.kafka.image.loader.MetadataLoader) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:43,247 INFO [RaftManager id=2] Setting the next offset of org.apache.kafka.image.loader.MetadataLoader@89544735 to 0 since there are no snapshots (org.apache.kafka.raft.KafkaRaftClient) [kafka-2-raft-io-thread]
2026-06-12 10:54:43,250 INFO [BrokerLifecycleManager id=2] Successfully registered broker 2 with broker epoch 5 (kafka.server.BrokerLifecycleManager) [broker-2-lifecycle-manager-event-handler]
2026-06-12 10:54:43,251 INFO [BrokerServer id=2] Waiting for the broker metadata publishers to be installed (kafka.server.BrokerServer) [main]
2026-06-12 10:54:43,254 INFO [MetadataLoader id=2] maybePublishMetadata(LOG_DELTA): The loader is still catching up because we have not loaded a controller record as of offset 0 and high water mark is 1 (org.apache.kafka.image.loader.MetadataLoader) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:43,254 INFO [BrokerServer id=2] Finished waiting for the broker metadata publishers to be installed (kafka.server.BrokerServer) [main]
2026-06-12 10:54:43,254 INFO [MetadataLoader id=2] initializeNewPublishers: The loader finished catching up to the current high water mark of 1 (org.apache.kafka.image.loader.MetadataLoader) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:43,254 INFO [BrokerServer id=2] Waiting for the controller to acknowledge that we are caught up (kafka.server.BrokerServer) [main]
2026-06-12 10:54:43,264 INFO [MetadataLoader id=2] InitializeNewPublishers: initializing SnapshotGenerator with a snapshot at offset 0 (org.apache.kafka.image.loader.MetadataLoader) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:43,264 INFO [MetadataLoader id=2] InitializeNewPublishers: initializing MetadataVersionPublisher(id=2) with a snapshot at offset 0 (org.apache.kafka.image.loader.MetadataLoader) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:43,265 INFO [MetadataLoader id=2] InitializeNewPublishers: initializing BrokerMetadataPublisher with a snapshot at offset 0 (org.apache.kafka.image.loader.MetadataLoader) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:43,265 INFO [BrokerMetadataPublisher id=2] Publishing initial metadata at offset OffsetAndEpoch(offset=0, epoch=2) with metadata.version 3.0-IV1. (kafka.server.metadata.BrokerMetadataPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:43,266 INFO Loading logs from log dirs ArrayBuffer(/var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:43,270 INFO No logs found to be loaded in /var/lib/kafka/data-0/kafka-log2 (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:43,277 INFO Loaded 0 logs in 10ms (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:43,277 INFO Starting log cleanup with a period of 300000 ms. (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:43,278 INFO Starting log flusher with a default period of 9223372036854775807 ms. (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:43,289 INFO Starting the log cleaner (kafka.log.LogCleaner) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:43,475 INFO [kafka-log-cleaner-thread-0]: Starting (kafka.log.LogCleaner$CleanerThread) [kafka-log-cleaner-thread-0]
2026-06-12 10:54:43,481 INFO [LogDirFailureHandler]: Starting (kafka.server.ReplicaManager$LogDirFailureHandler) [LogDirFailureHandler]
2026-06-12 10:54:43,482 INFO [AddPartitionsToTxnSenderThread-2]: Starting (kafka.server.AddPartitionsToTxnManager) [AddPartitionsToTxnSenderThread-2]
2026-06-12 10:54:43,483 INFO [GroupCoordinator 2]: Starting up. (kafka.coordinator.group.GroupCoordinator) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:43,487 INFO [GroupCoordinator 2]: Startup complete. (kafka.coordinator.group.GroupCoordinator) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:43,487 INFO [TransactionCoordinator id=2] Starting up. (kafka.coordinator.transaction.TransactionCoordinator) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:43,489 INFO [TransactionCoordinator id=2] Startup complete. (kafka.coordinator.transaction.TransactionCoordinator) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:43,490 INFO [TxnMarkerSenderThread-2]: Starting (kafka.coordinator.transaction.TransactionMarkerChannelManager) [TxnMarkerSenderThread-2]
2026-06-12 10:54:43,500 INFO [AclPublisher broker id=2] Loading authorizer snapshot at offset 0 (kafka.server.metadata.AclPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:43,500 INFO [StandardAuthorizer 2] Initialized with 0 acl(s). (org.apache.kafka.metadata.authorizer.StandardAuthorizerData) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:43,500 INFO [StandardAuthorizer 2] Completed initial ACL load process. (org.apache.kafka.metadata.authorizer.StandardAuthorizerData) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:43,501 INFO [MetadataLoader id=2] InitializeNewPublishers: initializing BrokerRegistrationTracker(id=2) with a snapshot at offset 0 (org.apache.kafka.image.loader.MetadataLoader) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:54:43,514 INFO [BrokerLifecycleManager id=2] The broker has caught up. Transitioning from STARTING to RECOVERY. (kafka.server.BrokerLifecycleManager) [broker-2-lifecycle-manager-event-handler]
2026-06-12 10:54:43,515 INFO [BrokerServer id=2] Finished waiting for the controller to acknowledge that we are caught up (kafka.server.BrokerServer) [main]
2026-06-12 10:54:43,515 INFO [BrokerServer id=2] Waiting for the initial broker metadata update to be published (kafka.server.BrokerServer) [main]
2026-06-12 10:54:43,515 INFO [BrokerServer id=2] Finished waiting for the initial broker metadata update to be published (kafka.server.BrokerServer) [main]
2026-06-12 10:54:43,521 INFO KafkaConfig values:
advertised.listeners = REPLICATION-9091://onap-strimzi-onap-strimzi-broker-2.onap-strimzi-kafka-brokers.onap.svc:9091,PLAIN-9092://onap-strimzi-onap-strimzi-broker-2.onap-strimzi-kafka-brokers.onap.svc.cluster.local:9092,TLS-9093://onap-strimzi-onap-strimzi-broker-2.onap-strimzi-kafka-brokers.onap.svc.cluster.local:9093,EXTERNAL-9094://kafka-api.simpledemo.onap.org:9002
alter.config.policy.class.name = null
alter.log.dirs.replication.quota.window.num = 11
alter.log.dirs.replication.quota.window.size.seconds = 1
authorizer.class.name = org.apache.kafka.metadata.authorizer.StandardAuthorizer
auto.create.topics.enable = true
auto.include.jmx.reporter = true
auto.leader.rebalance.enable = true
background.threads = 10
broker.heartbeat.interval.ms = 2000
broker.id = 2
broker.id.generation.enable = true
broker.rack = null
broker.session.timeout.ms = 9000
client.quota.callback.class = null
compression.gzip.level = -1
compression.lz4.level = 9
compression.type = producer
compression.zstd.level = 3
connection.failed.authentication.delay.ms = 100
connections.max.idle.ms = 600000
connections.max.reauth.ms = 0
control.plane.listener.name = null
controlled.shutdown.enable = true
controlled.shutdown.max.retries = 3
controlled.shutdown.retry.backoff.ms = 5000
controller.listener.names = CONTROLPLANE-9090
controller.quorum.append.linger.ms = 25
controller.quorum.bootstrap.servers = []
controller.quorum.election.backoff.max.ms = 1000
controller.quorum.election.timeout.ms = 1000
controller.quorum.fetch.timeout.ms = 2000
controller.quorum.request.timeout.ms = 2000
controller.quorum.retry.backoff.ms = 20
controller.quorum.voters = [3@onap-strimzi-onap-strimzi-controller-3.onap-strimzi-kafka-brokers.onap.svc.cluster.local:9090, 4@onap-strimzi-onap-strimzi-controller-4.onap-strimzi-kafka-brokers.onap.svc.cluster.local:9090, 5@onap-strimzi-onap-strimzi-controller-5.onap-strimzi-kafka-brokers.onap.svc.cluster.local:9090]
controller.quota.window.num = 11
controller.quota.window.size.seconds = 1
controller.socket.timeout.ms = 30000
create.topic.policy.class.name = null
default.replication.factor = 3
delegation.token.expiry.check.interval.ms = 3600000
delegation.token.expiry.time.ms = 86400000
delegation.token.master.key = null
delegation.token.max.lifetime.ms = 604800000
delegation.token.secret.key = null
delete.records.purgatory.purge.interval.requests = 1
delete.topic.enable = true
early.start.listeners = null
eligible.leader.replicas.enable = false
fetch.max.bytes = 57671680
fetch.purgatory.purge.interval.requests = 1000
group.consumer.assignors = [org.apache.kafka.coordinator.group.assignor.UniformAssignor, org.apache.kafka.coordinator.group.assignor.RangeAssignor]
group.consumer.heartbeat.interval.ms = 5000
group.consumer.max.heartbeat.interval.ms = 15000
group.consumer.max.session.timeout.ms = 60000
group.consumer.max.size = 2147483647
group.consumer.migration.policy = disabled
group.consumer.min.heartbeat.interval.ms = 5000
group.consumer.min.session.timeout.ms = 45000
group.consumer.session.timeout.ms = 45000
group.coordinator.append.linger.ms = 10
group.coordinator.new.enable = false
group.coordinator.rebalance.protocols = [classic]
group.coordinator.threads = 1
group.initial.rebalance.delay.ms = 3000
group.max.session.timeout.ms = 1800000
group.max.size = 2147483647
group.min.session.timeout.ms = 6000
group.share.delivery.count.limit = 5
group.share.enable = false
group.share.heartbeat.interval.ms = 5000
group.share.max.groups = 10
group.share.max.heartbeat.interval.ms = 15000
group.share.max.record.lock.duration.ms = 60000
group.share.max.session.timeout.ms = 60000
group.share.max.size = 200
group.share.min.heartbeat.interval.ms = 5000
group.share.min.record.lock.duration.ms = 15000
group.share.min.session.timeout.ms = 45000
group.share.partition.max.record.locks = 200
group.share.record.lock.duration.ms = 30000
group.share.session.timeout.ms = 45000
initial.broker.registration.timeout.ms = 60000
inter.broker.listener.name = REPLICATION-9091
inter.broker.protocol.version = 3.9.0
kafka.metrics.polling.interval.secs = 10
kafka.metrics.reporters = []
leader.imbalance.check.interval.seconds = 300
leader.imbalance.per.broker.percentage = 10
listener.security.protocol.map = CONTROLPLANE-9090:SSL,REPLICATION-9091:SSL,PLAIN-9092:SASL_PLAINTEXT,TLS-9093:SSL,EXTERNAL-9094:SASL_PLAINTEXT
listeners = REPLICATION-9091://0.0.0.0:9091,PLAIN-9092://0.0.0.0:9092,TLS-9093://0.0.0.0:9093,EXTERNAL-9094://0.0.0.0:9094
log.cleaner.backoff.ms = 15000
log.cleaner.dedupe.buffer.size = 134217728
log.cleaner.delete.retention.ms = 86400000
log.cleaner.enable = true
log.cleaner.io.buffer.load.factor = 0.9
log.cleaner.io.buffer.size = 524288
log.cleaner.io.max.bytes.per.second = 1.7976931348623157E308
log.cleaner.max.compaction.lag.ms = 9223372036854775807
log.cleaner.min.cleanable.ratio = 0.5
log.cleaner.min.compaction.lag.ms = 0
log.cleaner.threads = 1
log.cleanup.policy = [delete]
log.dir = /tmp/kafka-logs
log.dir.failure.timeout.ms = 30000
log.dirs = /var/lib/kafka/data-0/kafka-log2
log.flush.interval.messages = 9223372036854775807
log.flush.interval.ms = null
log.flush.offset.checkpoint.interval.ms = 60000
log.flush.scheduler.interval.ms = 9223372036854775807
log.flush.start.offset.checkpoint.interval.ms = 60000
log.index.interval.bytes = 4096
log.index.size.max.bytes = 10485760
log.initial.task.delay.ms = 30000
log.local.retention.bytes = -2
log.local.retention.ms = -2
log.message.downconversion.enable = true
log.message.format.version = 3.9.0
log.message.timestamp.after.max.ms = 9223372036854775807
log.message.timestamp.before.max.ms = 9223372036854775807
log.message.timestamp.difference.max.ms = 9223372036854775807
log.message.timestamp.type = CreateTime
log.preallocate = false
log.retention.bytes = -1
log.retention.check.interval.ms = 300000
log.retention.hours = 168
log.retention.minutes = null
log.retention.ms = null
log.roll.hours = 168
log.roll.jitter.hours = 0
log.roll.jitter.ms = null
log.roll.ms = null
log.segment.bytes = 1073741824
log.segment.delete.delay.ms = 60000
max.connection.creation.rate = 2147483647
max.connections = 2147483647
max.connections.per.ip = 2147483647
max.connections.per.ip.overrides =
max.incremental.fetch.session.cache.slots = 1000
max.request.partition.size.limit = 2000
message.max.bytes = 1048588
metadata.log.dir = /var/lib/kafka/data-0/kafka-log2
metadata.log.max.record.bytes.between.snapshots = 20971520
metadata.log.max.snapshot.interval.ms = 3600000
metadata.log.segment.bytes = 1073741824
metadata.log.segment.min.bytes = 8388608
metadata.log.segment.ms = 604800000
metadata.max.idle.interval.ms = 500
metadata.max.retention.bytes = 104857600
metadata.max.retention.ms = 604800000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
min.insync.replicas = 2
node.id = 2
num.io.threads = 8
num.network.threads = 3
num.partitions = 6
num.recovery.threads.per.data.dir = 1
num.replica.alter.log.dirs.threads = null
num.replica.fetchers = 1
offset.metadata.max.bytes = 4096
offsets.commit.required.acks = -1
offsets.commit.timeout.ms = 5000
offsets.load.buffer.size = 5242880
offsets.retention.check.interval.ms = 600000
offsets.retention.minutes = 10080
offsets.topic.compression.codec = 0
offsets.topic.num.partitions = 50
offsets.topic.replication.factor = 3
offsets.topic.segment.bytes = 104857600
password.encoder.cipher.algorithm = AES/CBC/PKCS5Padding
password.encoder.iterations = 4096
password.encoder.key.length = 128
password.encoder.keyfactory.algorithm = null
password.encoder.old.secret = null
password.encoder.secret = null
principal.builder.class = class org.apache.kafka.common.security.authenticator.DefaultKafkaPrincipalBuilder
process.roles = [broker]
producer.id.expiration.check.interval.ms = 600000
producer.id.expiration.ms = 86400000
producer.purgatory.purge.interval.requests = 1000
queued.max.request.bytes = -1
queued.max.requests = 500
quota.window.num = 11
quota.window.size.seconds = 1
remote.fetch.max.wait.ms = 500
remote.log.index.file.cache.total.size.bytes = 1073741824
remote.log.manager.copier.thread.pool.size = -1
remote.log.manager.copy.max.bytes.per.second = 9223372036854775807
remote.log.manager.copy.quota.window.num = 11
remote.log.manager.copy.quota.window.size.seconds = 1
remote.log.manager.expiration.thread.pool.size = -1
remote.log.manager.fetch.max.bytes.per.second = 9223372036854775807
remote.log.manager.fetch.quota.window.num = 11
remote.log.manager.fetch.quota.window.size.seconds = 1
remote.log.manager.task.interval.ms = 30000
remote.log.manager.task.retry.backoff.max.ms = 30000
remote.log.manager.task.retry.backoff.ms = 500
remote.log.manager.task.retry.jitter = 0.2
remote.log.manager.thread.pool.size = 10
remote.log.metadata.custom.metadata.max.bytes = 128
remote.log.metadata.manager.class.name = org.apache.kafka.server.log.remote.metadata.storage.TopicBasedRemoteLogMetadataManager
remote.log.metadata.manager.class.path = null
remote.log.metadata.manager.impl.prefix = rlmm.config.
remote.log.metadata.manager.listener.name = null
remote.log.reader.max.pending.tasks = 100
remote.log.reader.threads = 10
remote.log.storage.manager.class.name = null
remote.log.storage.manager.class.path = null
remote.log.storage.manager.impl.prefix = rsm.config.
remote.log.storage.system.enable = false
replica.fetch.backoff.ms = 1000
replica.fetch.max.bytes = 1048576
replica.fetch.min.bytes = 1
replica.fetch.response.max.bytes = 10485760
replica.fetch.wait.max.ms = 500
replica.high.watermark.checkpoint.interval.ms = 5000
replica.lag.time.max.ms = 30000
replica.selector.class = null
replica.socket.receive.buffer.bytes = 65536
replica.socket.timeout.ms = 30000
replication.quota.window.num = 11
replication.quota.window.size.seconds = 1
request.timeout.ms = 30000
reserved.broker.max.id = 1000
sasl.client.callback.handler.class = null
sasl.enabled.mechanisms = []
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.principal.to.local.rules = [DEFAULT]
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.controller.protocol = GSSAPI
sasl.mechanism.inter.broker.protocol = GSSAPI
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
sasl.server.callback.handler.class = null
sasl.server.max.receive.size = 524288
security.inter.broker.protocol = PLAINTEXT
security.providers = null
server.max.startup.time.ms = 9223372036854775807
socket.connection.setup.timeout.max.ms = 30000
socket.connection.setup.timeout.ms = 10000
socket.listen.backlog.size = 50
socket.receive.buffer.bytes = 102400
socket.request.max.bytes = 104857600
socket.send.buffer.bytes = 102400
ssl.allow.dn.changes = false
ssl.allow.san.changes = false
ssl.cipher.suites = []
ssl.client.auth = none
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.principal.mapping.rules = DEFAULT
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
telemetry.max.bytes = 1048576
transaction.abort.timed.out.transaction.cleanup.interval.ms = 10000
transaction.max.timeout.ms = 900000
transaction.partition.verification.enable = true
transaction.remove.expired.transaction.cleanup.interval.ms = 3600000
transaction.state.log.load.buffer.size = 5242880
transaction.state.log.min.isr = 2
transaction.state.log.num.partitions = 50
transaction.state.log.replication.factor = 3
transaction.state.log.segment.bytes = 104857600
transactional.id.expiration.ms = 604800000
unclean.leader.election.enable = false
unclean.leader.election.interval.ms = 300000
unstable.api.versions.enable = false
unstable.feature.versions.enable = false
zookeeper.clientCnxnSocket = null
zookeeper.connect = null
zookeeper.connection.timeout.ms = null
zookeeper.max.in.flight.requests = 10
zookeeper.metadata.migration.enable = false
zookeeper.metadata.migration.min.batch.size = 200
zookeeper.session.timeout.ms = 18000
zookeeper.set.acl = false
zookeeper.ssl.cipher.suites = null
zookeeper.ssl.client.enable = false
zookeeper.ssl.crl.enable = false
zookeeper.ssl.enabled.protocols = null
zookeeper.ssl.endpoint.identification.algorithm = HTTPS
zookeeper.ssl.keystore.location = null
zookeeper.ssl.keystore.password = null
zookeeper.ssl.keystore.type = null
zookeeper.ssl.ocsp.enable = false
zookeeper.ssl.protocol = TLSv1.2
zookeeper.ssl.truststore.location = null
zookeeper.ssl.truststore.password = null
zookeeper.ssl.truststore.type = null
(kafka.server.KafkaConfig) [main]
2026-06-12 10:54:43,525 WARN inter.broker.protocol.version is deprecated in KRaft mode as of 3.3 and will only be read when first upgrading from a KRaft prior to 3.3. See kafka-storage.sh help for details on setting the metadata.version for a new KRaft cluster. (kafka.server.KafkaConfig) [main]
2026-06-12 10:54:43,530 INFO [BrokerLifecycleManager id=2] The broker is in RECOVERY. (kafka.server.BrokerLifecycleManager) [broker-2-lifecycle-manager-event-handler]
2026-06-12 10:54:43,537 INFO [BrokerServer id=2] Waiting for the broker to be unfenced (kafka.server.BrokerServer) [main]
2026-06-12 10:54:43,594 INFO [BrokerLifecycleManager id=2] The broker has been unfenced. Transitioning from RECOVERY to RUNNING. (kafka.server.BrokerLifecycleManager) [broker-2-lifecycle-manager-event-handler]
2026-06-12 10:54:43,594 INFO [BrokerServer id=2] Finished waiting for the broker to be unfenced (kafka.server.BrokerServer) [main]
2026-06-12 10:54:43,599 INFO authorizerStart completed for endpoint PLAIN-9092. Endpoint is now READY. (org.apache.kafka.server.network.EndpointReadyFutures) [main]
2026-06-12 10:54:43,599 INFO authorizerStart completed for endpoint EXTERNAL-9094. Endpoint is now READY. (org.apache.kafka.server.network.EndpointReadyFutures) [main]
2026-06-12 10:54:43,599 INFO authorizerStart completed for endpoint TLS-9093. Endpoint is now READY. (org.apache.kafka.server.network.EndpointReadyFutures) [main]
2026-06-12 10:54:43,599 INFO authorizerStart completed for endpoint REPLICATION-9091. Endpoint is now READY. (org.apache.kafka.server.network.EndpointReadyFutures) [main]
2026-06-12 10:54:43,600 INFO [SocketServer listenerType=BROKER, nodeId=2] Enabling request processing. (kafka.network.SocketServer) [main]
2026-06-12 10:54:43,603 INFO Awaiting socket connections on 0.0.0.0:9094. (kafka.network.DataPlaneAcceptor) [main]
2026-06-12 10:54:43,605 INFO Awaiting socket connections on 0.0.0.0:9093. (kafka.network.DataPlaneAcceptor) [main]
2026-06-12 10:54:43,606 INFO Awaiting socket connections on 0.0.0.0:9092. (kafka.network.DataPlaneAcceptor) [main]
2026-06-12 10:54:43,607 INFO Awaiting socket connections on 0.0.0.0:9091. (kafka.network.DataPlaneAcceptor) [main]
2026-06-12 10:54:43,609 INFO [BrokerServer id=2] Waiting for all of the authorizer futures to be completed (kafka.server.BrokerServer) [main]
2026-06-12 10:54:43,610 INFO [BrokerServer id=2] Finished waiting for all of the authorizer futures to be completed (kafka.server.BrokerServer) [main]
2026-06-12 10:54:43,610 INFO [BrokerServer id=2] Waiting for all of the SocketServer Acceptors to be started (kafka.server.BrokerServer) [main]
2026-06-12 10:54:43,610 INFO [BrokerServer id=2] Finished waiting for all of the SocketServer Acceptors to be started (kafka.server.BrokerServer) [main]
2026-06-12 10:54:43,610 INFO [BrokerServer id=2] Transition from STARTING to STARTED (kafka.server.BrokerServer) [main]
2026-06-12 10:54:43,611 INFO Kafka version: 3.9.0 (org.apache.kafka.common.utils.AppInfoParser) [main]
2026-06-12 10:54:43,611 INFO Kafka commitId: a60e31147e6b01ee (org.apache.kafka.common.utils.AppInfoParser) [main]
2026-06-12 10:54:43,611 INFO Kafka startTimeMs: 1781261683610 (org.apache.kafka.common.utils.AppInfoParser) [main]
2026-06-12 10:54:43,612 INFO [KafkaRaftServer nodeId=2] Kafka Server started (kafka.server.KafkaRaftServer) [main]
2026-06-12 10:55:02,150 WARN inter.broker.protocol.version is deprecated in KRaft mode as of 3.3 and will only be read when first upgrading from a KRaft prior to 3.3. See kafka-storage.sh help for details on setting the metadata.version for a new KRaft cluster. (kafka.server.KafkaConfig) [data-plane-kafka-request-handler-0]
2026-06-12 10:55:02,211 WARN Updated the log level of kafka.network.Processor to FATAL (kafka.server.ConfigAdminManager) [data-plane-kafka-request-handler-4]
2026-06-12 10:55:02,212 WARN Updated the log level of kafka.server.KafkaApis to FATAL (kafka.server.ConfigAdminManager) [data-plane-kafka-request-handler-4]
2026-06-12 10:55:52,785 INFO [Broker id=2] Transitioning 4 partition(s) to local leaders. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,786 INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions Set(SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-5, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-1) (kafka.server.ReplicaFetcherManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,788 INFO [Broker id=2] Creating new partition SDC-DISTR-STATUS-TOPIC-AUTO-3 with topic id inY_I7O5QpOcOdS5CXqipA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,811 INFO [LogLoader partition=SDC-DISTR-STATUS-TOPIC-AUTO-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,814 INFO Created log for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 in /var/lib/kafka/data-0/kafka-log2/SDC-DISTR-STATUS-TOPIC-AUTO-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,815 INFO [Partition SDC-DISTR-STATUS-TOPIC-AUTO-3 broker=2] No checkpointed highwatermark is found for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,817 INFO [Partition SDC-DISTR-STATUS-TOPIC-AUTO-3 broker=2] Log loaded for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,819 INFO [Broker id=2] Leader SDC-DISTR-STATUS-TOPIC-AUTO-3 with topic id Some(inY_I7O5QpOcOdS5CXqipA) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,1,0], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,844 INFO [Broker id=2] Creating new partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 with topic id VZ8kE99iTLKDXlmWb0pUOg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,849 INFO [LogLoader partition=SDC-DISTR-NOTIF-TOPIC-AUTO-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,850 INFO Created log for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 in /var/lib/kafka/data-0/kafka-log2/SDC-DISTR-NOTIF-TOPIC-AUTO-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,850 INFO [Partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 broker=2] No checkpointed highwatermark is found for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,850 INFO [Partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 broker=2] Log loaded for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,850 INFO [Broker id=2] Leader SDC-DISTR-NOTIF-TOPIC-AUTO-5 with topic id Some(VZ8kE99iTLKDXlmWb0pUOg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,874 INFO [Broker id=2] Creating new partition SDC-DISTR-STATUS-TOPIC-AUTO-1 with topic id inY_I7O5QpOcOdS5CXqipA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,879 INFO [LogLoader partition=SDC-DISTR-STATUS-TOPIC-AUTO-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,881 INFO Created log for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 in /var/lib/kafka/data-0/kafka-log2/SDC-DISTR-STATUS-TOPIC-AUTO-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,881 INFO [Partition SDC-DISTR-STATUS-TOPIC-AUTO-1 broker=2] No checkpointed highwatermark is found for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,881 INFO [Partition SDC-DISTR-STATUS-TOPIC-AUTO-1 broker=2] Log loaded for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,882 INFO [Broker id=2] Leader SDC-DISTR-STATUS-TOPIC-AUTO-1 with topic id Some(inY_I7O5QpOcOdS5CXqipA) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,898 INFO [Broker id=2] Creating new partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 with topic id VZ8kE99iTLKDXlmWb0pUOg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,902 INFO [LogLoader partition=SDC-DISTR-NOTIF-TOPIC-AUTO-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,902 INFO Created log for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 in /var/lib/kafka/data-0/kafka-log2/SDC-DISTR-NOTIF-TOPIC-AUTO-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,903 INFO [Partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 broker=2] No checkpointed highwatermark is found for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,903 INFO [Partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 broker=2] Log loaded for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,903 INFO [Broker id=2] Leader SDC-DISTR-NOTIF-TOPIC-AUTO-1 with topic id Some(VZ8kE99iTLKDXlmWb0pUOg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,914 INFO [Broker id=2] Transitioning 8 partition(s) to local followers. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,915 INFO [Broker id=2] Creating new partition SDC-DISTR-STATUS-TOPIC-AUTO-5 with topic id inY_I7O5QpOcOdS5CXqipA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,924 INFO [LogLoader partition=SDC-DISTR-STATUS-TOPIC-AUTO-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,925 INFO Created log for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 in /var/lib/kafka/data-0/kafka-log2/SDC-DISTR-STATUS-TOPIC-AUTO-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,925 INFO [Partition SDC-DISTR-STATUS-TOPIC-AUTO-5 broker=2] No checkpointed highwatermark is found for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,925 INFO [Partition SDC-DISTR-STATUS-TOPIC-AUTO-5 broker=2] Log loaded for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,926 INFO [Broker id=2] Follower SDC-DISTR-STATUS-TOPIC-AUTO-5 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,926 INFO [Broker id=2] Creating new partition SDC-DISTR-STATUS-TOPIC-AUTO-4 with topic id inY_I7O5QpOcOdS5CXqipA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,931 INFO [LogLoader partition=SDC-DISTR-STATUS-TOPIC-AUTO-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,932 INFO Created log for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 in /var/lib/kafka/data-0/kafka-log2/SDC-DISTR-STATUS-TOPIC-AUTO-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,932 INFO [Partition SDC-DISTR-STATUS-TOPIC-AUTO-4 broker=2] No checkpointed highwatermark is found for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,932 INFO [Partition SDC-DISTR-STATUS-TOPIC-AUTO-4 broker=2] Log loaded for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,932 INFO [Broker id=2] Follower SDC-DISTR-STATUS-TOPIC-AUTO-4 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,933 INFO [Broker id=2] Creating new partition SDC-DISTR-STATUS-TOPIC-AUTO-2 with topic id inY_I7O5QpOcOdS5CXqipA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,938 INFO [LogLoader partition=SDC-DISTR-STATUS-TOPIC-AUTO-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,939 INFO Created log for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 in /var/lib/kafka/data-0/kafka-log2/SDC-DISTR-STATUS-TOPIC-AUTO-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,939 INFO [Partition SDC-DISTR-STATUS-TOPIC-AUTO-2 broker=2] No checkpointed highwatermark is found for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,939 INFO [Partition SDC-DISTR-STATUS-TOPIC-AUTO-2 broker=2] Log loaded for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,939 INFO [Broker id=2] Follower SDC-DISTR-STATUS-TOPIC-AUTO-2 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,939 INFO [Broker id=2] Creating new partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 with topic id VZ8kE99iTLKDXlmWb0pUOg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,945 INFO [LogLoader partition=SDC-DISTR-NOTIF-TOPIC-AUTO-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,946 INFO Created log for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 in /var/lib/kafka/data-0/kafka-log2/SDC-DISTR-NOTIF-TOPIC-AUTO-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,946 INFO [Partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 broker=2] No checkpointed highwatermark is found for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,946 INFO [Partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 broker=2] Log loaded for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,946 INFO [Broker id=2] Follower SDC-DISTR-NOTIF-TOPIC-AUTO-4 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,946 INFO [Broker id=2] Creating new partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 with topic id VZ8kE99iTLKDXlmWb0pUOg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,949 INFO [LogLoader partition=SDC-DISTR-NOTIF-TOPIC-AUTO-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,949 INFO Created log for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 in /var/lib/kafka/data-0/kafka-log2/SDC-DISTR-NOTIF-TOPIC-AUTO-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,950 INFO [Partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 broker=2] No checkpointed highwatermark is found for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,950 INFO [Partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 broker=2] Log loaded for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,950 INFO [Broker id=2] Follower SDC-DISTR-NOTIF-TOPIC-AUTO-3 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,950 INFO [Broker id=2] Creating new partition SDC-DISTR-STATUS-TOPIC-AUTO-0 with topic id inY_I7O5QpOcOdS5CXqipA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,964 INFO [LogLoader partition=SDC-DISTR-STATUS-TOPIC-AUTO-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,965 INFO Created log for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 in /var/lib/kafka/data-0/kafka-log2/SDC-DISTR-STATUS-TOPIC-AUTO-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,965 INFO [Partition SDC-DISTR-STATUS-TOPIC-AUTO-0 broker=2] No checkpointed highwatermark is found for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,965 INFO [Partition SDC-DISTR-STATUS-TOPIC-AUTO-0 broker=2] Log loaded for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,965 INFO [Broker id=2] Follower SDC-DISTR-STATUS-TOPIC-AUTO-0 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,965 INFO [Broker id=2] Creating new partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 with topic id VZ8kE99iTLKDXlmWb0pUOg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,971 INFO [LogLoader partition=SDC-DISTR-NOTIF-TOPIC-AUTO-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,971 INFO Created log for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 in /var/lib/kafka/data-0/kafka-log2/SDC-DISTR-NOTIF-TOPIC-AUTO-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,972 INFO [Partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 broker=2] No checkpointed highwatermark is found for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,972 INFO [Partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 broker=2] Log loaded for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,972 INFO [Broker id=2] Follower SDC-DISTR-NOTIF-TOPIC-AUTO-2 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,972 INFO [Broker id=2] Creating new partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 with topic id VZ8kE99iTLKDXlmWb0pUOg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,977 INFO [LogLoader partition=SDC-DISTR-NOTIF-TOPIC-AUTO-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,978 INFO Created log for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 in /var/lib/kafka/data-0/kafka-log2/SDC-DISTR-NOTIF-TOPIC-AUTO-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,978 INFO [Partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 broker=2] No checkpointed highwatermark is found for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,978 INFO [Partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 broker=2] Log loaded for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,978 INFO [Broker id=2] Follower SDC-DISTR-NOTIF-TOPIC-AUTO-0 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,979 INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions Set(SDC-DISTR-STATUS-TOPIC-AUTO-5, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-0) (kafka.server.ReplicaFetcherManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:52,980 INFO [Broker id=2] Stopped fetchers as part of become-follower for 8 partitions (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:53,031 INFO [ReplicaFetcherThread-0-1]: Starting (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:55:53,034 INFO [ReplicaFetcherManager on broker 2] Added fetcher to broker 1 for partitions HashMap(SDC-DISTR-STATUS-TOPIC-AUTO-4 -> InitialFetchState(Some(inY_I7O5QpOcOdS5CXqipA),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), SDC-DISTR-NOTIF-TOPIC-AUTO-4 -> InitialFetchState(Some(VZ8kE99iTLKDXlmWb0pUOg),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), SDC-DISTR-STATUS-TOPIC-AUTO-0 -> InitialFetchState(Some(inY_I7O5QpOcOdS5CXqipA),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), SDC-DISTR-NOTIF-TOPIC-AUTO-0 -> InitialFetchState(Some(VZ8kE99iTLKDXlmWb0pUOg),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:53,036 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition SDC-DISTR-STATUS-TOPIC-AUTO-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:55:53,037 INFO [UnifiedLog partition=SDC-DISTR-STATUS-TOPIC-AUTO-4, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:55:53,038 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:55:53,038 INFO [UnifiedLog partition=SDC-DISTR-NOTIF-TOPIC-AUTO-4, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:55:53,038 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition SDC-DISTR-STATUS-TOPIC-AUTO-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:55:53,038 INFO [UnifiedLog partition=SDC-DISTR-STATUS-TOPIC-AUTO-0, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:55:53,038 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:55:53,038 INFO [UnifiedLog partition=SDC-DISTR-NOTIF-TOPIC-AUTO-0, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:55:53,071 INFO [ReplicaFetcherManager on broker 2] Added fetcher to broker 0 for partitions HashMap(SDC-DISTR-STATUS-TOPIC-AUTO-5 -> InitialFetchState(Some(inY_I7O5QpOcOdS5CXqipA),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), SDC-DISTR-STATUS-TOPIC-AUTO-2 -> InitialFetchState(Some(inY_I7O5QpOcOdS5CXqipA),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), SDC-DISTR-NOTIF-TOPIC-AUTO-3 -> InitialFetchState(Some(VZ8kE99iTLKDXlmWb0pUOg),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), SDC-DISTR-NOTIF-TOPIC-AUTO-2 -> InitialFetchState(Some(VZ8kE99iTLKDXlmWb0pUOg),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:53,072 INFO [Broker id=2] Started fetchers as part of become-follower for 8 partitions (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:53,073 INFO [ReplicaFetcherThread-0-0]: Starting (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:55:53,073 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition SDC-DISTR-STATUS-TOPIC-AUTO-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:55:53,073 INFO [UnifiedLog partition=SDC-DISTR-STATUS-TOPIC-AUTO-5, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:55:53,073 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition SDC-DISTR-STATUS-TOPIC-AUTO-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:55:53,073 INFO [UnifiedLog partition=SDC-DISTR-STATUS-TOPIC-AUTO-2, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:55:53,073 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:55:53,074 INFO [UnifiedLog partition=SDC-DISTR-NOTIF-TOPIC-AUTO-3, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:55:53,074 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:55:53,074 INFO [UnifiedLog partition=SDC-DISTR-NOTIF-TOPIC-AUTO-2, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:55:53,080 INFO [DynamicConfigPublisher broker id=2] Updating topic SDC-DISTR-STATUS-TOPIC-AUTO with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:53,088 INFO [DynamicConfigPublisher broker id=2] Updating topic SDC-DISTR-NOTIF-TOPIC-AUTO with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,174 INFO [Broker id=2] Transitioning 8 partition(s) to local leaders. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,177 INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions Set(cds.blueprint-processor.self-service-api.response-4, cds.blueprint-processor.self-service-api.audit.request-5, cds.blueprint-processor.self-service-api.response-2, cds.blueprint-processor.self-service-api.audit.response-2, cds.blueprint-processor.self-service-api.request-2, cds.blueprint-processor.self-service-api.audit.response-5, cds.blueprint-processor.self-service-api.request-4, cds.blueprint-processor.self-service-api.audit.request-1) (kafka.server.ReplicaFetcherManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,177 INFO [Broker id=2] Creating new partition cds.blueprint-processor.self-service-api.response-4 with topic id gKz0QqYoTk6u1i73TuRN-w. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,187 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.response-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,189 INFO Created log for partition cds.blueprint-processor.self-service-api.response-4 in /var/lib/kafka/data-0/kafka-log2/cds.blueprint-processor.self-service-api.response-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,189 INFO [Partition cds.blueprint-processor.self-service-api.response-4 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.response-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,189 INFO [Partition cds.blueprint-processor.self-service-api.response-4 broker=2] Log loaded for partition cds.blueprint-processor.self-service-api.response-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,190 INFO [Broker id=2] Leader cds.blueprint-processor.self-service-api.response-4 with topic id Some(gKz0QqYoTk6u1i73TuRN-w) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,1,0], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,199 INFO [Broker id=2] Creating new partition cds.blueprint-processor.self-service-api.audit.request-5 with topic id Ul9xqIEYT4yPOgJHK75vbw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,206 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.request-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,207 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.request-5 in /var/lib/kafka/data-0/kafka-log2/cds.blueprint-processor.self-service-api.audit.request-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,207 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-5 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.audit.request-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,207 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-5 broker=2] Log loaded for partition cds.blueprint-processor.self-service-api.audit.request-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,208 INFO [Broker id=2] Leader cds.blueprint-processor.self-service-api.audit.request-5 with topic id Some(Ul9xqIEYT4yPOgJHK75vbw) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,246 INFO [Broker id=2] Creating new partition cds.blueprint-processor.self-service-api.response-2 with topic id gKz0QqYoTk6u1i73TuRN-w. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,251 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.response-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,252 INFO Created log for partition cds.blueprint-processor.self-service-api.response-2 in /var/lib/kafka/data-0/kafka-log2/cds.blueprint-processor.self-service-api.response-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,253 INFO [Partition cds.blueprint-processor.self-service-api.response-2 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.response-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,253 INFO [Partition cds.blueprint-processor.self-service-api.response-2 broker=2] Log loaded for partition cds.blueprint-processor.self-service-api.response-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,253 INFO [Broker id=2] Leader cds.blueprint-processor.self-service-api.response-2 with topic id Some(gKz0QqYoTk6u1i73TuRN-w) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,266 INFO [Broker id=2] Creating new partition cds.blueprint-processor.self-service-api.audit.response-2 with topic id 6rqsboh7TE6RryO5SJ1l6w. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,276 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.response-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,278 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.response-2 in /var/lib/kafka/data-0/kafka-log2/cds.blueprint-processor.self-service-api.audit.response-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,279 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-2 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.audit.response-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,279 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-2 broker=2] Log loaded for partition cds.blueprint-processor.self-service-api.audit.response-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,279 INFO [Broker id=2] Leader cds.blueprint-processor.self-service-api.audit.response-2 with topic id Some(6rqsboh7TE6RryO5SJ1l6w) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,314 INFO [Broker id=2] Creating new partition cds.blueprint-processor.self-service-api.request-2 with topic id 3hWgU58OSj2rMajgYNn1Ug. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,320 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.request-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,321 INFO Created log for partition cds.blueprint-processor.self-service-api.request-2 in /var/lib/kafka/data-0/kafka-log2/cds.blueprint-processor.self-service-api.request-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,321 INFO [Partition cds.blueprint-processor.self-service-api.request-2 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.request-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,321 INFO [Partition cds.blueprint-processor.self-service-api.request-2 broker=2] Log loaded for partition cds.blueprint-processor.self-service-api.request-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,321 INFO [Broker id=2] Leader cds.blueprint-processor.self-service-api.request-2 with topic id Some(3hWgU58OSj2rMajgYNn1Ug) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,336 INFO [Broker id=2] Creating new partition cds.blueprint-processor.self-service-api.audit.response-5 with topic id 6rqsboh7TE6RryO5SJ1l6w. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,342 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.response-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,343 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.response-5 in /var/lib/kafka/data-0/kafka-log2/cds.blueprint-processor.self-service-api.audit.response-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,343 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-5 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.audit.response-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,343 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-5 broker=2] Log loaded for partition cds.blueprint-processor.self-service-api.audit.response-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,344 INFO [Broker id=2] Leader cds.blueprint-processor.self-service-api.audit.response-5 with topic id Some(6rqsboh7TE6RryO5SJ1l6w) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,360 INFO [Broker id=2] Creating new partition cds.blueprint-processor.self-service-api.request-4 with topic id 3hWgU58OSj2rMajgYNn1Ug. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,366 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.request-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,367 INFO Created log for partition cds.blueprint-processor.self-service-api.request-4 in /var/lib/kafka/data-0/kafka-log2/cds.blueprint-processor.self-service-api.request-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,367 INFO [Partition cds.blueprint-processor.self-service-api.request-4 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.request-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,367 INFO [Partition cds.blueprint-processor.self-service-api.request-4 broker=2] Log loaded for partition cds.blueprint-processor.self-service-api.request-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,368 INFO [Broker id=2] Leader cds.blueprint-processor.self-service-api.request-4 with topic id Some(3hWgU58OSj2rMajgYNn1Ug) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,379 INFO [Broker id=2] Creating new partition cds.blueprint-processor.self-service-api.audit.request-1 with topic id Ul9xqIEYT4yPOgJHK75vbw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,383 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.request-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,383 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.request-1 in /var/lib/kafka/data-0/kafka-log2/cds.blueprint-processor.self-service-api.audit.request-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,383 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-1 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.audit.request-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,383 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-1 broker=2] Log loaded for partition cds.blueprint-processor.self-service-api.audit.request-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,384 INFO [Broker id=2] Leader cds.blueprint-processor.self-service-api.audit.request-1 with topic id Some(Ul9xqIEYT4yPOgJHK75vbw) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,393 INFO [Broker id=2] Transitioning 16 partition(s) to local followers. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,393 INFO [Broker id=2] Creating new partition cds.blueprint-processor.self-service-api.audit.response-3 with topic id 6rqsboh7TE6RryO5SJ1l6w. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,397 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.response-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,398 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.response-3 in /var/lib/kafka/data-0/kafka-log2/cds.blueprint-processor.self-service-api.audit.response-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,398 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-3 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.audit.response-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,398 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-3 broker=2] Log loaded for partition cds.blueprint-processor.self-service-api.audit.response-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,398 INFO [Broker id=2] Follower cds.blueprint-processor.self-service-api.audit.response-3 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,398 INFO [Broker id=2] Creating new partition cds.blueprint-processor.self-service-api.audit.response-4 with topic id 6rqsboh7TE6RryO5SJ1l6w. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,403 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.response-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,403 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.response-4 in /var/lib/kafka/data-0/kafka-log2/cds.blueprint-processor.self-service-api.audit.response-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,404 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-4 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.audit.response-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,404 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-4 broker=2] Log loaded for partition cds.blueprint-processor.self-service-api.audit.response-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,404 INFO [Broker id=2] Follower cds.blueprint-processor.self-service-api.audit.response-4 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,404 INFO [Broker id=2] Creating new partition cds.blueprint-processor.self-service-api.response-5 with topic id gKz0QqYoTk6u1i73TuRN-w. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,408 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.response-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,409 INFO Created log for partition cds.blueprint-processor.self-service-api.response-5 in /var/lib/kafka/data-0/kafka-log2/cds.blueprint-processor.self-service-api.response-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,409 INFO [Partition cds.blueprint-processor.self-service-api.response-5 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.response-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,409 INFO [Partition cds.blueprint-processor.self-service-api.response-5 broker=2] Log loaded for partition cds.blueprint-processor.self-service-api.response-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,409 INFO [Broker id=2] Follower cds.blueprint-processor.self-service-api.response-5 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,409 INFO [Broker id=2] Creating new partition cds.blueprint-processor.self-service-api.audit.response-1 with topic id 6rqsboh7TE6RryO5SJ1l6w. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,416 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.response-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,417 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.response-1 in /var/lib/kafka/data-0/kafka-log2/cds.blueprint-processor.self-service-api.audit.response-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,417 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-1 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.audit.response-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,417 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-1 broker=2] Log loaded for partition cds.blueprint-processor.self-service-api.audit.response-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,418 INFO [Broker id=2] Follower cds.blueprint-processor.self-service-api.audit.response-1 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,419 INFO [Broker id=2] Creating new partition cds.blueprint-processor.self-service-api.response-3 with topic id gKz0QqYoTk6u1i73TuRN-w. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,422 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.response-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,431 INFO Created log for partition cds.blueprint-processor.self-service-api.response-3 in /var/lib/kafka/data-0/kafka-log2/cds.blueprint-processor.self-service-api.response-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,431 INFO [Partition cds.blueprint-processor.self-service-api.response-3 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.response-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,431 INFO [Partition cds.blueprint-processor.self-service-api.response-3 broker=2] Log loaded for partition cds.blueprint-processor.self-service-api.response-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,439 INFO [Broker id=2] Follower cds.blueprint-processor.self-service-api.response-3 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,440 INFO [Broker id=2] Creating new partition cds.blueprint-processor.self-service-api.response-0 with topic id gKz0QqYoTk6u1i73TuRN-w. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,445 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.response-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,446 INFO Created log for partition cds.blueprint-processor.self-service-api.response-0 in /var/lib/kafka/data-0/kafka-log2/cds.blueprint-processor.self-service-api.response-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,446 INFO [Partition cds.blueprint-processor.self-service-api.response-0 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.response-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,446 INFO [Partition cds.blueprint-processor.self-service-api.response-0 broker=2] Log loaded for partition cds.blueprint-processor.self-service-api.response-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,446 INFO [Broker id=2] Follower cds.blueprint-processor.self-service-api.response-0 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,446 INFO [Broker id=2] Creating new partition cds.blueprint-processor.self-service-api.response-1 with topic id gKz0QqYoTk6u1i73TuRN-w. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,449 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.response-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,449 INFO Created log for partition cds.blueprint-processor.self-service-api.response-1 in /var/lib/kafka/data-0/kafka-log2/cds.blueprint-processor.self-service-api.response-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,450 INFO [Partition cds.blueprint-processor.self-service-api.response-1 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.response-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,450 INFO [Partition cds.blueprint-processor.self-service-api.response-1 broker=2] Log loaded for partition cds.blueprint-processor.self-service-api.response-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,450 INFO [Broker id=2] Follower cds.blueprint-processor.self-service-api.response-1 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,450 INFO [Broker id=2] Creating new partition cds.blueprint-processor.self-service-api.audit.request-2 with topic id Ul9xqIEYT4yPOgJHK75vbw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,455 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.request-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,455 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.request-2 in /var/lib/kafka/data-0/kafka-log2/cds.blueprint-processor.self-service-api.audit.request-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,455 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-2 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.audit.request-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,455 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-2 broker=2] Log loaded for partition cds.blueprint-processor.self-service-api.audit.request-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,455 INFO [Broker id=2] Follower cds.blueprint-processor.self-service-api.audit.request-2 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,456 INFO [Broker id=2] Creating new partition cds.blueprint-processor.self-service-api.audit.request-0 with topic id Ul9xqIEYT4yPOgJHK75vbw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,461 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.request-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,462 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.request-0 in /var/lib/kafka/data-0/kafka-log2/cds.blueprint-processor.self-service-api.audit.request-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,462 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-0 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.audit.request-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,463 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-0 broker=2] Log loaded for partition cds.blueprint-processor.self-service-api.audit.request-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,463 INFO [Broker id=2] Follower cds.blueprint-processor.self-service-api.audit.request-0 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,463 INFO [Broker id=2] Creating new partition cds.blueprint-processor.self-service-api.audit.request-3 with topic id Ul9xqIEYT4yPOgJHK75vbw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,472 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.request-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,474 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.request-3 in /var/lib/kafka/data-0/kafka-log2/cds.blueprint-processor.self-service-api.audit.request-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,475 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-3 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.audit.request-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,475 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-3 broker=2] Log loaded for partition cds.blueprint-processor.self-service-api.audit.request-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,475 INFO [Broker id=2] Follower cds.blueprint-processor.self-service-api.audit.request-3 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,475 INFO [Broker id=2] Creating new partition cds.blueprint-processor.self-service-api.request-0 with topic id 3hWgU58OSj2rMajgYNn1Ug. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,478 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.request-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,479 INFO Created log for partition cds.blueprint-processor.self-service-api.request-0 in /var/lib/kafka/data-0/kafka-log2/cds.blueprint-processor.self-service-api.request-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,479 INFO [Partition cds.blueprint-processor.self-service-api.request-0 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.request-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,479 INFO [Partition cds.blueprint-processor.self-service-api.request-0 broker=2] Log loaded for partition cds.blueprint-processor.self-service-api.request-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,479 INFO [Broker id=2] Follower cds.blueprint-processor.self-service-api.request-0 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,479 INFO [Broker id=2] Creating new partition cds.blueprint-processor.self-service-api.audit.request-4 with topic id Ul9xqIEYT4yPOgJHK75vbw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,483 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.request-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,484 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.request-4 in /var/lib/kafka/data-0/kafka-log2/cds.blueprint-processor.self-service-api.audit.request-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,484 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-4 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.audit.request-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,484 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-4 broker=2] Log loaded for partition cds.blueprint-processor.self-service-api.audit.request-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,484 INFO [Broker id=2] Follower cds.blueprint-processor.self-service-api.audit.request-4 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,485 INFO [Broker id=2] Creating new partition cds.blueprint-processor.self-service-api.request-1 with topic id 3hWgU58OSj2rMajgYNn1Ug. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,493 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.request-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,495 INFO Created log for partition cds.blueprint-processor.self-service-api.request-1 in /var/lib/kafka/data-0/kafka-log2/cds.blueprint-processor.self-service-api.request-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,495 INFO [Partition cds.blueprint-processor.self-service-api.request-1 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.request-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,496 INFO [Partition cds.blueprint-processor.self-service-api.request-1 broker=2] Log loaded for partition cds.blueprint-processor.self-service-api.request-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,496 INFO [Broker id=2] Follower cds.blueprint-processor.self-service-api.request-1 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,496 INFO [Broker id=2] Creating new partition cds.blueprint-processor.self-service-api.request-3 with topic id 3hWgU58OSj2rMajgYNn1Ug. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,501 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.request-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,502 INFO Created log for partition cds.blueprint-processor.self-service-api.request-3 in /var/lib/kafka/data-0/kafka-log2/cds.blueprint-processor.self-service-api.request-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,502 INFO [Partition cds.blueprint-processor.self-service-api.request-3 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.request-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,502 INFO [Partition cds.blueprint-processor.self-service-api.request-3 broker=2] Log loaded for partition cds.blueprint-processor.self-service-api.request-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,502 INFO [Broker id=2] Follower cds.blueprint-processor.self-service-api.request-3 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,502 INFO [Broker id=2] Creating new partition cds.blueprint-processor.self-service-api.request-5 with topic id 3hWgU58OSj2rMajgYNn1Ug. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,508 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.request-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,508 INFO Created log for partition cds.blueprint-processor.self-service-api.request-5 in /var/lib/kafka/data-0/kafka-log2/cds.blueprint-processor.self-service-api.request-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,509 INFO [Partition cds.blueprint-processor.self-service-api.request-5 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.request-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,509 INFO [Partition cds.blueprint-processor.self-service-api.request-5 broker=2] Log loaded for partition cds.blueprint-processor.self-service-api.request-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,509 INFO [Broker id=2] Follower cds.blueprint-processor.self-service-api.request-5 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,509 INFO [Broker id=2] Creating new partition cds.blueprint-processor.self-service-api.audit.response-0 with topic id 6rqsboh7TE6RryO5SJ1l6w. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,515 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.response-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,515 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.response-0 in /var/lib/kafka/data-0/kafka-log2/cds.blueprint-processor.self-service-api.audit.response-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,515 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-0 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.audit.response-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,515 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-0 broker=2] Log loaded for partition cds.blueprint-processor.self-service-api.audit.response-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,516 INFO [Broker id=2] Follower cds.blueprint-processor.self-service-api.audit.response-0 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,517 INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions Set(cds.blueprint-processor.self-service-api.audit.response-3, cds.blueprint-processor.self-service-api.response-5, cds.blueprint-processor.self-service-api.audit.response-4, cds.blueprint-processor.self-service-api.audit.response-1, cds.blueprint-processor.self-service-api.response-3, cds.blueprint-processor.self-service-api.response-0, cds.blueprint-processor.self-service-api.response-1, cds.blueprint-processor.self-service-api.audit.request-2, cds.blueprint-processor.self-service-api.audit.request-0, cds.blueprint-processor.self-service-api.request-0, cds.blueprint-processor.self-service-api.audit.request-3, cds.blueprint-processor.self-service-api.request-1, cds.blueprint-processor.self-service-api.audit.request-4, cds.blueprint-processor.self-service-api.request-3, cds.blueprint-processor.self-service-api.request-5, cds.blueprint-processor.self-service-api.audit.response-0) (kafka.server.ReplicaFetcherManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,517 INFO [Broker id=2] Stopped fetchers as part of become-follower for 16 partitions (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,518 INFO [ReplicaFetcherManager on broker 2] Added fetcher to broker 1 for partitions HashMap(cds.blueprint-processor.self-service-api.response-5 -> InitialFetchState(Some(gKz0QqYoTk6u1i73TuRN-w),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cds.blueprint-processor.self-service-api.audit.response-4 -> InitialFetchState(Some(6rqsboh7TE6RryO5SJ1l6w),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cds.blueprint-processor.self-service-api.audit.response-1 -> InitialFetchState(Some(6rqsboh7TE6RryO5SJ1l6w),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cds.blueprint-processor.self-service-api.request-1 -> InitialFetchState(Some(3hWgU58OSj2rMajgYNn1Ug),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cds.blueprint-processor.self-service-api.audit.request-4 -> InitialFetchState(Some(Ul9xqIEYT4yPOgJHK75vbw),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cds.blueprint-processor.self-service-api.request-3 -> InitialFetchState(Some(3hWgU58OSj2rMajgYNn1Ug),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cds.blueprint-processor.self-service-api.response-1 -> InitialFetchState(Some(gKz0QqYoTk6u1i73TuRN-w),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cds.blueprint-processor.self-service-api.audit.request-0 -> InitialFetchState(Some(Ul9xqIEYT4yPOgJHK75vbw),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,518 INFO [ReplicaFetcherManager on broker 2] Added fetcher to broker 0 for partitions HashMap(cds.blueprint-processor.self-service-api.audit.response-3 -> InitialFetchState(Some(6rqsboh7TE6RryO5SJ1l6w),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cds.blueprint-processor.self-service-api.request-0 -> InitialFetchState(Some(3hWgU58OSj2rMajgYNn1Ug),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cds.blueprint-processor.self-service-api.audit.request-3 -> InitialFetchState(Some(Ul9xqIEYT4yPOgJHK75vbw),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cds.blueprint-processor.self-service-api.response-3 -> InitialFetchState(Some(gKz0QqYoTk6u1i73TuRN-w),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cds.blueprint-processor.self-service-api.response-0 -> InitialFetchState(Some(gKz0QqYoTk6u1i73TuRN-w),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cds.blueprint-processor.self-service-api.request-5 -> InitialFetchState(Some(3hWgU58OSj2rMajgYNn1Ug),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cds.blueprint-processor.self-service-api.audit.request-2 -> InitialFetchState(Some(Ul9xqIEYT4yPOgJHK75vbw),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cds.blueprint-processor.self-service-api.audit.response-0 -> InitialFetchState(Some(6rqsboh7TE6RryO5SJ1l6w),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,518 INFO [Broker id=2] Started fetchers as part of become-follower for 16 partitions (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,519 INFO [DynamicConfigPublisher broker id=2] Updating topic cds.blueprint-processor.self-service-api.audit.request with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,520 INFO [DynamicConfigPublisher broker id=2] Updating topic cds.blueprint-processor.self-service-api.audit.response with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,521 INFO [DynamicConfigPublisher broker id=2] Updating topic cds.blueprint-processor.self-service-api.request with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,521 INFO [DynamicConfigPublisher broker id=2] Updating topic cds.blueprint-processor.self-service-api.response with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:55:56,739 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.response-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:55:56,740 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.response-5, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:55:56,740 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.audit.response-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:55:56,740 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.audit.response-4, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:55:56,740 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.audit.response-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:55:56,740 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.audit.response-1, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:55:56,740 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.request-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:55:56,740 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.request-1, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:55:56,740 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.audit.request-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:55:56,740 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.audit.request-4, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:55:56,740 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.request-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:55:56,740 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.request-3, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:55:56,740 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.response-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:55:56,740 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.response-1, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:55:56,740 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.audit.request-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:55:56,740 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.audit.request-0, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:55:56,886 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.audit.response-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:55:56,888 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.audit.response-3, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:55:56,889 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.request-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:55:56,889 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.request-0, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:55:56,889 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.audit.request-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:55:56,889 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.audit.request-3, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:55:56,889 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.response-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:55:56,889 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.response-3, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:55:56,889 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.response-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:55:56,889 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.response-0, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:55:56,889 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.request-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:55:56,889 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.request-5, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:55:56,889 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.audit.request-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:55:56,889 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.audit.request-2, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:55:56,889 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.audit.response-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:55:56,890 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.audit.response-0, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:08,057 INFO [Broker id=2] Transitioning 24 partition(s) to local leaders. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,058 INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions Set(unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-0, subscription-response-5, dmi-ncmp-cm-avc-subscription-0, unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-5, dmi-device-heartbeat-5, subscription-2, cm-events-0, subscription-3, dmi-ncmp-cm-avc-subscription-5, cm-events-5, dmi-cm-events-1, cps-data-updated-events-3, ncmp-inventory-events-4, dmi-cm-events-5, ncmp-inventory-events-2, ncmp-async-m2m-3, ncmp-dmi-cm-avc-subscription-4, ncmp-events-4, dmi-device-heartbeat-1, ncmp-async-m2m-0, ncmp-dmi-cm-avc-subscription-0, cps-data-updated-events-0, subscription-response-2, ncmp-events-2) (kafka.server.ReplicaFetcherManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,058 INFO [Broker id=2] Creating new partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-0 with topic id L00qm5NRTyGewn7AryqWRw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,072 INFO [LogLoader partition=unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,073 INFO Created log for partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-0 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,074 INFO [Partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-0 broker=2] No checkpointed highwatermark is found for partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,074 INFO [Partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-0 broker=2] Log loaded for partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,074 INFO [Broker id=2] Leader unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-0 with topic id Some(L00qm5NRTyGewn7AryqWRw) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,095 INFO [Broker id=2] Creating new partition subscription-response-5 with topic id cN19RgJIRByvTlCXa8xHxA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,098 INFO [LogLoader partition=subscription-response-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,099 INFO Created log for partition subscription-response-5 in /var/lib/kafka/data-0/kafka-log2/subscription-response-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,099 INFO [Partition subscription-response-5 broker=2] No checkpointed highwatermark is found for partition subscription-response-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,099 INFO [Partition subscription-response-5 broker=2] Log loaded for partition subscription-response-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,100 INFO [Broker id=2] Leader subscription-response-5 with topic id Some(cN19RgJIRByvTlCXa8xHxA) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,138 INFO [Broker id=2] Creating new partition dmi-ncmp-cm-avc-subscription-0 with topic id 4vUfMqETTJqdqa-WPnqNXg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,146 INFO [LogLoader partition=dmi-ncmp-cm-avc-subscription-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,149 INFO Created log for partition dmi-ncmp-cm-avc-subscription-0 in /var/lib/kafka/data-0/kafka-log2/dmi-ncmp-cm-avc-subscription-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,149 INFO [Partition dmi-ncmp-cm-avc-subscription-0 broker=2] No checkpointed highwatermark is found for partition dmi-ncmp-cm-avc-subscription-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,149 INFO [Partition dmi-ncmp-cm-avc-subscription-0 broker=2] Log loaded for partition dmi-ncmp-cm-avc-subscription-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,149 INFO [Broker id=2] Leader dmi-ncmp-cm-avc-subscription-0 with topic id Some(4vUfMqETTJqdqa-WPnqNXg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,191 INFO [Broker id=2] Creating new partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-5 with topic id L00qm5NRTyGewn7AryqWRw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,198 INFO [LogLoader partition=unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,200 INFO Created log for partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-5 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,200 INFO [Partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-5 broker=2] No checkpointed highwatermark is found for partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,200 INFO [Partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-5 broker=2] Log loaded for partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,200 INFO [Broker id=2] Leader unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-5 with topic id Some(L00qm5NRTyGewn7AryqWRw) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,211 INFO [Broker id=2] Creating new partition dmi-device-heartbeat-5 with topic id O17Eu5G-Ru-y-6VwGg4i4A. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,224 INFO [LogLoader partition=dmi-device-heartbeat-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,227 INFO Created log for partition dmi-device-heartbeat-5 in /var/lib/kafka/data-0/kafka-log2/dmi-device-heartbeat-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,227 INFO [Partition dmi-device-heartbeat-5 broker=2] No checkpointed highwatermark is found for partition dmi-device-heartbeat-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,227 INFO [Partition dmi-device-heartbeat-5 broker=2] Log loaded for partition dmi-device-heartbeat-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,236 INFO [Broker id=2] Leader dmi-device-heartbeat-5 with topic id Some(O17Eu5G-Ru-y-6VwGg4i4A) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,1,0], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,297 INFO [Broker id=2] Creating new partition subscription-2 with topic id sladSs2qRe6JQXFx2Gibhw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,307 INFO [LogLoader partition=subscription-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,316 INFO Created log for partition subscription-2 in /var/lib/kafka/data-0/kafka-log2/subscription-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,316 INFO [Partition subscription-2 broker=2] No checkpointed highwatermark is found for partition subscription-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,316 INFO [Partition subscription-2 broker=2] Log loaded for partition subscription-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,316 INFO [Broker id=2] Leader subscription-2 with topic id Some(sladSs2qRe6JQXFx2Gibhw) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,350 INFO [Broker id=2] Creating new partition cm-events-0 with topic id jV1O6Om_Rt6asOfxKfFkzA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,353 INFO [LogLoader partition=cm-events-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,355 INFO Created log for partition cm-events-0 in /var/lib/kafka/data-0/kafka-log2/cm-events-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,355 INFO [Partition cm-events-0 broker=2] No checkpointed highwatermark is found for partition cm-events-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,355 INFO [Partition cm-events-0 broker=2] Log loaded for partition cm-events-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,355 INFO [Broker id=2] Leader cm-events-0 with topic id Some(jV1O6Om_Rt6asOfxKfFkzA) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,382 INFO [Broker id=2] Creating new partition subscription-3 with topic id sladSs2qRe6JQXFx2Gibhw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,399 INFO [LogLoader partition=subscription-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,400 INFO Created log for partition subscription-3 in /var/lib/kafka/data-0/kafka-log2/subscription-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,400 INFO [Partition subscription-3 broker=2] No checkpointed highwatermark is found for partition subscription-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,400 INFO [Partition subscription-3 broker=2] Log loaded for partition subscription-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,400 INFO [Broker id=2] Leader subscription-3 with topic id Some(sladSs2qRe6JQXFx2Gibhw) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,421 INFO [Broker id=2] Creating new partition dmi-ncmp-cm-avc-subscription-5 with topic id 4vUfMqETTJqdqa-WPnqNXg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,428 INFO [LogLoader partition=dmi-ncmp-cm-avc-subscription-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,430 INFO Created log for partition dmi-ncmp-cm-avc-subscription-5 in /var/lib/kafka/data-0/kafka-log2/dmi-ncmp-cm-avc-subscription-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,431 INFO [Partition dmi-ncmp-cm-avc-subscription-5 broker=2] No checkpointed highwatermark is found for partition dmi-ncmp-cm-avc-subscription-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,431 INFO [Partition dmi-ncmp-cm-avc-subscription-5 broker=2] Log loaded for partition dmi-ncmp-cm-avc-subscription-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,431 INFO [Broker id=2] Leader dmi-ncmp-cm-avc-subscription-5 with topic id Some(4vUfMqETTJqdqa-WPnqNXg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,466 INFO [Broker id=2] Creating new partition cm-events-5 with topic id jV1O6Om_Rt6asOfxKfFkzA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,477 INFO [LogLoader partition=cm-events-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,485 INFO Created log for partition cm-events-5 in /var/lib/kafka/data-0/kafka-log2/cm-events-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,485 INFO [Partition cm-events-5 broker=2] No checkpointed highwatermark is found for partition cm-events-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,485 INFO [Partition cm-events-5 broker=2] Log loaded for partition cm-events-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,485 INFO [Broker id=2] Leader cm-events-5 with topic id Some(jV1O6Om_Rt6asOfxKfFkzA) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,1,0], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,494 INFO [Broker id=2] Creating new partition dmi-cm-events-1 with topic id RBpZCub2RfyaWBiBENXTmg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,503 INFO [LogLoader partition=dmi-cm-events-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,504 INFO Created log for partition dmi-cm-events-1 in /var/lib/kafka/data-0/kafka-log2/dmi-cm-events-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,504 INFO [Partition dmi-cm-events-1 broker=2] No checkpointed highwatermark is found for partition dmi-cm-events-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,509 INFO [Partition dmi-cm-events-1 broker=2] Log loaded for partition dmi-cm-events-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,509 INFO [Broker id=2] Leader dmi-cm-events-1 with topic id Some(RBpZCub2RfyaWBiBENXTmg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,526 INFO [Broker id=2] Creating new partition cps-data-updated-events-3 with topic id WL8ceIKgT8Sq0qhk2Gr9vg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,532 INFO [LogLoader partition=cps-data-updated-events-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,533 INFO Created log for partition cps-data-updated-events-3 in /var/lib/kafka/data-0/kafka-log2/cps-data-updated-events-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,533 INFO [Partition cps-data-updated-events-3 broker=2] No checkpointed highwatermark is found for partition cps-data-updated-events-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,533 INFO [Partition cps-data-updated-events-3 broker=2] Log loaded for partition cps-data-updated-events-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,534 INFO [Broker id=2] Leader cps-data-updated-events-3 with topic id Some(WL8ceIKgT8Sq0qhk2Gr9vg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,549 INFO [Broker id=2] Creating new partition ncmp-inventory-events-4 with topic id nyBZ8EwQQVy6kmZYTI98GA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,559 INFO [LogLoader partition=ncmp-inventory-events-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,565 INFO Created log for partition ncmp-inventory-events-4 in /var/lib/kafka/data-0/kafka-log2/ncmp-inventory-events-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,565 INFO [Partition ncmp-inventory-events-4 broker=2] No checkpointed highwatermark is found for partition ncmp-inventory-events-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,576 INFO [Partition ncmp-inventory-events-4 broker=2] Log loaded for partition ncmp-inventory-events-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,577 INFO [Broker id=2] Leader ncmp-inventory-events-4 with topic id Some(nyBZ8EwQQVy6kmZYTI98GA) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,601 INFO [Broker id=2] Creating new partition dmi-cm-events-5 with topic id RBpZCub2RfyaWBiBENXTmg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,610 INFO [LogLoader partition=dmi-cm-events-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,611 INFO Created log for partition dmi-cm-events-5 in /var/lib/kafka/data-0/kafka-log2/dmi-cm-events-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,611 INFO [Partition dmi-cm-events-5 broker=2] No checkpointed highwatermark is found for partition dmi-cm-events-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,611 INFO [Partition dmi-cm-events-5 broker=2] Log loaded for partition dmi-cm-events-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,611 INFO [Broker id=2] Leader dmi-cm-events-5 with topic id Some(RBpZCub2RfyaWBiBENXTmg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,634 INFO [Broker id=2] Creating new partition ncmp-inventory-events-2 with topic id nyBZ8EwQQVy6kmZYTI98GA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,639 INFO [LogLoader partition=ncmp-inventory-events-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,640 INFO Created log for partition ncmp-inventory-events-2 in /var/lib/kafka/data-0/kafka-log2/ncmp-inventory-events-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,641 INFO [Partition ncmp-inventory-events-2 broker=2] No checkpointed highwatermark is found for partition ncmp-inventory-events-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,641 INFO [Partition ncmp-inventory-events-2 broker=2] Log loaded for partition ncmp-inventory-events-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,641 INFO [Broker id=2] Leader ncmp-inventory-events-2 with topic id Some(nyBZ8EwQQVy6kmZYTI98GA) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,700 INFO [Broker id=2] Creating new partition ncmp-async-m2m-3 with topic id bNkrAhS4QzWGibGAF5LwQw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,705 INFO [LogLoader partition=ncmp-async-m2m-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,711 INFO Created log for partition ncmp-async-m2m-3 in /var/lib/kafka/data-0/kafka-log2/ncmp-async-m2m-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,711 INFO [Partition ncmp-async-m2m-3 broker=2] No checkpointed highwatermark is found for partition ncmp-async-m2m-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,712 INFO [Partition ncmp-async-m2m-3 broker=2] Log loaded for partition ncmp-async-m2m-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,713 INFO [Broker id=2] Leader ncmp-async-m2m-3 with topic id Some(bNkrAhS4QzWGibGAF5LwQw) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,1,0], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,742 INFO [Broker id=2] Creating new partition ncmp-dmi-cm-avc-subscription-4 with topic id wjD0wv_JSsKZA1UlyX6Pxw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,749 INFO [LogLoader partition=ncmp-dmi-cm-avc-subscription-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,750 INFO Created log for partition ncmp-dmi-cm-avc-subscription-4 in /var/lib/kafka/data-0/kafka-log2/ncmp-dmi-cm-avc-subscription-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,750 INFO [Partition ncmp-dmi-cm-avc-subscription-4 broker=2] No checkpointed highwatermark is found for partition ncmp-dmi-cm-avc-subscription-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,750 INFO [Partition ncmp-dmi-cm-avc-subscription-4 broker=2] Log loaded for partition ncmp-dmi-cm-avc-subscription-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,750 INFO [Broker id=2] Leader ncmp-dmi-cm-avc-subscription-4 with topic id Some(wjD0wv_JSsKZA1UlyX6Pxw) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,1,0], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,762 INFO [Broker id=2] Creating new partition ncmp-events-4 with topic id 2r1NtjwWSFKprf0nP1D8Eg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,775 INFO [LogLoader partition=ncmp-events-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,777 INFO Created log for partition ncmp-events-4 in /var/lib/kafka/data-0/kafka-log2/ncmp-events-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,777 INFO [Partition ncmp-events-4 broker=2] No checkpointed highwatermark is found for partition ncmp-events-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,777 INFO [Partition ncmp-events-4 broker=2] Log loaded for partition ncmp-events-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,777 INFO [Broker id=2] Leader ncmp-events-4 with topic id Some(2r1NtjwWSFKprf0nP1D8Eg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,1,0], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,803 INFO [Broker id=2] Creating new partition dmi-device-heartbeat-1 with topic id O17Eu5G-Ru-y-6VwGg4i4A. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,806 INFO [LogLoader partition=dmi-device-heartbeat-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,808 INFO Created log for partition dmi-device-heartbeat-1 in /var/lib/kafka/data-0/kafka-log2/dmi-device-heartbeat-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,808 INFO [Partition dmi-device-heartbeat-1 broker=2] No checkpointed highwatermark is found for partition dmi-device-heartbeat-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,808 INFO [Partition dmi-device-heartbeat-1 broker=2] Log loaded for partition dmi-device-heartbeat-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,808 INFO [Broker id=2] Leader dmi-device-heartbeat-1 with topic id Some(O17Eu5G-Ru-y-6VwGg4i4A) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,844 INFO [Broker id=2] Creating new partition ncmp-async-m2m-0 with topic id bNkrAhS4QzWGibGAF5LwQw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,848 INFO [LogLoader partition=ncmp-async-m2m-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,849 INFO Created log for partition ncmp-async-m2m-0 in /var/lib/kafka/data-0/kafka-log2/ncmp-async-m2m-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,850 INFO [Partition ncmp-async-m2m-0 broker=2] No checkpointed highwatermark is found for partition ncmp-async-m2m-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,850 INFO [Partition ncmp-async-m2m-0 broker=2] Log loaded for partition ncmp-async-m2m-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,850 INFO [Broker id=2] Leader ncmp-async-m2m-0 with topic id Some(bNkrAhS4QzWGibGAF5LwQw) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,885 INFO [Broker id=2] Creating new partition ncmp-dmi-cm-avc-subscription-0 with topic id wjD0wv_JSsKZA1UlyX6Pxw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,888 INFO [LogLoader partition=ncmp-dmi-cm-avc-subscription-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,889 INFO Created log for partition ncmp-dmi-cm-avc-subscription-0 in /var/lib/kafka/data-0/kafka-log2/ncmp-dmi-cm-avc-subscription-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,889 INFO [Partition ncmp-dmi-cm-avc-subscription-0 broker=2] No checkpointed highwatermark is found for partition ncmp-dmi-cm-avc-subscription-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,890 INFO [Partition ncmp-dmi-cm-avc-subscription-0 broker=2] Log loaded for partition ncmp-dmi-cm-avc-subscription-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,890 INFO [Broker id=2] Leader ncmp-dmi-cm-avc-subscription-0 with topic id Some(wjD0wv_JSsKZA1UlyX6Pxw) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,905 INFO [Broker id=2] Creating new partition cps-data-updated-events-0 with topic id WL8ceIKgT8Sq0qhk2Gr9vg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,909 INFO [LogLoader partition=cps-data-updated-events-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,910 INFO Created log for partition cps-data-updated-events-0 in /var/lib/kafka/data-0/kafka-log2/cps-data-updated-events-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,910 INFO [Partition cps-data-updated-events-0 broker=2] No checkpointed highwatermark is found for partition cps-data-updated-events-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,910 INFO [Partition cps-data-updated-events-0 broker=2] Log loaded for partition cps-data-updated-events-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,910 INFO [Broker id=2] Leader cps-data-updated-events-0 with topic id Some(WL8ceIKgT8Sq0qhk2Gr9vg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,926 INFO [Broker id=2] Creating new partition subscription-response-2 with topic id cN19RgJIRByvTlCXa8xHxA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,930 INFO [LogLoader partition=subscription-response-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,931 INFO Created log for partition subscription-response-2 in /var/lib/kafka/data-0/kafka-log2/subscription-response-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,931 INFO [Partition subscription-response-2 broker=2] No checkpointed highwatermark is found for partition subscription-response-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,931 INFO [Partition subscription-response-2 broker=2] Log loaded for partition subscription-response-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,931 INFO [Broker id=2] Leader subscription-response-2 with topic id Some(cN19RgJIRByvTlCXa8xHxA) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,960 INFO [Broker id=2] Creating new partition ncmp-events-2 with topic id 2r1NtjwWSFKprf0nP1D8Eg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,975 INFO [LogLoader partition=ncmp-events-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,980 INFO Created log for partition ncmp-events-2 in /var/lib/kafka/data-0/kafka-log2/ncmp-events-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,980 INFO [Partition ncmp-events-2 broker=2] No checkpointed highwatermark is found for partition ncmp-events-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,980 INFO [Partition ncmp-events-2 broker=2] Log loaded for partition ncmp-events-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,980 INFO [Broker id=2] Leader ncmp-events-2 with topic id Some(2r1NtjwWSFKprf0nP1D8Eg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,995 INFO [Broker id=2] Transitioning 48 partition(s) to local followers. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,995 INFO [Broker id=2] Creating new partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-1 with topic id L00qm5NRTyGewn7AryqWRw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,999 INFO [LogLoader partition=unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,999 INFO Created log for partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-1 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:08,999 INFO [Partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-1 broker=2] No checkpointed highwatermark is found for partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,000 INFO [Partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-1 broker=2] Log loaded for partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,000 INFO [Broker id=2] Follower unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-1 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,000 INFO [Broker id=2] Creating new partition subscription-response-3 with topic id cN19RgJIRByvTlCXa8xHxA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,003 INFO [LogLoader partition=subscription-response-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,006 INFO Created log for partition subscription-response-3 in /var/lib/kafka/data-0/kafka-log2/subscription-response-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,006 INFO [Partition subscription-response-3 broker=2] No checkpointed highwatermark is found for partition subscription-response-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,006 INFO [Partition subscription-response-3 broker=2] Log loaded for partition subscription-response-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,006 INFO [Broker id=2] Follower subscription-response-3 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,006 INFO [Broker id=2] Creating new partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-3 with topic id L00qm5NRTyGewn7AryqWRw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,015 INFO [LogLoader partition=unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,016 INFO Created log for partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-3 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,016 INFO [Partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-3 broker=2] No checkpointed highwatermark is found for partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,016 INFO [Partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-3 broker=2] Log loaded for partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,017 INFO [Broker id=2] Follower unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-3 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,017 INFO [Broker id=2] Creating new partition ncmp-async-m2m-5 with topic id bNkrAhS4QzWGibGAF5LwQw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,020 INFO [LogLoader partition=ncmp-async-m2m-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,020 INFO Created log for partition ncmp-async-m2m-5 in /var/lib/kafka/data-0/kafka-log2/ncmp-async-m2m-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,020 INFO [Partition ncmp-async-m2m-5 broker=2] No checkpointed highwatermark is found for partition ncmp-async-m2m-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,020 INFO [Partition ncmp-async-m2m-5 broker=2] Log loaded for partition ncmp-async-m2m-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,020 INFO [Broker id=2] Follower ncmp-async-m2m-5 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,020 INFO [Broker id=2] Creating new partition ncmp-inventory-events-0 with topic id nyBZ8EwQQVy6kmZYTI98GA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,028 INFO [LogLoader partition=ncmp-inventory-events-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,029 INFO Created log for partition ncmp-inventory-events-0 in /var/lib/kafka/data-0/kafka-log2/ncmp-inventory-events-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,029 INFO [Partition ncmp-inventory-events-0 broker=2] No checkpointed highwatermark is found for partition ncmp-inventory-events-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,029 INFO [Partition ncmp-inventory-events-0 broker=2] Log loaded for partition ncmp-inventory-events-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,029 INFO [Broker id=2] Follower ncmp-inventory-events-0 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,030 INFO [Broker id=2] Creating new partition subscription-0 with topic id sladSs2qRe6JQXFx2Gibhw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,044 INFO [LogLoader partition=subscription-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,045 INFO Created log for partition subscription-0 in /var/lib/kafka/data-0/kafka-log2/subscription-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,045 INFO [Partition subscription-0 broker=2] No checkpointed highwatermark is found for partition subscription-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,045 INFO [Partition subscription-0 broker=2] Log loaded for partition subscription-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,045 INFO [Broker id=2] Follower subscription-0 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,046 INFO [Broker id=2] Creating new partition dmi-ncmp-cm-avc-subscription-3 with topic id 4vUfMqETTJqdqa-WPnqNXg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,059 INFO [LogLoader partition=dmi-ncmp-cm-avc-subscription-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,062 INFO Created log for partition dmi-ncmp-cm-avc-subscription-3 in /var/lib/kafka/data-0/kafka-log2/dmi-ncmp-cm-avc-subscription-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,062 INFO [Partition dmi-ncmp-cm-avc-subscription-3 broker=2] No checkpointed highwatermark is found for partition dmi-ncmp-cm-avc-subscription-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,062 INFO [Partition dmi-ncmp-cm-avc-subscription-3 broker=2] Log loaded for partition dmi-ncmp-cm-avc-subscription-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,063 INFO [Broker id=2] Follower dmi-ncmp-cm-avc-subscription-3 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,063 INFO [Broker id=2] Creating new partition dmi-ncmp-cm-avc-subscription-1 with topic id 4vUfMqETTJqdqa-WPnqNXg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,068 INFO [LogLoader partition=dmi-ncmp-cm-avc-subscription-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,069 INFO Created log for partition dmi-ncmp-cm-avc-subscription-1 in /var/lib/kafka/data-0/kafka-log2/dmi-ncmp-cm-avc-subscription-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,069 INFO [Partition dmi-ncmp-cm-avc-subscription-1 broker=2] No checkpointed highwatermark is found for partition dmi-ncmp-cm-avc-subscription-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,069 INFO [Partition dmi-ncmp-cm-avc-subscription-1 broker=2] Log loaded for partition dmi-ncmp-cm-avc-subscription-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,069 INFO [Broker id=2] Follower dmi-ncmp-cm-avc-subscription-1 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,069 INFO [Broker id=2] Creating new partition subscription-4 with topic id sladSs2qRe6JQXFx2Gibhw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,077 INFO [LogLoader partition=subscription-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,080 INFO Created log for partition subscription-4 in /var/lib/kafka/data-0/kafka-log2/subscription-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,081 INFO [Partition subscription-4 broker=2] No checkpointed highwatermark is found for partition subscription-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,081 INFO [Partition subscription-4 broker=2] Log loaded for partition subscription-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,081 INFO [Broker id=2] Follower subscription-4 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,081 INFO [Broker id=2] Creating new partition cm-events-2 with topic id jV1O6Om_Rt6asOfxKfFkzA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,100 INFO [LogLoader partition=cm-events-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,101 INFO Created log for partition cm-events-2 in /var/lib/kafka/data-0/kafka-log2/cm-events-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,101 INFO [Partition cm-events-2 broker=2] No checkpointed highwatermark is found for partition cm-events-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,101 INFO [Partition cm-events-2 broker=2] Log loaded for partition cm-events-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,101 INFO [Broker id=2] Follower cm-events-2 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,101 INFO [Broker id=2] Creating new partition cm-events-4 with topic id jV1O6Om_Rt6asOfxKfFkzA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,111 INFO [LogLoader partition=cm-events-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,112 INFO Created log for partition cm-events-4 in /var/lib/kafka/data-0/kafka-log2/cm-events-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,112 INFO [Partition cm-events-4 broker=2] No checkpointed highwatermark is found for partition cm-events-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,112 INFO [Partition cm-events-4 broker=2] Log loaded for partition cm-events-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,112 INFO [Broker id=2] Follower cm-events-4 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,112 INFO [Broker id=2] Creating new partition dmi-cm-events-0 with topic id RBpZCub2RfyaWBiBENXTmg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,129 INFO [LogLoader partition=dmi-cm-events-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,130 INFO Created log for partition dmi-cm-events-0 in /var/lib/kafka/data-0/kafka-log2/dmi-cm-events-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,130 INFO [Partition dmi-cm-events-0 broker=2] No checkpointed highwatermark is found for partition dmi-cm-events-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,130 INFO [Partition dmi-cm-events-0 broker=2] Log loaded for partition dmi-cm-events-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,130 INFO [Broker id=2] Follower dmi-cm-events-0 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,130 INFO [Broker id=2] Creating new partition cps-data-updated-events-1 with topic id WL8ceIKgT8Sq0qhk2Gr9vg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,133 INFO [LogLoader partition=cps-data-updated-events-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,133 INFO Created log for partition cps-data-updated-events-1 in /var/lib/kafka/data-0/kafka-log2/cps-data-updated-events-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,134 INFO [Partition cps-data-updated-events-1 broker=2] No checkpointed highwatermark is found for partition cps-data-updated-events-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,134 INFO [Partition cps-data-updated-events-1 broker=2] Log loaded for partition cps-data-updated-events-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,134 INFO [Broker id=2] Follower cps-data-updated-events-1 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,134 INFO [Broker id=2] Creating new partition dmi-cm-events-2 with topic id RBpZCub2RfyaWBiBENXTmg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,148 INFO [LogLoader partition=dmi-cm-events-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,150 INFO Created log for partition dmi-cm-events-2 in /var/lib/kafka/data-0/kafka-log2/dmi-cm-events-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,150 INFO [Partition dmi-cm-events-2 broker=2] No checkpointed highwatermark is found for partition dmi-cm-events-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,150 INFO [Partition dmi-cm-events-2 broker=2] Log loaded for partition dmi-cm-events-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,150 INFO [Broker id=2] Follower dmi-cm-events-2 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,151 INFO [Broker id=2] Creating new partition ncmp-inventory-events-5 with topic id nyBZ8EwQQVy6kmZYTI98GA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,175 INFO [LogLoader partition=ncmp-inventory-events-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,176 INFO Created log for partition ncmp-inventory-events-5 in /var/lib/kafka/data-0/kafka-log2/ncmp-inventory-events-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,176 INFO [Partition ncmp-inventory-events-5 broker=2] No checkpointed highwatermark is found for partition ncmp-inventory-events-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,176 INFO [Partition ncmp-inventory-events-5 broker=2] Log loaded for partition ncmp-inventory-events-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,176 INFO [Broker id=2] Follower ncmp-inventory-events-5 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,177 INFO [Broker id=2] Creating new partition dmi-cm-events-4 with topic id RBpZCub2RfyaWBiBENXTmg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,181 INFO [LogLoader partition=dmi-cm-events-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,181 INFO Created log for partition dmi-cm-events-4 in /var/lib/kafka/data-0/kafka-log2/dmi-cm-events-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,182 INFO [Partition dmi-cm-events-4 broker=2] No checkpointed highwatermark is found for partition dmi-cm-events-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,182 INFO [Partition dmi-cm-events-4 broker=2] Log loaded for partition dmi-cm-events-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,182 INFO [Broker id=2] Follower dmi-cm-events-4 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,182 INFO [Broker id=2] Creating new partition cps-data-updated-events-5 with topic id WL8ceIKgT8Sq0qhk2Gr9vg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,199 INFO [LogLoader partition=cps-data-updated-events-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,199 INFO Created log for partition cps-data-updated-events-5 in /var/lib/kafka/data-0/kafka-log2/cps-data-updated-events-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,200 INFO [Partition cps-data-updated-events-5 broker=2] No checkpointed highwatermark is found for partition cps-data-updated-events-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,200 INFO [Partition cps-data-updated-events-5 broker=2] Log loaded for partition cps-data-updated-events-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,200 INFO [Broker id=2] Follower cps-data-updated-events-5 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,200 INFO [Broker id=2] Creating new partition ncmp-inventory-events-3 with topic id nyBZ8EwQQVy6kmZYTI98GA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,205 INFO [LogLoader partition=ncmp-inventory-events-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,206 INFO Created log for partition ncmp-inventory-events-3 in /var/lib/kafka/data-0/kafka-log2/ncmp-inventory-events-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,206 INFO [Partition ncmp-inventory-events-3 broker=2] No checkpointed highwatermark is found for partition ncmp-inventory-events-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,206 INFO [Partition ncmp-inventory-events-3 broker=2] Log loaded for partition ncmp-inventory-events-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,206 INFO [Broker id=2] Follower ncmp-inventory-events-3 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,206 INFO [Broker id=2] Creating new partition ncmp-inventory-events-1 with topic id nyBZ8EwQQVy6kmZYTI98GA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,216 INFO [LogLoader partition=ncmp-inventory-events-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,217 INFO Created log for partition ncmp-inventory-events-1 in /var/lib/kafka/data-0/kafka-log2/ncmp-inventory-events-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,217 INFO [Partition ncmp-inventory-events-1 broker=2] No checkpointed highwatermark is found for partition ncmp-inventory-events-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,218 INFO [Partition ncmp-inventory-events-1 broker=2] Log loaded for partition ncmp-inventory-events-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,218 INFO [Broker id=2] Follower ncmp-inventory-events-1 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,218 INFO [Broker id=2] Creating new partition ncmp-dmi-cm-avc-subscription-3 with topic id wjD0wv_JSsKZA1UlyX6Pxw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,226 INFO [LogLoader partition=ncmp-dmi-cm-avc-subscription-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,226 INFO Created log for partition ncmp-dmi-cm-avc-subscription-3 in /var/lib/kafka/data-0/kafka-log2/ncmp-dmi-cm-avc-subscription-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,226 INFO [Partition ncmp-dmi-cm-avc-subscription-3 broker=2] No checkpointed highwatermark is found for partition ncmp-dmi-cm-avc-subscription-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,226 INFO [Partition ncmp-dmi-cm-avc-subscription-3 broker=2] Log loaded for partition ncmp-dmi-cm-avc-subscription-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,227 INFO [Broker id=2] Follower ncmp-dmi-cm-avc-subscription-3 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,227 INFO [Broker id=2] Creating new partition ncmp-events-5 with topic id 2r1NtjwWSFKprf0nP1D8Eg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,229 INFO [LogLoader partition=ncmp-events-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,229 INFO Created log for partition ncmp-events-5 in /var/lib/kafka/data-0/kafka-log2/ncmp-events-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,229 INFO [Partition ncmp-events-5 broker=2] No checkpointed highwatermark is found for partition ncmp-events-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,230 INFO [Partition ncmp-events-5 broker=2] Log loaded for partition ncmp-events-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,230 INFO [Broker id=2] Follower ncmp-events-5 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,230 INFO [Broker id=2] Creating new partition dmi-device-heartbeat-3 with topic id O17Eu5G-Ru-y-6VwGg4i4A. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,232 INFO [LogLoader partition=dmi-device-heartbeat-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,232 INFO Created log for partition dmi-device-heartbeat-3 in /var/lib/kafka/data-0/kafka-log2/dmi-device-heartbeat-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,232 INFO [Partition dmi-device-heartbeat-3 broker=2] No checkpointed highwatermark is found for partition dmi-device-heartbeat-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,232 INFO [Partition dmi-device-heartbeat-3 broker=2] Log loaded for partition dmi-device-heartbeat-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,232 INFO [Broker id=2] Follower dmi-device-heartbeat-3 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,232 INFO [Broker id=2] Creating new partition ncmp-async-m2m-2 with topic id bNkrAhS4QzWGibGAF5LwQw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,237 INFO [LogLoader partition=ncmp-async-m2m-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,237 INFO Created log for partition ncmp-async-m2m-2 in /var/lib/kafka/data-0/kafka-log2/ncmp-async-m2m-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,237 INFO [Partition ncmp-async-m2m-2 broker=2] No checkpointed highwatermark is found for partition ncmp-async-m2m-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,237 INFO [Partition ncmp-async-m2m-2 broker=2] Log loaded for partition ncmp-async-m2m-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,237 INFO [Broker id=2] Follower ncmp-async-m2m-2 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,238 INFO [Broker id=2] Creating new partition ncmp-dmi-cm-avc-subscription-5 with topic id wjD0wv_JSsKZA1UlyX6Pxw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,267 INFO [LogLoader partition=ncmp-dmi-cm-avc-subscription-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,271 INFO Created log for partition ncmp-dmi-cm-avc-subscription-5 in /var/lib/kafka/data-0/kafka-log2/ncmp-dmi-cm-avc-subscription-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,271 INFO [Partition ncmp-dmi-cm-avc-subscription-5 broker=2] No checkpointed highwatermark is found for partition ncmp-dmi-cm-avc-subscription-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,271 INFO [Partition ncmp-dmi-cm-avc-subscription-5 broker=2] Log loaded for partition ncmp-dmi-cm-avc-subscription-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,272 INFO [Broker id=2] Follower ncmp-dmi-cm-avc-subscription-5 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,272 INFO [Broker id=2] Creating new partition ncmp-events-1 with topic id 2r1NtjwWSFKprf0nP1D8Eg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,277 INFO [LogLoader partition=ncmp-events-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,278 INFO Created log for partition ncmp-events-1 in /var/lib/kafka/data-0/kafka-log2/ncmp-events-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,278 INFO [Partition ncmp-events-1 broker=2] No checkpointed highwatermark is found for partition ncmp-events-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,278 INFO [Partition ncmp-events-1 broker=2] Log loaded for partition ncmp-events-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,278 INFO [Broker id=2] Follower ncmp-events-1 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,278 INFO [Broker id=2] Creating new partition ncmp-dmi-cm-avc-subscription-1 with topic id wjD0wv_JSsKZA1UlyX6Pxw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,282 INFO [LogLoader partition=ncmp-dmi-cm-avc-subscription-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,283 INFO Created log for partition ncmp-dmi-cm-avc-subscription-1 in /var/lib/kafka/data-0/kafka-log2/ncmp-dmi-cm-avc-subscription-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,283 INFO [Partition ncmp-dmi-cm-avc-subscription-1 broker=2] No checkpointed highwatermark is found for partition ncmp-dmi-cm-avc-subscription-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,284 INFO [Partition ncmp-dmi-cm-avc-subscription-1 broker=2] Log loaded for partition ncmp-dmi-cm-avc-subscription-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,284 INFO [Broker id=2] Follower ncmp-dmi-cm-avc-subscription-1 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,284 INFO [Broker id=2] Creating new partition ncmp-events-3 with topic id 2r1NtjwWSFKprf0nP1D8Eg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,288 INFO [LogLoader partition=ncmp-events-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,291 INFO Created log for partition ncmp-events-3 in /var/lib/kafka/data-0/kafka-log2/ncmp-events-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,291 INFO [Partition ncmp-events-3 broker=2] No checkpointed highwatermark is found for partition ncmp-events-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,291 INFO [Partition ncmp-events-3 broker=2] Log loaded for partition ncmp-events-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,292 INFO [Broker id=2] Follower ncmp-events-3 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,292 INFO [Broker id=2] Creating new partition subscription-response-1 with topic id cN19RgJIRByvTlCXa8xHxA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,304 INFO [LogLoader partition=subscription-response-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,305 INFO Created log for partition subscription-response-1 in /var/lib/kafka/data-0/kafka-log2/subscription-response-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,305 INFO [Partition subscription-response-1 broker=2] No checkpointed highwatermark is found for partition subscription-response-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,305 INFO [Partition subscription-response-1 broker=2] Log loaded for partition subscription-response-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,306 INFO [Broker id=2] Follower subscription-response-1 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,306 INFO [Broker id=2] Creating new partition subscription-response-4 with topic id cN19RgJIRByvTlCXa8xHxA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,314 INFO [LogLoader partition=subscription-response-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,314 INFO Created log for partition subscription-response-4 in /var/lib/kafka/data-0/kafka-log2/subscription-response-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,314 INFO [Partition subscription-response-4 broker=2] No checkpointed highwatermark is found for partition subscription-response-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,315 INFO [Partition subscription-response-4 broker=2] Log loaded for partition subscription-response-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,315 INFO [Broker id=2] Follower subscription-response-4 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,315 INFO [Broker id=2] Creating new partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-4 with topic id L00qm5NRTyGewn7AryqWRw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,319 INFO [LogLoader partition=unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,320 INFO Created log for partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-4 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,320 INFO [Partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-4 broker=2] No checkpointed highwatermark is found for partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,320 INFO [Partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-4 broker=2] Log loaded for partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,320 INFO [Broker id=2] Follower unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-4 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,320 INFO [Broker id=2] Creating new partition dmi-device-heartbeat-4 with topic id O17Eu5G-Ru-y-6VwGg4i4A. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,328 INFO [LogLoader partition=dmi-device-heartbeat-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,329 INFO Created log for partition dmi-device-heartbeat-4 in /var/lib/kafka/data-0/kafka-log2/dmi-device-heartbeat-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,329 INFO [Partition dmi-device-heartbeat-4 broker=2] No checkpointed highwatermark is found for partition dmi-device-heartbeat-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,329 INFO [Partition dmi-device-heartbeat-4 broker=2] Log loaded for partition dmi-device-heartbeat-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,329 INFO [Broker id=2] Follower dmi-device-heartbeat-4 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,330 INFO [Broker id=2] Creating new partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-2 with topic id L00qm5NRTyGewn7AryqWRw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,335 INFO [LogLoader partition=unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,335 INFO Created log for partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-2 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,335 INFO [Partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-2 broker=2] No checkpointed highwatermark is found for partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,336 INFO [Partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-2 broker=2] Log loaded for partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,336 INFO [Broker id=2] Follower unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-2 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,336 INFO [Broker id=2] Creating new partition ncmp-async-m2m-4 with topic id bNkrAhS4QzWGibGAF5LwQw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,343 INFO [LogLoader partition=ncmp-async-m2m-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,344 INFO Created log for partition ncmp-async-m2m-4 in /var/lib/kafka/data-0/kafka-log2/ncmp-async-m2m-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,344 INFO [Partition ncmp-async-m2m-4 broker=2] No checkpointed highwatermark is found for partition ncmp-async-m2m-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,344 INFO [Partition ncmp-async-m2m-4 broker=2] Log loaded for partition ncmp-async-m2m-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,344 INFO [Broker id=2] Follower ncmp-async-m2m-4 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,344 INFO [Broker id=2] Creating new partition dmi-ncmp-cm-avc-subscription-4 with topic id 4vUfMqETTJqdqa-WPnqNXg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,349 INFO [LogLoader partition=dmi-ncmp-cm-avc-subscription-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,350 INFO Created log for partition dmi-ncmp-cm-avc-subscription-4 in /var/lib/kafka/data-0/kafka-log2/dmi-ncmp-cm-avc-subscription-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,350 INFO [Partition dmi-ncmp-cm-avc-subscription-4 broker=2] No checkpointed highwatermark is found for partition dmi-ncmp-cm-avc-subscription-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,350 INFO [Partition dmi-ncmp-cm-avc-subscription-4 broker=2] Log loaded for partition dmi-ncmp-cm-avc-subscription-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,350 INFO [Broker id=2] Follower dmi-ncmp-cm-avc-subscription-4 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,350 INFO [Broker id=2] Creating new partition dmi-ncmp-cm-avc-subscription-2 with topic id 4vUfMqETTJqdqa-WPnqNXg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,357 INFO [LogLoader partition=dmi-ncmp-cm-avc-subscription-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,357 INFO Created log for partition dmi-ncmp-cm-avc-subscription-2 in /var/lib/kafka/data-0/kafka-log2/dmi-ncmp-cm-avc-subscription-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,357 INFO [Partition dmi-ncmp-cm-avc-subscription-2 broker=2] No checkpointed highwatermark is found for partition dmi-ncmp-cm-avc-subscription-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,358 INFO [Partition dmi-ncmp-cm-avc-subscription-2 broker=2] Log loaded for partition dmi-ncmp-cm-avc-subscription-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,358 INFO [Broker id=2] Follower dmi-ncmp-cm-avc-subscription-2 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,358 INFO [Broker id=2] Creating new partition subscription-1 with topic id sladSs2qRe6JQXFx2Gibhw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,362 INFO [LogLoader partition=subscription-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,363 INFO Created log for partition subscription-1 in /var/lib/kafka/data-0/kafka-log2/subscription-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,363 INFO [Partition subscription-1 broker=2] No checkpointed highwatermark is found for partition subscription-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,363 INFO [Partition subscription-1 broker=2] Log loaded for partition subscription-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,363 INFO [Broker id=2] Follower subscription-1 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,363 INFO [Broker id=2] Creating new partition cm-events-1 with topic id jV1O6Om_Rt6asOfxKfFkzA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,367 INFO [LogLoader partition=cm-events-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,367 INFO Created log for partition cm-events-1 in /var/lib/kafka/data-0/kafka-log2/cm-events-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,367 INFO [Partition cm-events-1 broker=2] No checkpointed highwatermark is found for partition cm-events-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,367 INFO [Partition cm-events-1 broker=2] Log loaded for partition cm-events-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,367 INFO [Broker id=2] Follower cm-events-1 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,368 INFO [Broker id=2] Creating new partition cm-events-3 with topic id jV1O6Om_Rt6asOfxKfFkzA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,370 INFO [LogLoader partition=cm-events-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,370 INFO Created log for partition cm-events-3 in /var/lib/kafka/data-0/kafka-log2/cm-events-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,370 INFO [Partition cm-events-3 broker=2] No checkpointed highwatermark is found for partition cm-events-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,370 INFO [Partition cm-events-3 broker=2] Log loaded for partition cm-events-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,370 INFO [Broker id=2] Follower cm-events-3 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,370 INFO [Broker id=2] Creating new partition subscription-5 with topic id sladSs2qRe6JQXFx2Gibhw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,376 INFO [LogLoader partition=subscription-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,376 INFO Created log for partition subscription-5 in /var/lib/kafka/data-0/kafka-log2/subscription-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,377 INFO [Partition subscription-5 broker=2] No checkpointed highwatermark is found for partition subscription-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,377 INFO [Partition subscription-5 broker=2] Log loaded for partition subscription-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,377 INFO [Broker id=2] Follower subscription-5 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,377 INFO [Broker id=2] Creating new partition cps-data-updated-events-2 with topic id WL8ceIKgT8Sq0qhk2Gr9vg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,389 INFO [LogLoader partition=cps-data-updated-events-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,390 INFO Created log for partition cps-data-updated-events-2 in /var/lib/kafka/data-0/kafka-log2/cps-data-updated-events-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,390 INFO [Partition cps-data-updated-events-2 broker=2] No checkpointed highwatermark is found for partition cps-data-updated-events-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,390 INFO [Partition cps-data-updated-events-2 broker=2] Log loaded for partition cps-data-updated-events-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,390 INFO [Broker id=2] Follower cps-data-updated-events-2 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,390 INFO [Broker id=2] Creating new partition cps-data-updated-events-4 with topic id WL8ceIKgT8Sq0qhk2Gr9vg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,404 INFO [LogLoader partition=cps-data-updated-events-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,405 INFO Created log for partition cps-data-updated-events-4 in /var/lib/kafka/data-0/kafka-log2/cps-data-updated-events-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,405 INFO [Partition cps-data-updated-events-4 broker=2] No checkpointed highwatermark is found for partition cps-data-updated-events-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,405 INFO [Partition cps-data-updated-events-4 broker=2] Log loaded for partition cps-data-updated-events-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,405 INFO [Broker id=2] Follower cps-data-updated-events-4 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,405 INFO [Broker id=2] Creating new partition dmi-cm-events-3 with topic id RBpZCub2RfyaWBiBENXTmg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,411 INFO [LogLoader partition=dmi-cm-events-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,411 INFO Created log for partition dmi-cm-events-3 in /var/lib/kafka/data-0/kafka-log2/dmi-cm-events-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,411 INFO [Partition dmi-cm-events-3 broker=2] No checkpointed highwatermark is found for partition dmi-cm-events-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,411 INFO [Partition dmi-cm-events-3 broker=2] Log loaded for partition dmi-cm-events-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,411 INFO [Broker id=2] Follower dmi-cm-events-3 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,411 INFO [Broker id=2] Creating new partition dmi-device-heartbeat-2 with topic id O17Eu5G-Ru-y-6VwGg4i4A. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,424 INFO [LogLoader partition=dmi-device-heartbeat-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,425 INFO Created log for partition dmi-device-heartbeat-2 in /var/lib/kafka/data-0/kafka-log2/dmi-device-heartbeat-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,425 INFO [Partition dmi-device-heartbeat-2 broker=2] No checkpointed highwatermark is found for partition dmi-device-heartbeat-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,425 INFO [Partition dmi-device-heartbeat-2 broker=2] Log loaded for partition dmi-device-heartbeat-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,425 INFO [Broker id=2] Follower dmi-device-heartbeat-2 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,426 INFO [Broker id=2] Creating new partition dmi-device-heartbeat-0 with topic id O17Eu5G-Ru-y-6VwGg4i4A. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,430 INFO [LogLoader partition=dmi-device-heartbeat-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,431 INFO Created log for partition dmi-device-heartbeat-0 in /var/lib/kafka/data-0/kafka-log2/dmi-device-heartbeat-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,431 INFO [Partition dmi-device-heartbeat-0 broker=2] No checkpointed highwatermark is found for partition dmi-device-heartbeat-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,431 INFO [Partition dmi-device-heartbeat-0 broker=2] Log loaded for partition dmi-device-heartbeat-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,431 INFO [Broker id=2] Follower dmi-device-heartbeat-0 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,432 INFO [Broker id=2] Creating new partition ncmp-async-m2m-1 with topic id bNkrAhS4QzWGibGAF5LwQw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,434 INFO [LogLoader partition=ncmp-async-m2m-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,435 INFO Created log for partition ncmp-async-m2m-1 in /var/lib/kafka/data-0/kafka-log2/ncmp-async-m2m-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,435 INFO [Partition ncmp-async-m2m-1 broker=2] No checkpointed highwatermark is found for partition ncmp-async-m2m-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,435 INFO [Partition ncmp-async-m2m-1 broker=2] Log loaded for partition ncmp-async-m2m-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,435 INFO [Broker id=2] Follower ncmp-async-m2m-1 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,435 INFO [Broker id=2] Creating new partition subscription-response-0 with topic id cN19RgJIRByvTlCXa8xHxA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,437 INFO [LogLoader partition=subscription-response-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,438 INFO Created log for partition subscription-response-0 in /var/lib/kafka/data-0/kafka-log2/subscription-response-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,438 INFO [Partition subscription-response-0 broker=2] No checkpointed highwatermark is found for partition subscription-response-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,438 INFO [Partition subscription-response-0 broker=2] Log loaded for partition subscription-response-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,439 INFO [Broker id=2] Follower subscription-response-0 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,439 INFO [Broker id=2] Creating new partition ncmp-events-0 with topic id 2r1NtjwWSFKprf0nP1D8Eg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,441 INFO [LogLoader partition=ncmp-events-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,441 INFO Created log for partition ncmp-events-0 in /var/lib/kafka/data-0/kafka-log2/ncmp-events-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,441 INFO [Partition ncmp-events-0 broker=2] No checkpointed highwatermark is found for partition ncmp-events-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,441 INFO [Partition ncmp-events-0 broker=2] Log loaded for partition ncmp-events-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,442 INFO [Broker id=2] Follower ncmp-events-0 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,442 INFO [Broker id=2] Creating new partition ncmp-dmi-cm-avc-subscription-2 with topic id wjD0wv_JSsKZA1UlyX6Pxw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,444 INFO [LogLoader partition=ncmp-dmi-cm-avc-subscription-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,444 INFO Created log for partition ncmp-dmi-cm-avc-subscription-2 in /var/lib/kafka/data-0/kafka-log2/ncmp-dmi-cm-avc-subscription-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,444 INFO [Partition ncmp-dmi-cm-avc-subscription-2 broker=2] No checkpointed highwatermark is found for partition ncmp-dmi-cm-avc-subscription-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,444 INFO [Partition ncmp-dmi-cm-avc-subscription-2 broker=2] Log loaded for partition ncmp-dmi-cm-avc-subscription-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,445 INFO [Broker id=2] Follower ncmp-dmi-cm-avc-subscription-2 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,450 INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions Set(unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-1, ncmp-async-m2m-5, subscription-0, dmi-ncmp-cm-avc-subscription-3, cm-events-2, subscription-4, dmi-cm-events-2, ncmp-inventory-events-3, ncmp-events-5, ncmp-dmi-cm-avc-subscription-5, ncmp-events-1, ncmp-dmi-cm-avc-subscription-1, subscription-response-1, unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-4, ncmp-async-m2m-4, dmi-ncmp-cm-avc-subscription-4, subscription-1, cm-events-3, subscription-5, cps-data-updated-events-2, dmi-cm-events-3, dmi-device-heartbeat-2, ncmp-dmi-cm-avc-subscription-2, subscription-response-3, unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-3, ncmp-inventory-events-0, dmi-ncmp-cm-avc-subscription-1, cm-events-4, dmi-cm-events-0, cps-data-updated-events-1, ncmp-inventory-events-5, dmi-cm-events-4, cps-data-updated-events-5, ncmp-inventory-events-1, ncmp-dmi-cm-avc-subscription-3, dmi-device-heartbeat-3, ncmp-async-m2m-2, ncmp-events-3, subscription-response-4, dmi-device-heartbeat-4, unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-2, dmi-ncmp-cm-avc-subscription-2, cm-events-1, cps-data-updated-events-4, dmi-device-heartbeat-0, ncmp-async-m2m-1, subscription-response-0, ncmp-events-0) (kafka.server.ReplicaFetcherManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,450 INFO [Broker id=2] Stopped fetchers as part of become-follower for 48 partitions (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,459 INFO [ReplicaFetcherManager on broker 2] Added fetcher to broker 1 for partitions HashMap(cm-events-2 -> InitialFetchState(Some(jV1O6Om_Rt6asOfxKfFkzA),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), dmi-cm-events-0 -> InitialFetchState(Some(RBpZCub2RfyaWBiBENXTmg),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), dmi-cm-events-4 -> InitialFetchState(Some(RBpZCub2RfyaWBiBENXTmg),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), ncmp-inventory-events-3 -> InitialFetchState(Some(nyBZ8EwQQVy6kmZYTI98GA),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cps-data-updated-events-5 -> InitialFetchState(Some(WL8ceIKgT8Sq0qhk2Gr9vg),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), ncmp-inventory-events-1 -> InitialFetchState(Some(nyBZ8EwQQVy6kmZYTI98GA),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), ncmp-events-5 -> InitialFetchState(Some(2r1NtjwWSFKprf0nP1D8Eg),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), dmi-device-heartbeat-3 -> InitialFetchState(Some(O17Eu5G-Ru-y-6VwGg4i4A),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), ncmp-async-m2m-2 -> InitialFetchState(Some(bNkrAhS4QzWGibGAF5LwQw),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), ncmp-dmi-cm-avc-subscription-5 -> InitialFetchState(Some(wjD0wv_JSsKZA1UlyX6Pxw),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), ncmp-events-1 -> InitialFetchState(Some(2r1NtjwWSFKprf0nP1D8Eg),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), subscription-response-1 -> InitialFetchState(Some(cN19RgJIRByvTlCXa8xHxA),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), subscription-response-4 -> InitialFetchState(Some(cN19RgJIRByvTlCXa8xHxA),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-4 -> InitialFetchState(Some(L00qm5NRTyGewn7AryqWRw),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-2 -> InitialFetchState(Some(L00qm5NRTyGewn7AryqWRw),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), ncmp-async-m2m-4 -> InitialFetchState(Some(bNkrAhS4QzWGibGAF5LwQw),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), dmi-ncmp-cm-avc-subscription-4 -> InitialFetchState(Some(4vUfMqETTJqdqa-WPnqNXg),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), dmi-ncmp-cm-avc-subscription-2 -> InitialFetchState(Some(4vUfMqETTJqdqa-WPnqNXg),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), subscription-1 -> InitialFetchState(Some(sladSs2qRe6JQXFx2Gibhw),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cm-events-3 -> InitialFetchState(Some(jV1O6Om_Rt6asOfxKfFkzA),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), subscription-5 -> InitialFetchState(Some(sladSs2qRe6JQXFx2Gibhw),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cps-data-updated-events-2 -> InitialFetchState(Some(WL8ceIKgT8Sq0qhk2Gr9vg),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), dmi-device-heartbeat-0 -> InitialFetchState(Some(O17Eu5G-Ru-y-6VwGg4i4A),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), ncmp-dmi-cm-avc-subscription-2 -> InitialFetchState(Some(wjD0wv_JSsKZA1UlyX6Pxw),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,461 INFO [ReplicaFetcherManager on broker 2] Added fetcher to broker 0 for partitions HashMap(unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-1 -> InitialFetchState(Some(L00qm5NRTyGewn7AryqWRw),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), subscription-response-3 -> InitialFetchState(Some(cN19RgJIRByvTlCXa8xHxA),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-3 -> InitialFetchState(Some(L00qm5NRTyGewn7AryqWRw),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), ncmp-async-m2m-5 -> InitialFetchState(Some(bNkrAhS4QzWGibGAF5LwQw),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), ncmp-inventory-events-0 -> InitialFetchState(Some(nyBZ8EwQQVy6kmZYTI98GA),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), subscription-0 -> InitialFetchState(Some(sladSs2qRe6JQXFx2Gibhw),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), dmi-ncmp-cm-avc-subscription-3 -> InitialFetchState(Some(4vUfMqETTJqdqa-WPnqNXg),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), dmi-ncmp-cm-avc-subscription-1 -> InitialFetchState(Some(4vUfMqETTJqdqa-WPnqNXg),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), subscription-4 -> InitialFetchState(Some(sladSs2qRe6JQXFx2Gibhw),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cm-events-4 -> InitialFetchState(Some(jV1O6Om_Rt6asOfxKfFkzA),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), dmi-cm-events-2 -> InitialFetchState(Some(RBpZCub2RfyaWBiBENXTmg),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cps-data-updated-events-1 -> InitialFetchState(Some(WL8ceIKgT8Sq0qhk2Gr9vg),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), ncmp-inventory-events-5 -> InitialFetchState(Some(nyBZ8EwQQVy6kmZYTI98GA),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), ncmp-dmi-cm-avc-subscription-3 -> InitialFetchState(Some(wjD0wv_JSsKZA1UlyX6Pxw),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), ncmp-events-3 -> InitialFetchState(Some(2r1NtjwWSFKprf0nP1D8Eg),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), ncmp-dmi-cm-avc-subscription-1 -> InitialFetchState(Some(wjD0wv_JSsKZA1UlyX6Pxw),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), dmi-device-heartbeat-4 -> InitialFetchState(Some(O17Eu5G-Ru-y-6VwGg4i4A),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cm-events-1 -> InitialFetchState(Some(jV1O6Om_Rt6asOfxKfFkzA),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), dmi-cm-events-3 -> InitialFetchState(Some(RBpZCub2RfyaWBiBENXTmg),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cps-data-updated-events-4 -> InitialFetchState(Some(WL8ceIKgT8Sq0qhk2Gr9vg),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), dmi-device-heartbeat-2 -> InitialFetchState(Some(O17Eu5G-Ru-y-6VwGg4i4A),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), ncmp-async-m2m-1 -> InitialFetchState(Some(bNkrAhS4QzWGibGAF5LwQw),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), subscription-response-0 -> InitialFetchState(Some(cN19RgJIRByvTlCXa8xHxA),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), ncmp-events-0 -> InitialFetchState(Some(2r1NtjwWSFKprf0nP1D8Eg),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,461 INFO [Broker id=2] Started fetchers as part of become-follower for 48 partitions (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,466 INFO [DynamicConfigPublisher broker id=2] Updating topic ncmp-async-m2m with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,469 INFO [DynamicConfigPublisher broker id=2] Updating topic cm-events with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,470 INFO [DynamicConfigPublisher broker id=2] Updating topic subscription with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,471 INFO [DynamicConfigPublisher broker id=2] Updating topic dmi-device-heartbeat with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,472 INFO [DynamicConfigPublisher broker id=2] Updating topic dmi-ncmp-cm-avc-subscription with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,473 INFO [DynamicConfigPublisher broker id=2] Updating topic ncmp-events with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,474 INFO [DynamicConfigPublisher broker id=2] Updating topic ncmp-dmi-cm-avc-subscription with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,475 INFO [DynamicConfigPublisher broker id=2] Updating topic subscription-response with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,476 INFO [DynamicConfigPublisher broker id=2] Updating topic dmi-cm-events with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,477 INFO [DynamicConfigPublisher broker id=2] Updating topic cps-data-updated-events with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,477 INFO [DynamicConfigPublisher broker id=2] Updating topic ncmp-inventory-events with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,480 INFO [DynamicConfigPublisher broker id=2] Updating topic unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:09,506 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition cm-events-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,506 INFO [UnifiedLog partition=cm-events-2, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,506 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition dmi-cm-events-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,506 INFO [UnifiedLog partition=dmi-cm-events-0, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,506 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition dmi-cm-events-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,506 INFO [UnifiedLog partition=dmi-cm-events-4, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,506 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition ncmp-inventory-events-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,506 INFO [UnifiedLog partition=ncmp-inventory-events-3, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,506 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition cps-data-updated-events-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,512 INFO [UnifiedLog partition=cps-data-updated-events-5, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,512 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition ncmp-inventory-events-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,512 INFO [UnifiedLog partition=ncmp-inventory-events-1, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,512 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition ncmp-events-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,512 INFO [UnifiedLog partition=ncmp-events-5, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,513 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition dmi-device-heartbeat-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,513 INFO [UnifiedLog partition=dmi-device-heartbeat-3, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,513 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition ncmp-async-m2m-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,513 INFO [UnifiedLog partition=ncmp-async-m2m-2, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,513 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition ncmp-dmi-cm-avc-subscription-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,513 INFO [UnifiedLog partition=ncmp-dmi-cm-avc-subscription-5, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,516 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition ncmp-events-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,516 INFO [UnifiedLog partition=ncmp-events-1, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,516 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition subscription-response-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,516 INFO [UnifiedLog partition=subscription-response-1, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,516 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition subscription-response-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,516 INFO [UnifiedLog partition=subscription-response-4, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,516 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,516 INFO [UnifiedLog partition=unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,516 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,517 INFO [UnifiedLog partition=unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,517 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition ncmp-async-m2m-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,517 INFO [UnifiedLog partition=ncmp-async-m2m-4, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,517 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition dmi-ncmp-cm-avc-subscription-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,517 INFO [UnifiedLog partition=dmi-ncmp-cm-avc-subscription-4, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,517 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition dmi-ncmp-cm-avc-subscription-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,517 INFO [UnifiedLog partition=dmi-ncmp-cm-avc-subscription-2, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,517 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition subscription-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,517 INFO [UnifiedLog partition=subscription-1, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,517 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition cm-events-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,517 INFO [UnifiedLog partition=cm-events-3, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,517 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition subscription-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,517 INFO [UnifiedLog partition=subscription-5, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,517 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition cps-data-updated-events-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,517 INFO [UnifiedLog partition=cps-data-updated-events-2, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,517 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition dmi-device-heartbeat-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,517 INFO [UnifiedLog partition=dmi-device-heartbeat-0, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,517 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition ncmp-dmi-cm-avc-subscription-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,517 INFO [UnifiedLog partition=ncmp-dmi-cm-avc-subscription-2, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:09,687 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,688 INFO [UnifiedLog partition=unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,688 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition subscription-response-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,688 INFO [UnifiedLog partition=subscription-response-3, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,688 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,688 INFO [UnifiedLog partition=unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,688 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition ncmp-async-m2m-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,688 INFO [UnifiedLog partition=ncmp-async-m2m-5, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,688 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition ncmp-inventory-events-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,688 INFO [UnifiedLog partition=ncmp-inventory-events-0, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,688 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition subscription-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,688 INFO [UnifiedLog partition=subscription-0, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,688 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition dmi-ncmp-cm-avc-subscription-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,688 INFO [UnifiedLog partition=dmi-ncmp-cm-avc-subscription-3, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,688 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition dmi-ncmp-cm-avc-subscription-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,688 INFO [UnifiedLog partition=dmi-ncmp-cm-avc-subscription-1, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,688 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition subscription-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,688 INFO [UnifiedLog partition=subscription-4, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,689 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition cm-events-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,689 INFO [UnifiedLog partition=cm-events-4, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,689 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition dmi-cm-events-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,689 INFO [UnifiedLog partition=dmi-cm-events-2, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,689 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition cps-data-updated-events-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,689 INFO [UnifiedLog partition=cps-data-updated-events-1, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,689 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition ncmp-inventory-events-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,689 INFO [UnifiedLog partition=ncmp-inventory-events-5, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,689 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition ncmp-dmi-cm-avc-subscription-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,689 INFO [UnifiedLog partition=ncmp-dmi-cm-avc-subscription-3, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,689 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition ncmp-events-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,690 INFO [UnifiedLog partition=ncmp-events-3, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,690 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition ncmp-dmi-cm-avc-subscription-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,690 INFO [UnifiedLog partition=ncmp-dmi-cm-avc-subscription-1, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,690 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition dmi-device-heartbeat-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,690 INFO [UnifiedLog partition=dmi-device-heartbeat-4, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,690 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition cm-events-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,690 INFO [UnifiedLog partition=cm-events-1, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,690 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition dmi-cm-events-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,690 INFO [UnifiedLog partition=dmi-cm-events-3, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,690 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition cps-data-updated-events-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,690 INFO [UnifiedLog partition=cps-data-updated-events-4, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,691 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition dmi-device-heartbeat-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,691 INFO [UnifiedLog partition=dmi-device-heartbeat-2, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,691 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition ncmp-async-m2m-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,691 INFO [UnifiedLog partition=ncmp-async-m2m-1, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,691 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition subscription-response-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,691 INFO [UnifiedLog partition=subscription-response-0, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,691 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition ncmp-events-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:09,691 INFO [UnifiedLog partition=ncmp-events-0, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:26,422 INFO [Broker id=2] Transitioning 6 partition(s) to local leaders. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,423 INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions Set(SEC_3GPP_FAULTSUPERVISION_OUTPUT-3, SEC_3GPP_FAULTSUPERVISION_OUTPUT-0, unauthenticated.VES_PNFREG_OUTPUT-2, SEC_3GPP_PROVISIONING_OUTPUT-5, SEC_3GPP_PROVISIONING_OUTPUT-2, unauthenticated.VES_PNFREG_OUTPUT-3) (kafka.server.ReplicaFetcherManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,424 INFO [Broker id=2] Creating new partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-3 with topic id c9QPXp8GSAWF1e9hTiq2pA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,427 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,428 INFO Created log for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-3 in /var/lib/kafka/data-0/kafka-log2/SEC_3GPP_FAULTSUPERVISION_OUTPUT-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,429 INFO [Partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-3 broker=2] No checkpointed highwatermark is found for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,429 INFO [Partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-3 broker=2] Log loaded for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,429 INFO [Broker id=2] Leader SEC_3GPP_FAULTSUPERVISION_OUTPUT-3 with topic id Some(c9QPXp8GSAWF1e9hTiq2pA) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,444 INFO [Broker id=2] Creating new partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-0 with topic id c9QPXp8GSAWF1e9hTiq2pA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,447 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,448 INFO Created log for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-0 in /var/lib/kafka/data-0/kafka-log2/SEC_3GPP_FAULTSUPERVISION_OUTPUT-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,448 INFO [Partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-0 broker=2] No checkpointed highwatermark is found for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,448 INFO [Partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-0 broker=2] Log loaded for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,448 INFO [Broker id=2] Leader SEC_3GPP_FAULTSUPERVISION_OUTPUT-0 with topic id Some(c9QPXp8GSAWF1e9hTiq2pA) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,456 INFO [Broker id=2] Creating new partition unauthenticated.VES_PNFREG_OUTPUT-2 with topic id XhB5Pxf2SJy1zsFvYoG4ow. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,459 INFO [LogLoader partition=unauthenticated.VES_PNFREG_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,460 INFO Created log for partition unauthenticated.VES_PNFREG_OUTPUT-2 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.VES_PNFREG_OUTPUT-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,460 INFO [Partition unauthenticated.VES_PNFREG_OUTPUT-2 broker=2] No checkpointed highwatermark is found for partition unauthenticated.VES_PNFREG_OUTPUT-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,460 INFO [Partition unauthenticated.VES_PNFREG_OUTPUT-2 broker=2] Log loaded for partition unauthenticated.VES_PNFREG_OUTPUT-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,460 INFO [Broker id=2] Leader unauthenticated.VES_PNFREG_OUTPUT-2 with topic id Some(XhB5Pxf2SJy1zsFvYoG4ow) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,468 INFO [Broker id=2] Creating new partition SEC_3GPP_PROVISIONING_OUTPUT-5 with topic id Z5cHGaqcQ_aNVydjvcUB7w. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,471 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,472 INFO Created log for partition SEC_3GPP_PROVISIONING_OUTPUT-5 in /var/lib/kafka/data-0/kafka-log2/SEC_3GPP_PROVISIONING_OUTPUT-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,472 INFO [Partition SEC_3GPP_PROVISIONING_OUTPUT-5 broker=2] No checkpointed highwatermark is found for partition SEC_3GPP_PROVISIONING_OUTPUT-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,472 INFO [Partition SEC_3GPP_PROVISIONING_OUTPUT-5 broker=2] Log loaded for partition SEC_3GPP_PROVISIONING_OUTPUT-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,472 INFO [Broker id=2] Leader SEC_3GPP_PROVISIONING_OUTPUT-5 with topic id Some(Z5cHGaqcQ_aNVydjvcUB7w) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,519 INFO [Broker id=2] Creating new partition SEC_3GPP_PROVISIONING_OUTPUT-2 with topic id Z5cHGaqcQ_aNVydjvcUB7w. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,524 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,524 INFO Created log for partition SEC_3GPP_PROVISIONING_OUTPUT-2 in /var/lib/kafka/data-0/kafka-log2/SEC_3GPP_PROVISIONING_OUTPUT-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,525 INFO [Partition SEC_3GPP_PROVISIONING_OUTPUT-2 broker=2] No checkpointed highwatermark is found for partition SEC_3GPP_PROVISIONING_OUTPUT-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,525 INFO [Partition SEC_3GPP_PROVISIONING_OUTPUT-2 broker=2] Log loaded for partition SEC_3GPP_PROVISIONING_OUTPUT-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,525 INFO [Broker id=2] Leader SEC_3GPP_PROVISIONING_OUTPUT-2 with topic id Some(Z5cHGaqcQ_aNVydjvcUB7w) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,535 INFO [Broker id=2] Creating new partition unauthenticated.VES_PNFREG_OUTPUT-3 with topic id XhB5Pxf2SJy1zsFvYoG4ow. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,538 INFO [LogLoader partition=unauthenticated.VES_PNFREG_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,539 INFO Created log for partition unauthenticated.VES_PNFREG_OUTPUT-3 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.VES_PNFREG_OUTPUT-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,539 INFO [Partition unauthenticated.VES_PNFREG_OUTPUT-3 broker=2] No checkpointed highwatermark is found for partition unauthenticated.VES_PNFREG_OUTPUT-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,539 INFO [Partition unauthenticated.VES_PNFREG_OUTPUT-3 broker=2] Log loaded for partition unauthenticated.VES_PNFREG_OUTPUT-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,539 INFO [Broker id=2] Leader unauthenticated.VES_PNFREG_OUTPUT-3 with topic id Some(XhB5Pxf2SJy1zsFvYoG4ow) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,1,0], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,553 INFO [Broker id=2] Transitioning 12 partition(s) to local followers. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,554 INFO [Broker id=2] Creating new partition SEC_3GPP_PROVISIONING_OUTPUT-4 with topic id Z5cHGaqcQ_aNVydjvcUB7w. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,556 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,557 INFO Created log for partition SEC_3GPP_PROVISIONING_OUTPUT-4 in /var/lib/kafka/data-0/kafka-log2/SEC_3GPP_PROVISIONING_OUTPUT-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,557 INFO [Partition SEC_3GPP_PROVISIONING_OUTPUT-4 broker=2] No checkpointed highwatermark is found for partition SEC_3GPP_PROVISIONING_OUTPUT-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,557 INFO [Partition SEC_3GPP_PROVISIONING_OUTPUT-4 broker=2] Log loaded for partition SEC_3GPP_PROVISIONING_OUTPUT-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,557 INFO [Broker id=2] Follower SEC_3GPP_PROVISIONING_OUTPUT-4 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,558 INFO [Broker id=2] Creating new partition unauthenticated.VES_PNFREG_OUTPUT-4 with topic id XhB5Pxf2SJy1zsFvYoG4ow. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,562 INFO [LogLoader partition=unauthenticated.VES_PNFREG_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,562 INFO Created log for partition unauthenticated.VES_PNFREG_OUTPUT-4 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.VES_PNFREG_OUTPUT-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,562 INFO [Partition unauthenticated.VES_PNFREG_OUTPUT-4 broker=2] No checkpointed highwatermark is found for partition unauthenticated.VES_PNFREG_OUTPUT-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,562 INFO [Partition unauthenticated.VES_PNFREG_OUTPUT-4 broker=2] Log loaded for partition unauthenticated.VES_PNFREG_OUTPUT-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,563 INFO [Broker id=2] Follower unauthenticated.VES_PNFREG_OUTPUT-4 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,563 INFO [Broker id=2] Creating new partition SEC_3GPP_PROVISIONING_OUTPUT-3 with topic id Z5cHGaqcQ_aNVydjvcUB7w. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,565 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,566 INFO Created log for partition SEC_3GPP_PROVISIONING_OUTPUT-3 in /var/lib/kafka/data-0/kafka-log2/SEC_3GPP_PROVISIONING_OUTPUT-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,566 INFO [Partition SEC_3GPP_PROVISIONING_OUTPUT-3 broker=2] No checkpointed highwatermark is found for partition SEC_3GPP_PROVISIONING_OUTPUT-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,566 INFO [Partition SEC_3GPP_PROVISIONING_OUTPUT-3 broker=2] Log loaded for partition SEC_3GPP_PROVISIONING_OUTPUT-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,566 INFO [Broker id=2] Follower SEC_3GPP_PROVISIONING_OUTPUT-3 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,566 INFO [Broker id=2] Creating new partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-4 with topic id c9QPXp8GSAWF1e9hTiq2pA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,578 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,579 INFO Created log for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-4 in /var/lib/kafka/data-0/kafka-log2/SEC_3GPP_FAULTSUPERVISION_OUTPUT-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,579 INFO [Partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-4 broker=2] No checkpointed highwatermark is found for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,579 INFO [Partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-4 broker=2] Log loaded for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,580 INFO [Broker id=2] Follower SEC_3GPP_FAULTSUPERVISION_OUTPUT-4 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,580 INFO [Broker id=2] Creating new partition SEC_3GPP_PROVISIONING_OUTPUT-0 with topic id Z5cHGaqcQ_aNVydjvcUB7w. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,592 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,593 INFO Created log for partition SEC_3GPP_PROVISIONING_OUTPUT-0 in /var/lib/kafka/data-0/kafka-log2/SEC_3GPP_PROVISIONING_OUTPUT-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,593 INFO [Partition SEC_3GPP_PROVISIONING_OUTPUT-0 broker=2] No checkpointed highwatermark is found for partition SEC_3GPP_PROVISIONING_OUTPUT-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,593 INFO [Partition SEC_3GPP_PROVISIONING_OUTPUT-0 broker=2] Log loaded for partition SEC_3GPP_PROVISIONING_OUTPUT-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,593 INFO [Broker id=2] Follower SEC_3GPP_PROVISIONING_OUTPUT-0 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,593 INFO [Broker id=2] Creating new partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-5 with topic id c9QPXp8GSAWF1e9hTiq2pA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,597 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,598 INFO Created log for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-5 in /var/lib/kafka/data-0/kafka-log2/SEC_3GPP_FAULTSUPERVISION_OUTPUT-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,598 INFO [Partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-5 broker=2] No checkpointed highwatermark is found for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,598 INFO [Partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-5 broker=2] Log loaded for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,598 INFO [Broker id=2] Follower SEC_3GPP_FAULTSUPERVISION_OUTPUT-5 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,598 INFO [Broker id=2] Creating new partition unauthenticated.VES_PNFREG_OUTPUT-5 with topic id XhB5Pxf2SJy1zsFvYoG4ow. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,605 INFO [LogLoader partition=unauthenticated.VES_PNFREG_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,605 INFO Created log for partition unauthenticated.VES_PNFREG_OUTPUT-5 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.VES_PNFREG_OUTPUT-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,605 INFO [Partition unauthenticated.VES_PNFREG_OUTPUT-5 broker=2] No checkpointed highwatermark is found for partition unauthenticated.VES_PNFREG_OUTPUT-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,606 INFO [Partition unauthenticated.VES_PNFREG_OUTPUT-5 broker=2] Log loaded for partition unauthenticated.VES_PNFREG_OUTPUT-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,606 INFO [Broker id=2] Follower unauthenticated.VES_PNFREG_OUTPUT-5 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,606 INFO [Broker id=2] Creating new partition SEC_3GPP_PROVISIONING_OUTPUT-1 with topic id Z5cHGaqcQ_aNVydjvcUB7w. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,610 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,611 INFO Created log for partition SEC_3GPP_PROVISIONING_OUTPUT-1 in /var/lib/kafka/data-0/kafka-log2/SEC_3GPP_PROVISIONING_OUTPUT-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,611 INFO [Partition SEC_3GPP_PROVISIONING_OUTPUT-1 broker=2] No checkpointed highwatermark is found for partition SEC_3GPP_PROVISIONING_OUTPUT-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,615 INFO [Partition SEC_3GPP_PROVISIONING_OUTPUT-1 broker=2] Log loaded for partition SEC_3GPP_PROVISIONING_OUTPUT-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,615 INFO [Broker id=2] Follower SEC_3GPP_PROVISIONING_OUTPUT-1 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,615 INFO [Broker id=2] Creating new partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-2 with topic id c9QPXp8GSAWF1e9hTiq2pA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,617 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,617 INFO Created log for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-2 in /var/lib/kafka/data-0/kafka-log2/SEC_3GPP_FAULTSUPERVISION_OUTPUT-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,618 INFO [Partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-2 broker=2] No checkpointed highwatermark is found for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,618 INFO [Partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-2 broker=2] Log loaded for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,618 INFO [Broker id=2] Follower SEC_3GPP_FAULTSUPERVISION_OUTPUT-2 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,618 INFO [Broker id=2] Creating new partition unauthenticated.VES_PNFREG_OUTPUT-0 with topic id XhB5Pxf2SJy1zsFvYoG4ow. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,621 INFO [LogLoader partition=unauthenticated.VES_PNFREG_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,622 INFO Created log for partition unauthenticated.VES_PNFREG_OUTPUT-0 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.VES_PNFREG_OUTPUT-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,622 INFO [Partition unauthenticated.VES_PNFREG_OUTPUT-0 broker=2] No checkpointed highwatermark is found for partition unauthenticated.VES_PNFREG_OUTPUT-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,622 INFO [Partition unauthenticated.VES_PNFREG_OUTPUT-0 broker=2] Log loaded for partition unauthenticated.VES_PNFREG_OUTPUT-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,622 INFO [Broker id=2] Follower unauthenticated.VES_PNFREG_OUTPUT-0 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,622 INFO [Broker id=2] Creating new partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-1 with topic id c9QPXp8GSAWF1e9hTiq2pA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,626 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,627 INFO Created log for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-1 in /var/lib/kafka/data-0/kafka-log2/SEC_3GPP_FAULTSUPERVISION_OUTPUT-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,627 INFO [Partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-1 broker=2] No checkpointed highwatermark is found for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,627 INFO [Partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-1 broker=2] Log loaded for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,627 INFO [Broker id=2] Follower SEC_3GPP_FAULTSUPERVISION_OUTPUT-1 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,627 INFO [Broker id=2] Creating new partition unauthenticated.VES_PNFREG_OUTPUT-1 with topic id XhB5Pxf2SJy1zsFvYoG4ow. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,629 INFO [LogLoader partition=unauthenticated.VES_PNFREG_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,629 INFO Created log for partition unauthenticated.VES_PNFREG_OUTPUT-1 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.VES_PNFREG_OUTPUT-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,629 INFO [Partition unauthenticated.VES_PNFREG_OUTPUT-1 broker=2] No checkpointed highwatermark is found for partition unauthenticated.VES_PNFREG_OUTPUT-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,629 INFO [Partition unauthenticated.VES_PNFREG_OUTPUT-1 broker=2] Log loaded for partition unauthenticated.VES_PNFREG_OUTPUT-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,629 INFO [Broker id=2] Follower unauthenticated.VES_PNFREG_OUTPUT-1 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,630 INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions Set(SEC_3GPP_PROVISIONING_OUTPUT-4, SEC_3GPP_PROVISIONING_OUTPUT-3, SEC_3GPP_FAULTSUPERVISION_OUTPUT-4, SEC_3GPP_PROVISIONING_OUTPUT-0, SEC_3GPP_FAULTSUPERVISION_OUTPUT-5, SEC_3GPP_PROVISIONING_OUTPUT-1, unauthenticated.VES_PNFREG_OUTPUT-0, unauthenticated.VES_PNFREG_OUTPUT-1, unauthenticated.VES_PNFREG_OUTPUT-4, unauthenticated.VES_PNFREG_OUTPUT-5, SEC_3GPP_FAULTSUPERVISION_OUTPUT-2, SEC_3GPP_FAULTSUPERVISION_OUTPUT-1) (kafka.server.ReplicaFetcherManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,630 INFO [Broker id=2] Stopped fetchers as part of become-follower for 12 partitions (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,630 INFO [ReplicaFetcherManager on broker 2] Added fetcher to broker 1 for partitions HashMap(SEC_3GPP_PROVISIONING_OUTPUT-4 -> InitialFetchState(Some(Z5cHGaqcQ_aNVydjvcUB7w),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.VES_PNFREG_OUTPUT-4 -> InitialFetchState(Some(XhB5Pxf2SJy1zsFvYoG4ow),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), SEC_3GPP_FAULTSUPERVISION_OUTPUT-5 -> InitialFetchState(Some(c9QPXp8GSAWF1e9hTiq2pA),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), SEC_3GPP_PROVISIONING_OUTPUT-1 -> InitialFetchState(Some(Z5cHGaqcQ_aNVydjvcUB7w),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), SEC_3GPP_FAULTSUPERVISION_OUTPUT-2 -> InitialFetchState(Some(c9QPXp8GSAWF1e9hTiq2pA),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.VES_PNFREG_OUTPUT-1 -> InitialFetchState(Some(XhB5Pxf2SJy1zsFvYoG4ow),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,631 INFO [ReplicaFetcherManager on broker 2] Added fetcher to broker 0 for partitions HashMap(SEC_3GPP_PROVISIONING_OUTPUT-3 -> InitialFetchState(Some(Z5cHGaqcQ_aNVydjvcUB7w),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), SEC_3GPP_FAULTSUPERVISION_OUTPUT-4 -> InitialFetchState(Some(c9QPXp8GSAWF1e9hTiq2pA),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), SEC_3GPP_PROVISIONING_OUTPUT-0 -> InitialFetchState(Some(Z5cHGaqcQ_aNVydjvcUB7w),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.VES_PNFREG_OUTPUT-5 -> InitialFetchState(Some(XhB5Pxf2SJy1zsFvYoG4ow),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.VES_PNFREG_OUTPUT-0 -> InitialFetchState(Some(XhB5Pxf2SJy1zsFvYoG4ow),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), SEC_3GPP_FAULTSUPERVISION_OUTPUT-1 -> InitialFetchState(Some(c9QPXp8GSAWF1e9hTiq2pA),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,631 INFO [Broker id=2] Started fetchers as part of become-follower for 12 partitions (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,632 INFO [DynamicConfigPublisher broker id=2] Updating topic unauthenticated.VES_PNFREG_OUTPUT with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,633 INFO [DynamicConfigPublisher broker id=2] Updating topic SEC_3GPP_FAULTSUPERVISION_OUTPUT with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,633 INFO [DynamicConfigPublisher broker id=2] Updating topic SEC_3GPP_PROVISIONING_OUTPUT with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:26,847 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition SEC_3GPP_PROVISIONING_OUTPUT-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:26,847 INFO [UnifiedLog partition=SEC_3GPP_PROVISIONING_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:26,847 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition unauthenticated.VES_PNFREG_OUTPUT-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:26,847 INFO [UnifiedLog partition=unauthenticated.VES_PNFREG_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:26,848 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:26,848 INFO [UnifiedLog partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:26,848 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition SEC_3GPP_PROVISIONING_OUTPUT-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:26,848 INFO [UnifiedLog partition=SEC_3GPP_PROVISIONING_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:26,848 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:26,848 INFO [UnifiedLog partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:26,848 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition unauthenticated.VES_PNFREG_OUTPUT-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:26,848 INFO [UnifiedLog partition=unauthenticated.VES_PNFREG_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:27,045 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition SEC_3GPP_PROVISIONING_OUTPUT-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:27,045 INFO [UnifiedLog partition=SEC_3GPP_PROVISIONING_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:27,045 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:27,045 INFO [UnifiedLog partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:27,045 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition SEC_3GPP_PROVISIONING_OUTPUT-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:27,045 INFO [UnifiedLog partition=SEC_3GPP_PROVISIONING_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:27,045 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition unauthenticated.VES_PNFREG_OUTPUT-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:27,045 INFO [UnifiedLog partition=unauthenticated.VES_PNFREG_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:27,045 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition unauthenticated.VES_PNFREG_OUTPUT-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:27,045 INFO [UnifiedLog partition=unauthenticated.VES_PNFREG_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:27,045 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:27,045 INFO [UnifiedLog partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:27,802 INFO [Broker id=2] Transitioning 28 partition(s) to local leaders. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,802 INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions Set(SEC_3GPP_HEARTBEAT_OUTPUT-3, unauthenticated.SEC_HEARTBEAT_OUTPUT-2, unauthenticated.SEC_OTHER_OUTPUT-4, unauthenticated.VES_NOTIFICATION_OUTPUT-5, unauthenticated.PNF_READY-5, unauthenticated.PNF_UPDATE-2, unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3, unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1, unauthenticated.VES_NOTIFICATION_OUTPUT-0, SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1, unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-0, SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3, unauthenticated.SEC_FAULT_OUTPUT-5, unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-2, unauthenticated.VES_MEASUREMENT_OUTPUT-1, SEC_3GPP_HEARTBEAT_OUTPUT-2, unauthenticated.SEC_FAULT_OUTPUT-1, unauthenticated.SEC_OTHER_OUTPUT-1, HV_VES_PERF3GPP-0, unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-2, unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-4, unauthenticated.PNF_READY-2, unauthenticated.SEC_HEARTBEAT_OUTPUT-5, HV_VES_PERF3GPP-4, unauthenticated.PNF_UPDATE-5, unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-5, unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-5, unauthenticated.VES_MEASUREMENT_OUTPUT-4) (kafka.server.ReplicaFetcherManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,803 INFO [Broker id=2] Creating new partition SEC_3GPP_HEARTBEAT_OUTPUT-3 with topic id CLOKgiXASlOepXmE90Wo6Q. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,807 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,808 INFO Created log for partition SEC_3GPP_HEARTBEAT_OUTPUT-3 in /var/lib/kafka/data-0/kafka-log2/SEC_3GPP_HEARTBEAT_OUTPUT-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,809 INFO [Partition SEC_3GPP_HEARTBEAT_OUTPUT-3 broker=2] No checkpointed highwatermark is found for partition SEC_3GPP_HEARTBEAT_OUTPUT-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,809 INFO [Partition SEC_3GPP_HEARTBEAT_OUTPUT-3 broker=2] Log loaded for partition SEC_3GPP_HEARTBEAT_OUTPUT-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,809 INFO [Broker id=2] Leader SEC_3GPP_HEARTBEAT_OUTPUT-3 with topic id Some(CLOKgiXASlOepXmE90Wo6Q) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,1,0], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,826 INFO [Broker id=2] Creating new partition unauthenticated.SEC_HEARTBEAT_OUTPUT-2 with topic id 0qgB8adzScKBurJ-BJL_KA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,833 INFO [LogLoader partition=unauthenticated.SEC_HEARTBEAT_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,834 INFO Created log for partition unauthenticated.SEC_HEARTBEAT_OUTPUT-2 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_HEARTBEAT_OUTPUT-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,835 INFO [Partition unauthenticated.SEC_HEARTBEAT_OUTPUT-2 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_HEARTBEAT_OUTPUT-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,835 INFO [Partition unauthenticated.SEC_HEARTBEAT_OUTPUT-2 broker=2] Log loaded for partition unauthenticated.SEC_HEARTBEAT_OUTPUT-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,835 INFO [Broker id=2] Leader unauthenticated.SEC_HEARTBEAT_OUTPUT-2 with topic id Some(0qgB8adzScKBurJ-BJL_KA) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,848 INFO [Broker id=2] Creating new partition unauthenticated.SEC_OTHER_OUTPUT-4 with topic id 969NwjatRKubJnaOfIjpxA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,852 INFO [LogLoader partition=unauthenticated.SEC_OTHER_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,853 INFO Created log for partition unauthenticated.SEC_OTHER_OUTPUT-4 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_OTHER_OUTPUT-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,853 INFO [Partition unauthenticated.SEC_OTHER_OUTPUT-4 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_OTHER_OUTPUT-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,854 INFO [Partition unauthenticated.SEC_OTHER_OUTPUT-4 broker=2] Log loaded for partition unauthenticated.SEC_OTHER_OUTPUT-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,854 INFO [Broker id=2] Leader unauthenticated.SEC_OTHER_OUTPUT-4 with topic id Some(969NwjatRKubJnaOfIjpxA) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,865 INFO [Broker id=2] Creating new partition unauthenticated.VES_NOTIFICATION_OUTPUT-5 with topic id T3WQJ2hMTSq6XSsnOSp5Rg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,869 INFO [LogLoader partition=unauthenticated.VES_NOTIFICATION_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,870 INFO Created log for partition unauthenticated.VES_NOTIFICATION_OUTPUT-5 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.VES_NOTIFICATION_OUTPUT-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,870 INFO [Partition unauthenticated.VES_NOTIFICATION_OUTPUT-5 broker=2] No checkpointed highwatermark is found for partition unauthenticated.VES_NOTIFICATION_OUTPUT-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,870 INFO [Partition unauthenticated.VES_NOTIFICATION_OUTPUT-5 broker=2] Log loaded for partition unauthenticated.VES_NOTIFICATION_OUTPUT-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,870 INFO [Broker id=2] Leader unauthenticated.VES_NOTIFICATION_OUTPUT-5 with topic id Some(T3WQJ2hMTSq6XSsnOSp5Rg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,878 INFO [Broker id=2] Creating new partition unauthenticated.PNF_READY-5 with topic id z6Ooj_xaRbeMo4DH-3TMGA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,881 INFO [LogLoader partition=unauthenticated.PNF_READY-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,882 INFO Created log for partition unauthenticated.PNF_READY-5 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.PNF_READY-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,882 INFO [Partition unauthenticated.PNF_READY-5 broker=2] No checkpointed highwatermark is found for partition unauthenticated.PNF_READY-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,882 INFO [Partition unauthenticated.PNF_READY-5 broker=2] Log loaded for partition unauthenticated.PNF_READY-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,882 INFO [Broker id=2] Leader unauthenticated.PNF_READY-5 with topic id Some(z6Ooj_xaRbeMo4DH-3TMGA) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,891 INFO [Broker id=2] Creating new partition unauthenticated.PNF_UPDATE-2 with topic id SZ_p2S7YRayawbTh4X-ZYQ. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,895 INFO [LogLoader partition=unauthenticated.PNF_UPDATE-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,896 INFO Created log for partition unauthenticated.PNF_UPDATE-2 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.PNF_UPDATE-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,896 INFO [Partition unauthenticated.PNF_UPDATE-2 broker=2] No checkpointed highwatermark is found for partition unauthenticated.PNF_UPDATE-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,896 INFO [Partition unauthenticated.PNF_UPDATE-2 broker=2] Log loaded for partition unauthenticated.PNF_UPDATE-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,896 INFO [Broker id=2] Leader unauthenticated.PNF_UPDATE-2 with topic id Some(SZ_p2S7YRayawbTh4X-ZYQ) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,904 INFO [Broker id=2] Creating new partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3 with topic id dbQvpfRwSpqNYX3POYboLw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,908 INFO [LogLoader partition=unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,908 INFO Created log for partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,909 INFO [Partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,909 INFO [Partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3 broker=2] Log loaded for partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,909 INFO [Broker id=2] Leader unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3 with topic id Some(dbQvpfRwSpqNYX3POYboLw) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,1,0], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,923 INFO [Broker id=2] Creating new partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1 with topic id dbQvpfRwSpqNYX3POYboLw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,927 INFO [LogLoader partition=unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,927 INFO Created log for partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,927 INFO [Partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,927 INFO [Partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1 broker=2] Log loaded for partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,927 INFO [Broker id=2] Leader unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1 with topic id Some(dbQvpfRwSpqNYX3POYboLw) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,936 INFO [Broker id=2] Creating new partition unauthenticated.VES_NOTIFICATION_OUTPUT-0 with topic id T3WQJ2hMTSq6XSsnOSp5Rg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,943 INFO [LogLoader partition=unauthenticated.VES_NOTIFICATION_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,945 INFO Created log for partition unauthenticated.VES_NOTIFICATION_OUTPUT-0 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.VES_NOTIFICATION_OUTPUT-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,945 INFO [Partition unauthenticated.VES_NOTIFICATION_OUTPUT-0 broker=2] No checkpointed highwatermark is found for partition unauthenticated.VES_NOTIFICATION_OUTPUT-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,945 INFO [Partition unauthenticated.VES_NOTIFICATION_OUTPUT-0 broker=2] Log loaded for partition unauthenticated.VES_NOTIFICATION_OUTPUT-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,945 INFO [Broker id=2] Leader unauthenticated.VES_NOTIFICATION_OUTPUT-0 with topic id Some(T3WQJ2hMTSq6XSsnOSp5Rg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,953 INFO [Broker id=2] Creating new partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1 with topic id zm5qtTkORkGjsjKFLFjyAQ. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,956 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,957 INFO Created log for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1 in /var/lib/kafka/data-0/kafka-log2/SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,957 INFO [Partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1 broker=2] No checkpointed highwatermark is found for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,957 INFO [Partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1 broker=2] Log loaded for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,957 INFO [Broker id=2] Leader SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1 with topic id Some(zm5qtTkORkGjsjKFLFjyAQ) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,965 INFO [Broker id=2] Creating new partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-0 with topic id HyhdxTszTza5YY-w26CA2g. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,973 INFO [LogLoader partition=unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,983 INFO Created log for partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-0 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,983 INFO [Partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-0 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,983 INFO [Partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-0 broker=2] Log loaded for partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,984 INFO [Broker id=2] Leader unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-0 with topic id Some(HyhdxTszTza5YY-w26CA2g) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:27,997 INFO [Broker id=2] Creating new partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3 with topic id zm5qtTkORkGjsjKFLFjyAQ. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,001 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,002 INFO Created log for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3 in /var/lib/kafka/data-0/kafka-log2/SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,002 INFO [Partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3 broker=2] No checkpointed highwatermark is found for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,002 INFO [Partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3 broker=2] Log loaded for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,002 INFO [Broker id=2] Leader SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3 with topic id Some(zm5qtTkORkGjsjKFLFjyAQ) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,1,0], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,011 INFO [Broker id=2] Creating new partition unauthenticated.SEC_FAULT_OUTPUT-5 with topic id VmeHhsi6QbSwnUFr-pyLmA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,016 INFO [LogLoader partition=unauthenticated.SEC_FAULT_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,018 INFO Created log for partition unauthenticated.SEC_FAULT_OUTPUT-5 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_FAULT_OUTPUT-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,018 INFO [Partition unauthenticated.SEC_FAULT_OUTPUT-5 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_FAULT_OUTPUT-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,018 INFO [Partition unauthenticated.SEC_FAULT_OUTPUT-5 broker=2] Log loaded for partition unauthenticated.SEC_FAULT_OUTPUT-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,019 INFO [Broker id=2] Leader unauthenticated.SEC_FAULT_OUTPUT-5 with topic id Some(VmeHhsi6QbSwnUFr-pyLmA) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,027 INFO [Broker id=2] Creating new partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-2 with topic id ak9fnsflSw62TFsLZ09xIw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,030 INFO [LogLoader partition=unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,032 INFO Created log for partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-2 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,032 INFO [Partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-2 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,032 INFO [Partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-2 broker=2] Log loaded for partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,033 INFO [Broker id=2] Leader unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-2 with topic id Some(ak9fnsflSw62TFsLZ09xIw) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,044 INFO [Broker id=2] Creating new partition unauthenticated.VES_MEASUREMENT_OUTPUT-1 with topic id C1ePKlgDTr-GCICwpf2sVw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,047 INFO [LogLoader partition=unauthenticated.VES_MEASUREMENT_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,048 INFO Created log for partition unauthenticated.VES_MEASUREMENT_OUTPUT-1 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.VES_MEASUREMENT_OUTPUT-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,048 INFO [Partition unauthenticated.VES_MEASUREMENT_OUTPUT-1 broker=2] No checkpointed highwatermark is found for partition unauthenticated.VES_MEASUREMENT_OUTPUT-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,048 INFO [Partition unauthenticated.VES_MEASUREMENT_OUTPUT-1 broker=2] Log loaded for partition unauthenticated.VES_MEASUREMENT_OUTPUT-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,048 INFO [Broker id=2] Leader unauthenticated.VES_MEASUREMENT_OUTPUT-1 with topic id Some(C1ePKlgDTr-GCICwpf2sVw) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,059 INFO [Broker id=2] Creating new partition SEC_3GPP_HEARTBEAT_OUTPUT-2 with topic id CLOKgiXASlOepXmE90Wo6Q. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,066 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,066 INFO Created log for partition SEC_3GPP_HEARTBEAT_OUTPUT-2 in /var/lib/kafka/data-0/kafka-log2/SEC_3GPP_HEARTBEAT_OUTPUT-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,066 INFO [Partition SEC_3GPP_HEARTBEAT_OUTPUT-2 broker=2] No checkpointed highwatermark is found for partition SEC_3GPP_HEARTBEAT_OUTPUT-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,066 INFO [Partition SEC_3GPP_HEARTBEAT_OUTPUT-2 broker=2] Log loaded for partition SEC_3GPP_HEARTBEAT_OUTPUT-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,066 INFO [Broker id=2] Leader SEC_3GPP_HEARTBEAT_OUTPUT-2 with topic id Some(CLOKgiXASlOepXmE90Wo6Q) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,078 INFO [Broker id=2] Creating new partition unauthenticated.SEC_FAULT_OUTPUT-1 with topic id VmeHhsi6QbSwnUFr-pyLmA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,081 INFO [LogLoader partition=unauthenticated.SEC_FAULT_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,081 INFO Created log for partition unauthenticated.SEC_FAULT_OUTPUT-1 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_FAULT_OUTPUT-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,081 INFO [Partition unauthenticated.SEC_FAULT_OUTPUT-1 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_FAULT_OUTPUT-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,081 INFO [Partition unauthenticated.SEC_FAULT_OUTPUT-1 broker=2] Log loaded for partition unauthenticated.SEC_FAULT_OUTPUT-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,081 INFO [Broker id=2] Leader unauthenticated.SEC_FAULT_OUTPUT-1 with topic id Some(VmeHhsi6QbSwnUFr-pyLmA) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,090 INFO [Broker id=2] Creating new partition unauthenticated.SEC_OTHER_OUTPUT-1 with topic id 969NwjatRKubJnaOfIjpxA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,093 INFO [LogLoader partition=unauthenticated.SEC_OTHER_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,094 INFO Created log for partition unauthenticated.SEC_OTHER_OUTPUT-1 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_OTHER_OUTPUT-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,094 INFO [Partition unauthenticated.SEC_OTHER_OUTPUT-1 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_OTHER_OUTPUT-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,094 INFO [Partition unauthenticated.SEC_OTHER_OUTPUT-1 broker=2] Log loaded for partition unauthenticated.SEC_OTHER_OUTPUT-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,094 INFO [Broker id=2] Leader unauthenticated.SEC_OTHER_OUTPUT-1 with topic id Some(969NwjatRKubJnaOfIjpxA) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,103 INFO [Broker id=2] Creating new partition HV_VES_PERF3GPP-0 with topic id VCDVQQWsTLi5AmhJvI9rOA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,105 INFO [LogLoader partition=HV_VES_PERF3GPP-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,106 INFO Created log for partition HV_VES_PERF3GPP-0 in /var/lib/kafka/data-0/kafka-log2/HV_VES_PERF3GPP-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,106 INFO [Partition HV_VES_PERF3GPP-0 broker=2] No checkpointed highwatermark is found for partition HV_VES_PERF3GPP-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,106 INFO [Partition HV_VES_PERF3GPP-0 broker=2] Log loaded for partition HV_VES_PERF3GPP-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,106 INFO [Broker id=2] Leader HV_VES_PERF3GPP-0 with topic id Some(VCDVQQWsTLi5AmhJvI9rOA) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,118 INFO [Broker id=2] Creating new partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-2 with topic id A4I6yi9TTe-oMjr5s_U1AQ. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,121 INFO [LogLoader partition=unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,122 INFO Created log for partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-2 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,122 INFO [Partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-2 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,122 INFO [Partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-2 broker=2] Log loaded for partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,122 INFO [Broker id=2] Leader unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-2 with topic id Some(A4I6yi9TTe-oMjr5s_U1AQ) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,136 INFO [Broker id=2] Creating new partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-4 with topic id A4I6yi9TTe-oMjr5s_U1AQ. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,139 INFO [LogLoader partition=unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,140 INFO Created log for partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-4 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,140 INFO [Partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-4 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,140 INFO [Partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-4 broker=2] Log loaded for partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,140 INFO [Broker id=2] Leader unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-4 with topic id Some(A4I6yi9TTe-oMjr5s_U1AQ) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,153 INFO [Broker id=2] Creating new partition unauthenticated.PNF_READY-2 with topic id z6Ooj_xaRbeMo4DH-3TMGA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,155 INFO [LogLoader partition=unauthenticated.PNF_READY-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,156 INFO Created log for partition unauthenticated.PNF_READY-2 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.PNF_READY-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,156 INFO [Partition unauthenticated.PNF_READY-2 broker=2] No checkpointed highwatermark is found for partition unauthenticated.PNF_READY-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,156 INFO [Partition unauthenticated.PNF_READY-2 broker=2] Log loaded for partition unauthenticated.PNF_READY-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,156 INFO [Broker id=2] Leader unauthenticated.PNF_READY-2 with topic id Some(z6Ooj_xaRbeMo4DH-3TMGA) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,167 INFO [Broker id=2] Creating new partition unauthenticated.SEC_HEARTBEAT_OUTPUT-5 with topic id 0qgB8adzScKBurJ-BJL_KA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,170 INFO [LogLoader partition=unauthenticated.SEC_HEARTBEAT_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,170 INFO Created log for partition unauthenticated.SEC_HEARTBEAT_OUTPUT-5 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_HEARTBEAT_OUTPUT-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,170 INFO [Partition unauthenticated.SEC_HEARTBEAT_OUTPUT-5 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_HEARTBEAT_OUTPUT-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,170 INFO [Partition unauthenticated.SEC_HEARTBEAT_OUTPUT-5 broker=2] Log loaded for partition unauthenticated.SEC_HEARTBEAT_OUTPUT-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,170 INFO [Broker id=2] Leader unauthenticated.SEC_HEARTBEAT_OUTPUT-5 with topic id Some(0qgB8adzScKBurJ-BJL_KA) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,1,0], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,178 INFO [Broker id=2] Creating new partition HV_VES_PERF3GPP-4 with topic id VCDVQQWsTLi5AmhJvI9rOA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,181 INFO [LogLoader partition=HV_VES_PERF3GPP-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,181 INFO Created log for partition HV_VES_PERF3GPP-4 in /var/lib/kafka/data-0/kafka-log2/HV_VES_PERF3GPP-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,181 INFO [Partition HV_VES_PERF3GPP-4 broker=2] No checkpointed highwatermark is found for partition HV_VES_PERF3GPP-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,182 INFO [Partition HV_VES_PERF3GPP-4 broker=2] Log loaded for partition HV_VES_PERF3GPP-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,182 INFO [Broker id=2] Leader HV_VES_PERF3GPP-4 with topic id Some(VCDVQQWsTLi5AmhJvI9rOA) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,191 INFO [Broker id=2] Creating new partition unauthenticated.PNF_UPDATE-5 with topic id SZ_p2S7YRayawbTh4X-ZYQ. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,196 INFO [LogLoader partition=unauthenticated.PNF_UPDATE-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,197 INFO Created log for partition unauthenticated.PNF_UPDATE-5 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.PNF_UPDATE-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,197 INFO [Partition unauthenticated.PNF_UPDATE-5 broker=2] No checkpointed highwatermark is found for partition unauthenticated.PNF_UPDATE-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,197 INFO [Partition unauthenticated.PNF_UPDATE-5 broker=2] Log loaded for partition unauthenticated.PNF_UPDATE-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,197 INFO [Broker id=2] Leader unauthenticated.PNF_UPDATE-5 with topic id Some(SZ_p2S7YRayawbTh4X-ZYQ) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,207 INFO [Broker id=2] Creating new partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-5 with topic id ak9fnsflSw62TFsLZ09xIw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,211 INFO [LogLoader partition=unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,212 INFO Created log for partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-5 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,212 INFO [Partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-5 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,212 INFO [Partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-5 broker=2] Log loaded for partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,212 INFO [Broker id=2] Leader unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-5 with topic id Some(ak9fnsflSw62TFsLZ09xIw) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,1,0], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,226 INFO [Broker id=2] Creating new partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-5 with topic id HyhdxTszTza5YY-w26CA2g. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,229 INFO [LogLoader partition=unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,229 INFO Created log for partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-5 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,229 INFO [Partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-5 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,229 INFO [Partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-5 broker=2] Log loaded for partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,229 INFO [Broker id=2] Leader unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-5 with topic id Some(HyhdxTszTza5YY-w26CA2g) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,241 INFO [Broker id=2] Creating new partition unauthenticated.VES_MEASUREMENT_OUTPUT-4 with topic id C1ePKlgDTr-GCICwpf2sVw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,254 INFO [LogLoader partition=unauthenticated.VES_MEASUREMENT_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,255 INFO Created log for partition unauthenticated.VES_MEASUREMENT_OUTPUT-4 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.VES_MEASUREMENT_OUTPUT-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,255 INFO [Partition unauthenticated.VES_MEASUREMENT_OUTPUT-4 broker=2] No checkpointed highwatermark is found for partition unauthenticated.VES_MEASUREMENT_OUTPUT-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,257 INFO [Partition unauthenticated.VES_MEASUREMENT_OUTPUT-4 broker=2] Log loaded for partition unauthenticated.VES_MEASUREMENT_OUTPUT-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,258 INFO [Broker id=2] Leader unauthenticated.VES_MEASUREMENT_OUTPUT-4 with topic id Some(C1ePKlgDTr-GCICwpf2sVw) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,283 INFO [Broker id=2] Transitioning 56 partition(s) to local followers. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,283 INFO [Broker id=2] Creating new partition HV_VES_PERF3GPP-1 with topic id VCDVQQWsTLi5AmhJvI9rOA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,286 INFO [LogLoader partition=HV_VES_PERF3GPP-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,287 INFO Created log for partition HV_VES_PERF3GPP-1 in /var/lib/kafka/data-0/kafka-log2/HV_VES_PERF3GPP-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,287 INFO [Partition HV_VES_PERF3GPP-1 broker=2] No checkpointed highwatermark is found for partition HV_VES_PERF3GPP-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,287 INFO [Partition HV_VES_PERF3GPP-1 broker=2] Log loaded for partition HV_VES_PERF3GPP-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,287 INFO [Broker id=2] Follower HV_VES_PERF3GPP-1 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,287 INFO [Broker id=2] Creating new partition unauthenticated.SEC_OTHER_OUTPUT-2 with topic id 969NwjatRKubJnaOfIjpxA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,292 INFO [LogLoader partition=unauthenticated.SEC_OTHER_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,293 INFO Created log for partition unauthenticated.SEC_OTHER_OUTPUT-2 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_OTHER_OUTPUT-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,293 INFO [Partition unauthenticated.SEC_OTHER_OUTPUT-2 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_OTHER_OUTPUT-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,293 INFO [Partition unauthenticated.SEC_OTHER_OUTPUT-2 broker=2] Log loaded for partition unauthenticated.SEC_OTHER_OUTPUT-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,293 INFO [Broker id=2] Follower unauthenticated.SEC_OTHER_OUTPUT-2 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,293 INFO [Broker id=2] Creating new partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-1 with topic id A4I6yi9TTe-oMjr5s_U1AQ. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,303 INFO [LogLoader partition=unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,305 INFO Created log for partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-1 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,305 INFO [Partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-1 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,305 INFO [Partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-1 broker=2] Log loaded for partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,305 INFO [Broker id=2] Follower unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-1 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,306 INFO [Broker id=2] Creating new partition unauthenticated.PNF_READY-3 with topic id z6Ooj_xaRbeMo4DH-3TMGA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,308 INFO [LogLoader partition=unauthenticated.PNF_READY-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,310 INFO Created log for partition unauthenticated.PNF_READY-3 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.PNF_READY-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,310 INFO [Partition unauthenticated.PNF_READY-3 broker=2] No checkpointed highwatermark is found for partition unauthenticated.PNF_READY-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,310 INFO [Partition unauthenticated.PNF_READY-3 broker=2] Log loaded for partition unauthenticated.PNF_READY-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,310 INFO [Broker id=2] Follower unauthenticated.PNF_READY-3 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,311 INFO [Broker id=2] Creating new partition HV_VES_PERF3GPP-5 with topic id VCDVQQWsTLi5AmhJvI9rOA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,318 INFO [LogLoader partition=HV_VES_PERF3GPP-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,319 INFO Created log for partition HV_VES_PERF3GPP-5 in /var/lib/kafka/data-0/kafka-log2/HV_VES_PERF3GPP-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,319 INFO [Partition HV_VES_PERF3GPP-5 broker=2] No checkpointed highwatermark is found for partition HV_VES_PERF3GPP-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,319 INFO [Partition HV_VES_PERF3GPP-5 broker=2] Log loaded for partition HV_VES_PERF3GPP-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,319 INFO [Broker id=2] Follower HV_VES_PERF3GPP-5 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,319 INFO [Broker id=2] Creating new partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-5 with topic id A4I6yi9TTe-oMjr5s_U1AQ. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,322 INFO [LogLoader partition=unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,322 INFO Created log for partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-5 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,322 INFO [Partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-5 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,322 INFO [Partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-5 broker=2] Log loaded for partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,322 INFO [Broker id=2] Follower unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-5 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,323 INFO [Broker id=2] Creating new partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-4 with topic id ak9fnsflSw62TFsLZ09xIw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,325 INFO [LogLoader partition=unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,325 INFO Created log for partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-4 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,325 INFO [Partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-4 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,325 INFO [Partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-4 broker=2] Log loaded for partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,325 INFO [Broker id=2] Follower unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-4 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,325 INFO [Broker id=2] Creating new partition unauthenticated.VES_NOTIFICATION_OUTPUT-2 with topic id T3WQJ2hMTSq6XSsnOSp5Rg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,327 INFO [LogLoader partition=unauthenticated.VES_NOTIFICATION_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,328 INFO Created log for partition unauthenticated.VES_NOTIFICATION_OUTPUT-2 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.VES_NOTIFICATION_OUTPUT-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,328 INFO [Partition unauthenticated.VES_NOTIFICATION_OUTPUT-2 broker=2] No checkpointed highwatermark is found for partition unauthenticated.VES_NOTIFICATION_OUTPUT-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,328 INFO [Partition unauthenticated.VES_NOTIFICATION_OUTPUT-2 broker=2] Log loaded for partition unauthenticated.VES_NOTIFICATION_OUTPUT-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,328 INFO [Broker id=2] Follower unauthenticated.VES_NOTIFICATION_OUTPUT-2 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,328 INFO [Broker id=2] Creating new partition unauthenticated.VES_MEASUREMENT_OUTPUT-5 with topic id C1ePKlgDTr-GCICwpf2sVw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,330 INFO [LogLoader partition=unauthenticated.VES_MEASUREMENT_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,331 INFO Created log for partition unauthenticated.VES_MEASUREMENT_OUTPUT-5 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.VES_MEASUREMENT_OUTPUT-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,331 INFO [Partition unauthenticated.VES_MEASUREMENT_OUTPUT-5 broker=2] No checkpointed highwatermark is found for partition unauthenticated.VES_MEASUREMENT_OUTPUT-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,331 INFO [Partition unauthenticated.VES_MEASUREMENT_OUTPUT-5 broker=2] Log loaded for partition unauthenticated.VES_MEASUREMENT_OUTPUT-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,331 INFO [Broker id=2] Follower unauthenticated.VES_MEASUREMENT_OUTPUT-5 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,331 INFO [Broker id=2] Creating new partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-2 with topic id HyhdxTszTza5YY-w26CA2g. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,340 INFO [LogLoader partition=unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,341 INFO Created log for partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-2 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,341 INFO [Partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-2 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,341 INFO [Partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-2 broker=2] Log loaded for partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,341 INFO [Broker id=2] Follower unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-2 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,341 INFO [Broker id=2] Creating new partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5 with topic id zm5qtTkORkGjsjKFLFjyAQ. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,346 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,348 INFO Created log for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5 in /var/lib/kafka/data-0/kafka-log2/SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,348 INFO [Partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5 broker=2] No checkpointed highwatermark is found for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,348 INFO [Partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5 broker=2] Log loaded for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,348 INFO [Broker id=2] Follower SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,348 INFO [Broker id=2] Creating new partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-0 with topic id ak9fnsflSw62TFsLZ09xIw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,353 INFO [LogLoader partition=unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,354 INFO Created log for partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-0 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,354 INFO [Partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-0 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,354 INFO [Partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-0 broker=2] Log loaded for partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,354 INFO [Broker id=2] Follower unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-0 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,354 INFO [Broker id=2] Creating new partition unauthenticated.SEC_HEARTBEAT_OUTPUT-3 with topic id 0qgB8adzScKBurJ-BJL_KA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,359 INFO [LogLoader partition=unauthenticated.SEC_HEARTBEAT_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,359 INFO Created log for partition unauthenticated.SEC_HEARTBEAT_OUTPUT-3 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_HEARTBEAT_OUTPUT-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,360 INFO [Partition unauthenticated.SEC_HEARTBEAT_OUTPUT-3 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_HEARTBEAT_OUTPUT-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,360 INFO [Partition unauthenticated.SEC_HEARTBEAT_OUTPUT-3 broker=2] Log loaded for partition unauthenticated.SEC_HEARTBEAT_OUTPUT-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,360 INFO [Broker id=2] Follower unauthenticated.SEC_HEARTBEAT_OUTPUT-3 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,360 INFO [Broker id=2] Creating new partition unauthenticated.SEC_OTHER_OUTPUT-5 with topic id 969NwjatRKubJnaOfIjpxA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,364 INFO [LogLoader partition=unauthenticated.SEC_OTHER_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,365 INFO Created log for partition unauthenticated.SEC_OTHER_OUTPUT-5 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_OTHER_OUTPUT-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,365 INFO [Partition unauthenticated.SEC_OTHER_OUTPUT-5 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_OTHER_OUTPUT-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,365 INFO [Partition unauthenticated.SEC_OTHER_OUTPUT-5 broker=2] Log loaded for partition unauthenticated.SEC_OTHER_OUTPUT-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,366 INFO [Broker id=2] Follower unauthenticated.SEC_OTHER_OUTPUT-5 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,366 INFO [Broker id=2] Creating new partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-0 with topic id A4I6yi9TTe-oMjr5s_U1AQ. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,370 INFO [LogLoader partition=unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,370 INFO Created log for partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-0 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,370 INFO [Partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-0 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,370 INFO [Partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-0 broker=2] Log loaded for partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,371 INFO [Broker id=2] Follower unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-0 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,371 INFO [Broker id=2] Creating new partition unauthenticated.PNF_UPDATE-3 with topic id SZ_p2S7YRayawbTh4X-ZYQ. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,373 INFO [LogLoader partition=unauthenticated.PNF_UPDATE-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,374 INFO Created log for partition unauthenticated.PNF_UPDATE-3 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.PNF_UPDATE-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,374 INFO [Partition unauthenticated.PNF_UPDATE-3 broker=2] No checkpointed highwatermark is found for partition unauthenticated.PNF_UPDATE-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,374 INFO [Partition unauthenticated.PNF_UPDATE-3 broker=2] Log loaded for partition unauthenticated.PNF_UPDATE-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,374 INFO [Broker id=2] Follower unauthenticated.PNF_UPDATE-3 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,374 INFO [Broker id=2] Creating new partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-3 with topic id ak9fnsflSw62TFsLZ09xIw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,377 INFO [LogLoader partition=unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,378 INFO Created log for partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-3 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,378 INFO [Partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-3 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,378 INFO [Partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-3 broker=2] Log loaded for partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,378 INFO [Broker id=2] Follower unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-3 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,378 INFO [Broker id=2] Creating new partition unauthenticated.VES_MEASUREMENT_OUTPUT-0 with topic id C1ePKlgDTr-GCICwpf2sVw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,381 INFO [LogLoader partition=unauthenticated.VES_MEASUREMENT_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,382 INFO Created log for partition unauthenticated.VES_MEASUREMENT_OUTPUT-0 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.VES_MEASUREMENT_OUTPUT-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,382 INFO [Partition unauthenticated.VES_MEASUREMENT_OUTPUT-0 broker=2] No checkpointed highwatermark is found for partition unauthenticated.VES_MEASUREMENT_OUTPUT-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,382 INFO [Partition unauthenticated.VES_MEASUREMENT_OUTPUT-0 broker=2] Log loaded for partition unauthenticated.VES_MEASUREMENT_OUTPUT-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,382 INFO [Broker id=2] Follower unauthenticated.VES_MEASUREMENT_OUTPUT-0 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,382 INFO [Broker id=2] Creating new partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4 with topic id dbQvpfRwSpqNYX3POYboLw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,389 INFO [LogLoader partition=unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,390 INFO Created log for partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,390 INFO [Partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,391 INFO [Partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4 broker=2] Log loaded for partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,391 INFO [Broker id=2] Follower unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,391 INFO [Broker id=2] Creating new partition unauthenticated.VES_NOTIFICATION_OUTPUT-1 with topic id T3WQJ2hMTSq6XSsnOSp5Rg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,396 INFO [LogLoader partition=unauthenticated.VES_NOTIFICATION_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,397 INFO Created log for partition unauthenticated.VES_NOTIFICATION_OUTPUT-1 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.VES_NOTIFICATION_OUTPUT-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,397 INFO [Partition unauthenticated.VES_NOTIFICATION_OUTPUT-1 broker=2] No checkpointed highwatermark is found for partition unauthenticated.VES_NOTIFICATION_OUTPUT-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,397 INFO [Partition unauthenticated.VES_NOTIFICATION_OUTPUT-1 broker=2] Log loaded for partition unauthenticated.VES_NOTIFICATION_OUTPUT-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,397 INFO [Broker id=2] Follower unauthenticated.VES_NOTIFICATION_OUTPUT-1 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,397 INFO [Broker id=2] Creating new partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0 with topic id dbQvpfRwSpqNYX3POYboLw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,401 INFO [LogLoader partition=unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,402 INFO Created log for partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,402 INFO [Partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,402 INFO [Partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0 broker=2] Log loaded for partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,402 INFO [Broker id=2] Follower unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,402 INFO [Broker id=2] Creating new partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-1 with topic id HyhdxTszTza5YY-w26CA2g. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,404 INFO [LogLoader partition=unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,405 INFO Created log for partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-1 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,405 INFO [Partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-1 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,405 INFO [Partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-1 broker=2] Log loaded for partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,405 INFO [Broker id=2] Follower unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-1 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,405 INFO [Broker id=2] Creating new partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0 with topic id zm5qtTkORkGjsjKFLFjyAQ. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,408 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,409 INFO Created log for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0 in /var/lib/kafka/data-0/kafka-log2/SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,409 INFO [Partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0 broker=2] No checkpointed highwatermark is found for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,409 INFO [Partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0 broker=2] Log loaded for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,409 INFO [Broker id=2] Follower SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,409 INFO [Broker id=2] Creating new partition unauthenticated.SEC_FAULT_OUTPUT-2 with topic id VmeHhsi6QbSwnUFr-pyLmA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,412 INFO [LogLoader partition=unauthenticated.SEC_FAULT_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,412 INFO Created log for partition unauthenticated.SEC_FAULT_OUTPUT-2 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_FAULT_OUTPUT-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,412 INFO [Partition unauthenticated.SEC_FAULT_OUTPUT-2 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_FAULT_OUTPUT-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,412 INFO [Partition unauthenticated.SEC_FAULT_OUTPUT-2 broker=2] Log loaded for partition unauthenticated.SEC_FAULT_OUTPUT-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,412 INFO [Broker id=2] Follower unauthenticated.SEC_FAULT_OUTPUT-2 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,413 INFO [Broker id=2] Creating new partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4 with topic id zm5qtTkORkGjsjKFLFjyAQ. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,416 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,416 INFO Created log for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4 in /var/lib/kafka/data-0/kafka-log2/SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,416 INFO [Partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4 broker=2] No checkpointed highwatermark is found for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,416 INFO [Partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4 broker=2] Log loaded for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,417 INFO [Broker id=2] Follower SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,417 INFO [Broker id=2] Creating new partition SEC_3GPP_HEARTBEAT_OUTPUT-1 with topic id CLOKgiXASlOepXmE90Wo6Q. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,419 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,420 INFO Created log for partition SEC_3GPP_HEARTBEAT_OUTPUT-1 in /var/lib/kafka/data-0/kafka-log2/SEC_3GPP_HEARTBEAT_OUTPUT-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,420 INFO [Partition SEC_3GPP_HEARTBEAT_OUTPUT-1 broker=2] No checkpointed highwatermark is found for partition SEC_3GPP_HEARTBEAT_OUTPUT-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,420 INFO [Partition SEC_3GPP_HEARTBEAT_OUTPUT-1 broker=2] Log loaded for partition SEC_3GPP_HEARTBEAT_OUTPUT-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,420 INFO [Broker id=2] Follower SEC_3GPP_HEARTBEAT_OUTPUT-1 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,420 INFO [Broker id=2] Creating new partition unauthenticated.SEC_HEARTBEAT_OUTPUT-0 with topic id 0qgB8adzScKBurJ-BJL_KA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,423 INFO [LogLoader partition=unauthenticated.SEC_HEARTBEAT_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,424 INFO Created log for partition unauthenticated.SEC_HEARTBEAT_OUTPUT-0 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_HEARTBEAT_OUTPUT-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,424 INFO [Partition unauthenticated.SEC_HEARTBEAT_OUTPUT-0 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_HEARTBEAT_OUTPUT-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,424 INFO [Partition unauthenticated.SEC_HEARTBEAT_OUTPUT-0 broker=2] Log loaded for partition unauthenticated.SEC_HEARTBEAT_OUTPUT-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,424 INFO [Broker id=2] Follower unauthenticated.SEC_HEARTBEAT_OUTPUT-0 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,424 INFO [Broker id=2] Creating new partition unauthenticated.SEC_OTHER_OUTPUT-0 with topic id 969NwjatRKubJnaOfIjpxA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,428 INFO [LogLoader partition=unauthenticated.SEC_OTHER_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,428 INFO Created log for partition unauthenticated.SEC_OTHER_OUTPUT-0 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_OTHER_OUTPUT-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,428 INFO [Partition unauthenticated.SEC_OTHER_OUTPUT-0 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_OTHER_OUTPUT-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,428 INFO [Partition unauthenticated.SEC_OTHER_OUTPUT-0 broker=2] Log loaded for partition unauthenticated.SEC_OTHER_OUTPUT-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,429 INFO [Broker id=2] Follower unauthenticated.SEC_OTHER_OUTPUT-0 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,429 INFO [Broker id=2] Creating new partition SEC_3GPP_HEARTBEAT_OUTPUT-5 with topic id CLOKgiXASlOepXmE90Wo6Q. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,433 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,433 INFO Created log for partition SEC_3GPP_HEARTBEAT_OUTPUT-5 in /var/lib/kafka/data-0/kafka-log2/SEC_3GPP_HEARTBEAT_OUTPUT-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,433 INFO [Partition SEC_3GPP_HEARTBEAT_OUTPUT-5 broker=2] No checkpointed highwatermark is found for partition SEC_3GPP_HEARTBEAT_OUTPUT-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,433 INFO [Partition SEC_3GPP_HEARTBEAT_OUTPUT-5 broker=2] Log loaded for partition SEC_3GPP_HEARTBEAT_OUTPUT-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,433 INFO [Broker id=2] Follower SEC_3GPP_HEARTBEAT_OUTPUT-5 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,433 INFO [Broker id=2] Creating new partition unauthenticated.PNF_READY-1 with topic id z6Ooj_xaRbeMo4DH-3TMGA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,437 INFO [LogLoader partition=unauthenticated.PNF_READY-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,438 INFO Created log for partition unauthenticated.PNF_READY-1 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.PNF_READY-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,438 INFO [Partition unauthenticated.PNF_READY-1 broker=2] No checkpointed highwatermark is found for partition unauthenticated.PNF_READY-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,438 INFO [Partition unauthenticated.PNF_READY-1 broker=2] Log loaded for partition unauthenticated.PNF_READY-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,438 INFO [Broker id=2] Follower unauthenticated.PNF_READY-1 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,438 INFO [Broker id=2] Creating new partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-3 with topic id A4I6yi9TTe-oMjr5s_U1AQ. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,442 INFO [LogLoader partition=unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,442 INFO Created log for partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-3 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,442 INFO [Partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-3 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,442 INFO [Partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-3 broker=2] Log loaded for partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,442 INFO [Broker id=2] Follower unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-3 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,442 INFO [Broker id=2] Creating new partition unauthenticated.SEC_HEARTBEAT_OUTPUT-4 with topic id 0qgB8adzScKBurJ-BJL_KA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,444 INFO [LogLoader partition=unauthenticated.SEC_HEARTBEAT_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,445 INFO Created log for partition unauthenticated.SEC_HEARTBEAT_OUTPUT-4 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_HEARTBEAT_OUTPUT-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,445 INFO [Partition unauthenticated.SEC_HEARTBEAT_OUTPUT-4 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_HEARTBEAT_OUTPUT-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,445 INFO [Partition unauthenticated.SEC_HEARTBEAT_OUTPUT-4 broker=2] Log loaded for partition unauthenticated.SEC_HEARTBEAT_OUTPUT-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,445 INFO [Broker id=2] Follower unauthenticated.SEC_HEARTBEAT_OUTPUT-4 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,445 INFO [Broker id=2] Creating new partition HV_VES_PERF3GPP-3 with topic id VCDVQQWsTLi5AmhJvI9rOA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,448 INFO [LogLoader partition=HV_VES_PERF3GPP-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,448 INFO Created log for partition HV_VES_PERF3GPP-3 in /var/lib/kafka/data-0/kafka-log2/HV_VES_PERF3GPP-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,448 INFO [Partition HV_VES_PERF3GPP-3 broker=2] No checkpointed highwatermark is found for partition HV_VES_PERF3GPP-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,448 INFO [Partition HV_VES_PERF3GPP-3 broker=2] Log loaded for partition HV_VES_PERF3GPP-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,448 INFO [Broker id=2] Follower HV_VES_PERF3GPP-3 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,448 INFO [Broker id=2] Creating new partition unauthenticated.PNF_UPDATE-4 with topic id SZ_p2S7YRayawbTh4X-ZYQ. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,452 INFO [LogLoader partition=unauthenticated.PNF_UPDATE-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,453 INFO Created log for partition unauthenticated.PNF_UPDATE-4 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.PNF_UPDATE-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,453 INFO [Partition unauthenticated.PNF_UPDATE-4 broker=2] No checkpointed highwatermark is found for partition unauthenticated.PNF_UPDATE-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,453 INFO [Partition unauthenticated.PNF_UPDATE-4 broker=2] Log loaded for partition unauthenticated.PNF_UPDATE-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,453 INFO [Broker id=2] Follower unauthenticated.PNF_UPDATE-4 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,453 INFO [Broker id=2] Creating new partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5 with topic id dbQvpfRwSpqNYX3POYboLw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,456 INFO [LogLoader partition=unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,456 INFO Created log for partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,456 INFO [Partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,456 INFO [Partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5 broker=2] Log loaded for partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,456 INFO [Broker id=2] Follower unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,456 INFO [Broker id=2] Creating new partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-4 with topic id HyhdxTszTza5YY-w26CA2g. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,460 INFO [LogLoader partition=unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,460 INFO Created log for partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-4 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,460 INFO [Partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-4 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,460 INFO [Partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-4 broker=2] Log loaded for partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,460 INFO [Broker id=2] Follower unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-4 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,461 INFO [Broker id=2] Creating new partition unauthenticated.SEC_FAULT_OUTPUT-3 with topic id VmeHhsi6QbSwnUFr-pyLmA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,465 INFO [LogLoader partition=unauthenticated.SEC_FAULT_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,465 INFO Created log for partition unauthenticated.SEC_FAULT_OUTPUT-3 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_FAULT_OUTPUT-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,465 INFO [Partition unauthenticated.SEC_FAULT_OUTPUT-3 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_FAULT_OUTPUT-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,465 INFO [Partition unauthenticated.SEC_FAULT_OUTPUT-3 broker=2] Log loaded for partition unauthenticated.SEC_FAULT_OUTPUT-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,465 INFO [Broker id=2] Follower unauthenticated.SEC_FAULT_OUTPUT-3 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,465 INFO [Broker id=2] Creating new partition SEC_3GPP_HEARTBEAT_OUTPUT-0 with topic id CLOKgiXASlOepXmE90Wo6Q. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,470 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,470 INFO Created log for partition SEC_3GPP_HEARTBEAT_OUTPUT-0 in /var/lib/kafka/data-0/kafka-log2/SEC_3GPP_HEARTBEAT_OUTPUT-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,470 INFO [Partition SEC_3GPP_HEARTBEAT_OUTPUT-0 broker=2] No checkpointed highwatermark is found for partition SEC_3GPP_HEARTBEAT_OUTPUT-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,470 INFO [Partition SEC_3GPP_HEARTBEAT_OUTPUT-0 broker=2] Log loaded for partition SEC_3GPP_HEARTBEAT_OUTPUT-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,471 INFO [Broker id=2] Follower SEC_3GPP_HEARTBEAT_OUTPUT-0 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,471 INFO [Broker id=2] Creating new partition unauthenticated.PNF_UPDATE-0 with topic id SZ_p2S7YRayawbTh4X-ZYQ. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,475 INFO [LogLoader partition=unauthenticated.PNF_UPDATE-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,476 INFO Created log for partition unauthenticated.PNF_UPDATE-0 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.PNF_UPDATE-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,476 INFO [Partition unauthenticated.PNF_UPDATE-0 broker=2] No checkpointed highwatermark is found for partition unauthenticated.PNF_UPDATE-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,476 INFO [Partition unauthenticated.PNF_UPDATE-0 broker=2] Log loaded for partition unauthenticated.PNF_UPDATE-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,476 INFO [Broker id=2] Follower unauthenticated.PNF_UPDATE-0 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,476 INFO [Broker id=2] Creating new partition unauthenticated.VES_MEASUREMENT_OUTPUT-3 with topic id C1ePKlgDTr-GCICwpf2sVw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,479 INFO [LogLoader partition=unauthenticated.VES_MEASUREMENT_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,479 INFO Created log for partition unauthenticated.VES_MEASUREMENT_OUTPUT-3 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.VES_MEASUREMENT_OUTPUT-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,479 INFO [Partition unauthenticated.VES_MEASUREMENT_OUTPUT-3 broker=2] No checkpointed highwatermark is found for partition unauthenticated.VES_MEASUREMENT_OUTPUT-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,479 INFO [Partition unauthenticated.VES_MEASUREMENT_OUTPUT-3 broker=2] Log loaded for partition unauthenticated.VES_MEASUREMENT_OUTPUT-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,480 INFO [Broker id=2] Follower unauthenticated.VES_MEASUREMENT_OUTPUT-3 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,480 INFO [Broker id=2] Creating new partition SEC_3GPP_HEARTBEAT_OUTPUT-4 with topic id CLOKgiXASlOepXmE90Wo6Q. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,483 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,510 INFO Created log for partition SEC_3GPP_HEARTBEAT_OUTPUT-4 in /var/lib/kafka/data-0/kafka-log2/SEC_3GPP_HEARTBEAT_OUTPUT-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,511 INFO [Partition SEC_3GPP_HEARTBEAT_OUTPUT-4 broker=2] No checkpointed highwatermark is found for partition SEC_3GPP_HEARTBEAT_OUTPUT-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,511 INFO [Partition SEC_3GPP_HEARTBEAT_OUTPUT-4 broker=2] Log loaded for partition SEC_3GPP_HEARTBEAT_OUTPUT-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,511 INFO [Broker id=2] Follower SEC_3GPP_HEARTBEAT_OUTPUT-4 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,511 INFO [Broker id=2] Creating new partition HV_VES_PERF3GPP-2 with topic id VCDVQQWsTLi5AmhJvI9rOA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,516 INFO [LogLoader partition=HV_VES_PERF3GPP-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,518 INFO Created log for partition HV_VES_PERF3GPP-2 in /var/lib/kafka/data-0/kafka-log2/HV_VES_PERF3GPP-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,518 INFO [Partition HV_VES_PERF3GPP-2 broker=2] No checkpointed highwatermark is found for partition HV_VES_PERF3GPP-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,518 INFO [Partition HV_VES_PERF3GPP-2 broker=2] Log loaded for partition HV_VES_PERF3GPP-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,518 INFO [Broker id=2] Follower HV_VES_PERF3GPP-2 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,519 INFO [Broker id=2] Creating new partition unauthenticated.SEC_HEARTBEAT_OUTPUT-1 with topic id 0qgB8adzScKBurJ-BJL_KA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,529 INFO [LogLoader partition=unauthenticated.SEC_HEARTBEAT_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,530 INFO Created log for partition unauthenticated.SEC_HEARTBEAT_OUTPUT-1 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_HEARTBEAT_OUTPUT-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,530 INFO [Partition unauthenticated.SEC_HEARTBEAT_OUTPUT-1 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_HEARTBEAT_OUTPUT-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,530 INFO [Partition unauthenticated.SEC_HEARTBEAT_OUTPUT-1 broker=2] Log loaded for partition unauthenticated.SEC_HEARTBEAT_OUTPUT-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,531 INFO [Broker id=2] Follower unauthenticated.SEC_HEARTBEAT_OUTPUT-1 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,531 INFO [Broker id=2] Creating new partition unauthenticated.SEC_OTHER_OUTPUT-3 with topic id 969NwjatRKubJnaOfIjpxA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,533 INFO [LogLoader partition=unauthenticated.SEC_OTHER_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,534 INFO Created log for partition unauthenticated.SEC_OTHER_OUTPUT-3 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_OTHER_OUTPUT-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,534 INFO [Partition unauthenticated.SEC_OTHER_OUTPUT-3 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_OTHER_OUTPUT-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,534 INFO [Partition unauthenticated.SEC_OTHER_OUTPUT-3 broker=2] Log loaded for partition unauthenticated.SEC_OTHER_OUTPUT-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,534 INFO [Broker id=2] Follower unauthenticated.SEC_OTHER_OUTPUT-3 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,534 INFO [Broker id=2] Creating new partition unauthenticated.VES_NOTIFICATION_OUTPUT-4 with topic id T3WQJ2hMTSq6XSsnOSp5Rg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,536 INFO [LogLoader partition=unauthenticated.VES_NOTIFICATION_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,536 INFO Created log for partition unauthenticated.VES_NOTIFICATION_OUTPUT-4 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.VES_NOTIFICATION_OUTPUT-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,536 INFO [Partition unauthenticated.VES_NOTIFICATION_OUTPUT-4 broker=2] No checkpointed highwatermark is found for partition unauthenticated.VES_NOTIFICATION_OUTPUT-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,536 INFO [Partition unauthenticated.VES_NOTIFICATION_OUTPUT-4 broker=2] Log loaded for partition unauthenticated.VES_NOTIFICATION_OUTPUT-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,536 INFO [Broker id=2] Follower unauthenticated.VES_NOTIFICATION_OUTPUT-4 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,537 INFO [Broker id=2] Creating new partition unauthenticated.PNF_READY-0 with topic id z6Ooj_xaRbeMo4DH-3TMGA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,538 INFO [LogLoader partition=unauthenticated.PNF_READY-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,538 INFO Created log for partition unauthenticated.PNF_READY-0 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.PNF_READY-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,539 INFO [Partition unauthenticated.PNF_READY-0 broker=2] No checkpointed highwatermark is found for partition unauthenticated.PNF_READY-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,539 INFO [Partition unauthenticated.PNF_READY-0 broker=2] Log loaded for partition unauthenticated.PNF_READY-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,539 INFO [Broker id=2] Follower unauthenticated.PNF_READY-0 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,539 INFO [Broker id=2] Creating new partition unauthenticated.PNF_READY-4 with topic id z6Ooj_xaRbeMo4DH-3TMGA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,540 INFO [LogLoader partition=unauthenticated.PNF_READY-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,541 INFO Created log for partition unauthenticated.PNF_READY-4 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.PNF_READY-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,541 INFO [Partition unauthenticated.PNF_READY-4 broker=2] No checkpointed highwatermark is found for partition unauthenticated.PNF_READY-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,541 INFO [Partition unauthenticated.PNF_READY-4 broker=2] Log loaded for partition unauthenticated.PNF_READY-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,541 INFO [Broker id=2] Follower unauthenticated.PNF_READY-4 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,541 INFO [Broker id=2] Creating new partition unauthenticated.VES_NOTIFICATION_OUTPUT-3 with topic id T3WQJ2hMTSq6XSsnOSp5Rg. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,545 INFO [LogLoader partition=unauthenticated.VES_NOTIFICATION_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,546 INFO Created log for partition unauthenticated.VES_NOTIFICATION_OUTPUT-3 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.VES_NOTIFICATION_OUTPUT-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,546 INFO [Partition unauthenticated.VES_NOTIFICATION_OUTPUT-3 broker=2] No checkpointed highwatermark is found for partition unauthenticated.VES_NOTIFICATION_OUTPUT-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,546 INFO [Partition unauthenticated.VES_NOTIFICATION_OUTPUT-3 broker=2] Log loaded for partition unauthenticated.VES_NOTIFICATION_OUTPUT-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,546 INFO [Broker id=2] Follower unauthenticated.VES_NOTIFICATION_OUTPUT-3 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,546 INFO [Broker id=2] Creating new partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2 with topic id dbQvpfRwSpqNYX3POYboLw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,550 INFO [LogLoader partition=unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,550 INFO Created log for partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,550 INFO [Partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,550 INFO [Partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2 broker=2] Log loaded for partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,551 INFO [Broker id=2] Follower unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,551 INFO [Broker id=2] Creating new partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-3 with topic id HyhdxTszTza5YY-w26CA2g. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,555 INFO [LogLoader partition=unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,556 INFO Created log for partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-3 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,556 INFO [Partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-3 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-3 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,556 INFO [Partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-3 broker=2] Log loaded for partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-3 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,556 INFO [Broker id=2] Follower unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-3 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,556 INFO [Broker id=2] Creating new partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2 with topic id zm5qtTkORkGjsjKFLFjyAQ. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,558 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,558 INFO Created log for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2 in /var/lib/kafka/data-0/kafka-log2/SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,558 INFO [Partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2 broker=2] No checkpointed highwatermark is found for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,558 INFO [Partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2 broker=2] Log loaded for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,558 INFO [Broker id=2] Follower SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,558 INFO [Broker id=2] Creating new partition unauthenticated.SEC_FAULT_OUTPUT-4 with topic id VmeHhsi6QbSwnUFr-pyLmA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,563 INFO [LogLoader partition=unauthenticated.SEC_FAULT_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,564 INFO Created log for partition unauthenticated.SEC_FAULT_OUTPUT-4 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_FAULT_OUTPUT-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,564 INFO [Partition unauthenticated.SEC_FAULT_OUTPUT-4 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_FAULT_OUTPUT-4 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,564 INFO [Partition unauthenticated.SEC_FAULT_OUTPUT-4 broker=2] Log loaded for partition unauthenticated.SEC_FAULT_OUTPUT-4 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,564 INFO [Broker id=2] Follower unauthenticated.SEC_FAULT_OUTPUT-4 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,564 INFO [Broker id=2] Creating new partition unauthenticated.PNF_UPDATE-1 with topic id SZ_p2S7YRayawbTh4X-ZYQ. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,567 INFO [LogLoader partition=unauthenticated.PNF_UPDATE-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,567 INFO Created log for partition unauthenticated.PNF_UPDATE-1 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.PNF_UPDATE-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,568 INFO [Partition unauthenticated.PNF_UPDATE-1 broker=2] No checkpointed highwatermark is found for partition unauthenticated.PNF_UPDATE-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,568 INFO [Partition unauthenticated.PNF_UPDATE-1 broker=2] Log loaded for partition unauthenticated.PNF_UPDATE-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,568 INFO [Broker id=2] Follower unauthenticated.PNF_UPDATE-1 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,568 INFO [Broker id=2] Creating new partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-1 with topic id ak9fnsflSw62TFsLZ09xIw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,571 INFO [LogLoader partition=unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,571 INFO Created log for partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-1 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,571 INFO [Partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-1 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-1 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,571 INFO [Partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-1 broker=2] Log loaded for partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-1 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,571 INFO [Broker id=2] Follower unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-1 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,571 INFO [Broker id=2] Creating new partition unauthenticated.VES_MEASUREMENT_OUTPUT-2 with topic id C1ePKlgDTr-GCICwpf2sVw. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,573 INFO [LogLoader partition=unauthenticated.VES_MEASUREMENT_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,573 INFO Created log for partition unauthenticated.VES_MEASUREMENT_OUTPUT-2 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.VES_MEASUREMENT_OUTPUT-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,574 INFO [Partition unauthenticated.VES_MEASUREMENT_OUTPUT-2 broker=2] No checkpointed highwatermark is found for partition unauthenticated.VES_MEASUREMENT_OUTPUT-2 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,574 INFO [Partition unauthenticated.VES_MEASUREMENT_OUTPUT-2 broker=2] Log loaded for partition unauthenticated.VES_MEASUREMENT_OUTPUT-2 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,574 INFO [Broker id=2] Follower unauthenticated.VES_MEASUREMENT_OUTPUT-2 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,574 INFO [Broker id=2] Creating new partition unauthenticated.SEC_FAULT_OUTPUT-0 with topic id VmeHhsi6QbSwnUFr-pyLmA. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,580 INFO [LogLoader partition=unauthenticated.SEC_FAULT_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,581 INFO Created log for partition unauthenticated.SEC_FAULT_OUTPUT-0 in /var/lib/kafka/data-0/kafka-log2/unauthenticated.SEC_FAULT_OUTPUT-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,581 INFO [Partition unauthenticated.SEC_FAULT_OUTPUT-0 broker=2] No checkpointed highwatermark is found for partition unauthenticated.SEC_FAULT_OUTPUT-0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,581 INFO [Partition unauthenticated.SEC_FAULT_OUTPUT-0 broker=2] Log loaded for partition unauthenticated.SEC_FAULT_OUTPUT-0 with initial high watermark 0 (kafka.cluster.Partition) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,581 INFO [Broker id=2] Follower unauthenticated.SEC_FAULT_OUTPUT-0 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,582 INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions Set(HV_VES_PERF3GPP-1, unauthenticated.SEC_OTHER_OUTPUT-2, unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-1, HV_VES_PERF3GPP-5, unauthenticated.PNF_READY-3, unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-5, unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-4, unauthenticated.VES_NOTIFICATION_OUTPUT-2, unauthenticated.VES_MEASUREMENT_OUTPUT-5, unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-2, SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5, unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-0, unauthenticated.SEC_HEARTBEAT_OUTPUT-3, unauthenticated.SEC_OTHER_OUTPUT-5, unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-0, unauthenticated.PNF_UPDATE-3, unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-3, unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4, unauthenticated.VES_MEASUREMENT_OUTPUT-0, unauthenticated.VES_NOTIFICATION_OUTPUT-1, unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0, unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-1, SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0, unauthenticated.SEC_FAULT_OUTPUT-2, SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4, SEC_3GPP_HEARTBEAT_OUTPUT-1, unauthenticated.SEC_HEARTBEAT_OUTPUT-0, unauthenticated.SEC_OTHER_OUTPUT-0, SEC_3GPP_HEARTBEAT_OUTPUT-5, unauthenticated.PNF_READY-1, unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-3, unauthenticated.SEC_HEARTBEAT_OUTPUT-4, HV_VES_PERF3GPP-3, unauthenticated.PNF_UPDATE-4, unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5, unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-4, unauthenticated.SEC_FAULT_OUTPUT-3, SEC_3GPP_HEARTBEAT_OUTPUT-0, unauthenticated.PNF_UPDATE-0, unauthenticated.VES_MEASUREMENT_OUTPUT-3, SEC_3GPP_HEARTBEAT_OUTPUT-4, HV_VES_PERF3GPP-2, unauthenticated.SEC_HEARTBEAT_OUTPUT-1, unauthenticated.SEC_OTHER_OUTPUT-3, unauthenticated.VES_NOTIFICATION_OUTPUT-4, unauthenticated.PNF_READY-0, unauthenticated.PNF_READY-4, unauthenticated.VES_NOTIFICATION_OUTPUT-3, unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2, unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-3, SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2, unauthenticated.SEC_FAULT_OUTPUT-4, unauthenticated.PNF_UPDATE-1, unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-1, unauthenticated.VES_MEASUREMENT_OUTPUT-2, unauthenticated.SEC_FAULT_OUTPUT-0) (kafka.server.ReplicaFetcherManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,582 INFO [Broker id=2] Stopped fetchers as part of become-follower for 56 partitions (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,585 INFO [ReplicaFetcherManager on broker 2] Added fetcher to broker 1 for partitions HashMap(unauthenticated.SEC_OTHER_OUTPUT-0 -> InitialFetchState(Some(969NwjatRKubJnaOfIjpxA),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-1 -> InitialFetchState(Some(A4I6yi9TTe-oMjr5s_U1AQ),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.PNF_READY-1 -> InitialFetchState(Some(z6Ooj_xaRbeMo4DH-3TMGA),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-3 -> InitialFetchState(Some(A4I6yi9TTe-oMjr5s_U1AQ),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), HV_VES_PERF3GPP-3 -> InitialFetchState(Some(VCDVQQWsTLi5AmhJvI9rOA),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.PNF_UPDATE-4 -> InitialFetchState(Some(SZ_p2S7YRayawbTh4X-ZYQ),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-4 -> InitialFetchState(Some(HyhdxTszTza5YY-w26CA2g),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.VES_NOTIFICATION_OUTPUT-2 -> InitialFetchState(Some(T3WQJ2hMTSq6XSsnOSp5Rg),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-2 -> InitialFetchState(Some(HyhdxTszTza5YY-w26CA2g),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.VES_MEASUREMENT_OUTPUT-3 -> InitialFetchState(Some(C1ePKlgDTr-GCICwpf2sVw),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), SEC_3GPP_HEARTBEAT_OUTPUT-4 -> InitialFetchState(Some(CLOKgiXASlOepXmE90Wo6Q),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), HV_VES_PERF3GPP-2 -> InitialFetchState(Some(VCDVQQWsTLi5AmhJvI9rOA),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.SEC_HEARTBEAT_OUTPUT-1 -> InitialFetchState(Some(0qgB8adzScKBurJ-BJL_KA),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.SEC_OTHER_OUTPUT-3 -> InitialFetchState(Some(969NwjatRKubJnaOfIjpxA),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.SEC_HEARTBEAT_OUTPUT-3 -> InitialFetchState(Some(0qgB8adzScKBurJ-BJL_KA),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.VES_NOTIFICATION_OUTPUT-4 -> InitialFetchState(Some(T3WQJ2hMTSq6XSsnOSp5Rg),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.PNF_READY-4 -> InitialFetchState(Some(z6Ooj_xaRbeMo4DH-3TMGA),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-3 -> InitialFetchState(Some(ak9fnsflSw62TFsLZ09xIw),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4 -> InitialFetchState(Some(dbQvpfRwSpqNYX3POYboLw),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.VES_MEASUREMENT_OUTPUT-0 -> InitialFetchState(Some(C1ePKlgDTr-GCICwpf2sVw),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0 -> InitialFetchState(Some(dbQvpfRwSpqNYX3POYboLw),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0 -> InitialFetchState(Some(zm5qtTkORkGjsjKFLFjyAQ),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.SEC_FAULT_OUTPUT-4 -> InitialFetchState(Some(VmeHhsi6QbSwnUFr-pyLmA),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.PNF_UPDATE-1 -> InitialFetchState(Some(SZ_p2S7YRayawbTh4X-ZYQ),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-1 -> InitialFetchState(Some(ak9fnsflSw62TFsLZ09xIw),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4 -> InitialFetchState(Some(zm5qtTkORkGjsjKFLFjyAQ),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), SEC_3GPP_HEARTBEAT_OUTPUT-1 -> InitialFetchState(Some(CLOKgiXASlOepXmE90Wo6Q),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.SEC_FAULT_OUTPUT-0 -> InitialFetchState(Some(VmeHhsi6QbSwnUFr-pyLmA),BrokerEndPoint(id=1, host=onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,586 INFO [ReplicaFetcherManager on broker 2] Added fetcher to broker 0 for partitions HashMap(HV_VES_PERF3GPP-1 -> InitialFetchState(Some(VCDVQQWsTLi5AmhJvI9rOA),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.SEC_HEARTBEAT_OUTPUT-0 -> InitialFetchState(Some(0qgB8adzScKBurJ-BJL_KA),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), SEC_3GPP_HEARTBEAT_OUTPUT-5 -> InitialFetchState(Some(CLOKgiXASlOepXmE90Wo6Q),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.SEC_OTHER_OUTPUT-2 -> InitialFetchState(Some(969NwjatRKubJnaOfIjpxA),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), HV_VES_PERF3GPP-5 -> InitialFetchState(Some(VCDVQQWsTLi5AmhJvI9rOA),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.SEC_HEARTBEAT_OUTPUT-4 -> InitialFetchState(Some(0qgB8adzScKBurJ-BJL_KA),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.PNF_READY-3 -> InitialFetchState(Some(z6Ooj_xaRbeMo4DH-3TMGA),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-5 -> InitialFetchState(Some(A4I6yi9TTe-oMjr5s_U1AQ),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-4 -> InitialFetchState(Some(ak9fnsflSw62TFsLZ09xIw),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5 -> InitialFetchState(Some(dbQvpfRwSpqNYX3POYboLw),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.VES_MEASUREMENT_OUTPUT-5 -> InitialFetchState(Some(C1ePKlgDTr-GCICwpf2sVw),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.SEC_FAULT_OUTPUT-3 -> InitialFetchState(Some(VmeHhsi6QbSwnUFr-pyLmA),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), SEC_3GPP_HEARTBEAT_OUTPUT-0 -> InitialFetchState(Some(CLOKgiXASlOepXmE90Wo6Q),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5 -> InitialFetchState(Some(zm5qtTkORkGjsjKFLFjyAQ),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.PNF_UPDATE-0 -> InitialFetchState(Some(SZ_p2S7YRayawbTh4X-ZYQ),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-0 -> InitialFetchState(Some(ak9fnsflSw62TFsLZ09xIw),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.SEC_OTHER_OUTPUT-5 -> InitialFetchState(Some(969NwjatRKubJnaOfIjpxA),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-0 -> InitialFetchState(Some(A4I6yi9TTe-oMjr5s_U1AQ),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.PNF_READY-0 -> InitialFetchState(Some(z6Ooj_xaRbeMo4DH-3TMGA),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.PNF_UPDATE-3 -> InitialFetchState(Some(SZ_p2S7YRayawbTh4X-ZYQ),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.VES_NOTIFICATION_OUTPUT-3 -> InitialFetchState(Some(T3WQJ2hMTSq6XSsnOSp5Rg),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2 -> InitialFetchState(Some(dbQvpfRwSpqNYX3POYboLw),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.VES_NOTIFICATION_OUTPUT-1 -> InitialFetchState(Some(T3WQJ2hMTSq6XSsnOSp5Rg),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-1 -> InitialFetchState(Some(HyhdxTszTza5YY-w26CA2g),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.SEC_FAULT_OUTPUT-2 -> InitialFetchState(Some(VmeHhsi6QbSwnUFr-pyLmA),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-3 -> InitialFetchState(Some(HyhdxTszTza5YY-w26CA2g),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2 -> InitialFetchState(Some(zm5qtTkORkGjsjKFLFjyAQ),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), unauthenticated.VES_MEASUREMENT_OUTPUT-2 -> InitialFetchState(Some(C1ePKlgDTr-GCICwpf2sVw),BrokerEndPoint(id=0, host=onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,586 INFO [Broker id=2] Started fetchers as part of become-follower for 56 partitions (state.change.logger) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,588 INFO [DynamicConfigPublisher broker id=2] Updating topic unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,589 INFO [DynamicConfigPublisher broker id=2] Updating topic unauthenticated.PNF_READY with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,590 INFO [DynamicConfigPublisher broker id=2] Updating topic unauthenticated.PNF_UPDATE with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,590 INFO [DynamicConfigPublisher broker id=2] Updating topic unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,591 INFO [DynamicConfigPublisher broker id=2] Updating topic unauthenticated.SEC_OTHER_OUTPUT with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,592 INFO [DynamicConfigPublisher broker id=2] Updating topic unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,592 INFO [DynamicConfigPublisher broker id=2] Updating topic SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,593 INFO [DynamicConfigPublisher broker id=2] Updating topic unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,593 INFO [DynamicConfigPublisher broker id=2] Updating topic unauthenticated.VES_MEASUREMENT_OUTPUT with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,594 INFO [DynamicConfigPublisher broker id=2] Updating topic unauthenticated.SEC_FAULT_OUTPUT with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,594 INFO [DynamicConfigPublisher broker id=2] Updating topic SEC_3GPP_HEARTBEAT_OUTPUT with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,595 INFO [DynamicConfigPublisher broker id=2] Updating topic HV_VES_PERF3GPP with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,595 INFO [DynamicConfigPublisher broker id=2] Updating topic unauthenticated.SEC_HEARTBEAT_OUTPUT with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,596 INFO [DynamicConfigPublisher broker id=2] Updating topic unauthenticated.VES_NOTIFICATION_OUTPUT with new configuration : segment.bytes -> 1073741824,retention.ms -> 7200000 (kafka.server.metadata.DynamicConfigPublisher) [kafka-2-metadata-loader-event-handler]
2026-06-12 10:56:28,599 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition HV_VES_PERF3GPP-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,599 INFO [UnifiedLog partition=HV_VES_PERF3GPP-1, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,599 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition unauthenticated.SEC_HEARTBEAT_OUTPUT-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,599 INFO [UnifiedLog partition=unauthenticated.SEC_HEARTBEAT_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,599 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition SEC_3GPP_HEARTBEAT_OUTPUT-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,599 INFO [UnifiedLog partition=SEC_3GPP_HEARTBEAT_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,599 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition unauthenticated.SEC_OTHER_OUTPUT-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,599 INFO [UnifiedLog partition=unauthenticated.SEC_OTHER_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,599 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition HV_VES_PERF3GPP-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,599 INFO [UnifiedLog partition=HV_VES_PERF3GPP-5, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,599 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition unauthenticated.SEC_HEARTBEAT_OUTPUT-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,599 INFO [UnifiedLog partition=unauthenticated.SEC_HEARTBEAT_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,599 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition unauthenticated.PNF_READY-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,599 INFO [UnifiedLog partition=unauthenticated.PNF_READY-3, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,599 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,599 INFO [UnifiedLog partition=unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,599 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,599 INFO [UnifiedLog partition=unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,599 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,599 INFO [UnifiedLog partition=unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,599 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition unauthenticated.VES_MEASUREMENT_OUTPUT-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,600 INFO [UnifiedLog partition=unauthenticated.VES_MEASUREMENT_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,600 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition unauthenticated.SEC_FAULT_OUTPUT-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,600 INFO [UnifiedLog partition=unauthenticated.SEC_FAULT_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,600 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition SEC_3GPP_HEARTBEAT_OUTPUT-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,600 INFO [UnifiedLog partition=SEC_3GPP_HEARTBEAT_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,600 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,600 INFO [UnifiedLog partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,600 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition unauthenticated.PNF_UPDATE-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,600 INFO [UnifiedLog partition=unauthenticated.PNF_UPDATE-0, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,600 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,600 INFO [UnifiedLog partition=unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,600 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition unauthenticated.SEC_OTHER_OUTPUT-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,600 INFO [UnifiedLog partition=unauthenticated.SEC_OTHER_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,600 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,600 INFO [UnifiedLog partition=unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,600 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition unauthenticated.PNF_READY-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,600 INFO [UnifiedLog partition=unauthenticated.PNF_READY-0, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,600 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition unauthenticated.PNF_UPDATE-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,600 INFO [UnifiedLog partition=unauthenticated.PNF_UPDATE-3, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,600 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition unauthenticated.VES_NOTIFICATION_OUTPUT-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,600 INFO [UnifiedLog partition=unauthenticated.VES_NOTIFICATION_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,600 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,600 INFO [UnifiedLog partition=unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,600 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition unauthenticated.VES_NOTIFICATION_OUTPUT-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,600 INFO [UnifiedLog partition=unauthenticated.VES_NOTIFICATION_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,600 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,601 INFO [UnifiedLog partition=unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,601 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition unauthenticated.SEC_FAULT_OUTPUT-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,601 INFO [UnifiedLog partition=unauthenticated.SEC_FAULT_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,601 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,601 INFO [UnifiedLog partition=unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,601 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,601 INFO [UnifiedLog partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,601 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition unauthenticated.VES_MEASUREMENT_OUTPUT-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,601 INFO [UnifiedLog partition=unauthenticated.VES_MEASUREMENT_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2026-06-12 10:56:28,894 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition unauthenticated.SEC_OTHER_OUTPUT-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:28,895 INFO [UnifiedLog partition=unauthenticated.SEC_OTHER_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:28,896 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:28,896 INFO [UnifiedLog partition=unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:28,897 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition unauthenticated.PNF_READY-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:28,897 INFO [UnifiedLog partition=unauthenticated.PNF_READY-1, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:28,898 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:28,898 INFO [UnifiedLog partition=unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:28,898 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition HV_VES_PERF3GPP-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:28,899 INFO [UnifiedLog partition=HV_VES_PERF3GPP-3, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:28,899 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition unauthenticated.PNF_UPDATE-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:28,900 INFO [UnifiedLog partition=unauthenticated.PNF_UPDATE-4, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:28,900 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1]
2026-06-12 10:56:28,901 INFO [UnifiedLog partition=unauthenticated.SEC_3GPP_FAU