Results

By type

          Preparing trust store certificates for internal communication
Adding /etc/tls-sidecar/cluster-ca-certs/ca.crt to truststore /tmp/topic-operator/replication.truststore.p12 with alias ca
Certificate was added to keystore
Preparing trust store certificates for internal communication is completed
Preparing key store certificates for internal communication
Preparing key store certificates for internal communication is completed
+ exec /usr/bin/tini -w -e 143 -- java -Dlog4j2.configurationFile=file:/opt/topic-operator/custom-config/log4j2.properties -Djava.security.egd=file:/dev/./urandom -XX:+ExitOnOutOfMemoryError -XX:MinRAMPercentage=15 -XX:MaxRAMPercentage=20 -classpath :lib/io.strimzi.topic-operator-0.44.0.jar:lib/io.strimzi.api-0.44.0.jar:lib/io.fabric8.kubernetes-model-networking-6.13.4.jar:lib/io.fabric8.kubernetes-model-common-6.13.4.jar:lib/io.fabric8.kubernetes-model-apiextensions-6.13.4.jar:lib/io.fabric8.kubernetes-client-6.13.4.jar:lib/io.fabric8.zjsonpatch-0.3.0.jar:lib/io.fabric8.kubernetes-httpclient-jdk-6.13.4.jar:lib/io.fabric8.kubernetes-client-api-6.13.4.jar:lib/io.fabric8.kubernetes-model-gatewayapi-6.13.4.jar:lib/io.fabric8.kubernetes-model-resource-6.13.4.jar:lib/io.fabric8.kubernetes-model-rbac-6.13.4.jar:lib/io.fabric8.kubernetes-model-admissionregistration-6.13.4.jar:lib/io.fabric8.kubernetes-model-apps-6.13.4.jar:lib/io.fabric8.kubernetes-model-autoscaling-6.13.4.jar:lib/io.fabric8.kubernetes-model-batch-6.13.4.jar:lib/io.fabric8.kubernetes-model-certificates-6.13.4.jar:lib/io.fabric8.kubernetes-model-coordination-6.13.4.jar:lib/io.fabric8.kubernetes-model-discovery-6.13.4.jar:lib/io.fabric8.kubernetes-model-events-6.13.4.jar:lib/io.fabric8.kubernetes-model-extensions-6.13.4.jar:lib/io.fabric8.kubernetes-model-flowcontrol-6.13.4.jar:lib/io.fabric8.kubernetes-model-metrics-6.13.4.jar:lib/io.fabric8.kubernetes-model-policy-6.13.4.jar:lib/io.fabric8.kubernetes-model-scheduling-6.13.4.jar:lib/io.fabric8.kubernetes-model-storageclass-6.13.4.jar:lib/io.fabric8.kubernetes-model-node-6.13.4.jar:lib/org.slf4j.slf4j-api-1.7.36.jar:lib/org.snakeyaml.snakeyaml-engine-2.7.jar:lib/com.fasterxml.jackson.dataformat.jackson-dataformat-yaml-2.16.2.jar:lib/org.yaml.snakeyaml-2.2.jar:lib/com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.16.2.jar:lib/io.fabric8.kubernetes-model-core-6.13.4.jar:lib/org.apache.logging.log4j.log4j-api-2.17.2.jar:lib/org.apache.logging.log4j.log4j-core-2.17.2.jar:lib/org.apache.logging.log4j.log4j-slf4j-impl-2.17.2.jar:lib/org.apache.kafka.kafka-clients-3.8.0.jar:lib/com.github.luben.zstd-jni-1.5.6-3.jar:lib/org.lz4.lz4-java-1.8.0.jar:lib/com.fasterxml.jackson.core.jackson-core-2.16.2.jar:lib/com.fasterxml.jackson.core.jackson-databind-2.16.2.jar:lib/com.fasterxml.jackson.core.jackson-annotations-2.16.2.jar:lib/io.strimzi.operator-common-0.44.0.jar:lib/io.strimzi.crd-annotations-0.44.0.jar:lib/org.quartz-scheduler.quartz-2.3.2.jar:lib/org.eclipse.jetty.jetty-server-9.4.56.v20240826.jar:lib/org.eclipse.jetty.jetty-http-9.4.56.v20240826.jar:lib/org.eclipse.jetty.jetty-util-9.4.56.v20240826.jar:lib/org.eclipse.jetty.jetty-io-9.4.56.v20240826.jar:lib/javax.servlet.javax.servlet-api-3.1.0.jar:lib/io.micrometer.micrometer-core-1.12.3.jar:lib/io.micrometer.micrometer-commons-1.12.3.jar:lib/io.micrometer.micrometer-observation-1.12.3.jar:lib/org.hdrhistogram.HdrHistogram-2.1.12.jar:lib/org.latencyutils.LatencyUtils-2.0.3.jar:lib/io.micrometer.micrometer-registry-prometheus-1.12.3.jar:lib/io.prometheus.simpleclient_common-0.16.0.jar:lib/io.prometheus.simpleclient-0.16.0.jar:lib/io.prometheus.simpleclient_tracer_otel-0.16.0.jar:lib/io.prometheus.simpleclient_tracer_common-0.16.0.jar:lib/io.prometheus.simpleclient_tracer_otel_agent-0.16.0.jar io.strimzi.operator.topic.TopicOperatorMain
2024-11-27 15:06:57,56572 INFO  [main] TopicOperatorConfig:197 - TopicOperator configuration is TopicOperatorConfig{
	namespace='onap'
	labelSelector=Labels{strimzi.io/cluster=onap-strimzi}
	bootstrapServers='onap-strimzi-kafka-bootstrap:9091'
	clientId='strimzi-topic-operator-1f0b94c1-d6cd-42a0-a963-9b241184889f'
	fullReconciliationIntervalMs=120000
	tlsEnabled=true
	truststoreLocation='/tmp/topic-operator/replication.truststore.p12'
	truststorePassword='********'
	keystoreLocation='/tmp/topic-operator/replication.keystore.p12'
	keystorePassword='********'
	sslEndpointIdentificationAlgorithm='HTTPS'
	saslEnabled=false
	saslMechanism=''
	saslCustomConfigJson='********'
	alterableTopicConfig='ALL'
	skipClusterConfigReview='false'
	saslUsername=''
	saslPassword='********'
	securityProtocol='SSL'
	useFinalizer=true
	maxQueueSize=1024
	maxBatchSize=100
	maxBatchLingerMs=100
	enableAdditionalMetrics=false
	featureGates='FeatureGates(ContinueReconciliationOnManualRollingUpdateFailure=true)'
	cruiseControlEnabled=false
	cruiseControlRackEnabled=false
	cruiseControlHostname=127.0.0.1
	cruiseControlPort=9090
	cruiseControlSslEnabled=false
	cruiseControlAuthEnabled=false
	cruiseControlCrtFilePath=/etc/tls-sidecar/cluster-ca-certs/ca.crt
	cruiseControlApiUserPath=/etc/eto-cc-api/topic-operator.apiAdminName
	cruiseControlApiPassPath=/etc/eto-cc-api/topic-operator.apiAdminPassword}
