Results

By type

          STRIMZI_BROKER_ID=5
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=5

##########
# Kafka message logs configuration
##########
log.dirs=/var/lib/kafka/data-0/kafka-log5

##########
# 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

##########
# Common listener configuration
##########
listener.security.protocol.map=CONTROLPLANE-9090:SSL
listeners=CONTROLPLANE-9090://0.0.0.0:9090
advertised.listeners=CONTROLPLANE-9090://onap-strimzi-onap-strimzi-controller-5.onap-strimzi-kafka-brokers.onap.svc:9090
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
config.providers.strimzienv.class=org.apache.kafka.common.config.provider.EnvVarConfigProvider
config.providers.strimzienv.param.allowlist.pattern=.*

##########
# 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=controller
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-log5
Configuring Java heap: -Xms1073741824 -Xmx1073741824
Kafka metadata config state [4]
Using KRaft [true]
Making sure the Kraft storage is formatted with cluster ID W0P95OqNTuSyIspRp80d3A and metadata version 3.9
2025-08-13 09:57:44,584 INFO Registered kafka:type=kafka.Log4jController MBean (kafka.utils.Log4jControllerRegistration$) [main]
2025-08-13 09:57:44,893 INFO KafkaConfig values: 
	advertised.listeners = CONTROLPLANE-9090://onap-strimzi-onap-strimzi-controller-5.onap-strimzi-kafka-brokers.onap.svc:9090
	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 = 5
	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 = null
	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
	listeners = CONTROLPLANE-9090://0.0.0.0:9090
	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-log5
	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-log5
	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 = 5
	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 = [controller]
	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]
