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-12-18 09:13:27,90288 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-c1aac229-bacb-4cae-940c-08d6d9e1b594'
	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-12-18 09:13:28,27320 INFO  [main] AppInfoParser:124 - Kafka version: 3.8.0
2024-12-18 09:13:28,27356 INFO  [main] AppInfoParser:125 - Kafka commitId: 771b9576b00ecf5b
2024-12-18 09:13:28,27372 INFO  [main] AppInfoParser:126 - Kafka startTimeMs: 1734513208271
2024-12-18 09:13:29,41326 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-12-18 09:13:29,49801 INFO  [main] TopicOperatorMain:82 - TopicOperator 0.44.0 is starting
2024-12-18 09:13:29,49903 INFO  [main] TopicOperatorMain:88 - Installing shutdown hook
2024-12-18 09:13:29,49943 INFO  [main] TopicOperatorMain:90 - Starting health and metrics
2024-12-18 09:13:29,53338 INFO  [main] TopicOperatorMain:92 - Starting queue
2024-12-18 09:13:29,57100 INFO  [main] TopicOperatorMain:107 - Starting informer
2024-12-18 09:13:29,65971 WARN  [main] VersionUsageUtils:60 - The client is using resource type 'kafkatopics' with unstable version 'v1beta2'
2024-12-18 09:13:29,92697 INFO  [main] TopicOperatorMain:109 - TopicOperator started
2024-12-18 09:28:26,51391 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #8945] Reconciling batch of 4 topics
2024-12-18 09:28:28,77353 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #8945] Batch reconciliation completed
2024-12-18 09:28:28,87454 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #8946] Reconciling batch of 4 topics
2024-12-18 09:28:29,01615 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #8946] Batch reconciliation completed
2024-12-18 09:28:29,11751 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #8947] Reconciling batch of 4 topics
2024-12-18 09:28:29,28253 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #8947] Batch reconciliation completed
2024-12-18 09:28:57,76388 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #9231] Reconciling batch of 5 topics
2024-12-18 09:28:59,46663 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #9231] Batch reconciliation completed
2024-12-18 09:28:59,56761 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #9232] Reconciling batch of 5 topics
2024-12-18 09:28:59,69473 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #9232] Batch reconciliation completed
2024-12-18 09:28:59,79567 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #9233] Reconciling batch of 5 topics
2024-12-18 09:28:59,90551 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #9233] Batch reconciliation completed
2024-12-18 09:29:45,31386 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #9686] Reconciling batch of 17 topics
2024-12-18 09:29:50,11554 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #9686] Batch reconciliation completed
2024-12-18 09:29:50,21657 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #9687] Reconciling batch of 17 topics
2024-12-18 09:29:50,83498 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #9687] Batch reconciliation completed
2024-12-18 09:29:50,93601 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #9688] Reconciling batch of 17 topics
2024-12-18 09:29:51,26632 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #9688] Batch reconciliation completed
2024-12-18 09:29:53,57762 INFO  [-1873121466-pool-3-thread-2] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-12-18 09:29:53,58903 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #9711] Reconciling batch of 26 topics
2024-12-18 09:29:53,99003 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #9711] Batch reconciliation completed
2024-12-18 09:31:57,57405 INFO  [-1873121466-pool-3-thread-4] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-12-18 09:31:57,60945 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #10944] Reconciling batch of 26 topics
2024-12-18 09:31:57,89440 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #10944] Batch reconciliation completed
2024-12-18 09:32:00,80538 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #10973] Reconciling batch of 5 topics
2024-12-18 09:32:02,64914 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #10973] Batch reconciliation completed
2024-12-18 09:32:02,74994 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #10974] Reconciling batch of 5 topics
2024-12-18 09:32:02,87175 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #10974] Batch reconciliation completed
2024-12-18 09:32:02,98031 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #10975] Reconciling batch of 5 topics
2024-12-18 09:32:03,12099 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #10975] Batch reconciliation completed
2024-12-18 09:32:18,29882 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #11126] Reconciling batch of 2 topics
2024-12-18 09:32:19,40082 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #11126] Batch reconciliation completed
2024-12-18 09:32:19,50159 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #11127] Reconciling batch of 2 topics
2024-12-18 09:32:19,54982 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #11127] Batch reconciliation completed
2024-12-18 09:32:19,65059 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #11128] Reconciling batch of 2 topics
2024-12-18 09:32:19,71586 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #11128] Batch reconciliation completed
2024-12-18 09:33:59,57521 INFO  [-1873121466-pool-3-thread-5] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-12-18 09:33:59,65065 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #12125] Reconciling batch of 33 topics
2024-12-18 09:34:00,20706 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #12125] Batch reconciliation completed
2024-12-18 09:36:03,57412 INFO  [-1873121466-pool-3-thread-6] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-12-18 09:36:03,59826 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #13356] Reconciling batch of 33 topics
2024-12-18 09:36:04,09340 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #13356] Batch reconciliation completed
2024-12-18 09:38:05,57551 INFO  [-1873121466-pool-3-thread-7] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-12-18 09:38:05,67519 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #14569] Reconciling batch of 33 topics
2024-12-18 09:38:06,14865 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #14569] Batch reconciliation completed
2024-12-18 09:40:09,57477 INFO  [-1873121466-pool-3-thread-9] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-12-18 09:40:09,66681 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #15801] Reconciling batch of 33 topics
2024-12-18 09:40:10,06568 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #15801] Batch reconciliation completed
2024-12-18 09:42:13,57873 INFO  [-1873121466-pool-3-thread-11] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-12-18 09:42:13,60153 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #17033] Reconciling batch of 33 topics
2024-12-18 09:42:14,07235 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #17033] Batch reconciliation completed
2024-12-18 09:44:17,57613 INFO  [-1873121466-pool-3-thread-12] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-12-18 09:44:17,64701 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #18266] Reconciling batch of 33 topics
2024-12-18 09:44:18,27294 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #18266] Batch reconciliation completed
2024-12-18 09:46:19,57384 INFO  [-1873121466-pool-3-thread-14] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-12-18 09:46:19,65330 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #19477] Reconciling batch of 33 topics
2024-12-18 09:46:20,01090 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #19477] Batch reconciliation completed
2024-12-18 09:48:23,57476 INFO  [-1873121466-pool-3-thread-15] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-12-18 09:48:23,65780 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #20711] Reconciling batch of 33 topics
2024-12-18 09:48:24,00576 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #20711] Batch reconciliation completed
2024-12-18 09:50:27,57445 INFO  [-1873121466-pool-3-thread-16] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-12-18 09:50:27,66524 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #21945] Reconciling batch of 33 topics
2024-12-18 09:50:28,24960 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #21945] Batch reconciliation completed
2024-12-18 09:52:29,57504 INFO  [-1873121466-pool-3-thread-17] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-12-18 09:52:29,58363 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #23156] Reconciling batch of 33 topics
2024-12-18 09:52:29,88101 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #23156] Batch reconciliation completed
2024-12-18 09:54:31,57462 INFO  [-1873121466-pool-3-thread-18] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-12-18 09:54:31,67285 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #24371] Reconciling batch of 33 topics
2024-12-18 09:54:31,99497 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #24371] Batch reconciliation completed
2024-12-18 09:56:33,57445 INFO  [-1873121466-pool-3-thread-19] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-12-18 09:56:33,65135 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #25585] Reconciling batch of 33 topics
2024-12-18 09:56:33,99245 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #25585] Batch reconciliation completed
2024-12-18 09:58:37,57462 INFO  [-1873121466-pool-3-thread-20] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-12-18 09:58:37,66362 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #26819] Reconciling batch of 33 topics
2024-12-18 09:58:37,98564 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #26819] Batch reconciliation completed
2024-12-18 10:00:41,57444 INFO  [-1873121466-pool-3-thread-21] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-12-18 10:00:41,66785 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #28053] Reconciling batch of 33 topics
2024-12-18 10:00:41,98855 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #28053] Batch reconciliation completed
2024-12-18 10:02:43,57410 INFO  [-1873121466-pool-3-thread-23] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-12-18 10:02:43,61978 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #29267] Reconciling batch of 33 topics
2024-12-18 10:02:44,01088 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #29267] Batch reconciliation completed
2024-12-18 10:04:45,57535 INFO  [-1873121466-pool-3-thread-24] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-12-18 10:04:45,65053 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #30481] Reconciling batch of 33 topics
2024-12-18 10:04:46,01640 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #30481] Batch reconciliation completed
2024-12-18 10:06:49,57432 INFO  [-1873121466-pool-3-thread-25] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-12-18 10:06:49,67501 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #31715] Reconciling batch of 33 topics
2024-12-18 10:06:50,14741 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #31715] Batch reconciliation completed
2024-12-18 10:08:51,57465 INFO  [-1873121466-pool-3-thread-26] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-12-18 10:08:51,60192 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #32927] Reconciling batch of 33 topics
2024-12-18 10:08:51,89314 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #32927] Batch reconciliation completed
2024-12-18 10:10:53,57453 INFO  [-1873121466-pool-3-thread-27] TopicEventHandler:52 - Triggering periodic reconciliation of KafkaTopic resources for namespace onap
2024-12-18 10:10:53,63758 INFO  [LoopRunnable-0] LoopRunnable:216 - [Batch #34142] Reconciling batch of 33 topics
2024-12-18 10:10:53,94722 INFO  [LoopRunnable-0] LoopRunnable:225 - [Batch #34142] Batch reconciliation completed