2024-11-27 15:06:57,98912 INFO  [main] AppInfoParser:124 - Kafka version: 3.8.0
2024-11-27 15:06:57,98967 INFO  [main] AppInfoParser:125 - Kafka commitId: 771b9576b00ecf5b
2024-11-27 15:06:57,98991 INFO  [main] AppInfoParser:126 - Kafka startTimeMs: 1732720017987
2024-11-27 15:06:59,25339 WARN  [main] BatchingTopicController:90 - It is recommended that auto.create.topics.enable is set to 'false' to avoid races between the operator and Kafka applications auto-creating topics
2024-11-27 15:06:59,32742 INFO  [main] TopicOperatorMain:82 - TopicOperator 0.44.0 is starting
2024-11-27 15:06:59,32806 INFO  [main] TopicOperatorMain:88 - Installing shutdown hook
2024-11-27 15:06:59,32835 INFO  [main] TopicOperatorMain:90 - Starting health and metrics
2024-11-27 15:06:59,39418 INFO  [main] TopicOperatorMain:92 - Starting queue
2024-11-27 15:06:59,41676 INFO  [main] TopicOperatorMain:107 - Starting informer
2024-11-27 15:06:59,50023 WARN  [main] VersionUsageUtils:60 - The client is using resource type 'kafkatopics' with unstable version 'v1beta2'
2024-11-27 15:06:59,74392 INFO  [main] TopicOperatorMain:109 - TopicOperator started
2024-11-27 15:22:09,97874 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #9080] Reconciling batch of 4 topics
2024-11-27 15:22:12,56110 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #9080] Batch reconciliation completed
2024-11-27 15:22:12,66262 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #9081] Reconciling batch of 4 topics
2024-11-27 15:22:12,88781 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #9081] Batch reconciliation completed
2024-11-27 15:22:12,98897 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #9082] Reconciling batch of 4 topics
2024-11-27 15:22:13,17269 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #9082] Batch reconciliation completed
2024-11-27 15:22:13,27381 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #9083] Reconciling batch of 2 topics
2024-11-27 15:22:13,44587 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #9083] Batch reconciliation completed
2024-11-27 15:22:13,54676 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #9084] Reconciling batch of 2 topics
2024-11-27 15:22:13,63521 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #9084] Batch reconciliation completed
2024-11-27 15:23:02,96980 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #9576] Reconciling batch of 2 topics
2024-11-27 15:23:04,40865 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #9576] Batch reconciliation completed
2024-11-27 15:23:04,50963 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #9577] Reconciling batch of 5 topics
2024-11-27 15:23:06,78856 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #9577] Batch reconciliation completed
2024-11-27 15:23:06,88957 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #9578] Reconciling batch of 5 topics
2024-11-27 15:23:07,27395 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #9578] Batch reconciliation completed
2024-11-27 15:23:07,37475 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #9579] Reconciling batch of 3 topics
2024-11-27 15:23:07,53564 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #9579] Batch reconciliation completed
2024-11-27 15:23:27,41937 INFO  [-1873121466-pool-3-thread-1] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 15:23:27,48845 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #9778] Reconciling batch of 9 topics
2024-11-27 15:23:27,78033 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #9778] Batch reconciliation completed
2024-11-27 15:24:19,30461 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #10292] Reconciling batch of 17 topics
2024-11-27 15:24:26,61933 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #10292] Batch reconciliation completed
2024-11-27 15:24:26,72021 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #10293] Reconciling batch of 17 topics
2024-11-27 15:24:27,70976 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #10293] Batch reconciliation completed
2024-11-27 15:24:27,81131 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #10294] Reconciling batch of 17 topics
2024-11-27 15:24:28,76350 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #10294] Batch reconciliation completed
2024-11-27 15:25:31,41999 INFO  [-1873121466-pool-3-thread-3] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 15:25:31,43903 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #10919] Reconciling batch of 26 topics
2024-11-27 15:25:32,11115 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #10919] Batch reconciliation completed
2024-11-27 15:27:35,19501 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #12147] Reconciling batch of 5 topics
2024-11-27 15:27:35,41895 INFO  [-1873121466-pool-3-thread-4] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 15:27:38,06054 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #12147] Batch reconciliation completed
2024-11-27 15:27:38,16146 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #12148] Reconciling batch of 31 topics
2024-11-27 15:27:42,06411 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #12148] Batch reconciliation completed
2024-11-27 15:27:42,16518 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #12149] Reconciling batch of 5 topics
2024-11-27 15:27:42,36698 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #12149] Batch reconciliation completed
2024-11-27 15:27:42,46778 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #12150] Reconciling batch of 5 topics
2024-11-27 15:27:42,61452 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #12150] Batch reconciliation completed
2024-11-27 15:28:08,67936 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #12410] Reconciling batch of 2 topics
2024-11-27 15:28:10,86867 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #12410] Batch reconciliation completed
2024-11-27 15:28:10,96948 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #12411] Reconciling batch of 2 topics
2024-11-27 15:28:11,07939 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #12411] Batch reconciliation completed
2024-11-27 15:28:11,18011 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #12412] Reconciling batch of 2 topics
2024-11-27 15:28:11,25739 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #12412] Batch reconciliation completed
2024-11-27 15:29:37,41962 INFO  [-1873121466-pool-3-thread-6] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 15:29:37,46014 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #13272] Reconciling batch of 33 topics
2024-11-27 15:29:38,29304 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #13272] Batch reconciliation completed
2024-11-27 15:31:41,41995 INFO  [-1873121466-pool-3-thread-7] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 15:31:41,47749 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #14501] Reconciling batch of 33 topics
2024-11-27 15:31:42,71421 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #14501] Batch reconciliation completed
2024-11-27 15:33:43,41972 INFO  [-1873121466-pool-3-thread-8] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 15:33:43,45146 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #15706] Reconciling batch of 33 topics
2024-11-27 15:33:44,26235 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #15706] Batch reconciliation completed
2024-11-27 15:35:47,41985 INFO  [-1873121466-pool-3-thread-9] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 15:35:47,50027 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #16936] Reconciling batch of 33 topics
2024-11-27 15:35:48,52550 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #16936] Batch reconciliation completed
2024-11-27 15:37:51,42034 INFO  [-1873121466-pool-3-thread-10] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 15:37:51,46937 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #18163] Reconciling batch of 33 topics
2024-11-27 15:37:52,20900 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #18163] Batch reconciliation completed
2024-11-27 15:39:55,41976 INFO  [-1873121466-pool-3-thread-12] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 15:39:55,48117 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #19393] Reconciling batch of 33 topics
2024-11-27 15:39:56,83387 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #19393] Batch reconciliation completed
2024-11-27 15:41:57,42066 INFO  [-1873121466-pool-3-thread-13] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 15:41:57,47298 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #20594] Reconciling batch of 33 topics
2024-11-27 15:41:58,50065 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #20594] Batch reconciliation completed
2024-11-27 15:44:01,41971 INFO  [-1873121466-pool-3-thread-14] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 15:44:01,47535 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #21821] Reconciling batch of 33 topics
2024-11-27 15:44:02,13533 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #21821] Batch reconciliation completed
2024-11-27 15:46:05,41968 INFO  [-1873121466-pool-3-thread-15] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 15:46:05,49206 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #23052] Reconciling batch of 33 topics
2024-11-27 15:46:06,20897 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #23052] Batch reconciliation completed
2024-11-27 15:48:09,41908 INFO  [-1873121466-pool-3-thread-16] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 15:48:09,44375 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #24282] Reconciling batch of 33 topics
2024-11-27 15:48:10,37703 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #24282] Batch reconciliation completed
2024-11-27 15:50:13,41914 INFO  [-1873121466-pool-3-thread-17] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 15:50:13,51527 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #25511] Reconciling batch of 33 topics
2024-11-27 15:50:14,25552 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #25511] Batch reconciliation completed
2024-11-27 15:52:15,42032 INFO  [-1873121466-pool-3-thread-19] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 15:52:15,50538 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #26721] Reconciling batch of 33 topics
2024-11-27 15:52:16,18734 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #26721] Batch reconciliation completed
2024-11-27 15:54:17,41969 INFO  [-1873121466-pool-3-thread-20] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 15:54:17,51743 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #27932] Reconciling batch of 33 topics
2024-11-27 15:54:18,26471 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #27932] Batch reconciliation completed
2024-11-27 15:56:21,41959 INFO  [-1873121466-pool-3-thread-21] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 15:56:21,50591 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #29162] Reconciling batch of 33 topics
2024-11-27 15:56:22,13852 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #29162] Batch reconciliation completed
2024-11-27 15:58:25,41985 INFO  [-1873121466-pool-3-thread-22] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 15:58:25,48248 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #30393] Reconciling batch of 33 topics
2024-11-27 15:58:26,10550 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #30393] Batch reconciliation completed
2024-11-27 16:00:29,41998 INFO  [-1873121466-pool-3-thread-23] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 16:00:29,45050 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #31624] Reconciling batch of 33 topics
2024-11-27 16:00:30,30739 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #31624] Batch reconciliation completed
2024-11-27 16:02:33,42020 INFO  [-1873121466-pool-3-thread-25] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 16:02:33,45271 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #32853] Reconciling batch of 33 topics
2024-11-27 16:02:34,13574 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #32853] Batch reconciliation completed
2024-11-27 16:04:35,42017 INFO  [-1873121466-pool-3-thread-26] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 16:04:35,48646 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #34064] Reconciling batch of 33 topics
2024-11-27 16:04:36,08092 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #34064] Batch reconciliation completed
2024-11-27 16:06:39,41923 INFO  [-1873121466-pool-3-thread-27] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 16:06:39,51643 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #35296] Reconciling batch of 33 topics
2024-11-27 16:06:40,22737 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #35296] Batch reconciliation completed
2024-11-27 16:08:41,41980 INFO  [-1873121466-pool-3-thread-28] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 16:08:41,45388 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #36506] Reconciling batch of 33 topics
2024-11-27 16:08:42,00305 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #36506] Batch reconciliation completed
2024-11-27 16:10:45,41924 INFO  [-1873121466-pool-3-thread-29] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 16:10:45,43177 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #37738] Reconciling batch of 33 topics
2024-11-27 16:10:46,08359 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #37738] Batch reconciliation completed
2024-11-27 16:12:47,41972 INFO  [-1873121466-pool-3-thread-30] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 16:12:47,42207 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #38949] Reconciling batch of 33 topics
2024-11-27 16:12:48,39270 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #38949] Batch reconciliation completed
2024-11-27 16:14:51,41988 INFO  [-1873121466-pool-3-thread-31] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 16:14:51,42398 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #40177] Reconciling batch of 33 topics
2024-11-27 16:14:52,27997 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #40177] Batch reconciliation completed
2024-11-27 16:16:55,41936 INFO  [-1873121466-pool-3-thread-32] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 16:16:55,51897 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #41407] Reconciling batch of 33 topics
2024-11-27 16:16:56,14038 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #41407] Batch reconciliation completed
2024-11-27 16:18:59,41943 INFO  [-1873121466-pool-3-thread-33] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 16:18:59,46690 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #42638] Reconciling batch of 33 topics
2024-11-27 16:19:00,14489 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #42638] Batch reconciliation completed
2024-11-27 16:21:01,42001 INFO  [-1873121466-pool-3-thread-34] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 16:21:01,47540 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #43849] Reconciling batch of 33 topics
2024-11-27 16:21:02,56372 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #43849] Batch reconciliation completed
2024-11-27 16:23:03,42001 INFO  [-1873121466-pool-3-thread-35] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 16:23:03,49914 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #45056] Reconciling batch of 33 topics
2024-11-27 16:23:04,22955 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #45056] Batch reconciliation completed
2024-11-27 16:25:07,42019 INFO  [-1873121466-pool-3-thread-36] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 16:25:07,48572 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #46286] Reconciling batch of 33 topics
2024-11-27 16:25:08,36043 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #46286] Batch reconciliation completed
2024-11-27 16:27:11,41942 INFO  [-1873121466-pool-3-thread-37] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 16:27:11,50574 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #47515] Reconciling batch of 33 topics
2024-11-27 16:27:12,32402 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #47515] Batch reconciliation completed
2024-11-27 16:29:13,41962 INFO  [-1873121466-pool-3-thread-38] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 16:29:13,44561 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #48724] Reconciling batch of 33 topics
2024-11-27 16:29:13,98180 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #48724] Batch reconciliation completed
2024-11-27 16:31:17,42049 INFO  [-1873121466-pool-3-thread-39] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 16:31:17,42518 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #49956] Reconciling batch of 33 topics
2024-11-27 16:31:18,36801 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #49956] Batch reconciliation completed
2024-11-27 16:33:21,41946 INFO  [-1873121466-pool-3-thread-40] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 16:33:21,49386 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #51185] Reconciling batch of 33 topics
2024-11-27 16:33:22,05898 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #51185] Batch reconciliation completed
2024-11-27 16:35:25,41940 INFO  [-1873121466-pool-3-thread-41] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 16:35:25,49840 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #52417] Reconciling batch of 33 topics
2024-11-27 16:35:26,20935 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #52417] Batch reconciliation completed
2024-11-27 16:37:29,41944 INFO  [-1873121466-pool-3-thread-43] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 16:37:29,45102 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #53647] Reconciling batch of 33 topics
2024-11-27 16:37:30,17524 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #53647] Batch reconciliation completed
2024-11-27 16:39:33,41939 INFO  [-1873121466-pool-3-thread-44] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 16:39:33,50832 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #54878] Reconciling batch of 33 topics
2024-11-27 16:39:34,33574 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #54878] Batch reconciliation completed
2024-11-27 16:41:35,41956 INFO  [-1873121466-pool-3-thread-45] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 16:41:35,46335 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #56087] Reconciling batch of 33 topics
2024-11-27 16:41:35,99493 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #56087] Batch reconciliation completed
2024-11-27 16:43:39,41980 INFO  [-1873121466-pool-3-thread-46] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 16:43:39,42981 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #57319] Reconciling batch of 33 topics
2024-11-27 16:43:40,03710 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #57319] Batch reconciliation completed
2024-11-27 16:45:43,41932 INFO  [-1873121466-pool-3-thread-47] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 16:45:43,47809 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #58551] Reconciling batch of 33 topics
2024-11-27 16:45:44,14536 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #58551] Batch reconciliation completed
2024-11-27 16:47:47,41935 INFO  [-1873121466-pool-3-thread-48] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 16:47:47,49356 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #59782] Reconciling batch of 33 topics
2024-11-27 16:47:48,29052 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #59782] Batch reconciliation completed
2024-11-27 16:49:51,41933 INFO  [-1873121466-pool-3-thread-49] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 16:49:51,51846 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #61012] Reconciling batch of 33 topics
2024-11-27 16:49:52,13652 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #61012] Batch reconciliation completed
2024-11-27 16:51:53,41969 INFO  [-1873121466-pool-3-thread-50] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 16:51:53,46861 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #62223] Reconciling batch of 33 topics
2024-11-27 16:51:54,15998 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #62223] Batch reconciliation completed
2024-11-27 16:53:57,42461 INFO  [-1873121466-pool-3-thread-51] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 16:53:57,47308 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #63454] Reconciling batch of 33 topics
2024-11-27 16:53:58,29467 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #63454] Batch reconciliation completed
2024-11-27 16:56:01,41952 INFO  [-1873121466-pool-3-thread-52] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 16:56:01,51548 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #64684] Reconciling batch of 33 topics
2024-11-27 16:56:02,09726 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #64684] Batch reconciliation completed
2024-11-27 16:58:05,41938 INFO  [-1873121466-pool-3-thread-53] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 16:58:05,51899 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #65916] Reconciling batch of 33 topics
2024-11-27 16:58:06,08601 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #65916] Batch reconciliation completed
2024-11-27 17:00:09,41989 INFO  [-1873121466-pool-3-thread-54] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 17:00:09,50367 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #67148] Reconciling batch of 33 topics
2024-11-27 17:00:10,03112 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #67148] Batch reconciliation completed
2024-11-27 17:02:13,41966 INFO  [-1873121466-pool-3-thread-55] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 17:02:13,43821 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #68380] Reconciling batch of 33 topics
2024-11-27 17:02:14,01920 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #68380] Batch reconciliation completed
2024-11-27 17:04:15,41934 INFO  [-1873121466-pool-3-thread-56] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 17:04:15,44243 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #69592] Reconciling batch of 33 topics
2024-11-27 17:04:16,09545 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #69592] Batch reconciliation completed
2024-11-27 17:06:19,42018 INFO  [-1873121466-pool-3-thread-57] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 17:06:19,51321 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #70824] Reconciling batch of 33 topics
2024-11-27 17:06:20,06079 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #70824] Batch reconciliation completed
2024-11-27 17:08:21,42070 INFO  [-1873121466-pool-3-thread-58] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 17:08:21,48954 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #72036] Reconciling batch of 33 topics
2024-11-27 17:08:22,10852 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #72036] Batch reconciliation completed
2024-11-27 17:10:25,41933 INFO  [-1873121466-pool-3-thread-59] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 17:10:25,43454 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #73267] Reconciling batch of 33 topics
2024-11-27 17:10:26,05072 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #73267] Batch reconciliation completed
2024-11-27 17:12:27,41979 INFO  [-1873121466-pool-3-thread-60] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 17:12:27,46998 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #74479] Reconciling batch of 33 topics
2024-11-27 17:12:28,13855 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #74479] Batch reconciliation completed
2024-11-27 17:14:31,41968 INFO  [-1873121466-pool-3-thread-61] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 17:14:31,48070 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #75710] Reconciling batch of 33 topics
2024-11-27 17:14:32,09453 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #75710] Batch reconciliation completed
2024-11-27 17:16:35,41952 INFO  [-1873121466-pool-3-thread-62] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 17:16:35,51171 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #76942] Reconciling batch of 33 topics
2024-11-27 17:16:36,09962 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #76942] Batch reconciliation completed
2024-11-27 17:18:39,41958 INFO  [-1873121466-pool-3-thread-63] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 17:18:39,43754 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #78173] Reconciling batch of 33 topics
2024-11-27 17:18:40,10316 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #78173] Batch reconciliation completed
2024-11-27 17:20:41,41959 INFO  [-1873121466-pool-3-thread-64] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 17:20:41,42573 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #79384] Reconciling batch of 33 topics
2024-11-27 17:20:42,32172 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #79384] Batch reconciliation completed
2024-11-27 17:22:43,41952 INFO  [-1873121466-pool-3-thread-65] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 17:22:43,43789 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #80593] Reconciling batch of 33 topics
2024-11-27 17:22:44,48975 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #80593] Batch reconciliation completed
2024-11-27 17:24:47,42001 INFO  [-1873121466-pool-3-thread-66] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 17:24:47,50767 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #81821] Reconciling batch of 33 topics
2024-11-27 17:24:48,45774 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #81821] Batch reconciliation completed
2024-11-27 17:26:49,41972 INFO  [-1873121466-pool-3-thread-67] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 17:26:49,47208 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #83029] Reconciling batch of 33 topics
2024-11-27 17:26:50,00683 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #83029] Batch reconciliation completed
2024-11-27 17:28:51,41970 INFO  [-1873121466-pool-3-thread-68] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 17:28:51,42370 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #84241] Reconciling batch of 33 topics
2024-11-27 17:28:52,00089 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #84241] Batch reconciliation completed
2024-11-27 17:30:55,41912 INFO  [-1873121466-pool-3-thread-69] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 17:30:55,51110 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #85474] Reconciling batch of 33 topics
2024-11-27 17:30:56,02450 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #85474] Batch reconciliation completed
2024-11-27 17:32:57,41979 INFO  [-1873121466-pool-3-thread-70] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 17:32:57,45290 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #86686] Reconciling batch of 33 topics
2024-11-27 17:32:58,35456 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #86686] Batch reconciliation completed
2024-11-27 17:34:59,41984 INFO  [-1873121466-pool-3-thread-71] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 17:34:59,47506 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #87895] Reconciling batch of 33 topics
2024-11-27 17:35:00,19354 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #87895] Batch reconciliation completed
2024-11-27 17:37:03,42022 INFO  [-1873121466-pool-3-thread-72] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 17:37:03,42261 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #89125] Reconciling batch of 33 topics
2024-11-27 17:37:04,35833 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #89125] Batch reconciliation completed
2024-11-27 17:39:07,41957 INFO  [-1873121466-pool-3-thread-73] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 17:39:07,42656 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #90353] Reconciling batch of 33 topics
2024-11-27 17:39:08,01814 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #90353] Batch reconciliation completed
2024-11-27 17:41:09,42006 INFO  [-1873121466-pool-3-thread-74] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 17:41:09,47174 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #91565] Reconciling batch of 33 topics
2024-11-27 17:41:10,06860 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #91565] Batch reconciliation completed
2024-11-27 17:43:11,41965 INFO  [-1873121466-pool-3-thread-75] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 17:43:11,43310 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #92776] Reconciling batch of 33 topics
2024-11-27 17:43:12,07847 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #92776] Batch reconciliation completed
2024-11-27 17:45:15,41964 INFO  [-1873121466-pool-3-thread-76] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 17:45:15,42933 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #94007] Reconciling batch of 33 topics
2024-11-27 17:45:15,91864 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #94007] Batch reconciliation completed
2024-11-27 17:47:17,41991 INFO  [-1873121466-pool-3-thread-78] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 17:47:17,46637 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #95220] Reconciling batch of 33 topics
2024-11-27 17:47:18,23004 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #95220] Batch reconciliation completed
2024-11-27 17:49:21,41967 INFO  [-1873121466-pool-3-thread-79] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 17:49:21,45889 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #96450] Reconciling batch of 33 topics
2024-11-27 17:49:22,06942 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #96450] Batch reconciliation completed
2024-11-27 17:51:23,41955 INFO  [-1873121466-pool-3-thread-80] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 17:51:23,49432 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #97662] Reconciling batch of 33 topics
2024-11-27 17:51:24,50535 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #97662] Batch reconciliation completed
2024-11-27 17:53:25,41983 INFO  [-1873121466-pool-3-thread-81] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 17:53:25,51881 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #98870] Reconciling batch of 33 topics
2024-11-27 17:53:26,28636 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #98870] Batch reconciliation completed
2024-11-27 17:55:27,41990 INFO  [-1873121466-pool-3-thread-83] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 17:55:27,49200 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #100080] Reconciling batch of 33 topics
2024-11-27 17:55:28,19387 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #100080] Batch reconciliation completed
2024-11-27 17:57:31,41989 INFO  [-1873121466-pool-3-thread-84] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 17:57:31,50176 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #101311] Reconciling batch of 33 topics
2024-11-27 17:57:32,08290 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #101311] Batch reconciliation completed
2024-11-27 17:59:35,41963 INFO  [-1873121466-pool-3-thread-85] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 17:59:35,49757 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #102543] Reconciling batch of 33 topics
2024-11-27 17:59:36,06605 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #102543] Batch reconciliation completed
2024-11-27 18:01:39,41976 INFO  [-1873121466-pool-3-thread-86] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 18:01:39,48723 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #103775] Reconciling batch of 33 topics
2024-11-27 18:01:40,05833 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #103775] Batch reconciliation completed
2024-11-27 18:03:41,42013 INFO  [-1873121466-pool-3-thread-87] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 18:03:41,47135 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #104987] Reconciling batch of 33 topics
2024-11-27 18:03:42,00425 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #104987] Batch reconciliation completed
2024-11-27 18:05:45,41873 INFO  [-1873121466-pool-3-thread-88] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 18:05:45,42193 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #106219] Reconciling batch of 33 topics
2024-11-27 18:05:46,05763 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #106219] Batch reconciliation completed
2024-11-27 18:07:47,42039 INFO  [-1873121466-pool-3-thread-89] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 18:07:47,46342 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #107431] Reconciling batch of 33 topics
2024-11-27 18:07:48,09987 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #107431] Batch reconciliation completed
2024-11-27 18:09:51,41964 INFO  [-1873121466-pool-3-thread-91] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 18:09:51,43944 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #108662] Reconciling batch of 33 topics
2024-11-27 18:09:52,08701 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #108662] Batch reconciliation completed
2024-11-27 18:11:55,41901 INFO  [-1873121466-pool-3-thread-92] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 18:11:55,50419 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #109894] Reconciling batch of 33 topics
2024-11-27 18:11:56,18104 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #109894] Batch reconciliation completed
2024-11-27 18:13:57,41977 INFO  [-1873121466-pool-3-thread-93] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 18:13:57,49253 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #111105] Reconciling batch of 33 topics
2024-11-27 18:13:58,25890 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #111105] Batch reconciliation completed
2024-11-27 18:16:01,41923 INFO  [-1873121466-pool-3-thread-94] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 18:16:01,46684 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #112335] Reconciling batch of 33 topics
2024-11-27 18:16:02,24193 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #112335] Batch reconciliation completed
2024-11-27 18:18:05,41931 INFO  [-1873121466-pool-3-thread-95] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 18:18:05,45909 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #113565] Reconciling batch of 33 topics
2024-11-27 18:18:05,96830 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #113565] Batch reconciliation completed
2024-11-27 18:20:07,42029 INFO  [-1873121466-pool-3-thread-97] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 18:20:07,49761 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #114778] Reconciling batch of 33 topics
2024-11-27 18:20:08,17335 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #114778] Batch reconciliation completed
2024-11-27 18:22:11,41953 INFO  [-1873121466-pool-3-thread-98] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 18:22:11,49098 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #116009] Reconciling batch of 33 topics
2024-11-27 18:22:12,13327 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #116009] Batch reconciliation completed
2024-11-27 18:24:15,42013 INFO  [-1873121466-pool-3-thread-99] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 18:24:15,46247 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #117240] Reconciling batch of 33 topics
2024-11-27 18:24:16,30123 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #117240] Batch reconciliation completed
2024-11-27 18:26:17,41990 INFO  [-1873121466-pool-3-thread-100] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 18:26:17,42063 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #118449] Reconciling batch of 1 topics
2024-11-27 18:26:17,46996 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #118449] Batch reconciliation completed
2024-11-27 18:26:17,57086 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #118450] Reconciling batch of 32 topics
2024-11-27 18:26:18,15842 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #118450] Batch reconciliation completed
2024-11-27 18:28:21,41902 INFO  [-1873121466-pool-3-thread-101] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 18:28:21,48217 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #119681] Reconciling batch of 33 topics
2024-11-27 18:28:21,95964 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #119681] Batch reconciliation completed
2024-11-27 18:30:25,41910 INFO  [-1873121466-pool-3-thread-102] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 18:30:25,47286 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #120914] Reconciling batch of 33 topics
2024-11-27 18:30:26,11579 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #120914] Batch reconciliation completed
2024-11-27 18:32:29,41917 INFO  [-1873121466-pool-3-thread-103] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 18:32:29,44069 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #122145] Reconciling batch of 33 topics
2024-11-27 18:32:29,90649 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #122145] Batch reconciliation completed
2024-11-27 18:34:33,41904 INFO  [-1873121466-pool-3-thread-104] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 18:34:33,43727 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #123378] Reconciling batch of 33 topics
2024-11-27 18:34:33,99596 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #123378] Batch reconciliation completed
2024-11-27 18:36:37,41961 INFO  [-1873121466-pool-3-thread-105] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 18:36:37,42120 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #124610] Reconciling batch of 29 topics
2024-11-27 18:36:37,91768 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #124610] Batch reconciliation completed
2024-11-27 18:36:38,01846 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #124611] Reconciling batch of 4 topics
2024-11-27 18:36:38,07236 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #124611] Batch reconciliation completed
2024-11-27 18:38:39,41961 INFO  [-1873121466-pool-3-thread-106] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 18:38:39,48924 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #125823] Reconciling batch of 33 topics
2024-11-27 18:38:40,00174 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #125823] Batch reconciliation completed
2024-11-27 18:40:43,41948 INFO  [-1873121466-pool-3-thread-107] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 18:40:43,42597 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #127055] Reconciling batch of 33 topics
2024-11-27 18:40:44,18226 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #127055] Batch reconciliation completed
2024-11-27 18:42:47,41949 INFO  [-1873121466-pool-3-thread-109] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 18:42:47,49684 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #128286] Reconciling batch of 33 topics
2024-11-27 18:42:48,28186 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #128286] Batch reconciliation completed
2024-11-27 18:44:49,42006 INFO  [-1873121466-pool-3-thread-110] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 18:44:49,51631 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #129496] Reconciling batch of 33 topics
2024-11-27 18:44:50,04245 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #129496] Batch reconciliation completed
2024-11-27 18:46:51,41969 INFO  [-1873121466-pool-3-thread-111] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 18:46:51,47279 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #130708] Reconciling batch of 33 topics
2024-11-27 18:46:52,04199 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #130708] Batch reconciliation completed
2024-11-27 18:48:55,42042 INFO  [-1873121466-pool-3-thread-113] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 18:48:55,46054 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #131940] Reconciling batch of 33 topics
2024-11-27 18:48:56,13196 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #131940] Batch reconciliation completed
2024-11-27 18:50:59,41947 INFO  [-1873121466-pool-3-thread-114] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 18:50:59,44789 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #133171] Reconciling batch of 33 topics
2024-11-27 18:51:00,20967 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #133171] Batch reconciliation completed
2024-11-27 18:53:01,41981 INFO  [-1873121466-pool-3-thread-115] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 18:53:01,43010 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #134381] Reconciling batch of 33 topics
2024-11-27 18:53:02,18700 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #134381] Batch reconciliation completed
2024-11-27 18:55:05,41944 INFO  [-1873121466-pool-3-thread-116] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 18:55:05,50124 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #135612] Reconciling batch of 33 topics
2024-11-27 18:55:06,11683 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #135612] Batch reconciliation completed
2024-11-27 18:57:07,41949 INFO  [-1873121466-pool-3-thread-117] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 18:57:07,44133 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #136823] Reconciling batch of 33 topics
2024-11-27 18:57:08,18248 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #136823] Batch reconciliation completed
2024-11-27 18:59:11,41977 INFO  [-1873121466-pool-3-thread-118] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 18:59:11,51079 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #138054] Reconciling batch of 33 topics
2024-11-27 18:59:12,02040 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #138054] Batch reconciliation completed
2024-11-27 19:01:15,42237 INFO  [-1873121466-pool-3-thread-119] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 19:01:15,45444 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #139286] Reconciling batch of 33 topics
2024-11-27 19:01:16,01350 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #139286] Batch reconciliation completed
2024-11-27 19:03:19,41981 INFO  [-1873121466-pool-3-thread-121] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 19:03:19,42132 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #140518] Reconciling batch of 19 topics
2024-11-27 19:03:19,80476 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #140518] Batch reconciliation completed
2024-11-27 19:03:19,90546 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #140519] Reconciling batch of 14 topics
2024-11-27 19:03:20,17671 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #140519] Batch reconciliation completed
2024-11-27 19:05:21,41971 INFO  [-1873121466-pool-3-thread-122] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 19:05:21,49154 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #141730] Reconciling batch of 33 topics
2024-11-27 19:05:22,10224 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #141730] Batch reconciliation completed
2024-11-27 19:07:23,41983 INFO  [-1873121466-pool-3-thread-123] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 19:07:23,50665 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #142942] Reconciling batch of 33 topics
2024-11-27 19:07:24,09533 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #142942] Batch reconciliation completed
2024-11-27 19:09:27,41965 INFO  [-1873121466-pool-3-thread-124] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 19:09:27,50598 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #144174] Reconciling batch of 33 topics
2024-11-27 19:09:28,16829 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #144174] Batch reconciliation completed
2024-11-27 19:11:31,42019 INFO  [-1873121466-pool-3-thread-125] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 19:11:31,48481 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #145405] Reconciling batch of 33 topics
2024-11-27 19:11:31,95654 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #145405] Batch reconciliation completed
2024-11-27 19:13:35,41982 INFO  [-1873121466-pool-3-thread-126] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-11-27 19:13:35,48265 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #146638] Reconciling batch of 33 topics
2024-11-27 19:13:36,17196 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #146638] Batch reconciliation completed