2025-08-13 09:57:44,977 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main]
2025-08-13 09:57:45,043 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-log5 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
2025-08-13 09:57:46,811 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]
2025-08-13 09:57:46,893 INFO Logging initialized @585ms to org.eclipse.jetty.util.log.Slf4jLog (org.eclipse.jetty.util.log) [main]
2025-08-13 09:57:47,048 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]
2025-08-13 09:57:47,107 INFO Started o.e.j.s.h.ContextHandler@32eebfca{/v1/broker-state,null,AVAILABLE} (org.eclipse.jetty.server.handler.ContextHandler) [main]
2025-08-13 09:57:47,108 INFO Started o.e.j.s.h.ContextHandler@28ac3dc3{/v1/ready,null,AVAILABLE} (org.eclipse.jetty.server.handler.ContextHandler) [main]
2025-08-13 09:57:47,108 INFO Started o.e.j.s.h.ContextHandler@4e718207{/v1/kraft-migration,null,AVAILABLE} (org.eclipse.jetty.server.handler.ContextHandler) [main]
2025-08-13 09:57:47,449 INFO x509=X509@48e4374(onap-strimzi-onap-strimzi-controller-5,h=[onap-strimzi-kafka-brokers.onap, onap-strimzi-onap-strimzi-controller-5.onap-strimzi-kafka-brokers.onap.svc, onap-strimzi-onap-strimzi-controller-5.onap-strimzi-kafka-brokers.onap.svc.cluster.local, onap-strimzi-kafka-bootstrap.onap.svc.cluster.local, onap-strimzi-kafka-bootstrap, onap-strimzi-kafka-brokers.onap.svc, onap-strimzi-kafka-brokers, onap-strimzi-kafka-bootstrap.onap.svc, onap-strimzi-kafka-brokers.onap.svc.cluster.local, onap-strimzi-kafka-bootstrap.onap, 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]
2025-08-13 09:57:47,636 INFO Started ServerConnector@52feb982{SSL, (ssl, http/1.1)}{0.0.0.0:8443} (org.eclipse.jetty.server.AbstractConnector) [main]
2025-08-13 09:57:47,640 INFO Started ServerConnector@491cc5c9{HTTP/1.1, (http/1.1)}{localhost:8080} (org.eclipse.jetty.server.AbstractConnector) [main]
2025-08-13 09:57:47,640 INFO Started @1338ms (org.eclipse.jetty.server.Server) [main]
2025-08-13 09:57:47,641 INFO Starting metrics registry (io.strimzi.kafka.agent.KafkaAgent) [main]
2025-08-13 09:57:47,835 INFO Found class org.apache.kafka.server.metrics.KafkaYammerMetrics for Kafka 3.3 and newer. (io.strimzi.kafka.agent.KafkaAgent) [main]
2025-08-13 09:57:47,973 INFO Registered kafka:type=kafka.Log4jController MBean (kafka.utils.Log4jControllerRegistration$) [main]
2025-08-13 09:57:48,343 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main]
2025-08-13 09:57:48,396 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]
2025-08-13 09:57:48,577 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]
2025-08-13 09:57:48,589 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]
2025-08-13 09:57:48,607 INFO Registered signal handlers for TERM, INT, HUP (org.apache.kafka.common.utils.LoggingSignalHandler) [main]
2025-08-13 09:57:48,612 INFO [ControllerServer id=5] Starting controller (kafka.server.ControllerServer) [main]
2025-08-13 09:57:48,618 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]
2025-08-13 09:57:48,656 INFO [StandardAuthorizer 5] 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]
2025-08-13 09:57:49,380 INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas) [main]
2025-08-13 09:57:49,674 INFO [SocketServer listenerType=CONTROLLER, nodeId=5] Created data-plane acceptor and processors for endpoint : ListenerName(CONTROLPLANE-9090) (kafka.network.SocketServer) [main]
2025-08-13 09:57:49,688 INFO authorizerStart completed for endpoint CONTROLPLANE-9090. Endpoint is now READY. (org.apache.kafka.server.network.EndpointReadyFutures) [main]
2025-08-13 09:57:49,691 INFO [SharedServer id=5] Starting SharedServer (kafka.server.SharedServer) [main]
2025-08-13 09:57:49,696 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]
2025-08-13 09:57:49,802 INFO [LogLoader partition=__cluster_metadata-0, dir=/var/lib/kafka/data-0/kafka-log5] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [main]
2025-08-13 09:57:49,803 INFO [LogLoader partition=__cluster_metadata-0, dir=/var/lib/kafka/data-0/kafka-log5] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.UnifiedLog$) [main]
2025-08-13 09:57:49,803 INFO [LogLoader partition=__cluster_metadata-0, dir=/var/lib/kafka/data-0/kafka-log5] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.UnifiedLog$) [main]
2025-08-13 09:57:49,872 INFO Initialized snapshots with IDs SortedSet() from /var/lib/kafka/data-0/kafka-log5/__cluster_metadata-0 (kafka.raft.KafkaMetadataLog$) [main]
2025-08-13 09:57:49,940 INFO [raft-expiration-reaper]: Starting (kafka.raft.TimingWheelExpirationService$ExpiredOperationReaper) [raft-expiration-reaper]
2025-08-13 09:57:49,969 INFO [RaftManager id=5] Reading KRaft snapshot and log as part of the initialization (org.apache.kafka.raft.KafkaRaftClient) [main]
2025-08-13 09:57:49,973 INFO [RaftManager id=5] 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.70.78: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/10.233.66.184: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.69.73:9090}), supportedKRaftVersion=SupportedVersionRange[min_version:0, max_version:0])}) (org.apache.kafka.raft.KafkaRaftClient) [main]
2025-08-13 09:57:49,974 INFO [RaftManager id=5] 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]
2025-08-13 09:57:49,986 INFO [RaftManager id=5] Attempting durable transition to Unattached(epoch=0, votedKey=null, voters=[3, 4, 5], electionTimeoutMs=1391, highWatermark=Optional.empty) from null (org.apache.kafka.raft.QuorumState) [main]
2025-08-13 09:57:50,242 INFO [RaftManager id=5] Completed transition to Unattached(epoch=0, votedKey=null, voters=[3, 4, 5], electionTimeoutMs=1391, highWatermark=Optional.empty) from null (org.apache.kafka.raft.QuorumState) [main]
2025-08-13 09:57:50,249 INFO [kafka-5-raft-outbound-request-thread]: Starting (org.apache.kafka.raft.KafkaNetworkChannel$SendThread) [kafka-5-raft-outbound-request-thread]
2025-08-13 09:57:50,249 INFO [kafka-5-raft-io-thread]: Starting (org.apache.kafka.raft.KafkaRaftClientDriver) [kafka-5-raft-io-thread]
2025-08-13 09:57:50,274 INFO [MetadataLoader id=5] 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-5-metadata-loader-event-handler]
2025-08-13 09:57:50,276 INFO [ControllerServer id=5] Waiting for controller quorum voters future (kafka.server.ControllerServer) [main]
2025-08-13 09:57:50,276 INFO [RaftManager id=5] Registered the listener org.apache.kafka.image.loader.MetadataLoader@1157062481 (org.apache.kafka.raft.KafkaRaftClient) [kafka-5-raft-io-thread]
2025-08-13 09:57:50,276 INFO [ControllerServer id=5] Finished waiting for controller quorum voters future (kafka.server.ControllerServer) [main]
2025-08-13 09:57:50,331 INFO [QuorumController id=5] Creating new QuorumController with clusterId W0P95OqNTuSyIspRp80d3A. (org.apache.kafka.controller.QuorumController) [main]
2025-08-13 09:57:50,331 INFO [RaftManager id=5] Registered the listener org.apache.kafka.controller.QuorumController$QuorumMetaLogListener@1294260705 (org.apache.kafka.raft.KafkaRaftClient) [kafka-5-raft-io-thread]
2025-08-13 09:57:50,341 INFO [controller-5-ThrottledChannelReaper-Fetch]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [controller-5-ThrottledChannelReaper-Fetch]
2025-08-13 09:57:50,341 INFO [controller-5-ThrottledChannelReaper-Produce]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [controller-5-ThrottledChannelReaper-Produce]
2025-08-13 09:57:50,343 INFO [controller-5-ThrottledChannelReaper-Request]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [controller-5-ThrottledChannelReaper-Request]
2025-08-13 09:57:50,346 INFO [controller-5-ThrottledChannelReaper-ControllerMutation]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [controller-5-ThrottledChannelReaper-ControllerMutation]
2025-08-13 09:57:50,380 INFO [MetadataLoader id=5] 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-5-metadata-loader-event-handler]
2025-08-13 09:57:50,388 INFO [ExpirationReaper-5-AlterAcls]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-5-AlterAcls]
2025-08-13 09:57:50,473 INFO [MetadataLoader id=5] 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-5-metadata-loader-event-handler]
2025-08-13 09:57:50,473 INFO [ControllerServer id=5] Waiting for the controller metadata publishers to be installed (kafka.server.ControllerServer) [main]
2025-08-13 09:57:50,473 INFO [ControllerServer id=5] Finished waiting for the controller metadata publishers to be installed (kafka.server.ControllerServer) [main]
2025-08-13 09:57:50,474 INFO [SocketServer listenerType=CONTROLLER, nodeId=5] Enabling request processing. (kafka.network.SocketServer) [main]
2025-08-13 09:57:50,478 INFO Awaiting socket connections on 0.0.0.0:9090. (kafka.network.DataPlaneAcceptor) [main]
2025-08-13 09:57:50,557 INFO [controller-5-to-controller-registration-channel-manager]: Starting (kafka.server.NodeToControllerRequestThread) [controller-5-to-controller-registration-channel-manager]
2025-08-13 09:57:50,558 INFO [ControllerServer id=5] Waiting for all of the authorizer futures to be completed (kafka.server.ControllerServer) [main]
2025-08-13 09:57:50,558 INFO [ControllerServer id=5] Finished waiting for all of the authorizer futures to be completed (kafka.server.ControllerServer) [main]
2025-08-13 09:57:50,558 INFO [ControllerServer id=5] Waiting for all of the SocketServer Acceptors to be started (kafka.server.ControllerServer) [main]
2025-08-13 09:57:50,558 INFO [ControllerServer id=5] Finished waiting for all of the SocketServer Acceptors to be started (kafka.server.ControllerServer) [main]
2025-08-13 09:57:50,559 INFO [ControllerRegistrationManager id=5 incarnation=29DBJN7PSWKWlfSe95webA] initialized channel manager. (kafka.server.ControllerRegistrationManager) [controller-5-registration-manager-event-handler]
2025-08-13 09:57:50,559 INFO [ControllerRegistrationManager id=5 incarnation=29DBJN7PSWKWlfSe95webA] maybeSendControllerRegistration: cannot register yet because the metadata.version is still 3.0-IV1, which does not support KIP-919 controller registration. (kafka.server.ControllerRegistrationManager) [controller-5-registration-manager-event-handler]
2025-08-13 09:57:50,569 INFO Kafka version: 3.9.0 (org.apache.kafka.common.utils.AppInfoParser) [main]
2025-08-13 09:57:50,570 INFO Kafka commitId: a60e31147e6b01ee (org.apache.kafka.common.utils.AppInfoParser) [main]
2025-08-13 09:57:50,570 INFO Kafka startTimeMs: 1755079070566 (org.apache.kafka.common.utils.AppInfoParser) [main]
2025-08-13 09:57:50,572 INFO [KafkaRaftServer nodeId=5] Kafka Server started (kafka.server.KafkaRaftServer) [main]
2025-08-13 09:57:50,573 INFO [MetadataLoader id=5] 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-5-metadata-loader-event-handler]
2025-08-13 09:57:50,674 INFO [MetadataLoader id=5] 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-5-metadata-loader-event-handler]
2025-08-13 09:57:50,774 INFO [MetadataLoader id=5] 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-5-metadata-loader-event-handler]
2025-08-13 09:57:50,875 INFO [MetadataLoader id=5] 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-5-metadata-loader-event-handler]
2025-08-13 09:57:50,975 INFO [MetadataLoader id=5] 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-5-metadata-loader-event-handler]
2025-08-13 09:57:51,076 INFO [MetadataLoader id=5] 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-5-metadata-loader-event-handler]
2025-08-13 09:57:51,176 INFO [MetadataLoader id=5] 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-5-metadata-loader-event-handler]
2025-08-13 09:57:51,277 INFO [MetadataLoader id=5] 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-5-metadata-loader-event-handler]
2025-08-13 09:57:51,377 INFO [MetadataLoader id=5] 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-5-metadata-loader-event-handler]
2025-08-13 09:57:51,379 INFO [RaftManager id=5] Attempting durable transition to CandidateState(localId=5, localDirectoryId=UOq67_tDZyYvvY8OgPNDlQ,epoch=1, retries=1, voteStates={3=org.apache.kafka.raft.CandidateState$VoterState@745ec8c8, 4=org.apache.kafka.raft.CandidateState$VoterState@2517eba1, 5=org.apache.kafka.raft.CandidateState$VoterState@570bf792}, highWatermark=Optional.empty, electionTimeoutMs=1719) from Unattached(epoch=0, votedKey=null, voters=[3, 4, 5], electionTimeoutMs=1391, highWatermark=Optional.empty) (org.apache.kafka.raft.QuorumState) [kafka-5-raft-io-thread]
2025-08-13 09:57:51,453 INFO [RaftManager id=5] Completed transition to CandidateState(localId=5, localDirectoryId=UOq67_tDZyYvvY8OgPNDlQ,epoch=1, retries=1, voteStates={3=org.apache.kafka.raft.CandidateState$VoterState@745ec8c8, 4=org.apache.kafka.raft.CandidateState$VoterState@2517eba1, 5=org.apache.kafka.raft.CandidateState$VoterState@570bf792}, highWatermark=Optional.empty, electionTimeoutMs=1719) from Unattached(epoch=0, votedKey=null, voters=[3, 4, 5], electionTimeoutMs=1391, highWatermark=Optional.empty) (org.apache.kafka.raft.QuorumState) [kafka-5-raft-io-thread]
2025-08-13 09:57:51,457 INFO [QuorumController id=5] In the new epoch 1, the leader is (none). (org.apache.kafka.controller.QuorumController) [quorum-controller-5-event-handler]
2025-08-13 09:57:51,478 INFO [MetadataLoader id=5] 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-5-metadata-loader-event-handler]
2025-08-13 09:57:51,578 INFO [MetadataLoader id=5] 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-5-metadata-loader-event-handler]
2025-08-13 09:57:51,679 INFO [MetadataLoader id=5] 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-5-metadata-loader-event-handler]
2025-08-13 09:57:51,779 INFO [MetadataLoader id=5] 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-5-metadata-loader-event-handler]
2025-08-13 09:57:51,865 INFO [RaftManager id=5] Attempting durable transition to FollowerState(fetchTimeoutMs=2000, epoch=1, leader=4, leaderEndpoints=Endpoints(endpoints={ListenerName(CONTROLPLANE-9090)=onap-strimzi-onap-strimzi-controller-4.onap-strimzi-kafka-brokers.onap.svc/:9090}), voters=[3, 4, 5], highWatermark=Optional.empty, fetchingSnapshot=Optional.empty) from CandidateState(localId=5, localDirectoryId=UOq67_tDZyYvvY8OgPNDlQ,epoch=1, retries=1, voteStates={3=org.apache.kafka.raft.CandidateState$VoterState@745ec8c8, 4=org.apache.kafka.raft.CandidateState$VoterState@2517eba1, 5=org.apache.kafka.raft.CandidateState$VoterState@570bf792}, highWatermark=Optional.empty, electionTimeoutMs=1719) (org.apache.kafka.raft.QuorumState) [kafka-5-raft-io-thread]
2025-08-13 09:57:51,880 INFO [MetadataLoader id=5] 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-5-metadata-loader-event-handler]
2025-08-13 09:57:51,956 INFO [RaftManager id=5] Completed transition to FollowerState(fetchTimeoutMs=2000, epoch=1, leader=4, leaderEndpoints=Endpoints(endpoints={ListenerName(CONTROLPLANE-9090)=onap-strimzi-onap-strimzi-controller-4.onap-strimzi-kafka-brokers.onap.svc/:9090}), voters=[3, 4, 5], highWatermark=Optional.empty, fetchingSnapshot=Optional.empty) from CandidateState(localId=5, localDirectoryId=UOq67_tDZyYvvY8OgPNDlQ,epoch=1, retries=1, voteStates={3=org.apache.kafka.raft.CandidateState$VoterState@745ec8c8, 4=org.apache.kafka.raft.CandidateState$VoterState@2517eba1, 5=org.apache.kafka.raft.CandidateState$VoterState@570bf792}, highWatermark=Optional.empty, electionTimeoutMs=1719) (org.apache.kafka.raft.QuorumState) [kafka-5-raft-io-thread]
2025-08-13 09:57:51,957 INFO [QuorumController id=5] In the new epoch 1, the leader is 4. (org.apache.kafka.controller.QuorumController) [quorum-controller-5-event-handler]
2025-08-13 09:57:51,973 INFO [controller-5-to-controller-registration-channel-manager]: Recorded new KRaft controller, from now on will use node onap-strimzi-onap-strimzi-controller-4.onap-strimzi-kafka-brokers.onap.svc.cluster.local:9090 (id: 4 rack: null) (kafka.server.NodeToControllerRequestThread) [controller-5-to-controller-registration-channel-manager]
2025-08-13 09:57:51,980 INFO [MetadataLoader id=5] 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-5-metadata-loader-event-handler]
2025-08-13 09:57:52,081 INFO [MetadataLoader id=5] 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-5-metadata-loader-event-handler]
2025-08-13 09:57:52,164 INFO [RaftManager id=5] High watermark set to Optional[LogOffsetMetadata(offset=17, metadata=Optional.empty)] for the first time for epoch 1 (org.apache.kafka.raft.FollowerState) [kafka-5-raft-io-thread]
2025-08-13 09:57:52,167 INFO [RaftManager id=5] Setting the next offset of org.apache.kafka.controller.QuorumController$QuorumMetaLogListener@1294260705 to 0 since there are no snapshots (org.apache.kafka.raft.KafkaRaftClient) [kafka-5-raft-io-thread]
2025-08-13 09:57:52,169 INFO [RaftManager id=5] Setting the next offset of org.apache.kafka.image.loader.MetadataLoader@1157062481 to 0 since there are no snapshots (org.apache.kafka.raft.KafkaRaftClient) [kafka-5-raft-io-thread]
2025-08-13 09:57:52,172 INFO [QuorumController id=5] Replayed BeginTransactionRecord(name='Bootstrap records') at offset 1. (org.apache.kafka.controller.OffsetControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:57:52,173 INFO [QuorumController id=5] Replayed a FeatureLevelRecord setting metadata.version to 3.9-IV0 (org.apache.kafka.controller.FeatureControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:57:52,173 INFO [MetadataLoader id=5] maybePublishMetadata(LOG_DELTA): The loader is still catching up because we have loaded up to offset 0, but the high water mark is 17 (org.apache.kafka.image.loader.MetadataLoader) [kafka-5-metadata-loader-event-handler]
2025-08-13 09:57:52,173 INFO [QuorumController id=5] Replayed EndTransactionRecord() at offset 4. (org.apache.kafka.controller.OffsetControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:57:52,178 INFO [QuorumController id=5] Replayed RegisterControllerRecord contaning ControllerRegistration(id=4, incarnationId=5ldI9qyBS_K_oPK7vS_JFg, zkMigrationReady=false, listeners=[Endpoint(listenerName='CONTROLPLANE-9090', securityProtocol=SSL, host='onap-strimzi-onap-strimzi-controller-4.onap-strimzi-kafka-brokers.onap.svc', port=9090)], supportedFeatures={kraft.version: 0-1, metadata.version: 1-21}). (org.apache.kafka.controller.ClusterControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:57:52,179 INFO [QuorumController id=5] Replayed RegisterControllerRecord contaning ControllerRegistration(id=3, incarnationId=6haj6JMMTPi787FTon7tVw, zkMigrationReady=false, listeners=[Endpoint(listenerName='CONTROLPLANE-9090', securityProtocol=SSL, host='onap-strimzi-onap-strimzi-controller-3.onap-strimzi-kafka-brokers.onap.svc', port=9090)], supportedFeatures={kraft.version: 0-1, metadata.version: 1-21}). (org.apache.kafka.controller.ClusterControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:57:52,182 INFO [QuorumController id=5] Replayed initial RegisterBrokerRecord for broker 2: RegisterBrokerRecord(brokerId=2, isMigratingZkBroker=false, incarnationId=tDeRxoOHQ8yZ5wPexMAYpg, brokerEpoch=7, endPoints=[BrokerEndpoint(name='REPLICATION-9091', host='onap-strimzi-onap-strimzi-broker-2.onap-strimzi-kafka-brokers.onap.svc', port=9091, securityProtocol=1), BrokerEndpoint(name='PLAIN-9092', host='onap-strimzi-onap-strimzi-broker-2.onap-strimzi-kafka-brokers.onap.svc', port=9092, securityProtocol=2), BrokerEndpoint(name='TLS-9093', host='onap-strimzi-onap-strimzi-broker-2.onap-strimzi-kafka-brokers.onap.svc', port=9093, securityProtocol=1), BrokerEndpoint(name='EXTERNAL-9094', host='kafka-api.simpledemo.onap.org', port=9002, securityProtocol=2)], features=[BrokerFeature(name='kraft.version', minSupportedVersion=0, maxSupportedVersion=1), BrokerFeature(name='metadata.version', minSupportedVersion=1, maxSupportedVersion=21)], rack=null, fenced=true, inControlledShutdown=false, logDirs=[DYi3RcjZuymvD3vhFc_KMw]) (org.apache.kafka.controller.ClusterControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:57:52,185 INFO [QuorumController id=5] Replayed BrokerRegistrationChangeRecord modifying the registration for broker 2: BrokerRegistrationChangeRecord(brokerId=2, brokerEpoch=7, fenced=-1, inControlledShutdown=0, logDirs=[]) (org.apache.kafka.controller.ClusterControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:57:52,186 INFO [MetadataLoader id=5] maybePublishMetadata(LOG_DELTA): The loader finished catching up to the current high water mark of 17 (org.apache.kafka.image.loader.MetadataLoader) [kafka-5-metadata-loader-event-handler]
2025-08-13 09:57:52,186 INFO [QuorumController id=5] Replayed initial RegisterBrokerRecord for broker 0: RegisterBrokerRecord(brokerId=0, isMigratingZkBroker=false, incarnationId=6tRJ_aFHTf-0dTKXVUmutQ, brokerEpoch=11, endPoints=[BrokerEndpoint(name='REPLICATION-9091', host='onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc', port=9091, securityProtocol=1), BrokerEndpoint(name='PLAIN-9092', host='onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc', port=9092, securityProtocol=2), BrokerEndpoint(name='TLS-9093', host='onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc', port=9093, securityProtocol=1), BrokerEndpoint(name='EXTERNAL-9094', host='kafka-api.simpledemo.onap.org', port=9000, securityProtocol=2)], features=[BrokerFeature(name='kraft.version', minSupportedVersion=0, maxSupportedVersion=1), BrokerFeature(name='metadata.version', minSupportedVersion=1, maxSupportedVersion=21)], rack=null, fenced=true, inControlledShutdown=false, logDirs=[oN8mh4WSiK5rX234V5Vr_w]) (org.apache.kafka.controller.ClusterControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:57:52,187 INFO [QuorumController id=5] Replayed BrokerRegistrationChangeRecord modifying the registration for broker 0: BrokerRegistrationChangeRecord(brokerId=0, brokerEpoch=11, fenced=-1, inControlledShutdown=0, logDirs=[]) (org.apache.kafka.controller.ClusterControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:57:52,190 INFO [MetadataLoader id=5] InitializeNewPublishers: initializing SnapshotGenerator with a snapshot at offset 16 (org.apache.kafka.image.loader.MetadataLoader) [kafka-5-metadata-loader-event-handler]
2025-08-13 09:57:52,191 INFO [MetadataLoader id=5] InitializeNewPublishers: initializing KRaftMetadataCachePublisher with a snapshot at offset 16 (org.apache.kafka.image.loader.MetadataLoader) [kafka-5-metadata-loader-event-handler]
2025-08-13 09:57:52,191 INFO [MetadataLoader id=5] InitializeNewPublishers: initializing FeaturesPublisher with a snapshot at offset 16 (org.apache.kafka.image.loader.MetadataLoader) [kafka-5-metadata-loader-event-handler]
2025-08-13 09:57:52,191 INFO [ControllerServer id=5] Loaded new metadata Features(metadataVersion=3.9-IV0, finalizedFeatures={metadata.version=21}, finalizedFeaturesEpoch=16). (org.apache.kafka.metadata.publisher.FeaturesPublisher) [kafka-5-metadata-loader-event-handler]
2025-08-13 09:57:52,192 INFO [MetadataLoader id=5] InitializeNewPublishers: initializing ControllerRegistrationsPublisher with a snapshot at offset 16 (org.apache.kafka.image.loader.MetadataLoader) [kafka-5-metadata-loader-event-handler]
2025-08-13 09:57:52,192 INFO [MetadataLoader id=5] InitializeNewPublishers: initializing ControllerRegistrationManager with a snapshot at offset 16 (org.apache.kafka.image.loader.MetadataLoader) [kafka-5-metadata-loader-event-handler]
2025-08-13 09:57:52,193 INFO [MetadataLoader id=5] InitializeNewPublishers: initializing DynamicConfigPublisher controller id=5 with a snapshot at offset 16 (org.apache.kafka.image.loader.MetadataLoader) [kafka-5-metadata-loader-event-handler]
2025-08-13 09:57:52,194 INFO [MetadataLoader id=5] InitializeNewPublishers: initializing DynamicClientQuotaPublisher controller id=5 with a snapshot at offset 16 (org.apache.kafka.image.loader.MetadataLoader) [kafka-5-metadata-loader-event-handler]
2025-08-13 09:57:52,195 INFO [ControllerRegistrationManager id=5 incarnation=29DBJN7PSWKWlfSe95webA] sendControllerRegistration: attempting to send ControllerRegistrationRequestData(controllerId=5, incarnationId=29DBJN7PSWKWlfSe95webA, zkMigrationReady=false, listeners=[Listener(name='CONTROLPLANE-9090', host='onap-strimzi-onap-strimzi-controller-5.onap-strimzi-kafka-brokers.onap.svc', port=9090, securityProtocol=1)], features=[Feature(name='kraft.version', minSupportedVersion=0, maxSupportedVersion=1), Feature(name='metadata.version', minSupportedVersion=1, maxSupportedVersion=21)]) (kafka.server.ControllerRegistrationManager) [controller-5-registration-manager-event-handler]
2025-08-13 09:57:52,196 INFO [MetadataLoader id=5] InitializeNewPublishers: initializing ScramPublisher controller id=5 with a snapshot at offset 16 (org.apache.kafka.image.loader.MetadataLoader) [kafka-5-metadata-loader-event-handler]
2025-08-13 09:57:52,197 INFO [MetadataLoader id=5] InitializeNewPublishers: initializing DelegationTokenPublisher controller id=5 with a snapshot at offset 16 (org.apache.kafka.image.loader.MetadataLoader) [kafka-5-metadata-loader-event-handler]
2025-08-13 09:57:52,200 INFO [MetadataLoader id=5] InitializeNewPublishers: initializing ControllerMetadataMetricsPublisher with a snapshot at offset 16 (org.apache.kafka.image.loader.MetadataLoader) [kafka-5-metadata-loader-event-handler]
2025-08-13 09:57:52,201 INFO [MetadataLoader id=5] InitializeNewPublishers: initializing AclPublisher controller id=5 with a snapshot at offset 16 (org.apache.kafka.image.loader.MetadataLoader) [kafka-5-metadata-loader-event-handler]
2025-08-13 09:57:52,203 INFO [AclPublisher controller id=5] Loading authorizer snapshot at offset 16 (kafka.server.metadata.AclPublisher) [kafka-5-metadata-loader-event-handler]
2025-08-13 09:57:52,203 INFO [StandardAuthorizer 5] Initialized with 0 acl(s). (org.apache.kafka.metadata.authorizer.StandardAuthorizerData) [kafka-5-metadata-loader-event-handler]
2025-08-13 09:57:52,203 INFO [StandardAuthorizer 5] Completed initial ACL load process. (org.apache.kafka.metadata.authorizer.StandardAuthorizerData) [kafka-5-metadata-loader-event-handler]
2025-08-13 09:57:52,326 INFO [ControllerRegistrationManager id=5 incarnation=29DBJN7PSWKWlfSe95webA] RegistrationResponseHandler: controller acknowledged ControllerRegistrationRequest. (kafka.server.ControllerRegistrationManager) [controller-5-to-controller-registration-channel-manager]
2025-08-13 09:57:52,836 INFO [QuorumController id=5] Replayed RegisterControllerRecord contaning ControllerRegistration(id=5, incarnationId=29DBJN7PSWKWlfSe95webA, zkMigrationReady=false, listeners=[Endpoint(listenerName='CONTROLPLANE-9090', securityProtocol=SSL, host='onap-strimzi-onap-strimzi-controller-5.onap-strimzi-kafka-brokers.onap.svc', port=9090)], supportedFeatures={kraft.version: 0-1, metadata.version: 1-21}). (org.apache.kafka.controller.ClusterControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:57:52,839 INFO [ControllerRegistrationManager id=5 incarnation=29DBJN7PSWKWlfSe95webA] Our registration has been persisted to the metadata log. (kafka.server.ControllerRegistrationManager) [controller-5-registration-manager-event-handler]
2025-08-13 09:58:00,849 INFO [QuorumController id=5] Replayed initial RegisterBrokerRecord for broker 1: RegisterBrokerRecord(brokerId=1, isMigratingZkBroker=false, incarnationId=MW9Zq3W1RjS5CaflRFTeqQ, brokerEpoch=34, endPoints=[BrokerEndpoint(name='REPLICATION-9091', host='onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc', port=9091, securityProtocol=1), BrokerEndpoint(name='PLAIN-9092', host='onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc', port=9092, securityProtocol=2), BrokerEndpoint(name='TLS-9093', host='onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc', port=9093, securityProtocol=1), BrokerEndpoint(name='EXTERNAL-9094', host='kafka-api.simpledemo.onap.org', port=9001, securityProtocol=2)], features=[BrokerFeature(name='kraft.version', minSupportedVersion=0, maxSupportedVersion=1), BrokerFeature(name='metadata.version', minSupportedVersion=1, maxSupportedVersion=21)], rack=null, fenced=true, inControlledShutdown=false, logDirs=[8YRs2LOdD5XhOHshjk9n_Q]) (org.apache.kafka.controller.ClusterControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:01,334 INFO [QuorumController id=5] Replayed BrokerRegistrationChangeRecord modifying the registration for broker 1: BrokerRegistrationChangeRecord(brokerId=1, brokerEpoch=34, fenced=-1, inControlledShutdown=0, logDirs=[]) (org.apache.kafka.controller.ClusterControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:47,119 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 5CNdlar-ShChNozG8WVYNQ, setting StandardAcl(resourceType=TOPIC, resourceName=AAI-EVENT, patternType=LITERAL, principal=User:onap-aai-trav-kafka-user, host=*, operation=ALL, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:47,120 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for I3hD0a-HRLSJ9pIFECIOdw, setting StandardAcl(resourceType=TOPIC, resourceName=AAI-EVENT, patternType=LITERAL, principal=User:onap-aai-graph-kafka-user, host=*, operation=ALL, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:47,120 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for jb5LWqrPTHWcCrwRg_uz6A, setting StandardAcl(resourceType=TOPIC, resourceName=AAI-EVENT, patternType=LITERAL, principal=User:onap-aai-kafka-user, host=*, operation=ALL, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:47,120 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for nw4gVyT6TEmHIKWBFyw3nw, setting StandardAcl(resourceType=GROUP, resourceName=aai, patternType=LITERAL, principal=User:aai-modelloader-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:47,120 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for ua40IBbwRjKtjMGicGidww, setting StandardAcl(resourceType=TOPIC, resourceName=SDC-DISTR, patternType=PREFIXED, principal=User:aai-modelloader-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:47,121 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for BUdIzlqdROqx1mA5gFCDkA, setting StandardAcl(resourceType=TOPIC, resourceName=SDC-DISTR, patternType=PREFIXED, principal=User:aai-modelloader-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:47,356 INFO [QuorumController id=5] Replayed UserScramCredentialRecord creating new entry for aai-modelloader-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:47,356 INFO [QuorumController id=5] Replayed UserScramCredentialRecord creating new entry for onap-aai-trav-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:47,357 INFO [QuorumController id=5] Replayed UserScramCredentialRecord creating new entry for onap-aai-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:47,357 INFO [QuorumController id=5] Replayed UserScramCredentialRecord creating new entry for onap-aai-graph-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:47,404 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for aai-modelloader-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:47,405 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-trav-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:47,405 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:47,406 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-graph-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:47,583 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for aai-modelloader-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:47,583 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:47,584 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-graph-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:47,695 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-trav-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:47,866 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-trav-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:57,712 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for BG3XAjUMRnCwiFl1rrEJqQ, setting StandardAcl(resourceType=TOPIC, resourceName=cds.blueprint-processor, patternType=PREFIXED, principal=User:cds-blueprints-processor-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:57,712 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for Fsel1biJSy2D7q9Zvn9yEg, setting StandardAcl(resourceType=TOPIC, resourceName=cds.blueprint-processor, patternType=PREFIXED, principal=User:cds-blueprints-processor-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:57,712 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 4cz0l8qnTLK-fiyDkvVxLA, setting StandardAcl(resourceType=GROUP, resourceName=cds-bp-processor, patternType=LITERAL, principal=User:cds-blueprints-processor-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:57,712 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for PCbTLv1xSaCWbrxbeDkXUQ, setting StandardAcl(resourceType=TOPIC, resourceName=SDC-DISTR, patternType=PREFIXED, principal=User:cds-sdc-listener-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:57,713 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for SXXOD03WQgm6XvgiKatkWQ, setting StandardAcl(resourceType=TOPIC, resourceName=SDC-DISTR, patternType=PREFIXED, principal=User:cds-sdc-listener-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:57,713 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for eVaisYbFTK6KqeH4laDzlw, setting StandardAcl(resourceType=GROUP, resourceName=cds, patternType=LITERAL, principal=User:cds-sdc-listener-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:57,870 INFO [QuorumController id=5] Replayed UserScramCredentialRecord creating new entry for cds-sdc-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:57,870 INFO [QuorumController id=5] Replayed UserScramCredentialRecord creating new entry for cds-blueprints-processor-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,112 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-sdc-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,113 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-blueprints-processor-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,366 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-sdc-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,367 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-blueprints-processor-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,955 INFO [QuorumController id=5] Replayed TopicRecord for topic cds.blueprint-processor.self-service-api.audit.request with topic ID ILY4RDnpRY-s_p-IBl3qGQ. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,955 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='cds.blueprint-processor.self-service-api.audit.request') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,956 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='cds.blueprint-processor.self-service-api.audit.request') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,959 INFO [QuorumController id=5] Replayed PartitionRecord for new partition cds.blueprint-processor.self-service-api.audit.request-0 with topic ID ILY4RDnpRY-s_p-IBl3qGQ and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,963 INFO [QuorumController id=5] Replayed PartitionRecord for new partition cds.blueprint-processor.self-service-api.audit.request-1 with topic ID ILY4RDnpRY-s_p-IBl3qGQ and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,963 INFO [QuorumController id=5] Replayed PartitionRecord for new partition cds.blueprint-processor.self-service-api.audit.request-2 with topic ID ILY4RDnpRY-s_p-IBl3qGQ and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,963 INFO [QuorumController id=5] Replayed PartitionRecord for new partition cds.blueprint-processor.self-service-api.audit.request-3 with topic ID ILY4RDnpRY-s_p-IBl3qGQ and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,964 INFO [QuorumController id=5] Replayed PartitionRecord for new partition cds.blueprint-processor.self-service-api.audit.request-4 with topic ID ILY4RDnpRY-s_p-IBl3qGQ and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,964 INFO [QuorumController id=5] Replayed PartitionRecord for new partition cds.blueprint-processor.self-service-api.audit.request-5 with topic ID ILY4RDnpRY-s_p-IBl3qGQ and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,964 INFO [QuorumController id=5] Replayed TopicRecord for topic cds.blueprint-processor.self-service-api.request with topic ID aMYLrKxzRnWoGJxTlf2RuA. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,964 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='cds.blueprint-processor.self-service-api.request') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,965 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='cds.blueprint-processor.self-service-api.request') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,965 INFO [QuorumController id=5] Replayed PartitionRecord for new partition cds.blueprint-processor.self-service-api.request-0 with topic ID aMYLrKxzRnWoGJxTlf2RuA and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,965 INFO [QuorumController id=5] Replayed PartitionRecord for new partition cds.blueprint-processor.self-service-api.request-1 with topic ID aMYLrKxzRnWoGJxTlf2RuA and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,965 INFO [QuorumController id=5] Replayed PartitionRecord for new partition cds.blueprint-processor.self-service-api.request-2 with topic ID aMYLrKxzRnWoGJxTlf2RuA and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,965 INFO [QuorumController id=5] Replayed PartitionRecord for new partition cds.blueprint-processor.self-service-api.request-3 with topic ID aMYLrKxzRnWoGJxTlf2RuA and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,966 INFO [QuorumController id=5] Replayed PartitionRecord for new partition cds.blueprint-processor.self-service-api.request-4 with topic ID aMYLrKxzRnWoGJxTlf2RuA and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,966 INFO [QuorumController id=5] Replayed PartitionRecord for new partition cds.blueprint-processor.self-service-api.request-5 with topic ID aMYLrKxzRnWoGJxTlf2RuA and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,966 INFO [QuorumController id=5] Replayed TopicRecord for topic cds.blueprint-processor.self-service-api.response with topic ID f1jaP_F1SH6GJV3I9Mjp6Q. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,967 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='cds.blueprint-processor.self-service-api.response') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,967 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='cds.blueprint-processor.self-service-api.response') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,967 INFO [QuorumController id=5] Replayed PartitionRecord for new partition cds.blueprint-processor.self-service-api.response-0 with topic ID f1jaP_F1SH6GJV3I9Mjp6Q and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,967 INFO [QuorumController id=5] Replayed PartitionRecord for new partition cds.blueprint-processor.self-service-api.response-1 with topic ID f1jaP_F1SH6GJV3I9Mjp6Q and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,967 INFO [QuorumController id=5] Replayed PartitionRecord for new partition cds.blueprint-processor.self-service-api.response-2 with topic ID f1jaP_F1SH6GJV3I9Mjp6Q and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,968 INFO [QuorumController id=5] Replayed PartitionRecord for new partition cds.blueprint-processor.self-service-api.response-3 with topic ID f1jaP_F1SH6GJV3I9Mjp6Q and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,968 INFO [QuorumController id=5] Replayed PartitionRecord for new partition cds.blueprint-processor.self-service-api.response-4 with topic ID f1jaP_F1SH6GJV3I9Mjp6Q and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,968 INFO [QuorumController id=5] Replayed PartitionRecord for new partition cds.blueprint-processor.self-service-api.response-5 with topic ID f1jaP_F1SH6GJV3I9Mjp6Q and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,968 INFO [QuorumController id=5] Replayed TopicRecord for topic cds.blueprint-processor.self-service-api.audit.response with topic ID S2XCncI8Qbq3_MDprCWcYw. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,969 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='cds.blueprint-processor.self-service-api.audit.response') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,969 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='cds.blueprint-processor.self-service-api.audit.response') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,969 INFO [QuorumController id=5] Replayed PartitionRecord for new partition cds.blueprint-processor.self-service-api.audit.response-0 with topic ID S2XCncI8Qbq3_MDprCWcYw and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,969 INFO [QuorumController id=5] Replayed PartitionRecord for new partition cds.blueprint-processor.self-service-api.audit.response-1 with topic ID S2XCncI8Qbq3_MDprCWcYw and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,969 INFO [QuorumController id=5] Replayed PartitionRecord for new partition cds.blueprint-processor.self-service-api.audit.response-2 with topic ID S2XCncI8Qbq3_MDprCWcYw and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,970 INFO [QuorumController id=5] Replayed PartitionRecord for new partition cds.blueprint-processor.self-service-api.audit.response-3 with topic ID S2XCncI8Qbq3_MDprCWcYw and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,970 INFO [QuorumController id=5] Replayed PartitionRecord for new partition cds.blueprint-processor.self-service-api.audit.response-4 with topic ID S2XCncI8Qbq3_MDprCWcYw and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:58:58,970 INFO [QuorumController id=5] Replayed PartitionRecord for new partition cds.blueprint-processor.self-service-api.audit.response-5 with topic ID S2XCncI8Qbq3_MDprCWcYw and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,858 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for jwkgiCVUTXOHYO1n7oZHmA, setting StandardAcl(resourceType=GROUP, resourceName=ncmp-dmi-plugin-group, patternType=LITERAL, principal=User:ncmp-dmi-plugin-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,859 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 4y2051qlQZefHW4zLOWHeQ, setting StandardAcl(resourceType=TOPIC, resourceName=dmi-ncmp-cm-avc-subscription, patternType=LITERAL, principal=User:ncmp-dmi-plugin-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,859 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for JHsOPULYQkOsRqz6vAyT-g, setting StandardAcl(resourceType=TOPIC, resourceName=ncmp-async-m2m, patternType=LITERAL, principal=User:ncmp-dmi-plugin-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,859 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 7tUbfF6QRX6dDzB0Rrb6jA, setting StandardAcl(resourceType=TOPIC, resourceName=ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin, patternType=LITERAL, principal=User:ncmp-dmi-plugin-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,860 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for TSeiLZftROmqkQlLbEGyug, setting StandardAcl(resourceType=TOPIC, resourceName=ncmp-dmi-cm-avc-subscription, patternType=LITERAL, principal=User:cps-core-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,860 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for CNTHDnEfSmauAepwWYagUA, setting StandardAcl(resourceType=GROUP, resourceName=ncmp-data-operation-event-group, patternType=LITERAL, principal=User:cps-core-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,860 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for bjxDIyIfROSK9lfTseOrlA, setting StandardAcl(resourceType=TOPIC, resourceName=ncmp-events, patternType=LITERAL, principal=User:cps-core-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,860 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for EcUZ97dkSkWlGjJZ7uMA8g, setting StandardAcl(resourceType=TOPIC, resourceName=cm-avc-subscription, patternType=LITERAL, principal=User:cps-core-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,861 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 61Gq2xubR92AIuWn53NHJg, setting StandardAcl(resourceType=TOPIC, resourceName=subscription-response, patternType=LITERAL, principal=User:cps-core-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,861 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for czy1b7IRQZChaJisvKYsPw, setting StandardAcl(resourceType=TOPIC, resourceName=ncmp-async-m2m, patternType=LITERAL, principal=User:cps-core-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,861 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 8gVN45GtSoS2AGdBWmK0cg, setting StandardAcl(resourceType=TOPIC, resourceName=subscription, patternType=LITERAL, principal=User:cps-core-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,861 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for Mi3eI1PZRWe_WOnqX4cGag, setting StandardAcl(resourceType=TOPIC, resourceName=dmi-cm-events, patternType=LITERAL, principal=User:cps-core-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,861 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for O-d-tSsVRoevMK0xskLjVQ, setting StandardAcl(resourceType=TOPIC, resourceName=cm-events, patternType=LITERAL, principal=User:cps-core-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,862 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for m3H9H-VkRQK8SoM4sw8mWA, setting StandardAcl(resourceType=TOPIC, resourceName=dmi-device-heartbeat, patternType=LITERAL, principal=User:cps-core-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,862 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for Wnw5wrXyQMi1eJ9ptH5lsg, setting StandardAcl(resourceType=TOPIC, resourceName=cps-data-updated-events, patternType=LITERAL, principal=User:cps-core-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,862 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for lZQXZoVVScuJ1tCcHySP9w, setting StandardAcl(resourceType=TOPIC, resourceName=dmi-ncmp-cm-avc-subscription, patternType=LITERAL, principal=User:cps-core-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,864 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 8_SNnpr_S8KBtIDr5ra4_Q, setting StandardAcl(resourceType=GROUP, resourceName=cps-core-group, patternType=LITERAL, principal=User:cps-core-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,864 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for ESxtaz4sS6KMQPPreLAYgg, setting StandardAcl(resourceType=TOPIC, resourceName=cps.data-updated-events, patternType=LITERAL, principal=User:cps-temporal-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,865 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for v8UWQ9_DS5GLR9hMCPWwsQ, setting StandardAcl(resourceType=GROUP, resourceName=cps-temporal-group, patternType=LITERAL, principal=User:cps-temporal-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,865 INFO [QuorumController id=5] Replayed UserScramCredentialRecord creating new entry for cps-temporal-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,865 INFO [QuorumController id=5] Replayed UserScramCredentialRecord creating new entry for ncmp-dmi-plugin-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,865 INFO [QuorumController id=5] Replayed UserScramCredentialRecord creating new entry for cps-core-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,891 INFO [QuorumController id=5] Replayed TopicRecord for topic dmi-device-heartbeat with topic ID eysSAEpxRkSniE5sjVzlFA. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,892 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='dmi-device-heartbeat') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,893 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='dmi-device-heartbeat') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,893 INFO [QuorumController id=5] Replayed PartitionRecord for new partition dmi-device-heartbeat-0 with topic ID eysSAEpxRkSniE5sjVzlFA and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,893 INFO [QuorumController id=5] Replayed PartitionRecord for new partition dmi-device-heartbeat-1 with topic ID eysSAEpxRkSniE5sjVzlFA and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,894 INFO [QuorumController id=5] Replayed PartitionRecord for new partition dmi-device-heartbeat-2 with topic ID eysSAEpxRkSniE5sjVzlFA and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,894 INFO [QuorumController id=5] Replayed PartitionRecord for new partition dmi-device-heartbeat-3 with topic ID eysSAEpxRkSniE5sjVzlFA and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,895 INFO [QuorumController id=5] Replayed PartitionRecord for new partition dmi-device-heartbeat-4 with topic ID eysSAEpxRkSniE5sjVzlFA and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,895 INFO [QuorumController id=5] Replayed PartitionRecord for new partition dmi-device-heartbeat-5 with topic ID eysSAEpxRkSniE5sjVzlFA and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,895 INFO [QuorumController id=5] Replayed TopicRecord for topic dmi-cm-events with topic ID yN9i5E_BSxKw-ecwrlDucA. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,896 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='dmi-cm-events') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,896 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='dmi-cm-events') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,896 INFO [QuorumController id=5] Replayed PartitionRecord for new partition dmi-cm-events-0 with topic ID yN9i5E_BSxKw-ecwrlDucA and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,896 INFO [QuorumController id=5] Replayed PartitionRecord for new partition dmi-cm-events-1 with topic ID yN9i5E_BSxKw-ecwrlDucA and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,897 INFO [QuorumController id=5] Replayed PartitionRecord for new partition dmi-cm-events-2 with topic ID yN9i5E_BSxKw-ecwrlDucA and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,897 INFO [QuorumController id=5] Replayed PartitionRecord for new partition dmi-cm-events-3 with topic ID yN9i5E_BSxKw-ecwrlDucA and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,897 INFO [QuorumController id=5] Replayed PartitionRecord for new partition dmi-cm-events-4 with topic ID yN9i5E_BSxKw-ecwrlDucA and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,898 INFO [QuorumController id=5] Replayed PartitionRecord for new partition dmi-cm-events-5 with topic ID yN9i5E_BSxKw-ecwrlDucA and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,898 INFO [QuorumController id=5] Replayed TopicRecord for topic subscription with topic ID gDydoS1URdyMsNFXaTYMZA. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,898 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='subscription') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,898 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='subscription') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,899 INFO [QuorumController id=5] Replayed PartitionRecord for new partition subscription-0 with topic ID gDydoS1URdyMsNFXaTYMZA and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,899 INFO [QuorumController id=5] Replayed PartitionRecord for new partition subscription-1 with topic ID gDydoS1URdyMsNFXaTYMZA and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,899 INFO [QuorumController id=5] Replayed PartitionRecord for new partition subscription-2 with topic ID gDydoS1URdyMsNFXaTYMZA and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,900 INFO [QuorumController id=5] Replayed PartitionRecord for new partition subscription-3 with topic ID gDydoS1URdyMsNFXaTYMZA and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,900 INFO [QuorumController id=5] Replayed PartitionRecord for new partition subscription-4 with topic ID gDydoS1URdyMsNFXaTYMZA and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:10,900 INFO [QuorumController id=5] Replayed PartitionRecord for new partition subscription-5 with topic ID gDydoS1URdyMsNFXaTYMZA and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,157 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-temporal-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,158 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for ncmp-dmi-plugin-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,158 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-core-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,413 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-temporal-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,414 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for ncmp-dmi-plugin-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,414 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-core-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,912 INFO [QuorumController id=5] Replayed TopicRecord for topic ncmp-async-m2m with topic ID 0jciXBnHQ1-pSB4Xe1SmEw. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,912 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='ncmp-async-m2m') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,912 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='ncmp-async-m2m') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,912 INFO [QuorumController id=5] Replayed PartitionRecord for new partition ncmp-async-m2m-0 with topic ID 0jciXBnHQ1-pSB4Xe1SmEw and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,913 INFO [QuorumController id=5] Replayed PartitionRecord for new partition ncmp-async-m2m-1 with topic ID 0jciXBnHQ1-pSB4Xe1SmEw and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,913 INFO [QuorumController id=5] Replayed PartitionRecord for new partition ncmp-async-m2m-2 with topic ID 0jciXBnHQ1-pSB4Xe1SmEw and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,913 INFO [QuorumController id=5] Replayed PartitionRecord for new partition ncmp-async-m2m-3 with topic ID 0jciXBnHQ1-pSB4Xe1SmEw and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,913 INFO [QuorumController id=5] Replayed PartitionRecord for new partition ncmp-async-m2m-4 with topic ID 0jciXBnHQ1-pSB4Xe1SmEw and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,914 INFO [QuorumController id=5] Replayed PartitionRecord for new partition ncmp-async-m2m-5 with topic ID 0jciXBnHQ1-pSB4Xe1SmEw and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,914 INFO [QuorumController id=5] Replayed TopicRecord for topic dmi-ncmp-cm-avc-subscription with topic ID llFtdsF8QW-B52IQQo_D-g. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,914 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='dmi-ncmp-cm-avc-subscription') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,914 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='dmi-ncmp-cm-avc-subscription') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,914 INFO [QuorumController id=5] Replayed PartitionRecord for new partition dmi-ncmp-cm-avc-subscription-0 with topic ID llFtdsF8QW-B52IQQo_D-g and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,914 INFO [QuorumController id=5] Replayed PartitionRecord for new partition dmi-ncmp-cm-avc-subscription-1 with topic ID llFtdsF8QW-B52IQQo_D-g and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,915 INFO [QuorumController id=5] Replayed PartitionRecord for new partition dmi-ncmp-cm-avc-subscription-2 with topic ID llFtdsF8QW-B52IQQo_D-g and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,915 INFO [QuorumController id=5] Replayed PartitionRecord for new partition dmi-ncmp-cm-avc-subscription-3 with topic ID llFtdsF8QW-B52IQQo_D-g and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,915 INFO [QuorumController id=5] Replayed PartitionRecord for new partition dmi-ncmp-cm-avc-subscription-4 with topic ID llFtdsF8QW-B52IQQo_D-g and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,915 INFO [QuorumController id=5] Replayed PartitionRecord for new partition dmi-ncmp-cm-avc-subscription-5 with topic ID llFtdsF8QW-B52IQQo_D-g and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,916 INFO [QuorumController id=5] Replayed TopicRecord for topic cps-data-updated-events with topic ID jq731QMzTzqxxxlnG1lBrA. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,916 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='cps-data-updated-events') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,916 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='cps-data-updated-events') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,916 INFO [QuorumController id=5] Replayed PartitionRecord for new partition cps-data-updated-events-0 with topic ID jq731QMzTzqxxxlnG1lBrA and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,916 INFO [QuorumController id=5] Replayed PartitionRecord for new partition cps-data-updated-events-1 with topic ID jq731QMzTzqxxxlnG1lBrA and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,916 INFO [QuorumController id=5] Replayed PartitionRecord for new partition cps-data-updated-events-2 with topic ID jq731QMzTzqxxxlnG1lBrA and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,917 INFO [QuorumController id=5] Replayed PartitionRecord for new partition cps-data-updated-events-3 with topic ID jq731QMzTzqxxxlnG1lBrA and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,917 INFO [QuorumController id=5] Replayed PartitionRecord for new partition cps-data-updated-events-4 with topic ID jq731QMzTzqxxxlnG1lBrA and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,917 INFO [QuorumController id=5] Replayed PartitionRecord for new partition cps-data-updated-events-5 with topic ID jq731QMzTzqxxxlnG1lBrA and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,917 INFO [QuorumController id=5] Replayed TopicRecord for topic ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin with topic ID KmPC5NSRTiip4pC3AktmbA. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,917 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,917 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,918 INFO [QuorumController id=5] Replayed PartitionRecord for new partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-0 with topic ID KmPC5NSRTiip4pC3AktmbA and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,918 INFO [QuorumController id=5] Replayed PartitionRecord for new partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1 with topic ID KmPC5NSRTiip4pC3AktmbA and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,918 INFO [QuorumController id=5] Replayed PartitionRecord for new partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 with topic ID KmPC5NSRTiip4pC3AktmbA and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,918 INFO [QuorumController id=5] Replayed PartitionRecord for new partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-3 with topic ID KmPC5NSRTiip4pC3AktmbA and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,919 INFO [QuorumController id=5] Replayed PartitionRecord for new partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4 with topic ID KmPC5NSRTiip4pC3AktmbA and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:11,919 INFO [QuorumController id=5] Replayed PartitionRecord for new partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5 with topic ID KmPC5NSRTiip4pC3AktmbA and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,691 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for ryy9GaECRAut_jTqLIj3lA, setting StandardAcl(resourceType=TOPIC, resourceName=SEC_3GPP, patternType=PREFIXED, principal=User:dcae-hv-ves-collector-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,691 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for VPgtmHYiRfueGz5wrwdMXw, setting StandardAcl(resourceType=TOPIC, resourceName=HV_VES_PERF3GPP, patternType=LITERAL, principal=User:dcae-hv-ves-collector-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,691 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 2JVP4gsOROisCcu0gB31WQ, setting StandardAcl(resourceType=TOPIC, resourceName=SEC_3GPP, patternType=PREFIXED, principal=User:dcae-hv-ves-collector-ku, host=*, operation=DESCRIBE_CONFIGS, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,691 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for IUuqA-7mSluZDkbG_B8GFw, setting StandardAcl(resourceType=TOPIC, resourceName=HV_VES_PERF3GPP, patternType=LITERAL, principal=User:dcae-hv-ves-collector-ku, host=*, operation=DESCRIBE_CONFIGS, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,692 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for S_O9ik0CSa2gkf8EMXwDSg, setting StandardAcl(resourceType=TOPIC, resourceName=unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT, patternType=LITERAL, principal=User:dcae-ves-collector-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,692 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for O8m02_nLRpGKNA1WBJLRIQ, setting StandardAcl(resourceType=TOPIC, resourceName=unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT, patternType=LITERAL, principal=User:dcae-ves-collector-ku, host=*, operation=DESCRIBE_CONFIGS, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,692 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for C7SycNCyTcKoQ_RzCMJBBA, setting StandardAcl(resourceType=TOPIC, resourceName=unauthenticated.SEC_OTHER_OUTPUT, patternType=LITERAL, principal=User:dcae-ves-collector-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,692 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for ALKackVtRbaERMQ3mO-v0g, setting StandardAcl(resourceType=TOPIC, resourceName=unauthenticated.SEC_FAULT_OUTPUT, patternType=LITERAL, principal=User:dcae-ves-collector-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,692 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for T7XVb4KqQt-3oyS4jPzOIQ, setting StandardAcl(resourceType=TOPIC, resourceName=unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT, patternType=LITERAL, principal=User:dcae-ves-collector-ku, host=*, operation=DESCRIBE_CONFIGS, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,693 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for CE1gG52BRDCDw7W68_ezwg, setting StandardAcl(resourceType=TOPIC, resourceName=unauthenticated.SEC_HEARTBEAT_OUTPUT, patternType=LITERAL, principal=User:dcae-ves-collector-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,693 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for JKjAN___RkyCpmp-nMZEAw, setting StandardAcl(resourceType=TOPIC, resourceName=unauthenticated.VES_NOTIFICATION_OUTPUT, patternType=LITERAL, principal=User:dcae-ves-collector-ku, host=*, operation=DESCRIBE_CONFIGS, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,693 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 5R6GCKtdRdOXl3sbpriUIA, setting StandardAcl(resourceType=TOPIC, resourceName=unauthenticated.SEC_HEARTBEAT_OUTPUT, patternType=LITERAL, principal=User:dcae-ves-collector-ku, host=*, operation=DESCRIBE_CONFIGS, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,693 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for OSC6CtvBQx2QrXSNfFwBlQ, setting StandardAcl(resourceType=TOPIC, resourceName=unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT, patternType=LITERAL, principal=User:dcae-ves-collector-ku, host=*, operation=DESCRIBE_CONFIGS, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,694 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for lKW5hxEoQgWTzpY6QDS0dA, setting StandardAcl(resourceType=TOPIC, resourceName=unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT, patternType=LITERAL, principal=User:dcae-ves-collector-ku, host=*, operation=DESCRIBE_CONFIGS, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,694 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for xoU8db_GQR2rChiske4bZw, setting StandardAcl(resourceType=TOPIC, resourceName=unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT, patternType=LITERAL, principal=User:dcae-ves-collector-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,694 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for zJ1e0xKlTw2uscBDRmo5ow, setting StandardAcl(resourceType=TOPIC, resourceName=unauthenticated.VES_PNFREG_OUTPUT, patternType=LITERAL, principal=User:dcae-ves-collector-ku, host=*, operation=DESCRIBE_CONFIGS, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,694 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for J8150kOvTGq3RaYc6udUdQ, setting StandardAcl(resourceType=TOPIC, resourceName=unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT, patternType=LITERAL, principal=User:dcae-ves-collector-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,695 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for xm-X-VYFSQylASHm2kBY6w, setting StandardAcl(resourceType=TOPIC, resourceName=unauthenticated.VES_MEASUREMENT_OUTPUT, patternType=LITERAL, principal=User:dcae-ves-collector-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,695 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for LVY8PwrkQ7ayxeWJKMwftQ, setting StandardAcl(resourceType=TOPIC, resourceName=unauthenticated.VES_PNFREG_OUTPUT, patternType=LITERAL, principal=User:dcae-ves-collector-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,695 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 2N8IQru6TlOL-JCRAzLBdg, setting StandardAcl(resourceType=TOPIC, resourceName=unauthenticated.VES_MEASUREMENT_OUTPUT, patternType=LITERAL, principal=User:dcae-ves-collector-ku, host=*, operation=DESCRIBE_CONFIGS, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,695 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for KADcPuH3T42ya7SelCwQvQ, setting StandardAcl(resourceType=TOPIC, resourceName=unauthenticated.VES_NOTIFICATION_OUTPUT, patternType=LITERAL, principal=User:dcae-ves-collector-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,695 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for rFesvEChRfuEZrm3C13QQQ, setting StandardAcl(resourceType=TOPIC, resourceName=unauthenticated.SEC_OTHER_OUTPUT, patternType=LITERAL, principal=User:dcae-ves-collector-ku, host=*, operation=DESCRIBE_CONFIGS, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,696 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for hTtORJUVQWSd9zWrpHVlDw, setting StandardAcl(resourceType=TOPIC, resourceName=unauthenticated.SEC_FAULT_OUTPUT, patternType=LITERAL, principal=User:dcae-ves-collector-ku, host=*, operation=DESCRIBE_CONFIGS, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,696 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for QW-KiCUUR7aOhYtO50yT4A, setting StandardAcl(resourceType=TOPIC, resourceName=unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT, patternType=LITERAL, principal=User:dcae-ves-collector-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,696 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for diXXJAgxSi-LMOgkfsGxmg, setting StandardAcl(resourceType=TOPIC, resourceName=unauthenticated.PNF_READY, patternType=LITERAL, principal=User:dcae-prh-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,696 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for CKYju3wwTnaYV9Y3PI3ZXg, setting StandardAcl(resourceType=TOPIC, resourceName=\"*\", patternType=LITERAL, principal=User:dcae-prh-ku, host=*, operation=DESCRIBE_CONFIGS, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,696 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for f8b3VMTSSK-rABuSzi4LhA, setting StandardAcl(resourceType=GROUP, resourceName=OpenDCAE-c12, patternType=LITERAL, principal=User:dcae-prh-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,696 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for iUq4PsbyQluJC4h9bKaGYQ, setting StandardAcl(resourceType=TOPIC, resourceName=unauthenticated.PNF_UPDATE, patternType=LITERAL, principal=User:dcae-prh-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,697 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for JpLuM4TSScm5aNsNnLZ1tw, setting StandardAcl(resourceType=TOPIC, resourceName=unauthenticated.VES_PNFREG_OUTPUT, patternType=LITERAL, principal=User:dcae-prh-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,697 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for ASDNhIejS9C5sTfXTjWrBQ, setting StandardAcl(resourceType=TOPIC, resourceName=SDC-DISTR, patternType=PREFIXED, principal=User:dcae-ves-openapi-manager-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,697 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for LTGQrX8vQsq84sl0aqztVQ, setting StandardAcl(resourceType=GROUP, resourceName=dcaegen2, patternType=LITERAL, principal=User:dcae-ves-openapi-manager-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,697 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for xc15EOsHQaaIkDIdTLEy5w, setting StandardAcl(resourceType=TOPIC, resourceName=SDC-DISTR, patternType=PREFIXED, principal=User:dcae-ves-openapi-manager-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,901 INFO [QuorumController id=5] Replayed UserScramCredentialRecord creating new entry for dcae-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,901 INFO [QuorumController id=5] Replayed UserScramCredentialRecord creating new entry for dcae-prh-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,902 INFO [QuorumController id=5] Replayed UserScramCredentialRecord creating new entry for dcae-hv-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:30,902 INFO [QuorumController id=5] Replayed UserScramCredentialRecord creating new entry for dcae-ves-openapi-manager-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,004 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,004 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-prh-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,005 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-hv-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,005 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-openapi-manager-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,163 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-prh-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,163 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-hv-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,292 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,293 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-openapi-manager-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,406 INFO [QuorumController id=5] Replayed TopicRecord for topic unauthenticated.SEC_HEARTBEAT_OUTPUT with topic ID do1pAFZoTfKSee0vt3gDUw. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,407 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='unauthenticated.SEC_HEARTBEAT_OUTPUT') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,407 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='unauthenticated.SEC_HEARTBEAT_OUTPUT') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,407 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_HEARTBEAT_OUTPUT-0 with topic ID do1pAFZoTfKSee0vt3gDUw and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,408 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_HEARTBEAT_OUTPUT-1 with topic ID do1pAFZoTfKSee0vt3gDUw and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,408 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_HEARTBEAT_OUTPUT-2 with topic ID do1pAFZoTfKSee0vt3gDUw and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,409 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_HEARTBEAT_OUTPUT-3 with topic ID do1pAFZoTfKSee0vt3gDUw and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,409 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_HEARTBEAT_OUTPUT-4 with topic ID do1pAFZoTfKSee0vt3gDUw and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,409 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_HEARTBEAT_OUTPUT-5 with topic ID do1pAFZoTfKSee0vt3gDUw and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,410 INFO [QuorumController id=5] Replayed TopicRecord for topic unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT with topic ID chjIcGVMQHmMZIS3EshyHQ. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,410 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,410 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,410 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-0 with topic ID chjIcGVMQHmMZIS3EshyHQ and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,411 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-1 with topic ID chjIcGVMQHmMZIS3EshyHQ and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,411 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-2 with topic ID chjIcGVMQHmMZIS3EshyHQ and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,411 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-3 with topic ID chjIcGVMQHmMZIS3EshyHQ and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,412 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-4 with topic ID chjIcGVMQHmMZIS3EshyHQ and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,412 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT-5 with topic ID chjIcGVMQHmMZIS3EshyHQ and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,412 INFO [QuorumController id=5] Replayed TopicRecord for topic unauthenticated.VES_NOTIFICATION_OUTPUT with topic ID cNrExQiDSdWM_Bs7jPeOgA. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,413 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='unauthenticated.VES_NOTIFICATION_OUTPUT') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,413 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='unauthenticated.VES_NOTIFICATION_OUTPUT') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,413 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.VES_NOTIFICATION_OUTPUT-0 with topic ID cNrExQiDSdWM_Bs7jPeOgA and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,414 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.VES_NOTIFICATION_OUTPUT-1 with topic ID cNrExQiDSdWM_Bs7jPeOgA and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,414 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.VES_NOTIFICATION_OUTPUT-2 with topic ID cNrExQiDSdWM_Bs7jPeOgA and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,414 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.VES_NOTIFICATION_OUTPUT-3 with topic ID cNrExQiDSdWM_Bs7jPeOgA and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,415 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.VES_NOTIFICATION_OUTPUT-4 with topic ID cNrExQiDSdWM_Bs7jPeOgA and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,415 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.VES_NOTIFICATION_OUTPUT-5 with topic ID cNrExQiDSdWM_Bs7jPeOgA and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,415 INFO [QuorumController id=5] Replayed TopicRecord for topic SEC_3GPP_HEARTBEAT_OUTPUT with topic ID aqHU_gyMSSSvOES4N1cL9A. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,416 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='SEC_3GPP_HEARTBEAT_OUTPUT') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,416 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='SEC_3GPP_HEARTBEAT_OUTPUT') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,416 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SEC_3GPP_HEARTBEAT_OUTPUT-0 with topic ID aqHU_gyMSSSvOES4N1cL9A and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,417 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SEC_3GPP_HEARTBEAT_OUTPUT-1 with topic ID aqHU_gyMSSSvOES4N1cL9A and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,417 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SEC_3GPP_HEARTBEAT_OUTPUT-2 with topic ID aqHU_gyMSSSvOES4N1cL9A and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,418 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SEC_3GPP_HEARTBEAT_OUTPUT-3 with topic ID aqHU_gyMSSSvOES4N1cL9A and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,418 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SEC_3GPP_HEARTBEAT_OUTPUT-4 with topic ID aqHU_gyMSSSvOES4N1cL9A and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,418 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SEC_3GPP_HEARTBEAT_OUTPUT-5 with topic ID aqHU_gyMSSSvOES4N1cL9A and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,419 INFO [QuorumController id=5] Replayed TopicRecord for topic unauthenticated.VES_PNFREG_OUTPUT with topic ID Vp4zl2QbScCTEqUUFAfWgA. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,419 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='unauthenticated.VES_PNFREG_OUTPUT') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,419 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='unauthenticated.VES_PNFREG_OUTPUT') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,419 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.VES_PNFREG_OUTPUT-0 with topic ID Vp4zl2QbScCTEqUUFAfWgA and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,420 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.VES_PNFREG_OUTPUT-1 with topic ID Vp4zl2QbScCTEqUUFAfWgA and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,420 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.VES_PNFREG_OUTPUT-2 with topic ID Vp4zl2QbScCTEqUUFAfWgA and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,420 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.VES_PNFREG_OUTPUT-3 with topic ID Vp4zl2QbScCTEqUUFAfWgA and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,421 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.VES_PNFREG_OUTPUT-4 with topic ID Vp4zl2QbScCTEqUUFAfWgA and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,421 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.VES_PNFREG_OUTPUT-5 with topic ID Vp4zl2QbScCTEqUUFAfWgA and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,422 INFO [QuorumController id=5] Replayed TopicRecord for topic unauthenticated.VES_MEASUREMENT_OUTPUT with topic ID B6cnHbMjTbWIQT7tLmb4fg. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,422 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='unauthenticated.VES_MEASUREMENT_OUTPUT') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,422 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='unauthenticated.VES_MEASUREMENT_OUTPUT') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,422 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.VES_MEASUREMENT_OUTPUT-0 with topic ID B6cnHbMjTbWIQT7tLmb4fg and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,423 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.VES_MEASUREMENT_OUTPUT-1 with topic ID B6cnHbMjTbWIQT7tLmb4fg and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,423 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.VES_MEASUREMENT_OUTPUT-2 with topic ID B6cnHbMjTbWIQT7tLmb4fg and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,423 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.VES_MEASUREMENT_OUTPUT-3 with topic ID B6cnHbMjTbWIQT7tLmb4fg and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,424 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.VES_MEASUREMENT_OUTPUT-4 with topic ID B6cnHbMjTbWIQT7tLmb4fg and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,424 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.VES_MEASUREMENT_OUTPUT-5 with topic ID B6cnHbMjTbWIQT7tLmb4fg and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,424 INFO [QuorumController id=5] Replayed TopicRecord for topic SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT with topic ID xBXTDm2CRtGAh50SceNHsw. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,425 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,425 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,425 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0 with topic ID xBXTDm2CRtGAh50SceNHsw and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,426 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1 with topic ID xBXTDm2CRtGAh50SceNHsw and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,426 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2 with topic ID xBXTDm2CRtGAh50SceNHsw and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,427 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3 with topic ID xBXTDm2CRtGAh50SceNHsw and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,427 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4 with topic ID xBXTDm2CRtGAh50SceNHsw and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,427 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5 with topic ID xBXTDm2CRtGAh50SceNHsw and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,428 INFO [QuorumController id=5] Replayed TopicRecord for topic unauthenticated.PNF_READY with topic ID TWO06opzTqyUlDo6OPxFqQ. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,428 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='unauthenticated.PNF_READY') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,428 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='unauthenticated.PNF_READY') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,428 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.PNF_READY-0 with topic ID TWO06opzTqyUlDo6OPxFqQ and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,429 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.PNF_READY-1 with topic ID TWO06opzTqyUlDo6OPxFqQ and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,429 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.PNF_READY-2 with topic ID TWO06opzTqyUlDo6OPxFqQ and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,429 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.PNF_READY-3 with topic ID TWO06opzTqyUlDo6OPxFqQ and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,430 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.PNF_READY-4 with topic ID TWO06opzTqyUlDo6OPxFqQ and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,430 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.PNF_READY-5 with topic ID TWO06opzTqyUlDo6OPxFqQ and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,430 INFO [QuorumController id=5] Replayed TopicRecord for topic unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT with topic ID Uo6LpBfCTIGFcGUjXT8Osw. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,431 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,431 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,431 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-0 with topic ID Uo6LpBfCTIGFcGUjXT8Osw and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,432 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-1 with topic ID Uo6LpBfCTIGFcGUjXT8Osw and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,432 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-2 with topic ID Uo6LpBfCTIGFcGUjXT8Osw and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,432 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-3 with topic ID Uo6LpBfCTIGFcGUjXT8Osw and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,433 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-4 with topic ID Uo6LpBfCTIGFcGUjXT8Osw and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,433 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT-5 with topic ID Uo6LpBfCTIGFcGUjXT8Osw and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,433 INFO [QuorumController id=5] Replayed TopicRecord for topic unauthenticated.SEC_FAULT_OUTPUT with topic ID fGEAjb-FQa-FMSLs_TNKiQ. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,434 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='unauthenticated.SEC_FAULT_OUTPUT') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,434 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='unauthenticated.SEC_FAULT_OUTPUT') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,434 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_FAULT_OUTPUT-0 with topic ID fGEAjb-FQa-FMSLs_TNKiQ and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,435 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_FAULT_OUTPUT-1 with topic ID fGEAjb-FQa-FMSLs_TNKiQ and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,435 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_FAULT_OUTPUT-2 with topic ID fGEAjb-FQa-FMSLs_TNKiQ and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,435 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_FAULT_OUTPUT-3 with topic ID fGEAjb-FQa-FMSLs_TNKiQ and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,436 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_FAULT_OUTPUT-4 with topic ID fGEAjb-FQa-FMSLs_TNKiQ and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,436 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_FAULT_OUTPUT-5 with topic ID fGEAjb-FQa-FMSLs_TNKiQ and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,436 INFO [QuorumController id=5] Replayed TopicRecord for topic unauthenticated.PNF_UPDATE with topic ID dsJhpEnpSGG0fBcY1jSGcQ. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,436 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='unauthenticated.PNF_UPDATE') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,437 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='unauthenticated.PNF_UPDATE') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,437 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.PNF_UPDATE-0 with topic ID dsJhpEnpSGG0fBcY1jSGcQ and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,437 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.PNF_UPDATE-1 with topic ID dsJhpEnpSGG0fBcY1jSGcQ and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,438 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.PNF_UPDATE-2 with topic ID dsJhpEnpSGG0fBcY1jSGcQ and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,439 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.PNF_UPDATE-3 with topic ID dsJhpEnpSGG0fBcY1jSGcQ and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,439 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.PNF_UPDATE-4 with topic ID dsJhpEnpSGG0fBcY1jSGcQ and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,439 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.PNF_UPDATE-5 with topic ID dsJhpEnpSGG0fBcY1jSGcQ and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,440 INFO [QuorumController id=5] Replayed TopicRecord for topic SEC_3GPP_FAULTSUPERVISION_OUTPUT with topic ID Xa7CucA0QbubypOqJLQyOA. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,440 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='SEC_3GPP_FAULTSUPERVISION_OUTPUT') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,440 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='SEC_3GPP_FAULTSUPERVISION_OUTPUT') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,440 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-0 with topic ID Xa7CucA0QbubypOqJLQyOA and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,441 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-1 with topic ID Xa7CucA0QbubypOqJLQyOA and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,441 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-2 with topic ID Xa7CucA0QbubypOqJLQyOA and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,441 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-3 with topic ID Xa7CucA0QbubypOqJLQyOA and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,442 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-4 with topic ID Xa7CucA0QbubypOqJLQyOA and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,442 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-5 with topic ID Xa7CucA0QbubypOqJLQyOA and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,442 INFO [QuorumController id=5] Replayed TopicRecord for topic unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT with topic ID Lemj0qdHRwGmYEX25h3OqQ. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,442 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,443 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,443 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-0 with topic ID Lemj0qdHRwGmYEX25h3OqQ and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,443 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-1 with topic ID Lemj0qdHRwGmYEX25h3OqQ and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,445 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-2 with topic ID Lemj0qdHRwGmYEX25h3OqQ and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,445 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-3 with topic ID Lemj0qdHRwGmYEX25h3OqQ and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,445 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-4 with topic ID Lemj0qdHRwGmYEX25h3OqQ and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,445 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT-5 with topic ID Lemj0qdHRwGmYEX25h3OqQ and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,446 INFO [QuorumController id=5] Replayed TopicRecord for topic HV_VES_PERF3GPP with topic ID D2SJLrxlTo6KV0zZGKvtyQ. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,446 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='HV_VES_PERF3GPP') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,446 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='HV_VES_PERF3GPP') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,446 INFO [QuorumController id=5] Replayed PartitionRecord for new partition HV_VES_PERF3GPP-0 with topic ID D2SJLrxlTo6KV0zZGKvtyQ and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,446 INFO [QuorumController id=5] Replayed PartitionRecord for new partition HV_VES_PERF3GPP-1 with topic ID D2SJLrxlTo6KV0zZGKvtyQ and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,446 INFO [QuorumController id=5] Replayed PartitionRecord for new partition HV_VES_PERF3GPP-2 with topic ID D2SJLrxlTo6KV0zZGKvtyQ and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,447 INFO [QuorumController id=5] Replayed PartitionRecord for new partition HV_VES_PERF3GPP-3 with topic ID D2SJLrxlTo6KV0zZGKvtyQ and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,447 INFO [QuorumController id=5] Replayed PartitionRecord for new partition HV_VES_PERF3GPP-4 with topic ID D2SJLrxlTo6KV0zZGKvtyQ and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,447 INFO [QuorumController id=5] Replayed PartitionRecord for new partition HV_VES_PERF3GPP-5 with topic ID D2SJLrxlTo6KV0zZGKvtyQ and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,447 INFO [QuorumController id=5] Replayed TopicRecord for topic unauthenticated.SEC_OTHER_OUTPUT with topic ID drG5EbboT3C6dBjA0fna9g. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,447 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='unauthenticated.SEC_OTHER_OUTPUT') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,447 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='unauthenticated.SEC_OTHER_OUTPUT') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,447 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_OTHER_OUTPUT-0 with topic ID drG5EbboT3C6dBjA0fna9g and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,448 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_OTHER_OUTPUT-1 with topic ID drG5EbboT3C6dBjA0fna9g and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,448 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_OTHER_OUTPUT-2 with topic ID drG5EbboT3C6dBjA0fna9g and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,448 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_OTHER_OUTPUT-3 with topic ID drG5EbboT3C6dBjA0fna9g and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,448 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_OTHER_OUTPUT-4 with topic ID drG5EbboT3C6dBjA0fna9g and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,448 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_OTHER_OUTPUT-5 with topic ID drG5EbboT3C6dBjA0fna9g and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,448 INFO [QuorumController id=5] Replayed TopicRecord for topic unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT with topic ID 5ozVcqMsTAyVcprYhSXC6Q. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,448 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,449 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,449 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0 with topic ID 5ozVcqMsTAyVcprYhSXC6Q and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,449 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1 with topic ID 5ozVcqMsTAyVcprYhSXC6Q and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,449 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2 with topic ID 5ozVcqMsTAyVcprYhSXC6Q and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,449 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3 with topic ID 5ozVcqMsTAyVcprYhSXC6Q and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,449 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4 with topic ID 5ozVcqMsTAyVcprYhSXC6Q and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,449 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5 with topic ID 5ozVcqMsTAyVcprYhSXC6Q and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,450 INFO [QuorumController id=5] Replayed TopicRecord for topic SEC_3GPP_PROVISIONING_OUTPUT with topic ID FvMj-rzFRmqScgJFgZ_Sbw. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,450 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='SEC_3GPP_PROVISIONING_OUTPUT') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,450 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='SEC_3GPP_PROVISIONING_OUTPUT') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,450 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SEC_3GPP_PROVISIONING_OUTPUT-0 with topic ID FvMj-rzFRmqScgJFgZ_Sbw and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,450 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SEC_3GPP_PROVISIONING_OUTPUT-1 with topic ID FvMj-rzFRmqScgJFgZ_Sbw and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,450 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SEC_3GPP_PROVISIONING_OUTPUT-2 with topic ID FvMj-rzFRmqScgJFgZ_Sbw and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,450 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SEC_3GPP_PROVISIONING_OUTPUT-3 with topic ID FvMj-rzFRmqScgJFgZ_Sbw and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,451 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SEC_3GPP_PROVISIONING_OUTPUT-4 with topic ID FvMj-rzFRmqScgJFgZ_Sbw and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,451 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SEC_3GPP_PROVISIONING_OUTPUT-5 with topic ID FvMj-rzFRmqScgJFgZ_Sbw and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,451 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:31,451 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-openapi-manager-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:34,595 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for ZGA5ANgVRaWOMvb4CiM5Rg, setting StandardAcl(resourceType=TOPIC, resourceName=SDC-DISTR, patternType=PREFIXED, principal=User:multicloud-k8s-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:34,596 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for PBEfu0fzQkKLjjGC2Qdy2w, setting StandardAcl(resourceType=GROUP, resourceName=multicloud, patternType=LITERAL, principal=User:multicloud-k8s-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:34,600 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for D3Y2PbUQRp2ensGaPatTXQ, setting StandardAcl(resourceType=TOPIC, resourceName=SDC-DISTR, patternType=PREFIXED, principal=User:multicloud-k8s-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:34,808 INFO [QuorumController id=5] Replayed UserScramCredentialRecord creating new entry for multicloud-k8s-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:34,889 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for multicloud-k8s-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:35,397 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for multicloud-k8s-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,439 INFO [QuorumController id=5] Replayed TopicRecord for topic __consumer_offsets with topic ID LDuYbMVCTICKjejNhZiDMw. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,439 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='__consumer_offsets') which set configuration compression.type to producer (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,439 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='__consumer_offsets') which set configuration cleanup.policy to compact (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,439 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='__consumer_offsets') which set configuration segment.bytes to 104857600 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,439 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-0 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,440 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-1 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,440 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-2 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,440 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-3 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,441 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-4 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,441 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-5 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,441 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-6 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,441 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-7 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,441 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-8 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,441 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-9 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,442 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-10 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,442 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-11 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,442 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-12 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,442 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-13 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,442 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-14 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,443 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-15 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,443 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-16 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,443 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-17 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,443 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-18 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,443 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-19 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,444 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-20 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,444 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-21 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,444 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-22 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,444 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-23 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,444 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-24 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,445 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-25 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,445 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-26 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,445 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-27 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,445 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-28 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,445 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-29 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,445 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-30 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,445 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-31 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,446 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-32 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,446 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-33 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,446 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-34 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,446 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-35 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,446 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-36 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,446 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-37 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,447 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-38 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,447 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-39 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,447 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-40 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,447 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-41 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,447 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-42 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,447 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-43 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,448 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-44 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,448 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-45 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,448 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-46 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,448 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-47 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,448 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-48 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 09:59:44,448 INFO [QuorumController id=5] Replayed PartitionRecord for new partition __consumer_offsets-49 with topic ID LDuYbMVCTICKjejNhZiDMw and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:20,927 INFO [QuorumController id=5] Replaying ProducerIdsRecord ProducerIdsRecord(brokerId=2, brokerEpoch=7, nextProducerId=1000) (org.apache.kafka.controller.ProducerIdControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:22,558 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:22,559 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for multicloud-k8s-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:22,560 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for ncmp-dmi-plugin-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:22,560 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-trav-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:22,560 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-hv-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:22,560 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:22,560 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-temporal-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:22,560 INFO [QuorumController id=5] Replayed UserScramCredentialRecord creating new entry for strimzi-kafka-admin with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:22,560 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-prh-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:22,560 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for aai-modelloader-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:22,560 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-sdc-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:22,560 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-blueprints-processor-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:22,560 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-openapi-manager-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:22,561 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-core-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:22,561 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-graph-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:22,727 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for strimzi-kafka-admin with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:22,926 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for strimzi-kafka-admin with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,510 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for sIJaiQfgR12tJmCdgS4xEQ, setting StandardAcl(resourceType=TOPIC, resourceName=policy-acruntime-participant, patternType=LITERAL, principal=User:policy-clamp-ac-k8s-ppnt-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,511 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for AGFNSFqTSpOnNy3R6KpxkQ, setting StandardAcl(resourceType=TOPIC, resourceName=policy-acruntime-participant, patternType=LITERAL, principal=User:policy-clamp-ac-k8s-ppnt-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,511 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for Qn81Mm0wRgOfm5LX_9sEPQ, setting StandardAcl(resourceType=TOPIC, resourceName=acm-ppnt-sync, patternType=LITERAL, principal=User:policy-clamp-ac-k8s-ppnt-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,511 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for FjRYWorDSEmLXbfQ502Z1g, setting StandardAcl(resourceType=TOPIC, resourceName=acm-ppnt-sync, patternType=LITERAL, principal=User:policy-clamp-ac-k8s-ppnt-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,511 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 2vowSKQ0Q2qRzy_x5xBQEA, setting StandardAcl(resourceType=GROUP, resourceName=policy-clamp-ac-k8s-ppnt, patternType=LITERAL, principal=User:policy-clamp-ac-k8s-ppnt-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,511 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for tpVOi8CPSmejUXcrMVNpXw, setting StandardAcl(resourceType=GROUP, resourceName=policy-group, patternType=LITERAL, principal=User:onap-policy-kafka-user, host=*, operation=ALL, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,511 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 8byIq0cPTG6dLU5cm9fvIw, setting StandardAcl(resourceType=TOPIC, resourceName=policy-pdp-pap, patternType=LITERAL, principal=User:onap-policy-kafka-user, host=*, operation=ALL, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,511 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for lybCKFlES-iRsJVdD4Ed_A, setting StandardAcl(resourceType=TOPIC, resourceName=policy-heartbeat, patternType=LITERAL, principal=User:onap-policy-kafka-user, host=*, operation=ALL, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,511 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for aTSF6luyQDeZvNZ_OIA4mQ, setting StandardAcl(resourceType=TOPIC, resourceName=policy-notification, patternType=LITERAL, principal=User:onap-policy-kafka-user, host=*, operation=ALL, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,512 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for MuJGOuhgRv6kZCWwS_gvqQ, setting StandardAcl(resourceType=GROUP, resourceName=policy-distribution, patternType=LITERAL, principal=User:policy-distribution-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,512 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 89P0YCvsTneLI57lFIlajA, setting StandardAcl(resourceType=TOPIC, resourceName=SDC-DISTR, patternType=PREFIXED, principal=User:policy-distribution-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,512 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for I_muNM5rRxu6ndYB0MNA0A, setting StandardAcl(resourceType=TOPIC, resourceName=SDC-DISTR, patternType=PREFIXED, principal=User:policy-distribution-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,512 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for XzwXvElxT4K0P4diwRU_jw, setting StandardAcl(resourceType=TOPIC, resourceName=policy-acruntime-participant, patternType=LITERAL, principal=User:policy-clamp-runtime-acm-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,512 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for Z6wq3sU1Qz24uD5pzSksZg, setting StandardAcl(resourceType=GROUP, resourceName=policy-clamp-runtime-acm, patternType=LITERAL, principal=User:policy-clamp-runtime-acm-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,512 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for RS-sbftHSD2qtuNetD-LIQ, setting StandardAcl(resourceType=TOPIC, resourceName=policy-acruntime-participant, patternType=LITERAL, principal=User:policy-clamp-runtime-acm-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,512 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for MnLTgqc5Tm20BvmgZIrn8g, setting StandardAcl(resourceType=TOPIC, resourceName=acm-ppnt-sync, patternType=LITERAL, principal=User:policy-clamp-runtime-acm-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,512 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for tp_i9fe2QRW-W9C1m2uUvA, setting StandardAcl(resourceType=TOPIC, resourceName=acm-ppnt-sync, patternType=LITERAL, principal=User:policy-clamp-runtime-acm-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,512 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for wPpBX7MSRjmQd5VezjvX_Q, setting StandardAcl(resourceType=TOPIC, resourceName=policy-acruntime-participant, patternType=LITERAL, principal=User:policy-clamp-ac-a1pms-ppnt-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,512 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for je5cP-mvQGqYiIaFjWRi8A, setting StandardAcl(resourceType=TOPIC, resourceName=policy-acruntime-participant, patternType=LITERAL, principal=User:policy-clamp-ac-a1pms-ppnt-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,513 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for RfV5fCE5Q6200jo6mfKeyw, setting StandardAcl(resourceType=GROUP, resourceName=policy-clamp-ac-a1pms-ppnt, patternType=LITERAL, principal=User:policy-clamp-ac-a1pms-ppnt-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,513 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for vaLrljhlRUeacJb1pjVoYg, setting StandardAcl(resourceType=TOPIC, resourceName=acm-ppnt-sync, patternType=LITERAL, principal=User:policy-clamp-ac-a1pms-ppnt-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,513 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for bPPEt2p8R2qP4wGG2ooGgQ, setting StandardAcl(resourceType=TOPIC, resourceName=acm-ppnt-sync, patternType=LITERAL, principal=User:policy-clamp-ac-a1pms-ppnt-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,513 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for LywyzF2UQHO_zRE5FMLx0g, setting StandardAcl(resourceType=TOPIC, resourceName=policy-pdp-pap, patternType=PREFIXED, principal=User:policy-xacml-pdp-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,513 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for u-FT8awxSOS8EVa6b25Vow, setting StandardAcl(resourceType=GROUP, resourceName=policy-xacml-pdp, patternType=PREFIXED, principal=User:policy-xacml-pdp-ku, host=*, operation=DESCRIBE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,513 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for bjjSyR6nSsWcot-wVoUxmA, setting StandardAcl(resourceType=TOPIC, resourceName=policy-pdp-pap, patternType=PREFIXED, principal=User:policy-xacml-pdp-ku, host=*, operation=DESCRIBE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,513 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for zdEHEAIeRL2iAmNICu3xuw, setting StandardAcl(resourceType=GROUP, resourceName=policy-xacml-pdp, patternType=PREFIXED, principal=User:policy-xacml-pdp-ku, host=*, operation=CREATE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,513 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for hGRiHnliRU2DRMB-h0iptg, setting StandardAcl(resourceType=GROUP, resourceName=policy-xacml-pdp, patternType=PREFIXED, principal=User:policy-xacml-pdp-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,513 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 903miypySDG4i7ro8L6DqQ, setting StandardAcl(resourceType=TOPIC, resourceName=policy-pdp-pap, patternType=PREFIXED, principal=User:policy-xacml-pdp-ku, host=*, operation=CREATE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,513 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for H3NZ7rYeRMOrcNOfZVuBMw, setting StandardAcl(resourceType=TOPIC, resourceName=policy-pdp-pap, patternType=PREFIXED, principal=User:policy-xacml-pdp-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,514 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 15LuuWdSTZCDdfzBjKlbZQ, setting StandardAcl(resourceType=GROUP, resourceName=policy-xacml-pdp, patternType=PREFIXED, principal=User:policy-xacml-pdp-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,514 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for nmx8cuEqToaORhRHAwNMOg, setting StandardAcl(resourceType=TOPIC, resourceName=policy-heartbeat, patternType=PREFIXED, principal=User:policy-pap-ku, host=*, operation=CREATE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,514 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 9tsTlrb0Q4-vwRugPn6-cw, setting StandardAcl(resourceType=GROUP, resourceName=policy-pap, patternType=LITERAL, principal=User:policy-pap-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,514 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for GY46YtJYRfmGMJRax-ogIQ, setting StandardAcl(resourceType=TOPIC, resourceName=policy-pdp-pap, patternType=PREFIXED, principal=User:policy-pap-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,514 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 4y4R8fceTSCSxwgmAzgLFQ, setting StandardAcl(resourceType=TOPIC, resourceName=policy-pdp-pap, patternType=PREFIXED, principal=User:policy-pap-ku, host=*, operation=DESCRIBE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,514 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for jb6GeTCbRVeWjLyhrQ2RYg, setting StandardAcl(resourceType=GROUP, resourceName=policy-pap, patternType=LITERAL, principal=User:policy-pap-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,514 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 1KEbemk6RLG5wqzaz7RdOQ, setting StandardAcl(resourceType=TOPIC, resourceName=policy-pdp-pap, patternType=PREFIXED, principal=User:policy-pap-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,514 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for XuoFm0JzTmakCPpQu81vPg, setting StandardAcl(resourceType=TOPIC, resourceName=policy-heartbeat, patternType=PREFIXED, principal=User:policy-pap-ku, host=*, operation=DESCRIBE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,514 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for Q-L3cys0SBG_Q64dxMumqA, setting StandardAcl(resourceType=TOPIC, resourceName=policy-heartbeat, patternType=PREFIXED, principal=User:policy-pap-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,514 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for cf-uKyAERG6Ur_dkLN0i0w, setting StandardAcl(resourceType=TOPIC, resourceName=policy-notification, patternType=PREFIXED, principal=User:policy-pap-ku, host=*, operation=CREATE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,514 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for oQY37cBFS0KOO8bArCfhrg, setting StandardAcl(resourceType=TOPIC, resourceName=policy-notification, patternType=PREFIXED, principal=User:policy-pap-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,514 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for NS3SXQ_VSZW436U7ROQk2g, setting StandardAcl(resourceType=GROUP, resourceName=policy-pap, patternType=LITERAL, principal=User:policy-pap-ku, host=*, operation=CREATE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,515 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for lMU5B85gRm6cDouyA7DQAw, setting StandardAcl(resourceType=TOPIC, resourceName=policy-heartbeat, patternType=PREFIXED, principal=User:policy-pap-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,515 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for P0QtuzPmRJqUvW2EeVuobQ, setting StandardAcl(resourceType=TOPIC, resourceName=policy-pdp-pap, patternType=PREFIXED, principal=User:policy-pap-ku, host=*, operation=CREATE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,515 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for DfEmDpS4SAO_tfOQibqJXA, setting StandardAcl(resourceType=GROUP, resourceName=policy-pap, patternType=LITERAL, principal=User:policy-pap-ku, host=*, operation=DESCRIBE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,515 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for VC3RcX0nR3K0z3nlqHt9kw, setting StandardAcl(resourceType=TOPIC, resourceName=policy-notification, patternType=PREFIXED, principal=User:policy-pap-ku, host=*, operation=DESCRIBE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,515 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for BUHYDYQYRZuFF3LjcUfNWw, setting StandardAcl(resourceType=TOPIC, resourceName=policy-notification, patternType=PREFIXED, principal=User:policy-pap-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,515 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for o8WNXkpeQS6TQIbEYwBwAg, setting StandardAcl(resourceType=TOPIC, resourceName=policy-acruntime-participant, patternType=LITERAL, principal=User:policy-clamp-ac-kserve-ppnt-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,515 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for U9Zx2X0GQ4yfc9ngpJ9lng, setting StandardAcl(resourceType=TOPIC, resourceName=policy-acruntime-participant, patternType=LITERAL, principal=User:policy-clamp-ac-kserve-ppnt-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,515 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for UC6jop7uQp2UDHHpNhYTBA, setting StandardAcl(resourceType=TOPIC, resourceName=acm-ppnt-sync, patternType=LITERAL, principal=User:policy-clamp-ac-kserve-ppnt-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,515 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for kyMnjdAsTW-xFPky4IgtKw, setting StandardAcl(resourceType=TOPIC, resourceName=acm-ppnt-sync, patternType=LITERAL, principal=User:policy-clamp-ac-kserve-ppnt-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,515 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for eIoMmfG6Sha6M2nLSrHm4A, setting StandardAcl(resourceType=GROUP, resourceName=policy-clamp-ac-kserve-ppnt, patternType=LITERAL, principal=User:policy-clamp-ac-kserve-ppnt-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,516 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for Ai9bz8U-QgWDWYIfN3T53g, setting StandardAcl(resourceType=TOPIC, resourceName=policy-acruntime-participant, patternType=LITERAL, principal=User:policy-clamp-ac-http-ppnt-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,516 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 2MyFZ9cGSUmFEHgXC-_dTA, setting StandardAcl(resourceType=TOPIC, resourceName=policy-acruntime-participant, patternType=LITERAL, principal=User:policy-clamp-ac-http-ppnt-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,516 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for PmDGYA04SqWIt2sxlR_Q-Q, setting StandardAcl(resourceType=TOPIC, resourceName=acm-ppnt-sync, patternType=LITERAL, principal=User:policy-clamp-ac-http-ppnt-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,516 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for M9Wf3pKeTCeNvPAKHFtWaw, setting StandardAcl(resourceType=TOPIC, resourceName=acm-ppnt-sync, patternType=LITERAL, principal=User:policy-clamp-ac-http-ppnt-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,516 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for SgyEN1HdTJqd-fKaOltukQ, setting StandardAcl(resourceType=GROUP, resourceName=policy-clamp-ac-http-ppnt, patternType=LITERAL, principal=User:policy-clamp-ac-http-ppnt-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,516 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for EB089TtCSJKy6Q3io8AfXA, setting StandardAcl(resourceType=TOPIC, resourceName=policy-heartbeat, patternType=PREFIXED, principal=User:policy-apex-pdp-ku, host=*, operation=CREATE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,516 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for bpkhN59vQrSbNZOy3Nwl1g, setting StandardAcl(resourceType=TOPIC, resourceName=policy-pdp-pap, patternType=PREFIXED, principal=User:policy-apex-pdp-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,516 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for cbtvy-cmS1KSWG64Z_sLUA, setting StandardAcl(resourceType=GROUP, resourceName=policy-apex, patternType=LITERAL, principal=User:policy-apex-pdp-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,516 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for dcH03R34SSun62brQbENPQ, setting StandardAcl(resourceType=TOPIC, resourceName=policy-pdp-pap, patternType=PREFIXED, principal=User:policy-apex-pdp-ku, host=*, operation=DESCRIBE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,516 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for TurBuRbbT824gBkQfGgGAQ, setting StandardAcl(resourceType=GROUP, resourceName=policy-apex, patternType=LITERAL, principal=User:policy-apex-pdp-ku, host=*, operation=CREATE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,516 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for YayaoUlLRra1NZdqt0UVsQ, setting StandardAcl(resourceType=GROUP, resourceName=policy-apex, patternType=LITERAL, principal=User:policy-apex-pdp-ku, host=*, operation=DESCRIBE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,517 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for Vsb3W3OLRv2zbJDK465x0w, setting StandardAcl(resourceType=GROUP, resourceName=policy-apex, patternType=LITERAL, principal=User:policy-apex-pdp-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,517 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for uY9r8xM2Tq6grlfHd2HsOA, setting StandardAcl(resourceType=TOPIC, resourceName=policy-heartbeat, patternType=PREFIXED, principal=User:policy-apex-pdp-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,517 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for cdkBne6vSDWaCMemLjbWfg, setting StandardAcl(resourceType=TOPIC, resourceName=policy-pdp-pap, patternType=PREFIXED, principal=User:policy-apex-pdp-ku, host=*, operation=CREATE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,517 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 1UmUHS7WRweT8Yx2JAP-TQ, setting StandardAcl(resourceType=TOPIC, resourceName=policy-pdp-pap, patternType=PREFIXED, principal=User:policy-apex-pdp-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,517 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for R9uv4JPaTruNjOI9XiZvQA, setting StandardAcl(resourceType=TOPIC, resourceName=policy-heartbeat, patternType=PREFIXED, principal=User:policy-apex-pdp-ku, host=*, operation=DESCRIBE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,517 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 26kUIcneQ8-mjHS6IEtVWQ, setting StandardAcl(resourceType=TOPIC, resourceName=policy-heartbeat, patternType=PREFIXED, principal=User:policy-apex-pdp-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,517 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 6lKXuV3SQvKqv06et6vHVw, setting StandardAcl(resourceType=TOPIC, resourceName=policy-acruntime-participant, patternType=LITERAL, principal=User:policy-clamp-ac-pf-ppnt-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,517 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for NHfDg99KTKK7AnAstJx1MQ, setting StandardAcl(resourceType=TOPIC, resourceName=policy-acruntime-participant, patternType=LITERAL, principal=User:policy-clamp-ac-pf-ppnt-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,517 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for UpkCHfhDRja7zcbSvvQ8hg, setting StandardAcl(resourceType=GROUP, resourceName=policy-clamp-ac-pf-ppnt, patternType=LITERAL, principal=User:policy-clamp-ac-pf-ppnt-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,517 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for JA6NIksmTPGtVeFBxaXhWQ, setting StandardAcl(resourceType=TOPIC, resourceName=acm-ppnt-sync, patternType=LITERAL, principal=User:policy-clamp-ac-pf-ppnt-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,518 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for il59nO-WRh61Y-6O8R0GfA, setting StandardAcl(resourceType=TOPIC, resourceName=acm-ppnt-sync, patternType=LITERAL, principal=User:policy-clamp-ac-pf-ppnt-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,518 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for vh_xY3dlTHO1r-lOm2scJQ, setting StandardAcl(resourceType=TOPIC, resourceName=opa-pdp-data, patternType=PREFIXED, principal=User:policy-opa-pdp-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,518 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for I7vY-I5LTsmKXS0gEDlDFg, setting StandardAcl(resourceType=TOPIC, resourceName=policy-pdp-pap, patternType=PREFIXED, principal=User:policy-opa-pdp-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,518 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 4qhDFFsbRbScGO85UNIEUg, setting StandardAcl(resourceType=GROUP, resourceName=opa-pdp, patternType=PREFIXED, principal=User:policy-opa-pdp-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,518 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 4-PIWQBWSyuzegeHq4vSRA, setting StandardAcl(resourceType=TOPIC, resourceName=opa-pdp-data, patternType=PREFIXED, principal=User:policy-opa-pdp-ku, host=*, operation=DESCRIBE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,518 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 2KmUxdXzQ6yfUzYn1ItbpQ, setting StandardAcl(resourceType=TOPIC, resourceName=policy-pdp-pap, patternType=PREFIXED, principal=User:policy-opa-pdp-ku, host=*, operation=DESCRIBE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,518 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for nRDRkBntSh-djTx3i-5c5w, setting StandardAcl(resourceType=GROUP, resourceName=opa-pdp, patternType=PREFIXED, principal=User:policy-opa-pdp-ku, host=*, operation=DESCRIBE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,518 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 5Y3ohJ2jQzKubUhCAO5D1Q, setting StandardAcl(resourceType=TOPIC, resourceName=policy-pdp-pap, patternType=PREFIXED, principal=User:policy-opa-pdp-ku, host=*, operation=CREATE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,519 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for GD5GG97dR_iQ7GFoNwOM3g, setting StandardAcl(resourceType=TOPIC, resourceName=policy-pdp-pap, patternType=PREFIXED, principal=User:policy-opa-pdp-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,519 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 85ae7hNTTYeGLLAdLWeaSw, setting StandardAcl(resourceType=GROUP, resourceName=opa-pdp, patternType=PREFIXED, principal=User:policy-opa-pdp-ku, host=*, operation=CREATE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,519 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for vBMpggz2QMuOPWjkF1PQtg, setting StandardAcl(resourceType=TOPIC, resourceName=opa-pdp-data, patternType=PREFIXED, principal=User:policy-opa-pdp-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,519 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 8IwmMYn9Q4qc-cmGgJcS7w, setting StandardAcl(resourceType=GROUP, resourceName=opa-pdp, patternType=PREFIXED, principal=User:policy-opa-pdp-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,519 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for SiojhTxfQ1-ynl9D6M0YDg, setting StandardAcl(resourceType=TOPIC, resourceName=opa-pdp-data, patternType=PREFIXED, principal=User:policy-opa-pdp-ku, host=*, operation=CREATE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,519 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 3S0_vDYITBmlVa3rPWgD5g, setting StandardAcl(resourceType=TOPIC, resourceName=policy-pdp-pap, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,519 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for bC_OzUsPSdyLbLaj3hoekA, setting StandardAcl(resourceType=TOPIC, resourceName=appc-lcm-write, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,519 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for i1D49ykrQDaVJrqWLOu51A, setting StandardAcl(resourceType=TOPIC, resourceName=a1-p-rsp, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=DESCRIBE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,519 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for Xt3KmghaQ_CJj1CBMq5pmg, setting StandardAcl(resourceType=TOPIC, resourceName=sdnr-cl, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,519 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 0K7orTFySKe7BsKO_mPM3w, setting StandardAcl(resourceType=TOPIC, resourceName=unauthenticated.dcae_cl_output, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=DESCRIBE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,519 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 2GkY66_3TPalsohY4vWQSA, setting StandardAcl(resourceType=TOPIC, resourceName=a1-p, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,520 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for aPCuvsXHQtW1mT0hQLRpDQ, setting StandardAcl(resourceType=TOPIC, resourceName=dcae_cl_rsp, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,520 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 8Wx5vUuMSD2ox_s9wvs2_w, setting StandardAcl(resourceType=TOPIC, resourceName=sdnr-cl, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=DESCRIBE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,520 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for jWZg6gEYS_6sbOJZA3MiWg, setting StandardAcl(resourceType=TOPIC, resourceName=dcae_topic, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=CREATE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,520 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 5qKXNAiPTHO5MfVJwFptGw, setting StandardAcl(resourceType=TOPIC, resourceName=policy-cl-mgt, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=CREATE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,520 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for DMJnuhGDSgOb-FpqkMPT6Q, setting StandardAcl(resourceType=TOPIC, resourceName=policy-cl-mgt, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=DESCRIBE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,520 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for SgJbr56wRgyXvIaiajNKtg, setting StandardAcl(resourceType=GROUP, resourceName=policy-drools-pdp, patternType=LITERAL, principal=User:policy-drools-pdp-ku, host=*, operation=DESCRIBE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,520 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 2xKIhbCKQJCF1wdI2dYGUQ, setting StandardAcl(resourceType=TOPIC, resourceName=a1-p, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=DESCRIBE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,520 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for Wdwfwt0NTVGy8SzfnDmBGw, setting StandardAcl(resourceType=TOPIC, resourceName=policy-pdp-pap, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,520 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for COQblojCSOqPAgoUYB660g, setting StandardAcl(resourceType=TOPIC, resourceName=dcae_cl_rsp, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=DESCRIBE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,520 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for uAw6ECDGSxm2KxnHbGhWmw, setting StandardAcl(resourceType=TOPIC, resourceName=appc-cl, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,520 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for oE4Wouj-T4eKCv9eCPSBqg, setting StandardAcl(resourceType=TOPIC, resourceName=dcae_topic, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,521 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for MpknV9XMSPu_4CubBBa6kw, setting StandardAcl(resourceType=GROUP, resourceName=policy-drools-pdp, patternType=LITERAL, principal=User:policy-drools-pdp-ku, host=*, operation=CREATE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,521 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for AesAtqrYTJa6uv6FT9d6LQ, setting StandardAcl(resourceType=TOPIC, resourceName=sdnr-cl-rsp, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=CREATE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,521 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for gu9wo8I6TMKD1HAdHBLVqQ, setting StandardAcl(resourceType=TOPIC, resourceName=a1-p-rsp, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,521 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for BJHXW3G_QWWVIdWD7y1oEw, setting StandardAcl(resourceType=TOPIC, resourceName=appc-lcm-read, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=CREATE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,521 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for Mmv6Icq1T4iPRqpRdx52VQ, setting StandardAcl(resourceType=TOPIC, resourceName=appc-cl, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,522 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for IckCs1mkS2KJJtR1Hl8B7g, setting StandardAcl(resourceType=TOPIC, resourceName=appc-lcm-write, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=CREATE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,522 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for etuS36uoSdWfwf8Zq8owKg, setting StandardAcl(resourceType=TOPIC, resourceName=sdnr-cl, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,522 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for d62E-AU5QpyLi1XUHa8Yow, setting StandardAcl(resourceType=TOPIC, resourceName=policy-pdp-pap, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=DESCRIBE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,522 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for m9Cy-_LHQvy1Uyf_To-oQg, setting StandardAcl(resourceType=TOPIC, resourceName=unauthenticated.dcae_cl_output, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=CREATE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,522 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for VbOpnYU1Tt6u3_-huaHoSw, setting StandardAcl(resourceType=TOPIC, resourceName=a1-p-rsp, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,522 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for Ufp0IYuER02JneDj3h2i7g, setting StandardAcl(resourceType=GROUP, resourceName=policy-drools-pdp, patternType=LITERAL, principal=User:policy-drools-pdp-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,522 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for tStekuxbQ12JH2vuHYwbGw, setting StandardAcl(resourceType=TOPIC, resourceName=unauthenticated.dcae_cl_output, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,522 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for lkUl5HDBTWCUhwY66iX_lQ, setting StandardAcl(resourceType=TOPIC, resourceName=appc-cl, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=DESCRIBE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,522 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 5ToK8iwnRA2OZA2mwoxK7Q, setting StandardAcl(resourceType=TOPIC, resourceName=policy-cl-mgt, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,522 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for t3xDouwhSjSmkS-yeThyHA, setting StandardAcl(resourceType=TOPIC, resourceName=dcae_topic, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,522 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for scWe2nbCTfCgiv4IOT8p8w, setting StandardAcl(resourceType=TOPIC, resourceName=sdnr-cl-rsp, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,523 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for JOzXgG1lRr6nW4sQmS1q5g, setting StandardAcl(resourceType=TOPIC, resourceName=a1-p, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=CREATE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,523 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for KqsUQamWQSyNlD96y7cZAQ, setting StandardAcl(resourceType=TOPIC, resourceName=appc-lcm-write, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,523 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for rdNkYQ0YTPyEtWsizsIgnQ, setting StandardAcl(resourceType=TOPIC, resourceName=dcae_cl_rsp, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=CREATE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,523 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for U3bSddVuQ2OEuRPMyuiQxA, setting StandardAcl(resourceType=TOPIC, resourceName=dcae_topic, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=DESCRIBE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,523 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for C4qyoBVpRjm66Vt2N2wivg, setting StandardAcl(resourceType=TOPIC, resourceName=dcae_cl_rsp, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,523 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for cKAnJsrMQ3Gv99PKsE8UtA, setting StandardAcl(resourceType=TOPIC, resourceName=sdnr-cl-rsp, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,523 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for mVSvCR19SGaGp4kgbKSPsw, setting StandardAcl(resourceType=TOPIC, resourceName=appc-lcm-read, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,523 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for eaqqueUARu-0pVdOYF2fPg, setting StandardAcl(resourceType=TOPIC, resourceName=a1-p, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,523 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for T6auuRLZSqKlYllH_SfqPw, setting StandardAcl(resourceType=TOPIC, resourceName=appc-cl, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=CREATE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,523 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for aDjs5mg4QiOX2qTulWuWDA, setting StandardAcl(resourceType=TOPIC, resourceName=policy-cl-mgt, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,523 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for KbAAFS32TgaozXcS-UIFbw, setting StandardAcl(resourceType=TOPIC, resourceName=appc-lcm-read, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=DESCRIBE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,524 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for X_e283L0TQWDjQnGonw1Bw, setting StandardAcl(resourceType=TOPIC, resourceName=appc-lcm-write, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=DESCRIBE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,524 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for wQe_txhMTEKRCRDRFzc7RA, setting StandardAcl(resourceType=TOPIC, resourceName=unauthenticated.dcae_cl_output, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,524 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for t22z4vS0QpCZQkaleHpk1A, setting StandardAcl(resourceType=TOPIC, resourceName=sdnr-cl, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=CREATE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,524 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for p-FfCGCzQSSftPwq3H39Sg, setting StandardAcl(resourceType=TOPIC, resourceName=sdnr-cl-rsp, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=DESCRIBE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,524 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for JplxsJDqSjKLt-QVsXhNug, setting StandardAcl(resourceType=TOPIC, resourceName=policy-pdp-pap, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=CREATE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,524 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for JrMJPHFJTUi49_SO09ANmA, setting StandardAcl(resourceType=GROUP, resourceName=policy-drools-pdp, patternType=LITERAL, principal=User:policy-drools-pdp-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,524 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for D77Yr2uJRVuBnl9fAD2T6A, setting StandardAcl(resourceType=TOPIC, resourceName=appc-lcm-read, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,524 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for q42rvtDpSdaJwy3K8njQUg, setting StandardAcl(resourceType=TOPIC, resourceName=a1-p-rsp, patternType=PREFIXED, principal=User:policy-drools-pdp-ku, host=*, operation=CREATE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,773 INFO [QuorumController id=5] Replayed TopicRecord for topic policy-acruntime-participant with topic ID KjTE04xGQzm17NIrAZ5wzw. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,773 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='policy-acruntime-participant') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,773 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='policy-acruntime-participant') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,774 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-acruntime-participant-0 with topic ID KjTE04xGQzm17NIrAZ5wzw and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,774 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-acruntime-participant-1 with topic ID KjTE04xGQzm17NIrAZ5wzw and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,774 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-acruntime-participant-2 with topic ID KjTE04xGQzm17NIrAZ5wzw and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,774 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-acruntime-participant-3 with topic ID KjTE04xGQzm17NIrAZ5wzw and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,774 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-acruntime-participant-4 with topic ID KjTE04xGQzm17NIrAZ5wzw and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,775 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-acruntime-participant-5 with topic ID KjTE04xGQzm17NIrAZ5wzw and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,775 INFO [QuorumController id=5] Replayed TopicRecord for topic opa-pdp-data with topic ID 72mKAt63QPekmj6M5cX5SA. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,775 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='opa-pdp-data') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,775 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='opa-pdp-data') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,775 INFO [QuorumController id=5] Replayed PartitionRecord for new partition opa-pdp-data-0 with topic ID 72mKAt63QPekmj6M5cX5SA and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,775 INFO [QuorumController id=5] Replayed PartitionRecord for new partition opa-pdp-data-1 with topic ID 72mKAt63QPekmj6M5cX5SA and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,775 INFO [QuorumController id=5] Replayed PartitionRecord for new partition opa-pdp-data-2 with topic ID 72mKAt63QPekmj6M5cX5SA and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,775 INFO [QuorumController id=5] Replayed PartitionRecord for new partition opa-pdp-data-3 with topic ID 72mKAt63QPekmj6M5cX5SA and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,776 INFO [QuorumController id=5] Replayed PartitionRecord for new partition opa-pdp-data-4 with topic ID 72mKAt63QPekmj6M5cX5SA and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,776 INFO [QuorumController id=5] Replayed PartitionRecord for new partition opa-pdp-data-5 with topic ID 72mKAt63QPekmj6M5cX5SA and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,776 INFO [QuorumController id=5] Replayed PartitionRecord for new partition opa-pdp-data-6 with topic ID 72mKAt63QPekmj6M5cX5SA and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,776 INFO [QuorumController id=5] Replayed PartitionRecord for new partition opa-pdp-data-7 with topic ID 72mKAt63QPekmj6M5cX5SA and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,776 INFO [QuorumController id=5] Replayed PartitionRecord for new partition opa-pdp-data-8 with topic ID 72mKAt63QPekmj6M5cX5SA and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,777 INFO [QuorumController id=5] Replayed PartitionRecord for new partition opa-pdp-data-9 with topic ID 72mKAt63QPekmj6M5cX5SA and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,777 INFO [QuorumController id=5] Replayed TopicRecord for topic policy-pdp-pap with topic ID mvxxDf-9QBKsN3xeSPDHdA. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,777 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='policy-pdp-pap') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,777 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='policy-pdp-pap') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,777 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-pdp-pap-0 with topic ID mvxxDf-9QBKsN3xeSPDHdA and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,777 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-pdp-pap-1 with topic ID mvxxDf-9QBKsN3xeSPDHdA and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,777 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-pdp-pap-2 with topic ID mvxxDf-9QBKsN3xeSPDHdA and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,777 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-pdp-pap-3 with topic ID mvxxDf-9QBKsN3xeSPDHdA and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,778 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-pdp-pap-4 with topic ID mvxxDf-9QBKsN3xeSPDHdA and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,778 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-pdp-pap-5 with topic ID mvxxDf-9QBKsN3xeSPDHdA and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,778 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-pdp-pap-6 with topic ID mvxxDf-9QBKsN3xeSPDHdA and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,778 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-pdp-pap-7 with topic ID mvxxDf-9QBKsN3xeSPDHdA and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,778 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-pdp-pap-8 with topic ID mvxxDf-9QBKsN3xeSPDHdA and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,779 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-pdp-pap-9 with topic ID mvxxDf-9QBKsN3xeSPDHdA and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,779 INFO [QuorumController id=5] Replayed TopicRecord for topic policy-notification with topic ID OyGbz8dRSfaamJUwuJauAA. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,779 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='policy-notification') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,779 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='policy-notification') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,779 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-notification-0 with topic ID OyGbz8dRSfaamJUwuJauAA and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,779 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-notification-1 with topic ID OyGbz8dRSfaamJUwuJauAA and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,779 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-notification-2 with topic ID OyGbz8dRSfaamJUwuJauAA and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,779 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-notification-3 with topic ID OyGbz8dRSfaamJUwuJauAA and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,780 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-notification-4 with topic ID OyGbz8dRSfaamJUwuJauAA and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,780 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-notification-5 with topic ID OyGbz8dRSfaamJUwuJauAA and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,780 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-notification-6 with topic ID OyGbz8dRSfaamJUwuJauAA and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,780 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-notification-7 with topic ID OyGbz8dRSfaamJUwuJauAA and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,780 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-notification-8 with topic ID OyGbz8dRSfaamJUwuJauAA and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,780 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-notification-9 with topic ID OyGbz8dRSfaamJUwuJauAA and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,781 INFO [QuorumController id=5] Replayed TopicRecord for topic policy-heartbeat with topic ID LBR__aj-RIu2pqdG9Vct8A. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,781 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='policy-heartbeat') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,781 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='policy-heartbeat') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,781 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-heartbeat-0 with topic ID LBR__aj-RIu2pqdG9Vct8A and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,781 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-heartbeat-1 with topic ID LBR__aj-RIu2pqdG9Vct8A and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,782 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-heartbeat-2 with topic ID LBR__aj-RIu2pqdG9Vct8A and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,782 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-heartbeat-3 with topic ID LBR__aj-RIu2pqdG9Vct8A and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,782 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-heartbeat-4 with topic ID LBR__aj-RIu2pqdG9Vct8A and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,782 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-heartbeat-5 with topic ID LBR__aj-RIu2pqdG9Vct8A and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,783 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-heartbeat-6 with topic ID LBR__aj-RIu2pqdG9Vct8A and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,783 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-heartbeat-7 with topic ID LBR__aj-RIu2pqdG9Vct8A and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,783 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-heartbeat-8 with topic ID LBR__aj-RIu2pqdG9Vct8A and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,784 INFO [QuorumController id=5] Replayed PartitionRecord for new partition policy-heartbeat-9 with topic ID LBR__aj-RIu2pqdG9Vct8A and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,784 INFO [QuorumController id=5] Replayed TopicRecord for topic acm-ppnt-sync with topic ID ETF8BgU0QWGirq9GWXQ7MQ. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,784 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='acm-ppnt-sync') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,784 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='acm-ppnt-sync') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,784 INFO [QuorumController id=5] Replayed PartitionRecord for new partition acm-ppnt-sync-0 with topic ID ETF8BgU0QWGirq9GWXQ7MQ and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,784 INFO [QuorumController id=5] Replayed PartitionRecord for new partition acm-ppnt-sync-1 with topic ID ETF8BgU0QWGirq9GWXQ7MQ and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,785 INFO [QuorumController id=5] Replayed PartitionRecord for new partition acm-ppnt-sync-2 with topic ID ETF8BgU0QWGirq9GWXQ7MQ and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,785 INFO [QuorumController id=5] Replayed PartitionRecord for new partition acm-ppnt-sync-3 with topic ID ETF8BgU0QWGirq9GWXQ7MQ and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,785 INFO [QuorumController id=5] Replayed PartitionRecord for new partition acm-ppnt-sync-4 with topic ID ETF8BgU0QWGirq9GWXQ7MQ and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,785 INFO [QuorumController id=5] Replayed PartitionRecord for new partition acm-ppnt-sync-5 with topic ID ETF8BgU0QWGirq9GWXQ7MQ and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,785 INFO [QuorumController id=5] Replayed UserScramCredentialRecord creating new entry for policy-clamp-runtime-acm-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,785 INFO [QuorumController id=5] Replayed UserScramCredentialRecord creating new entry for policy-drools-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,786 INFO [QuorumController id=5] Replayed UserScramCredentialRecord creating new entry for policy-distribution-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,786 INFO [QuorumController id=5] Replayed UserScramCredentialRecord creating new entry for policy-xacml-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,786 INFO [QuorumController id=5] Replayed UserScramCredentialRecord creating new entry for policy-pap-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,786 INFO [QuorumController id=5] Replayed UserScramCredentialRecord creating new entry for policy-clamp-ac-kserve-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,786 INFO [QuorumController id=5] Replayed UserScramCredentialRecord creating new entry for policy-clamp-ac-a1pms-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,786 INFO [QuorumController id=5] Replayed UserScramCredentialRecord creating new entry for policy-clamp-ac-http-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,786 INFO [QuorumController id=5] Replayed UserScramCredentialRecord creating new entry for policy-opa-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,786 INFO [QuorumController id=5] Replayed UserScramCredentialRecord creating new entry for policy-clamp-ac-pf-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,787 INFO [QuorumController id=5] Replayed UserScramCredentialRecord creating new entry for policy-clamp-ac-k8s-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,787 INFO [QuorumController id=5] Replayed UserScramCredentialRecord creating new entry for policy-apex-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,787 INFO [QuorumController id=5] Replayed UserScramCredentialRecord creating new entry for onap-policy-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,935 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-opa-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,935 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-xacml-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:36,936 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-pf-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:37,231 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-runtime-acm-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:37,232 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-drools-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:37,232 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-distribution-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:37,232 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-pap-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:37,232 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-xacml-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:37,232 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-kserve-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:37,233 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-a1pms-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:37,233 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-http-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:37,233 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-opa-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:37,233 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-pf-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:37,233 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-k8s-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:37,233 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-apex-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:37,233 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-policy-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:37,437 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-a1pms-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:37,437 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-http-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:37,438 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-runtime-acm-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:37,438 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-drools-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:37,438 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-distribution-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:37,438 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-pap-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:37,438 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-apex-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:37,438 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-k8s-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:37,438 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-policy-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:37,438 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-kserve-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:50,455 INFO [QuorumController id=5] Replaying ProducerIdsRecord ProducerIdsRecord(brokerId=0, brokerEpoch=11, nextProducerId=2000) (org.apache.kafka.controller.ProducerIdControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:53,454 INFO [QuorumController id=5] Replaying ProducerIdsRecord ProducerIdsRecord(brokerId=1, brokerEpoch=34, nextProducerId=3000) (org.apache.kafka.controller.ProducerIdControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:54,509 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for CUIos0bVRxyzeHdz47RZrw, setting StandardAcl(resourceType=GROUP, resourceName=sdc-AUTO, patternType=LITERAL, principal=User:sdc-be-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:54,509 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for loUCnQB7SqK6KuSCUclkyw, setting StandardAcl(resourceType=TOPIC, resourceName=SDC-DISTR, patternType=PREFIXED, principal=User:sdc-be-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:54,509 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for k4TNvg7FSMKI_FJwvZJU7Q, setting StandardAcl(resourceType=TOPIC, resourceName=SDC-DISTR, patternType=PREFIXED, principal=User:sdc-be-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:54,658 INFO [QuorumController id=5] Replayed UserScramCredentialRecord creating new entry for sdc-be-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:54,808 INFO [QuorumController id=5] Replayed TopicRecord for topic SDC-DISTR-NOTIF-TOPIC-AUTO with topic ID JVCOY4K5SB-isEJQ4deqeg. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:54,808 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='SDC-DISTR-NOTIF-TOPIC-AUTO') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:54,808 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='SDC-DISTR-NOTIF-TOPIC-AUTO') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:54,809 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 with topic ID JVCOY4K5SB-isEJQ4deqeg and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:54,809 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 with topic ID JVCOY4K5SB-isEJQ4deqeg and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:54,809 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 with topic ID JVCOY4K5SB-isEJQ4deqeg and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:54,809 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 with topic ID JVCOY4K5SB-isEJQ4deqeg and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:54,809 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 with topic ID JVCOY4K5SB-isEJQ4deqeg and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:54,810 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 with topic ID JVCOY4K5SB-isEJQ4deqeg and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:54,810 INFO [QuorumController id=5] Replayed TopicRecord for topic SDC-DISTR-STATUS-TOPIC-AUTO with topic ID 7ONOEsxESNqXMjfxKYAY3g. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:54,810 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='SDC-DISTR-STATUS-TOPIC-AUTO') which set configuration retention.ms to 7200000 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:54,810 INFO [QuorumController id=5] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='SDC-DISTR-STATUS-TOPIC-AUTO') which set configuration segment.bytes to 1073741824 (org.apache.kafka.controller.ConfigurationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:54,810 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SDC-DISTR-STATUS-TOPIC-AUTO-0 with topic ID 7ONOEsxESNqXMjfxKYAY3g and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:54,810 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SDC-DISTR-STATUS-TOPIC-AUTO-1 with topic ID 7ONOEsxESNqXMjfxKYAY3g and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:54,810 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SDC-DISTR-STATUS-TOPIC-AUTO-2 with topic ID 7ONOEsxESNqXMjfxKYAY3g and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:54,810 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SDC-DISTR-STATUS-TOPIC-AUTO-3 with topic ID 7ONOEsxESNqXMjfxKYAY3g and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:54,810 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SDC-DISTR-STATUS-TOPIC-AUTO-4 with topic ID 7ONOEsxESNqXMjfxKYAY3g and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:54,811 INFO [QuorumController id=5] Replayed PartitionRecord for new partition SDC-DISTR-STATUS-TOPIC-AUTO-5 with topic ID 7ONOEsxESNqXMjfxKYAY3g and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:55,036 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdc-be-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:00:55,533 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdc-be-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:01:32,500 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for PbbuyUdqTDiKsBFlSTjEzA, setting StandardAcl(resourceType=TOPIC, resourceName=SDC-DISTR, patternType=PREFIXED, principal=User:sdnc-ueb-listener-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:01:32,500 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for blZB6jlUR9iwglUXFvfIfw, setting StandardAcl(resourceType=GROUP, resourceName=sdnc, patternType=LITERAL, principal=User:sdnc-ueb-listener-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:01:32,500 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for SvEcO6NqTQSywS0fm99Mlg, setting StandardAcl(resourceType=TOPIC, resourceName=SDC-DISTR, patternType=PREFIXED, principal=User:sdnc-ueb-listener-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:01:32,501 INFO [QuorumController id=5] Replayed UserScramCredentialRecord creating new entry for sdnc-ueb-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:01:32,628 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdnc-ueb-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:01:32,974 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdnc-ueb-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:22,996 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:22,996 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdc-be-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:22,996 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-runtime-acm-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:22,996 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-drools-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:22,996 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-distribution-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:22,996 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-trav-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:22,997 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-hv-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:22,997 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-temporal-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:22,997 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-a1pms-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:22,997 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for strimzi-kafka-admin with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:22,997 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-prh-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:22,997 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for aai-modelloader-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:22,997 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-blueprints-processor-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:22,997 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-pf-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:22,997 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-apex-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:22,997 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-openapi-manager-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:22,997 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-graph-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:22,997 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for multicloud-k8s-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:22,997 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for ncmp-dmi-plugin-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:22,997 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-xacml-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:22,997 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-pap-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:22,997 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:22,997 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-kserve-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:22,998 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-http-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:22,998 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-sdc-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:22,998 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-opa-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:22,998 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-k8s-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:22,998 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-core-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:22,998 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-policy-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:22,998 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdnc-ueb-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,142 INFO [QuorumController id=5] Replayed TopicRecord for topic a1-p-rsp with topic ID gMJrxR6JTZ2Y4rH1oFZn3w. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,142 INFO [QuorumController id=5] Replayed PartitionRecord for new partition a1-p-rsp-0 with topic ID gMJrxR6JTZ2Y4rH1oFZn3w and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,143 INFO [QuorumController id=5] Replayed PartitionRecord for new partition a1-p-rsp-1 with topic ID gMJrxR6JTZ2Y4rH1oFZn3w and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,143 INFO [QuorumController id=5] Replayed PartitionRecord for new partition a1-p-rsp-2 with topic ID gMJrxR6JTZ2Y4rH1oFZn3w and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,143 INFO [QuorumController id=5] Replayed PartitionRecord for new partition a1-p-rsp-3 with topic ID gMJrxR6JTZ2Y4rH1oFZn3w and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,143 INFO [QuorumController id=5] Replayed PartitionRecord for new partition a1-p-rsp-4 with topic ID gMJrxR6JTZ2Y4rH1oFZn3w and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,143 INFO [QuorumController id=5] Replayed PartitionRecord for new partition a1-p-rsp-5 with topic ID gMJrxR6JTZ2Y4rH1oFZn3w and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,188 INFO [QuorumController id=5] Replayed TopicRecord for topic sdnr-cl-rsp with topic ID TVU87MQuTKSVJOhjbsKjlQ. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,188 INFO [QuorumController id=5] Replayed PartitionRecord for new partition sdnr-cl-rsp-0 with topic ID TVU87MQuTKSVJOhjbsKjlQ and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,188 INFO [QuorumController id=5] Replayed PartitionRecord for new partition sdnr-cl-rsp-1 with topic ID TVU87MQuTKSVJOhjbsKjlQ and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,188 INFO [QuorumController id=5] Replayed PartitionRecord for new partition sdnr-cl-rsp-2 with topic ID TVU87MQuTKSVJOhjbsKjlQ and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,188 INFO [QuorumController id=5] Replayed PartitionRecord for new partition sdnr-cl-rsp-3 with topic ID TVU87MQuTKSVJOhjbsKjlQ and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,188 INFO [QuorumController id=5] Replayed PartitionRecord for new partition sdnr-cl-rsp-4 with topic ID TVU87MQuTKSVJOhjbsKjlQ and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,189 INFO [QuorumController id=5] Replayed PartitionRecord for new partition sdnr-cl-rsp-5 with topic ID TVU87MQuTKSVJOhjbsKjlQ and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,189 INFO [QuorumController id=5] Replayed TopicRecord for topic appc-lcm-write with topic ID KfXgD9l7R2CZ8iYUzgOoWA. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,189 INFO [QuorumController id=5] Replayed PartitionRecord for new partition appc-lcm-write-0 with topic ID KfXgD9l7R2CZ8iYUzgOoWA and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,189 INFO [QuorumController id=5] Replayed PartitionRecord for new partition appc-lcm-write-1 with topic ID KfXgD9l7R2CZ8iYUzgOoWA and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,189 INFO [QuorumController id=5] Replayed PartitionRecord for new partition appc-lcm-write-2 with topic ID KfXgD9l7R2CZ8iYUzgOoWA and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,189 INFO [QuorumController id=5] Replayed PartitionRecord for new partition appc-lcm-write-3 with topic ID KfXgD9l7R2CZ8iYUzgOoWA and PartitionRegistration(replicas=[1, 0, 2], directories=[8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw], isr=[1, 0, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,189 INFO [QuorumController id=5] Replayed PartitionRecord for new partition appc-lcm-write-4 with topic ID KfXgD9l7R2CZ8iYUzgOoWA and PartitionRegistration(replicas=[0, 2, 1], directories=[oN8mh4WSiK5rX234V5Vr_w, DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q], isr=[0, 2, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,189 INFO [QuorumController id=5] Replayed PartitionRecord for new partition appc-lcm-write-5 with topic ID KfXgD9l7R2CZ8iYUzgOoWA and PartitionRegistration(replicas=[2, 1, 0], directories=[DYi3RcjZuymvD3vhFc_KMw, 8YRs2LOdD5XhOHshjk9n_Q, oN8mh4WSiK5rX234V5Vr_w], isr=[2, 1, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,189 INFO [QuorumController id=5] Replayed TopicRecord for topic appc-cl with topic ID XTdvv9zFSUOWQQD0hDVvrg. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,189 INFO [QuorumController id=5] Replayed PartitionRecord for new partition appc-cl-0 with topic ID XTdvv9zFSUOWQQD0hDVvrg and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,190 INFO [QuorumController id=5] Replayed PartitionRecord for new partition appc-cl-1 with topic ID XTdvv9zFSUOWQQD0hDVvrg and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,190 INFO [QuorumController id=5] Replayed PartitionRecord for new partition appc-cl-2 with topic ID XTdvv9zFSUOWQQD0hDVvrg and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,190 INFO [QuorumController id=5] Replayed PartitionRecord for new partition appc-cl-3 with topic ID XTdvv9zFSUOWQQD0hDVvrg and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,190 INFO [QuorumController id=5] Replayed PartitionRecord for new partition appc-cl-4 with topic ID XTdvv9zFSUOWQQD0hDVvrg and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,190 INFO [QuorumController id=5] Replayed PartitionRecord for new partition appc-cl-5 with topic ID XTdvv9zFSUOWQQD0hDVvrg and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,508 INFO [QuorumController id=5] Replayed TopicRecord for topic unauthenticated.dcae_cl_output with topic ID TMuYoF7dTUWVIEGjpr4P6w. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,508 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.dcae_cl_output-0 with topic ID TMuYoF7dTUWVIEGjpr4P6w and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,508 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.dcae_cl_output-1 with topic ID TMuYoF7dTUWVIEGjpr4P6w and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,508 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.dcae_cl_output-2 with topic ID TMuYoF7dTUWVIEGjpr4P6w and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,508 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.dcae_cl_output-3 with topic ID TMuYoF7dTUWVIEGjpr4P6w and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,509 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.dcae_cl_output-4 with topic ID TMuYoF7dTUWVIEGjpr4P6w and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:02:56,509 INFO [QuorumController id=5] Replayed PartitionRecord for new partition unauthenticated.dcae_cl_output-5 with topic ID TMuYoF7dTUWVIEGjpr4P6w and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:21,544 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:21,544 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdc-be-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:21,544 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-runtime-acm-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:21,545 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-drools-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:21,545 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-distribution-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:21,545 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-trav-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:21,545 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-hv-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:21,545 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-temporal-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:21,545 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-a1pms-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:21,545 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for strimzi-kafka-admin with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:21,545 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-prh-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:21,545 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for aai-modelloader-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:21,545 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-blueprints-processor-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:21,545 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-pf-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:21,546 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-apex-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:21,546 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-openapi-manager-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:21,546 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-graph-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:21,546 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for multicloud-k8s-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:21,546 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for ncmp-dmi-plugin-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:21,546 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-xacml-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:21,546 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-pap-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:21,546 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:21,546 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-kserve-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:21,546 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-http-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:21,547 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-sdc-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:21,547 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-opa-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:21,547 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-k8s-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:21,547 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-core-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:21,547 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdnc-ueb-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:21,547 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-policy-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:22,057 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:22,058 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdc-be-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:22,058 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-runtime-acm-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:22,058 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-drools-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:22,058 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-distribution-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:22,058 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-trav-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:22,058 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-hv-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:22,058 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-temporal-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:22,058 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-a1pms-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:22,058 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for strimzi-kafka-admin with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:22,058 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-prh-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:22,058 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for aai-modelloader-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:22,058 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-blueprints-processor-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:22,058 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-pf-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:22,058 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-apex-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:22,058 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-openapi-manager-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:22,058 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-graph-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:22,058 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for multicloud-k8s-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:22,059 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for ncmp-dmi-plugin-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:22,059 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-xacml-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:22,059 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-pap-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:22,059 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:22,059 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-kserve-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:22,059 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-http-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:22,059 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-opa-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:22,059 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-sdc-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:22,059 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-k8s-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:22,059 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-core-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:22,059 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-policy-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:22,059 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdnc-ueb-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:47,469 INFO [QuorumController id=5] Replayed UserScramCredentialRecord creating new entry for so-bpmn-infra-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:47,470 INFO [QuorumController id=5] Replayed UserScramCredentialRecord creating new entry for so-sdc-controller-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:47,607 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for QIhkXDk_STScDg_wJUQFKQ, setting StandardAcl(resourceType=TOPIC, resourceName=unauthenticated.PNF_READY, patternType=LITERAL, principal=User:so-bpmn-infra-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:47,607 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for 9cRkBBoMTE2ptAF544UMaQ, setting StandardAcl(resourceType=GROUP, resourceName=so-consumer, patternType=LITERAL, principal=User:so-bpmn-infra-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:47,607 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for jEZSIhjETvqDle0f5frHsQ, setting StandardAcl(resourceType=TOPIC, resourceName=unauthenticated.PNF_UPDATE, patternType=LITERAL, principal=User:so-bpmn-infra-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:47,607 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for Kg9RJbrhRuucWaMQb99edA, setting StandardAcl(resourceType=GROUP, resourceName=SO, patternType=LITERAL, principal=User:so-sdc-controller-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:47,607 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for Pon4cfW0QPe4pKGJosFZcA, setting StandardAcl(resourceType=TOPIC, resourceName=SDC-DISTR, patternType=PREFIXED, principal=User:so-sdc-controller-ku, host=*, operation=READ, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:47,608 INFO [QuorumController id=5] Replayed AccessControlEntryRecord for C7tSV5RMRBark08GpWLAsQ, setting StandardAcl(resourceType=TOPIC, resourceName=SDC-DISTR, patternType=PREFIXED, principal=User:so-sdc-controller-ku, host=*, operation=WRITE, permissionType=ALLOW) (org.apache.kafka.controller.AclControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:48,026 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-bpmn-infra-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:48,026 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-sdc-controller-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:48,528 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-bpmn-infra-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:03:48,528 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-sdc-controller-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:04:23,060 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:04:23,060 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdc-be-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:04:23,060 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-runtime-acm-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:04:23,060 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-drools-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:04:23,060 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-distribution-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:04:23,060 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-trav-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:04:23,060 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-hv-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:04:23,060 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-sdc-controller-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:04:23,061 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-temporal-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:04:23,061 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-a1pms-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:04:23,061 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for strimzi-kafka-admin with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:04:23,061 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-prh-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:04:23,061 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for aai-modelloader-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:04:23,061 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-blueprints-processor-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:04:23,061 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-pf-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:04:23,061 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-apex-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:04:23,061 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-openapi-manager-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:04:23,061 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-graph-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:04:23,061 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for multicloud-k8s-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:04:23,061 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for ncmp-dmi-plugin-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:04:23,061 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-xacml-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:04:23,061 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-pap-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:04:23,061 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:04:23,061 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-kserve-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:04:23,062 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-bpmn-infra-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:04:23,062 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-http-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:04:23,062 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-opa-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:04:23,062 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-sdc-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:04:23,062 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-k8s-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:04:23,062 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-core-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:04:23,062 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdnc-ueb-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:04:23,062 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-policy-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:06:22,728 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:06:22,729 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdc-be-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:06:22,729 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-runtime-acm-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:06:22,729 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-drools-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:06:22,729 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-distribution-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:06:22,730 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-trav-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:06:22,730 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-hv-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:06:22,730 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-sdc-controller-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:06:22,730 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-temporal-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:06:22,730 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-a1pms-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:06:22,730 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for strimzi-kafka-admin with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:06:22,730 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-prh-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:06:22,730 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for aai-modelloader-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:06:22,730 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-blueprints-processor-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:06:22,730 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-pf-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:06:22,731 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-apex-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:06:22,731 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-openapi-manager-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:06:22,731 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-graph-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:06:22,731 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for multicloud-k8s-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:06:22,731 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for ncmp-dmi-plugin-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:06:22,731 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-xacml-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:06:22,731 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-pap-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:06:22,731 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:06:22,731 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-kserve-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:06:22,731 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-bpmn-infra-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:06:22,731 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-http-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:06:22,731 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-opa-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:06:22,731 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-sdc-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:06:22,731 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-k8s-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:06:22,731 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-core-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:06:22,731 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdnc-ueb-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:06:22,731 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-policy-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:07:51,915 INFO [RaftManager id=5] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient) [kafka-5-raft-outbound-request-thread]
2025-08-13 10:07:52,445 INFO [NodeToControllerChannelManager id=5 name=registration] Node 4 disconnected. (org.apache.kafka.clients.NetworkClient) [controller-5-to-controller-registration-channel-manager]
2025-08-13 10:08:21,661 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for multicloud-k8s-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:21,662 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for ncmp-dmi-plugin-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:21,663 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-distribution-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:21,663 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-trav-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:21,663 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-hv-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:21,663 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:21,663 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-kserve-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:21,663 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-http-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:21,663 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for strimzi-kafka-admin with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:21,663 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-bpmn-infra-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:21,663 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-prh-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:21,663 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-sdc-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:21,663 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for aai-modelloader-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:21,663 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-opa-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:21,663 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-pf-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:21,663 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-openapi-manager-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:21,664 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdnc-ueb-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:21,664 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-graph-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:21,704 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:21,704 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdc-be-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:21,704 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-runtime-acm-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:21,704 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-drools-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:21,704 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-xacml-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:21,704 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-pap-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:21,704 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-sdc-controller-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:21,704 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-temporal-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:21,704 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-a1pms-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:21,704 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-blueprints-processor-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:21,704 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-k8s-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:21,705 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-apex-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:21,705 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-core-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:21,705 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-policy-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:22,665 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:22,665 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdc-be-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:22,666 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-runtime-acm-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:22,666 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-drools-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:22,666 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-distribution-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:22,667 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-trav-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:22,667 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-hv-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:22,667 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-sdc-controller-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:22,667 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-temporal-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:22,667 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-a1pms-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:22,667 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for strimzi-kafka-admin with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:22,667 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-prh-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:22,667 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for aai-modelloader-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:22,667 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-blueprints-processor-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:22,667 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-pf-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:22,667 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-apex-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:22,667 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-openapi-manager-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:22,668 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-graph-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:22,668 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for multicloud-k8s-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:22,668 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for ncmp-dmi-plugin-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:22,668 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-xacml-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:22,668 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-pap-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:22,668 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:22,668 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-kserve-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:22,668 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-bpmn-infra-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:22,668 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-http-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:22,668 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-opa-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:22,668 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-sdc-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:22,668 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-k8s-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:22,669 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-core-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:22,669 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdnc-ueb-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:08:22,669 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-policy-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:05,216 INFO [QuorumController id=5] Replayed TopicRecord for topic AAI-EVENT with topic ID B5Ag-5iPQoW2_qUidWAf_g. (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:05,217 INFO [QuorumController id=5] Replayed PartitionRecord for new partition AAI-EVENT-0 with topic ID B5Ag-5iPQoW2_qUidWAf_g and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:05,217 INFO [QuorumController id=5] Replayed PartitionRecord for new partition AAI-EVENT-1 with topic ID B5Ag-5iPQoW2_qUidWAf_g and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:05,217 INFO [QuorumController id=5] Replayed PartitionRecord for new partition AAI-EVENT-2 with topic ID B5Ag-5iPQoW2_qUidWAf_g and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:05,217 INFO [QuorumController id=5] Replayed PartitionRecord for new partition AAI-EVENT-3 with topic ID B5Ag-5iPQoW2_qUidWAf_g and PartitionRegistration(replicas=[2, 0, 1], directories=[DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q], isr=[2, 0, 1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=2, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:05,218 INFO [QuorumController id=5] Replayed PartitionRecord for new partition AAI-EVENT-4 with topic ID B5Ag-5iPQoW2_qUidWAf_g and PartitionRegistration(replicas=[0, 1, 2], directories=[oN8mh4WSiK5rX234V5Vr_w, 8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw], isr=[0, 1, 2], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=0, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:05,218 INFO [QuorumController id=5] Replayed PartitionRecord for new partition AAI-EVENT-5 with topic ID B5Ag-5iPQoW2_qUidWAf_g and PartitionRegistration(replicas=[1, 2, 0], directories=[8YRs2LOdD5XhOHshjk9n_Q, DYi3RcjZuymvD3vhFc_KMw, oN8mh4WSiK5rX234V5Vr_w], isr=[1, 2, 0], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:22,778 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:22,778 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdc-be-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:22,778 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-runtime-acm-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:22,778 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-drools-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:22,778 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-distribution-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:22,778 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-trav-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:22,778 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-hv-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:22,778 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-sdc-controller-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:22,778 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-temporal-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:22,778 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-a1pms-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:22,779 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for strimzi-kafka-admin with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:22,779 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-prh-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:22,779 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for aai-modelloader-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:22,779 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-blueprints-processor-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:22,779 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-pf-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:22,779 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-apex-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:22,779 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-openapi-manager-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:22,779 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-graph-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:22,779 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for multicloud-k8s-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:22,779 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for ncmp-dmi-plugin-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:22,779 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-xacml-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:22,779 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-pap-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:22,779 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:22,779 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-kserve-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:22,779 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-bpmn-infra-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:22,780 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-http-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:22,780 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-opa-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:22,780 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-sdc-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:22,780 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-k8s-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:22,780 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-core-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:22,780 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdnc-ueb-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:10:22,780 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-policy-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:12:22,777 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:12:22,778 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdc-be-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:12:22,778 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-runtime-acm-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:12:22,778 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-drools-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:12:22,778 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-distribution-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:12:22,778 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-trav-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:12:22,778 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-hv-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:12:22,778 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-sdc-controller-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:12:22,779 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-temporal-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:12:22,779 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-a1pms-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:12:22,779 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for strimzi-kafka-admin with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:12:22,780 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-prh-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:12:22,780 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for aai-modelloader-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:12:22,780 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-blueprints-processor-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:12:22,780 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-pf-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:12:22,780 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-apex-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:12:22,780 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-openapi-manager-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:12:22,780 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-graph-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:12:22,780 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for multicloud-k8s-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:12:22,780 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for ncmp-dmi-plugin-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:12:22,780 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-xacml-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:12:22,781 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-pap-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:12:22,781 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:12:22,781 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-kserve-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:12:22,781 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-http-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:12:22,781 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-bpmn-infra-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:12:22,781 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-sdc-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:12:22,781 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-opa-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:12:22,781 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-k8s-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:12:22,781 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-core-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:12:22,781 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-policy-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:12:22,781 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdnc-ueb-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:21,840 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:21,840 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdc-be-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:21,840 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-runtime-acm-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:21,840 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-drools-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:21,840 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-distribution-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:21,840 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-trav-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:21,840 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-hv-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:21,840 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-sdc-controller-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:21,840 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-temporal-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:21,840 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-a1pms-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:21,841 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for strimzi-kafka-admin with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:21,841 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-prh-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:21,841 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for aai-modelloader-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:21,841 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-blueprints-processor-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:21,841 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-pf-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:21,841 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-apex-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:21,841 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-openapi-manager-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:21,841 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-graph-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:21,841 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for multicloud-k8s-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:21,841 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for ncmp-dmi-plugin-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:21,841 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-xacml-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:21,841 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-pap-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:21,841 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:21,841 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-kserve-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:21,841 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-http-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:21,841 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-bpmn-infra-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:21,841 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-sdc-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:21,842 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-opa-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:21,842 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-k8s-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:21,842 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-core-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:21,842 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdnc-ueb-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:21,842 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-policy-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:22,410 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:22,410 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdc-be-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:22,410 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-runtime-acm-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:22,410 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-drools-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:22,410 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-distribution-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:22,410 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-trav-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:22,410 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-hv-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:22,410 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-sdc-controller-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:22,411 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-temporal-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:22,411 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-a1pms-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:22,411 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for strimzi-kafka-admin with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:22,411 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-prh-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:22,411 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for aai-modelloader-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:22,411 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-blueprints-processor-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:22,411 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-pf-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:22,411 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-apex-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:22,411 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-openapi-manager-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:22,411 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-graph-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:22,412 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for multicloud-k8s-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:22,412 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for ncmp-dmi-plugin-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:22,412 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-xacml-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:22,412 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-pap-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:22,412 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:22,412 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-kserve-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:22,413 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-bpmn-infra-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:22,413 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-http-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:22,413 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-sdc-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:22,413 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-opa-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:22,413 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-k8s-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:22,413 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-core-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:22,414 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdnc-ueb-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:13:22,414 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-policy-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:14:22,869 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:14:22,869 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdc-be-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:14:22,869 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-runtime-acm-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:14:22,869 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-drools-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:14:22,869 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-distribution-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:14:22,869 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-trav-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:14:22,869 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-hv-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:14:22,870 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-sdc-controller-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:14:22,870 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-temporal-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:14:22,870 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-a1pms-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:14:22,870 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for strimzi-kafka-admin with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:14:22,870 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-prh-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:14:22,870 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for aai-modelloader-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:14:22,870 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-blueprints-processor-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:14:22,870 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-pf-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:14:22,870 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-apex-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:14:22,870 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-openapi-manager-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:14:22,870 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-graph-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:14:22,870 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for multicloud-k8s-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:14:22,870 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for ncmp-dmi-plugin-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:14:22,870 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-xacml-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:14:22,870 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-pap-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:14:22,870 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:14:22,870 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-kserve-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:14:22,870 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-bpmn-infra-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:14:22,870 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-http-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:14:22,870 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-opa-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:14:22,870 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-sdc-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:14:22,870 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-k8s-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:14:22,871 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-core-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:14:22,871 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdnc-ueb-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:14:22,871 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-policy-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:16:22,905 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:16:22,905 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdc-be-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:16:22,905 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-runtime-acm-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:16:22,905 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-drools-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:16:22,905 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-distribution-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:16:22,905 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-trav-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:16:22,905 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-hv-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:16:22,905 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-sdc-controller-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:16:22,905 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-temporal-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:16:22,905 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-a1pms-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:16:22,905 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for strimzi-kafka-admin with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:16:22,906 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-prh-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:16:22,906 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for aai-modelloader-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:16:22,906 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-blueprints-processor-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:16:22,906 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-pf-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:16:22,906 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-apex-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:16:22,906 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-openapi-manager-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:16:22,906 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-graph-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:16:22,906 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for multicloud-k8s-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:16:22,906 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for ncmp-dmi-plugin-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:16:22,906 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-pap-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:16:22,906 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-xacml-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:16:22,906 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:16:22,906 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-kserve-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:16:22,906 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-http-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:16:22,906 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-bpmn-infra-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:16:22,906 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-sdc-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:16:22,906 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-opa-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:16:22,906 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-k8s-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:16:22,906 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-core-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:16:22,907 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdnc-ueb-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:16:22,907 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-policy-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:18:22,937 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:18:22,937 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdc-be-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:18:22,938 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-runtime-acm-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:18:22,938 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-drools-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:18:22,938 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-distribution-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:18:22,938 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-trav-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:18:22,938 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-hv-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:18:22,938 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-sdc-controller-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:18:22,938 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-temporal-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:18:22,938 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-a1pms-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:18:22,938 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for strimzi-kafka-admin with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:18:22,938 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-prh-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:18:22,938 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for aai-modelloader-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:18:22,938 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-blueprints-processor-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:18:22,939 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-pf-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:18:22,939 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-apex-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:18:22,939 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-openapi-manager-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:18:22,939 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-graph-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:18:22,939 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for multicloud-k8s-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:18:22,939 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for ncmp-dmi-plugin-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:18:22,939 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-pap-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:18:22,939 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-xacml-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:18:22,939 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:18:22,939 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-kserve-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:18:22,939 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-bpmn-infra-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:18:22,939 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-http-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:18:22,939 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-opa-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:18:22,939 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-sdc-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:18:22,939 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-k8s-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:18:22,939 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-core-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:18:22,939 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdnc-ueb-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:18:22,939 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-policy-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:20:22,997 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:20:22,997 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdc-be-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:20:22,997 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-runtime-acm-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:20:22,997 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-drools-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:20:22,997 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-distribution-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:20:22,997 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-trav-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:20:22,997 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-hv-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:20:22,997 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-sdc-controller-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:20:22,998 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-temporal-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:20:22,998 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-a1pms-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:20:22,998 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for strimzi-kafka-admin with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:20:22,998 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-prh-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:20:22,998 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for aai-modelloader-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:20:22,998 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-blueprints-processor-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:20:22,998 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-pf-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:20:22,998 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-apex-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:20:22,998 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-openapi-manager-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:20:22,998 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-graph-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:20:22,998 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for multicloud-k8s-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:20:22,998 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for ncmp-dmi-plugin-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:20:22,998 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-pap-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:20:22,998 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-xacml-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:20:22,998 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:20:22,998 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-kserve-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:20:22,998 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-http-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:20:22,998 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-bpmn-infra-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:20:22,998 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-opa-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:20:22,998 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-sdc-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:20:22,998 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-k8s-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:20:22,998 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-core-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:20:22,998 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdnc-ueb-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:20:22,999 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-policy-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:22:23,072 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:22:23,073 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdc-be-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:22:23,073 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-runtime-acm-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:22:23,073 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-drools-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:22:23,073 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-distribution-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:22:23,073 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-trav-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:22:23,073 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-hv-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:22:23,073 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-sdc-controller-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:22:23,073 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-temporal-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:22:23,073 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-a1pms-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:22:23,073 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for strimzi-kafka-admin with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:22:23,073 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-prh-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:22:23,073 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for aai-modelloader-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:22:23,073 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-blueprints-processor-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:22:23,073 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-pf-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:22:23,073 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-apex-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:22:23,073 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-openapi-manager-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:22:23,073 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-graph-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:22:23,074 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for multicloud-k8s-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:22:23,074 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for ncmp-dmi-plugin-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:22:23,074 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-xacml-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:22:23,074 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-pap-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:22:23,074 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:22:23,074 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-kserve-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:22:23,074 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-bpmn-infra-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:22:23,074 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-http-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:22:23,074 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-opa-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:22:23,074 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-sdc-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:22:23,074 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-k8s-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:22:23,074 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-core-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:22:23,074 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdnc-ueb-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:22:23,074 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-policy-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:21,584 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:21,585 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdc-be-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:21,585 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-runtime-acm-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:21,585 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-drools-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:21,585 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-distribution-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:21,586 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-trav-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:21,586 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-hv-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:21,586 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-sdc-controller-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:21,586 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-temporal-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:21,586 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-a1pms-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:21,586 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for strimzi-kafka-admin with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:21,586 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-prh-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:21,586 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for aai-modelloader-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:21,587 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-blueprints-processor-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:21,587 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-pf-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:21,587 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-apex-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:21,587 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-openapi-manager-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:21,587 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-graph-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:21,587 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for multicloud-k8s-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:21,587 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for ncmp-dmi-plugin-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:21,587 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-xacml-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:21,587 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-pap-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:21,588 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:21,588 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-kserve-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:21,588 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-http-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:21,588 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-bpmn-infra-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:21,588 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-sdc-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:21,588 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-opa-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:21,588 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-k8s-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:21,588 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-core-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:21,588 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdnc-ueb-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:21,589 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-policy-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:22,127 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:22,127 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for sdc-be-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:22,127 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for multicloud-k8s-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:22,128 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-drools-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:22,128 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-distribution-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:22,128 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-trav-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:22,128 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-pap-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:22,128 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-hv-ves-collector-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:22,128 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:22,128 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-sdc-controller-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:22,128 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-kserve-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:22,128 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-temporal-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:22,129 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for so-bpmn-infra-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:22,129 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for strimzi-kafka-admin with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:22,129 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-prh-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:22,129 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for aai-modelloader-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:22,129 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-opa-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:22,129 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-blueprints-processor-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:22,129 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-k8s-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:22,129 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-apex-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:22,129 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cps-core-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:22,130 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for dcae-ves-openapi-manager-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:22,130 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-policy-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:22,130 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for onap-aai-graph-kafka-user with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:22,569 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-a1pms-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:22,569 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-http-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:22,569 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-runtime-acm-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:22,569 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for cds-sdc-listener-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:22,569 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for ncmp-dmi-plugin-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:22,569 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-xacml-pdp-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:22,569 INFO [QuorumController id=5] Replayed UserScramCredentialRecord modifying existing entry for policy-clamp-ac-pf-ppnt-ku with mechanism SCRAM_SHA_512. (org.apache.kafka.controller.ScramControlManager) [quorum-controller-5-event-handler]
2025-08-13 10:23:22,569 INFO [QuorumController id=5] Replayed UserScramCredentialRecord