https://github.com/apecloud/apecloud-cd/actions/runs/21930235150 previous_version: kubeblocks_version:1.0.2 bash test/kbcli/test_kbcli_1.0.sh --type 7 --version 1.0.2 --service-version 3 --topology separated_monitor --generate-output true --aws-access-key-id *** --aws-secret-access-key *** --jihulab-token *** --random-namespace true --region eastus --cloud-provider aks CURRENT_TEST_DIR:test/kbcli source commons files source engines files source kubeblocks files source kubedb files CLUSTER_NAME:  `kubectl get namespace | grep ns-uegpn `(B   `kubectl create namespace ns-uegpn`(B  namespace/ns-uegpn created create namespace ns-uegpn done(B download kbcli  `gh release list --repo apecloud/kbcli --limit 100 | (grep "1.0" || true)`(B   `curl -fsSL https://kubeblocks.io/installer/install_cli.sh | bash -s v1.0.2`(B  Your system is linux_amd64 Installing kbcli ... Downloading ... kbcli installed successfully. Kubernetes: v1.32.10 KubeBlocks: 1.0.2 kbcli: 1.0.2 Make sure your docker service is running and begin your journey with kbcli: kbcli playground init For more information on how to get started, please visit: https://kubeblocks.io download kbcli v1.0.2 done(B Kubernetes: v1.32.10 KubeBlocks: 1.0.2 kbcli: 1.0.2 Kubernetes Env: v1.32.10 check snapshot controller check snapshot controller done(B POD_RESOURCES: aks kb-default-sc found aks default-vsc found found default storage class: default (B KubeBlocks version is:1.0.2 skip upgrade KubeBlocks(B current KubeBlocks version: 1.0.2 check component definition set component name:kafka-combine set component version set component version:kafka-broker set service versions:3.9.0,3.8.1,3.7.1,3.3.2,2.8.2,2.7.0 set service versions sorted:2.7.0,2.8.2,3.3.2,3.7.1,3.8.1,3.9.0 REPORT_COUNT 0:0 set replicas first:3,3.3.2|3,3.7.1|3,3.8.1|3,3.9.0 set replicas second max again:3,3.3.2 set replicas second max again:3,3.7.1 set replicas second max again:3,3.8.1 set replicas second max again:3,3.9.0 REPORT_COUNT 2:1 CLUSTER_TOPOLOGY:separated_monitor cluster definition topology: combined_monitor combined separated_monitor separated kafka2-external-zk topology separated_monitor found in cluster definition kafka LIMIT_CPU:0.5 LIMIT_MEMORY:1 storage size: 5 CLUSTER_NAME:kafka-doovpd pod_info: termination_policy:Delete create 1 replica Delete kafka cluster check component definition set component definition by component version check cmpd by labels check cmpd by compDefs set component definition: kafka27-broker-1.0.2 by component version:kafka-broker apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: name: kafka-doovpd namespace: ns-uegpn annotations: "kubeblocks.io/extra-env": '{"KB_KAFKA_ENABLE_SASL":"false","KB_KAFKA_BROKER_HEAP":"-XshowSettings:vm -XX:MaxRAMPercentage=100 -Ddepth=64","KB_KAFKA_CONTROLLER_HEAP":"-XshowSettings:vm -XX:MaxRAMPercentage=100 -Ddepth=64","KB_KAFKA_PUBLIC_ACCESS":"false"}' spec: clusterDef: kafka topology: separated_monitor terminationPolicy: Delete componentSpecs: - name: kafka-broker tls: false disableExporter: true replicas: 1 serviceVersion: 3.9.0 services: - name: advertised-listener serviceType: ClusterIP podService: true resources: requests: cpu: 500m memory: 1Gi limits: cpu: 500m memory: 1Gi env: - name: KB_BROKER_DIRECT_POD_ACCESS value: "false" - name: KB_KAFKA_ENABLE_SASL_SCRAM value: "false" volumeClaimTemplates: - name: data spec: storageClassName: accessModes: - ReadWriteOnce resources: requests: storage: 5Gi - name: metadata spec: storageClassName: accessModes: - ReadWriteOnce resources: requests: storage: 5Gi - name: kafka-controller tls: false replicas: 1 serviceVersion: 3.9.0 disableExporter: true resources: requests: cpu: 500m memory: 1Gi limits: cpu: 500m memory: 1Gi volumeClaimTemplates: - name: metadata spec: storageClassName: accessModes: - ReadWriteOnce resources: requests: storage: 5Gi - name: kafka-exporter replicas: 1 disableExporter: true env: - name: KB_KAFKA_ENABLE_SASL_SCRAM value: "false" resources: requests: cpu: 500m memory: 1Gi limits: cpu: 500m memory: 1Gi  `kubectl apply -f test_create_kafka-doovpd.yaml`(B  cluster.apps.kubeblocks.io/kafka-doovpd created apply test_create_kafka-doovpd.yaml Success(B  `rm -rf test_create_kafka-doovpd.yaml`(B  check cluster status  `kbcli cluster list kafka-doovpd --show-labels --namespace ns-uegpn `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS kafka-doovpd ns-uegpn kafka Delete Creating Feb 12,2026 09:59 UTC+0800 clusterdefinition.kubeblocks.io/name=kafka cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances kafka-doovpd --namespace ns-uegpn `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME kafka-doovpd-kafka-broker-0 ns-uegpn kafka-doovpd kafka-broker Running 0 500m / 500m 1Gi / 1Gi data:5Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 10:01 UTC+0800 metadata:5Gi kafka-doovpd-kafka-controller-0 ns-uegpn kafka-doovpd kafka-controller Running 0 500m / 500m 1Gi / 1Gi metadata:5Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 09:59 UTC+0800 kafka-doovpd-kafka-exporter-0 ns-uegpn kafka-doovpd kafka-exporter Running 0 500m / 500m 1Gi / 1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 10:02 UTC+0800 check pod status done(B connect unsupported engine type: kafka kafka27-broker-1.0.2  `kubectl get secrets -l app.kubernetes.io/instance=kafka-doovpd`(B  set secret: kafka-doovpd-kafka-broker-account-client  `kubectl get secrets kafka-doovpd-kafka-broker-account-client -o jsonpath="{.data.username}"`(B   `kubectl get secrets kafka-doovpd-kafka-broker-account-client -o jsonpath="{.data.password}"`(B   `kubectl get secrets kafka-doovpd-kafka-broker-account-client -o jsonpath="{.data.port}"`(B  DB_USERNAME:client;DB_PASSWORD:iDRw4u866127Rbx9;DB_PORT:9092;DB_DATABASE:(B check pod kafka-doovpd-kafka-broker-0 container_name kafka exist password iDRw4u866127Rbx9(B check pod kafka-doovpd-kafka-broker-0 container_name jmx-exporter exist password iDRw4u866127Rbx9(B No container logs contain secret password.(B get cluster component name set component name:kafka-broker describe cluster  `kbcli cluster describe kafka-doovpd --namespace ns-uegpn `(B  Name: kafka-doovpd Created Time: Feb 12,2026 09:59 UTC+0800 NAMESPACE CLUSTER-DEFINITION TOPOLOGY STATUS TERMINATION-POLICY ns-uegpn kafka separated_monitor Running Delete Endpoints: COMPONENT INTERNAL EXTERNAL kafka-broker kafka-doovpd-kafka-broker-advertised-listener-0.ns-uegpn.svc.cluster.local:9092 Topology: COMPONENT SERVICE-VERSION INSTANCE ROLE STATUS AZ NODE CREATED-TIME kafka-broker 3.9.0 kafka-doovpd-kafka-broker-0 Running 0 aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 10:01 UTC+0800 kafka-controller 3.9.0 kafka-doovpd-kafka-controller-0 Running 0 aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 09:59 UTC+0800 kafka-exporter 1.6.0 kafka-doovpd-kafka-exporter-0 Running 0 aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 10:02 UTC+0800 Resources Allocation: COMPONENT INSTANCE-TEMPLATE CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE-SIZE STORAGE-CLASS kafka-controller 500m / 500m 1Gi / 1Gi metadata:5Gi default kafka-broker 500m / 500m 1Gi / 1Gi data:5Gi default metadata:5Gi default kafka-exporter 500m / 500m 1Gi / 1Gi Images: COMPONENT COMPONENT-DEFINITION IMAGE kafka-controller kafka-controller-1.0.2 docker.io/apecloud/kafka:3.9.0-debian-12-r13 docker.io/apecloud/jmx-exporter:0.18.0-debian-11-r20 kafka-broker kafka-broker-1.0.2 docker.io/apecloud/kafka:3.9.0-debian-12-r13 docker.io/apecloud/jmx-exporter:0.18.0-debian-11-r20 kafka-exporter kafka-exporter-1.0.2 docker.io/apecloud/kafka-exporter:1.6.0-debian-11-r67 Data Protection: BACKUP-REPO AUTO-BACKUP BACKUP-SCHEDULE BACKUP-METHOD BACKUP-RETENTION RECOVERABLE-TIME Show cluster events: kbcli cluster list-events -n ns-uegpn kafka-doovpd  `kbcli cluster label kafka-doovpd app.kubernetes.io/instance- --namespace ns-uegpn `(B  label "app.kubernetes.io/instance" not found.  `kbcli cluster label kafka-doovpd app.kubernetes.io/instance=kafka-doovpd --namespace ns-uegpn `(B   `kbcli cluster label kafka-doovpd --list --namespace ns-uegpn `(B  NAME NAMESPACE LABELS kafka-doovpd ns-uegpn app.kubernetes.io/instance=kafka-doovpd clusterdefinition.kubeblocks.io/name=kafka label cluster app.kubernetes.io/instance=kafka-doovpd Success(B  `kbcli cluster label case.name=kbcli.test1 -l app.kubernetes.io/instance=kafka-doovpd --namespace ns-uegpn `(B   `kbcli cluster label kafka-doovpd --list --namespace ns-uegpn `(B  NAME NAMESPACE LABELS kafka-doovpd ns-uegpn app.kubernetes.io/instance=kafka-doovpd case.name=kbcli.test1 clusterdefinition.kubeblocks.io/name=kafka label cluster case.name=kbcli.test1 Success(B  `kbcli cluster label kafka-doovpd case.name=kbcli.test2 --overwrite --namespace ns-uegpn `(B   `kbcli cluster label kafka-doovpd --list --namespace ns-uegpn `(B  NAME NAMESPACE LABELS kafka-doovpd ns-uegpn app.kubernetes.io/instance=kafka-doovpd case.name=kbcli.test2 clusterdefinition.kubeblocks.io/name=kafka label cluster case.name=kbcli.test2 Success(B  `kbcli cluster label kafka-doovpd case.name- --namespace ns-uegpn `(B   `kbcli cluster label kafka-doovpd --list --namespace ns-uegpn `(B  NAME NAMESPACE LABELS kafka-doovpd ns-uegpn app.kubernetes.io/instance=kafka-doovpd clusterdefinition.kubeblocks.io/name=kafka delete cluster label case.name Success(B cluster connect insert batch data by db client  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-executionloop-kafka-doovpd --namespace ns-uegpn `(B   `kubectl get secrets -l app.kubernetes.io/instance=kafka-doovpd`(B  set secret: kafka-doovpd-kafka-broker-account-client  `kubectl get secrets kafka-doovpd-kafka-broker-account-client -o jsonpath="{.data.username}"`(B   `kubectl get secrets kafka-doovpd-kafka-broker-account-client -o jsonpath="{.data.password}"`(B   `kubectl get secrets kafka-doovpd-kafka-broker-account-client -o jsonpath="{.data.port}"`(B  DB_USERNAME:client;DB_PASSWORD:iDRw4u866127Rbx9;DB_PORT:9092;DB_DATABASE:(B apiVersion: v1 kind: Pod metadata: name: test-db-client-executionloop-kafka-doovpd namespace: ns-uegpn spec: containers: - name: test-dbclient imagePullPolicy: IfNotPresent image: docker.io/apecloud/dbclient:test args: - "--host" - "kafka-doovpd-kafka-broker-advertised-listener-0.ns-uegpn.svc.cluster.local" - "--user" - "client" - "--password" - "iDRw4u866127Rbx9" - "--port" - "9092" - "--dbtype" - "kafka" - "--test" - "executionloop" - "--duration" - "60" - "--interval" - "1" restartPolicy: Never  `kubectl apply -f test-db-client-executionloop-kafka-doovpd.yaml`(B  pod/test-db-client-executionloop-kafka-doovpd created apply test-db-client-executionloop-kafka-doovpd.yaml Success(B  `rm -rf test-db-client-executionloop-kafka-doovpd.yaml`(B  check pod status pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-kafka-doovpd 1/1 Running 0 6s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-kafka-doovpd 1/1 Running 0 10s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-kafka-doovpd 1/1 Running 0 15s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-kafka-doovpd 1/1 Running 0 20s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-kafka-doovpd 1/1 Running 0 26s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-kafka-doovpd 1/1 Running 0 31s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-kafka-doovpd 1/1 Running 0 36s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-kafka-doovpd 1/1 Running 0 42s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-kafka-doovpd 1/1 Running 0 47s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-kafka-doovpd 1/1 Running 0 52s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-kafka-doovpd 1/1 Running 0 58s(B check pod test-db-client-executionloop-kafka-doovpd status done(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-kafka-doovpd 0/1 Completed 0 63s(B check cluster status  `kbcli cluster list kafka-doovpd --show-labels --namespace ns-uegpn `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS kafka-doovpd ns-uegpn kafka Delete Running Feb 12,2026 09:59 UTC+0800 app.kubernetes.io/instance=kafka-doovpd,clusterdefinition.kubeblocks.io/name=kafka check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances kafka-doovpd --namespace ns-uegpn `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME kafka-doovpd-kafka-broker-0 ns-uegpn kafka-doovpd kafka-broker Running 0 500m / 500m 1Gi / 1Gi data:5Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 10:01 UTC+0800 metadata:5Gi kafka-doovpd-kafka-controller-0 ns-uegpn kafka-doovpd kafka-controller Running 0 500m / 500m 1Gi / 1Gi metadata:5Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 09:59 UTC+0800 kafka-doovpd-kafka-exporter-0 ns-uegpn kafka-doovpd kafka-exporter Running 0 500m / 500m 1Gi / 1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 10:02 UTC+0800 check pod status done(B connect unsupported engine type: kafka kafka27-broker-1.0.2 02:02:57.236 [main] INFO o.a.kafka.common.utils.AppInfoParser - Kafka version: 2.8.0 02:02:57.236 [main] INFO o.a.kafka.common.utils.AppInfoParser - Kafka commitId: ebb1d6e21cc92130 02:02:57.236 [main] INFO o.a.kafka.common.utils.AppInfoParser - Kafka startTimeMs: 1770861777236 Execution loop start: 02:02:57.468 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata - [Producer clientId=producer-1] Cluster ID: c4377df6-1a62-40a6-967 create topic executions_loop_topic Execution loop start:{"operation":"produce","topic":"executions_loop_topic","key":"executions_loop_key_1","value":"executions_loop_value_1"} [ 1s ] executions total: 42 successful: 42 failed: 0 disconnect: 0 [ 2s ] executions total: 147 successful: 147 failed: 0 disconnect: 0 [ 3s ] executions total: 351 successful: 351 failed: 0 disconnect: 0 [ 4s ] executions total: 603 successful: 603 failed: 0 disconnect: 0 [ 5s ] executions total: 1006 successful: 1006 failed: 0 disconnect: 0 [ 6s ] executions total: 1320 successful: 1320 failed: 0 disconnect: 0 [ 7s ] executions total: 1587 successful: 1587 failed: 0 disconnect: 0 [ 8s ] executions total: 2014 successful: 2014 failed: 0 disconnect: 0 [ 9s ] executions total: 2516 successful: 2516 failed: 0 disconnect: 0 [ 10s ] executions total: 2984 successful: 2984 failed: 0 disconnect: 0 [ 11s ] executions total: 3597 successful: 3597 failed: 0 disconnect: 0 [ 12s ] executions total: 4294 successful: 4294 failed: 0 disconnect: 0 [ 13s ] executions total: 5123 successful: 5123 failed: 0 disconnect: 0 [ 14s ] executions total: 6064 successful: 6064 failed: 0 disconnect: 0 [ 15s ] executions total: 6725 successful: 6725 failed: 0 disconnect: 0 [ 16s ] executions total: 7716 successful: 7716 failed: 0 disconnect: 0 [ 17s ] executions total: 8665 successful: 8665 failed: 0 disconnect: 0 [ 18s ] executions total: 9592 successful: 9592 failed: 0 disconnect: 0 [ 19s ] executions total: 10492 successful: 10492 failed: 0 disconnect: 0 [ 20s ] executions total: 11658 successful: 11658 failed: 0 disconnect: 0 [ 21s ] executions total: 12523 successful: 12523 failed: 0 disconnect: 0 [ 22s ] executions total: 13876 successful: 13876 failed: 0 disconnect: 0 [ 23s ] executions total: 15565 successful: 15565 failed: 0 disconnect: 0 [ 24s ] executions total: 16351 successful: 16351 failed: 0 disconnect: 0 [ 25s ] executions total: 17186 successful: 17186 failed: 0 disconnect: 0 [ 26s ] executions total: 17995 successful: 17995 failed: 0 disconnect: 0 [ 27s ] executions total: 18729 successful: 18729 failed: 0 disconnect: 0 [ 28s ] executions total: 19958 successful: 19958 failed: 0 disconnect: 0 [ 29s ] executions total: 20794 successful: 20794 failed: 0 disconnect: 0 [ 30s ] executions total: 23040 successful: 23040 failed: 0 disconnect: 0 [ 31s ] executions total: 24501 successful: 24501 failed: 0 disconnect: 0 [ 32s ] executions total: 26694 successful: 26694 failed: 0 disconnect: 0 [ 33s ] executions total: 30444 successful: 30444 failed: 0 disconnect: 0 [ 34s ] executions total: 33692 successful: 33692 failed: 0 disconnect: 0 [ 35s ] executions total: 37594 successful: 37594 failed: 0 disconnect: 0 [ 36s ] executions total: 41299 successful: 41299 failed: 0 disconnect: 0 [ 37s ] executions total: 45238 successful: 45238 failed: 0 disconnect: 0 [ 38s ] executions total: 48805 successful: 48805 failed: 0 disconnect: 0 [ 39s ] executions total: 52274 successful: 52274 failed: 0 disconnect: 0 [ 40s ] executions total: 56045 successful: 56045 failed: 0 disconnect: 0 [ 41s ] executions total: 60000 successful: 60000 failed: 0 disconnect: 0 [ 42s ] executions total: 63900 successful: 63900 failed: 0 disconnect: 0 [ 43s ] executions total: 67597 successful: 67597 failed: 0 disconnect: 0 [ 44s ] executions total: 71220 successful: 71220 failed: 0 disconnect: 0 [ 45s ] executions total: 74687 successful: 74687 failed: 0 disconnect: 0 [ 46s ] executions total: 78293 successful: 78293 failed: 0 disconnect: 0 [ 47s ] executions total: 81995 successful: 81995 failed: 0 disconnect: 0 [ 48s ] executions total: 85481 successful: 85481 failed: 0 disconnect: 0 [ 49s ] executions total: 88937 successful: 88937 failed: 0 disconnect: 0 [ 50s ] executions total: 92573 successful: 92573 failed: 0 disconnect: 0 [ 51s ] executions total: 96018 successful: 96018 failed: 0 disconnect: 0 [ 52s ] executions total: 99562 successful: 99562 failed: 0 disconnect: 0 [ 53s ] executions total: 102701 successful: 102701 failed: 0 disconnect: 0 [ 54s ] executions total: 106287 successful: 106287 failed: 0 disconnect: 0 [ 55s ] executions total: 109770 successful: 109770 failed: 0 disconnect: 0 [ 56s ] executions total: 113168 successful: 113168 failed: 0 disconnect: 0 [ 57s ] executions total: 115090 successful: 115090 failed: 0 disconnect: 0 [ 58s ] executions total: 118766 successful: 118766 failed: 0 disconnect: 0 [ 59s ] executions total: 122279 successful: 122279 failed: 0 disconnect: 0 [ 60s ] executions total: 125819 successful: 125819 failed: 0 disconnect: 0 02:03:57.238 [main] INFO o.a.k.clients.producer.KafkaProducer - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 9223372036854775807 ms. 02:03:57.242 [main] INFO o.a.kafka.common.metrics.Metrics - Metrics scheduler closed 02:03:57.243 [main] INFO o.a.kafka.common.metrics.Metrics - Closing reporter org.apache.kafka.common.metrics.JmxReporter 02:03:57.243 [main] INFO o.a.kafka.common.metrics.Metrics - Metrics reporters closed 02:03:57.243 [main] INFO o.a.kafka.common.utils.AppInfoParser - App info kafka.producer for producer-1 unregistered 02:03:57.244 [main] INFO o.a.kafka.common.metrics.Metrics - Metrics scheduler closed 02:03:57.244 [main] INFO o.a.kafka.common.metrics.Metrics - Closing reporter org.apache.kafka.common.metrics.JmxReporter 02:03:57.244 [main] INFO o.a.kafka.common.metrics.Metrics - Metrics reporters closed 02:03:57.246 [main] INFO o.a.kafka.common.utils.AppInfoParser - App info kafka.consumer for consumer-kafka-tester-group-1 unregistered 02:03:57.246 [kafka-admin-client-thread | adminclient-1] INFO o.a.kafka.common.utils.AppInfoParser - App info kafka.admin.client for adminclient-1 unregistered 02:03:57.248 [kafka-admin-client-thread | adminclient-1] INFO o.a.kafka.common.metrics.Metrics - Metrics scheduler closed 02:03:57.248 [kafka-admin-client-thread | adminclient-1] INFO o.a.kafka.common.metrics.Metrics - Closing reporter org.apache.kafka.common.metrics.JmxReporter 02:03:57.248 [kafka-admin-client-thread | adminclient-1] INFO o.a.kafka.common.metrics.Metrics - Metrics reporters closed Test Result: Total Executions: 125819 Successful Executions: 125819 Failed Executions: 0 Disconnection Counts: 0 Connection Information: Database Type: kafka Host: kafka-doovpd-kafka-broker-advertised-listener-0.ns-uegpn.svc.cluster.local Port: 9092 Database: Table: User: client Org: Access Mode: mysql Test Type: executionloop Query: Duration: 60 seconds Interval: 1 seconds Topic: DB_CLIENT_BATCH_DATA_COUNT: 125819  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-executionloop-kafka-doovpd --namespace ns-uegpn `(B  pod/test-db-client-executionloop-kafka-doovpd patched (no change) pod "test-db-client-executionloop-kafka-doovpd" force deleted cluster rebuild instances apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: kafka-doovpd-rebuildinstance- namespace: ns-uegpn spec: type: RebuildInstance clusterName: kafka-doovpd force: true rebuildFrom: - componentName: kafka-broker instances: - name: kafka-doovpd-kafka-broker-0 inPlace: true check cluster status before ops check cluster status done(B cluster_status:Running(B  `kubectl create -f test_ops_cluster_kafka-doovpd.yaml`(B  opsrequest.operations.kubeblocks.io/kafka-doovpd-rebuildinstance-wlldv created create test_ops_cluster_kafka-doovpd.yaml Success(B  `rm -rf test_ops_cluster_kafka-doovpd.yaml`(B  check ops status  `kbcli cluster list-ops kafka-doovpd --status all --namespace ns-uegpn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME kafka-doovpd-rebuildinstance-wlldv ns-uegpn RebuildInstance kafka-doovpd kafka-broker Running 0/1 Feb 12,2026 10:04 UTC+0800 ops_status:kafka-doovpd-rebuildinstance-wlldv ns-uegpn RebuildInstance kafka-doovpd kafka-broker Running 0/1 Feb 12,2026 10:04 UTC+0800 (B ops_status:kafka-doovpd-rebuildinstance-wlldv ns-uegpn RebuildInstance kafka-doovpd kafka-broker Running 0/1 Feb 12,2026 10:04 UTC+0800 (B ops_status:kafka-doovpd-rebuildinstance-wlldv ns-uegpn RebuildInstance kafka-doovpd kafka-broker Running 0/1 Feb 12,2026 10:04 UTC+0800 (B ops_status:kafka-doovpd-rebuildinstance-wlldv ns-uegpn RebuildInstance kafka-doovpd kafka-broker Running 0/1 Feb 12,2026 10:04 UTC+0800 (B ops_status:kafka-doovpd-rebuildinstance-wlldv ns-uegpn RebuildInstance kafka-doovpd kafka-broker Running 0/1 Feb 12,2026 10:04 UTC+0800 (B ops_status:kafka-doovpd-rebuildinstance-wlldv ns-uegpn RebuildInstance kafka-doovpd kafka-broker Running 0/1 Feb 12,2026 10:04 UTC+0800 (B ops_status:kafka-doovpd-rebuildinstance-wlldv ns-uegpn RebuildInstance kafka-doovpd kafka-broker Running 0/1 Feb 12,2026 10:04 UTC+0800 (B ops_status:kafka-doovpd-rebuildinstance-wlldv ns-uegpn RebuildInstance kafka-doovpd kafka-broker Running 0/1 Feb 12,2026 10:04 UTC+0800 (B ops_status:kafka-doovpd-rebuildinstance-wlldv ns-uegpn RebuildInstance kafka-doovpd kafka-broker Running 0/1 Feb 12,2026 10:04 UTC+0800 (B ops_status:kafka-doovpd-rebuildinstance-wlldv ns-uegpn RebuildInstance kafka-doovpd kafka-broker Running 0/1 Feb 12,2026 10:04 UTC+0800 (B ops_status:kafka-doovpd-rebuildinstance-wlldv ns-uegpn RebuildInstance kafka-doovpd kafka-broker Running 0/1 Feb 12,2026 10:04 UTC+0800 (B ops_status:kafka-doovpd-rebuildinstance-wlldv ns-uegpn RebuildInstance kafka-doovpd kafka-broker Running 0/1 Feb 12,2026 10:04 UTC+0800 (B ops_status:kafka-doovpd-rebuildinstance-wlldv ns-uegpn RebuildInstance kafka-doovpd kafka-broker Running 0/1 Feb 12,2026 10:04 UTC+0800 (B ops_status:kafka-doovpd-rebuildinstance-wlldv ns-uegpn RebuildInstance kafka-doovpd kafka-broker Running 0/1 Feb 12,2026 10:04 UTC+0800 (B ops_status:kafka-doovpd-rebuildinstance-wlldv ns-uegpn RebuildInstance kafka-doovpd kafka-broker Running 0/1 Feb 12,2026 10:04 UTC+0800 (B check ops status done(B ops_status:kafka-doovpd-rebuildinstance-wlldv ns-uegpn RebuildInstance kafka-doovpd kafka-broker Succeed 1/1 Feb 12,2026 10:04 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations kafka-doovpd-rebuildinstance-wlldv --namespace ns-uegpn `(B  opsrequest.operations.kubeblocks.io/kafka-doovpd-rebuildinstance-wlldv patched  `kbcli cluster delete-ops --name kafka-doovpd-rebuildinstance-wlldv --force --auto-approve --namespace ns-uegpn `(B  OpsRequest kafka-doovpd-rebuildinstance-wlldv deleted check cluster status  `kbcli cluster list kafka-doovpd --show-labels --namespace ns-uegpn `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS kafka-doovpd ns-uegpn kafka Delete Running Feb 12,2026 09:59 UTC+0800 app.kubernetes.io/instance=kafka-doovpd,clusterdefinition.kubeblocks.io/name=kafka check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances kafka-doovpd --namespace ns-uegpn `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME kafka-doovpd-kafka-broker-0 ns-uegpn kafka-doovpd kafka-broker Running 0 500m / 500m 1Gi / 1Gi data:5Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 10:04 UTC+0800 metadata:5Gi kafka-doovpd-kafka-controller-0 ns-uegpn kafka-doovpd kafka-controller Running 0 500m / 500m 1Gi / 1Gi metadata:5Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 09:59 UTC+0800 kafka-doovpd-kafka-exporter-0 ns-uegpn kafka-doovpd kafka-exporter Running 0 500m / 500m 1Gi / 1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 10:02 UTC+0800 check pod status done(B connect unsupported engine type: kafka kafka27-broker-1.0.2 check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster vscale kafka-doovpd --auto-approve --force=true --components kafka-broker --cpu 600m --memory 1.1Gi --namespace ns-uegpn `(B  OpsRequest kafka-doovpd-verticalscaling-rh48b created successfully, you can view the progress: kbcli cluster describe-ops kafka-doovpd-verticalscaling-rh48b -n ns-uegpn check ops status  `kbcli cluster list-ops kafka-doovpd --status all --namespace ns-uegpn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME kafka-doovpd-verticalscaling-rh48b ns-uegpn VerticalScaling kafka-doovpd kafka-broker Running 0/1 Feb 12,2026 10:05 UTC+0800 check cluster status  `kbcli cluster list kafka-doovpd --show-labels --namespace ns-uegpn `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS kafka-doovpd ns-uegpn kafka Delete Updating Feb 12,2026 09:59 UTC+0800 app.kubernetes.io/instance=kafka-doovpd,clusterdefinition.kubeblocks.io/name=kafka cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances kafka-doovpd --namespace ns-uegpn `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME kafka-doovpd-kafka-broker-0 ns-uegpn kafka-doovpd kafka-broker Running 0 600m / 600m 1181116006400m / 1181116006400m data:5Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 10:05 UTC+0800 metadata:5Gi kafka-doovpd-kafka-controller-0 ns-uegpn kafka-doovpd kafka-controller Running 0 500m / 500m 1Gi / 1Gi metadata:5Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 09:59 UTC+0800 kafka-doovpd-kafka-exporter-0 ns-uegpn kafka-doovpd kafka-exporter Running 0 500m / 500m 1Gi / 1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 10:02 UTC+0800 check pod status done(B connect unsupported engine type: kafka kafka27-broker-1.0.2 check ops status  `kbcli cluster list-ops kafka-doovpd --status all --namespace ns-uegpn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME kafka-doovpd-verticalscaling-rh48b ns-uegpn VerticalScaling kafka-doovpd kafka-broker Succeed 1/1 Feb 12,2026 10:05 UTC+0800 check ops status done(B ops_status:kafka-doovpd-verticalscaling-rh48b ns-uegpn VerticalScaling kafka-doovpd kafka-broker Succeed 1/1 Feb 12,2026 10:05 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations kafka-doovpd-verticalscaling-rh48b --namespace ns-uegpn `(B  opsrequest.operations.kubeblocks.io/kafka-doovpd-verticalscaling-rh48b patched  `kbcli cluster delete-ops --name kafka-doovpd-verticalscaling-rh48b --force --auto-approve --namespace ns-uegpn `(B  OpsRequest kafka-doovpd-verticalscaling-rh48b deleted test failover connectionstress(B check cluster status before cluster-failover-connectionstress check cluster status done(B cluster_status:Running(B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-connectionstress-kafka-doovpd --namespace ns-uegpn `(B   `kubectl get secrets -l app.kubernetes.io/instance=kafka-doovpd`(B  set secret: kafka-doovpd-kafka-broker-account-client  `kubectl get secrets kafka-doovpd-kafka-broker-account-client -o jsonpath="{.data.username}"`(B   `kubectl get secrets kafka-doovpd-kafka-broker-account-client -o jsonpath="{.data.password}"`(B   `kubectl get secrets kafka-doovpd-kafka-broker-account-client -o jsonpath="{.data.port}"`(B  DB_USERNAME:client;DB_PASSWORD:iDRw4u866127Rbx9;DB_PORT:9092;DB_DATABASE:(B apiVersion: v1 kind: Pod metadata: name: test-db-client-connectionstress-kafka-doovpd namespace: ns-uegpn spec: containers: - name: test-dbclient imagePullPolicy: IfNotPresent image: docker.io/apecloud/dbclient:test args: - "--host" - "kafka-doovpd-kafka-broker-advertised-listener-0.ns-uegpn.svc.cluster.local" - "--user" - "client" - "--password" - "iDRw4u866127Rbx9" - "--port" - "9092" - "--database" - "" - "--dbtype" - "kafka" - "--test" - "connectionstress" - "--connections" - "10000" - "--duration" - "60" restartPolicy: Never  `kubectl apply -f test-db-client-connectionstress-kafka-doovpd.yaml`(B  pod/test-db-client-connectionstress-kafka-doovpd created apply test-db-client-connectionstress-kafka-doovpd.yaml Success(B  `rm -rf test-db-client-connectionstress-kafka-doovpd.yaml`(B  check pod status pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-kafka-doovpd 1/1 Running 0 5s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-kafka-doovpd 1/1 Running 0 9s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-kafka-doovpd 1/1 Running 0 15s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-kafka-doovpd 1/1 Running 0 20s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-kafka-doovpd 1/1 Running 0 25s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-kafka-doovpd 1/1 Running 0 30s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-kafka-doovpd 1/1 Running 0 36s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-kafka-doovpd 1/1 Running 0 41s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-kafka-doovpd 1/1 Running 0 46s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-kafka-doovpd 1/1 Running 0 52s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-kafka-doovpd 1/1 Running 0 57s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-kafka-doovpd 1/1 Running 0 62s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-kafka-doovpd 1/1 Running 0 67s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-kafka-doovpd 1/1 Running 0 73s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-kafka-doovpd 1/1 Running 0 78s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-kafka-doovpd 1/1 Running 0 83s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-kafka-doovpd 1/1 Running 0 89s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-kafka-doovpd 1/1 Running 0 94s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-kafka-doovpd 1/1 Running 0 99s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-kafka-doovpd 1/1 Running 0 104s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-kafka-doovpd 1/1 Running 0 110s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-kafka-doovpd 1/1 Running 0 115s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-kafka-doovpd 1/1 Running 0 2m(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-kafka-doovpd 1/1 Running 0 2m6s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-kafka-doovpd 1/1 Running 0 2m11s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-kafka-doovpd 1/1 Running 0 2m16s(B check pod test-db-client-connectionstress-kafka-doovpd status done(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-kafka-doovpd 0/1 Completed 0 2m21s(B check cluster status  `kbcli cluster list kafka-doovpd --show-labels --namespace ns-uegpn `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS kafka-doovpd ns-uegpn kafka Delete Running Feb 12,2026 09:59 UTC+0800 app.kubernetes.io/instance=kafka-doovpd,clusterdefinition.kubeblocks.io/name=kafka check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances kafka-doovpd --namespace ns-uegpn `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME kafka-doovpd-kafka-broker-0 ns-uegpn kafka-doovpd kafka-broker Running 0 600m / 600m 1181116006400m / 1181116006400m data:5Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 10:05 UTC+0800 metadata:5Gi kafka-doovpd-kafka-controller-0 ns-uegpn kafka-doovpd kafka-controller Running 0 500m / 500m 1Gi / 1Gi metadata:5Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 09:59 UTC+0800 kafka-doovpd-kafka-exporter-0 ns-uegpn kafka-doovpd kafka-exporter Running 0 500m / 500m 1Gi / 1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 10:02 UTC+0800 check pod status done(B connect unsupported engine type: kafka kafka27-broker-1.0.2 02:09:01.256 [kafka-admin-client-thread | adminclient-9996] INFO o.a.kafka.common.utils.AppInfoParser - App info kafka.admin.client for adminclient-9996 unregistered 02:09:01.256 [kafka-admin-client-thread | adminclient-9996] INFO o.a.kafka.common.metrics.Metrics - Metrics scheduler closed 02:09:01.256 [kafka-admin-client-thread | adminclient-9996] INFO o.a.kafka.common.metrics.Metrics - Closing reporter org.apache.kafka.common.metrics.JmxReporter 02:09:01.256 [kafka-admin-client-thread | adminclient-9996] INFO o.a.kafka.common.metrics.Metrics - Metrics reporters closed 02:09:01.256 [main] INFO o.a.k.clients.producer.KafkaProducer - [Producer clientId=producer-9997] Closing the Kafka producer with timeoutMillis = 9223372036854775807 ms. 02:09:01.256 [main] INFO o.a.kafka.common.metrics.Metrics - Metrics scheduler closed 02:09:01.256 [main] INFO o.a.kafka.common.metrics.Metrics - Closing reporter org.apache.kafka.common.metrics.JmxReporter 02:09:01.256 [main] INFO o.a.kafka.common.metrics.Metrics - Metrics reporters closed 02:09:01.256 [main] INFO o.a.kafka.common.utils.AppInfoParser - App info kafka.producer for producer-9997 unregistered 02:09:01.256 [main] INFO o.a.kafka.common.metrics.Metrics - Metrics scheduler closed 02:09:01.256 [main] INFO o.a.kafka.common.metrics.Metrics - Closing reporter org.apache.kafka.common.metrics.JmxReporter 02:09:01.256 [main] INFO o.a.kafka.common.metrics.Metrics - Metrics reporters closed 02:09:01.257 [main] INFO o.a.kafka.common.utils.AppInfoParser - App info kafka.consumer for consumer-kafka-tester-group-9997 unregistered 02:09:01.257 [kafka-admin-client-thread | adminclient-9997] INFO o.a.kafka.common.utils.AppInfoParser - App info kafka.admin.client for adminclient-9997 unregistered 02:09:01.257 [kafka-admin-client-thread | adminclient-9997] INFO o.a.kafka.common.metrics.Metrics - Metrics scheduler closed 02:09:01.257 [kafka-admin-client-thread | adminclient-9997] INFO o.a.kafka.common.metrics.Metrics - Closing reporter org.apache.kafka.common.metrics.JmxReporter 02:09:01.257 [kafka-admin-client-thread | adminclient-9997] INFO o.a.kafka.common.metrics.Metrics - Metrics reporters closed 02:09:01.257 [main] INFO o.a.k.clients.producer.KafkaProducer - [Producer clientId=producer-9998] Closing the Kafka producer with timeoutMillis = 9223372036854775807 ms. 02:09:01.257 [main] INFO o.a.kafka.common.metrics.Metrics - Metrics scheduler closed 02:09:01.257 [main] INFO o.a.kafka.common.metrics.Metrics - Closing reporter org.apache.kafka.common.metrics.JmxReporter 02:09:01.257 [main] INFO o.a.kafka.common.metrics.Metrics - Metrics reporters closed 02:09:01.257 [main] INFO o.a.kafka.common.utils.AppInfoParser - App info kafka.producer for producer-9998 unregistered 02:09:01.257 [main] INFO o.a.kafka.common.metrics.Metrics - Metrics scheduler closed 02:09:01.257 [main] INFO o.a.kafka.common.metrics.Metrics - Closing reporter org.apache.kafka.common.metrics.JmxReporter 02:09:01.257 [main] INFO o.a.kafka.common.metrics.Metrics - Metrics reporters closed 02:09:01.258 [main] INFO o.a.kafka.common.utils.AppInfoParser - App info kafka.consumer for consumer-kafka-tester-group-9998 unregistered 02:09:01.262 [kafka-admin-client-thread | adminclient-9998] INFO o.a.kafka.common.utils.AppInfoParser - App info kafka.admin.client for adminclient-9998 unregistered 02:09:01.262 [kafka-admin-client-thread | adminclient-9998] INFO o.a.kafka.common.metrics.Metrics - Metrics scheduler closed 02:09:01.262 [kafka-admin-client-thread | adminclient-9998] INFO o.a.kafka.common.metrics.Metrics - Closing reporter org.apache.kafka.common.metrics.JmxReporter 02:09:01.262 [kafka-admin-client-thread | adminclient-9998] INFO o.a.kafka.common.metrics.Metrics - Metrics reporters closed 02:09:01.262 [main] INFO o.a.k.clients.producer.KafkaProducer - [Producer clientId=producer-9999] Closing the Kafka producer with timeoutMillis = 9223372036854775807 ms. 02:09:01.263 [main] INFO o.a.kafka.common.metrics.Metrics - Metrics scheduler closed 02:09:01.263 [main] INFO o.a.kafka.common.metrics.Metrics - Closing reporter org.apache.kafka.common.metrics.JmxReporter 02:09:01.263 [main] INFO o.a.kafka.common.metrics.Metrics - Metrics reporters closed 02:09:01.263 [main] INFO o.a.kafka.common.utils.AppInfoParser - App info kafka.producer for producer-9999 unregistered 02:09:01.263 [main] INFO o.a.kafka.common.metrics.Metrics - Metrics scheduler closed 02:09:01.263 [main] INFO o.a.kafka.common.metrics.Metrics - Closing reporter org.apache.kafka.common.metrics.JmxReporter 02:09:01.263 [main] INFO o.a.kafka.common.metrics.Metrics - Metrics reporters closed 02:09:01.263 [main] INFO o.a.kafka.common.utils.AppInfoParser - App info kafka.consumer for consumer-kafka-tester-group-9999 unregistered 02:09:01.263 [kafka-admin-client-thread | adminclient-9999] INFO o.a.kafka.common.utils.AppInfoParser - App info kafka.admin.client for adminclient-9999 unregistered 02:09:01.263 [kafka-admin-client-thread | adminclient-9999] INFO o.a.kafka.common.metrics.Metrics - Metrics scheduler closed 02:09:01.263 [kafka-admin-client-thread | adminclient-9999] INFO o.a.kafka.common.metrics.Metrics - Closing reporter org.apache.kafka.common.metrics.JmxReporter 02:09:01.263 [kafka-admin-client-thread | adminclient-9999] INFO o.a.kafka.common.metrics.Metrics - Metrics reporters closed 02:09:01.264 [main] INFO o.a.k.clients.producer.KafkaProducer - [Producer clientId=producer-10000] Closing the Kafka producer with timeoutMillis = 9223372036854775807 ms. 02:09:01.264 [main] INFO o.a.kafka.common.metrics.Metrics - Metrics scheduler closed 02:09:01.264 [main] INFO o.a.kafka.common.metrics.Metrics - Closing reporter org.apache.kafka.common.metrics.JmxReporter 02:09:01.264 [main] INFO o.a.kafka.common.metrics.Metrics - Metrics reporters closed 02:09:01.264 [main] INFO o.a.kafka.common.utils.AppInfoParser - App info kafka.producer for producer-10000 unregistered 02:09:01.264 [main] INFO o.a.kafka.common.metrics.Metrics - Metrics scheduler closed 02:09:01.264 [main] INFO o.a.kafka.common.metrics.Metrics - Closing reporter org.apache.kafka.common.metrics.JmxReporter 02:09:01.264 [main] INFO o.a.kafka.common.metrics.Metrics - Metrics reporters closed 02:09:01.264 [main] INFO o.a.kafka.common.utils.AppInfoParser - App info kafka.consumer for consumer-kafka-tester-group-10000 unregistered 02:09:01.264 [kafka-admin-client-thread | adminclient-10000] INFO o.a.kafka.common.utils.AppInfoParser - App info kafka.admin.client for adminclient-10000 unregistered 02:09:01.265 [kafka-admin-client-thread | adminclient-10000] INFO o.a.kafka.common.metrics.Metrics - Metrics scheduler closed 02:09:01.265 [kafka-admin-client-thread | adminclient-10000] INFO o.a.kafka.common.metrics.Metrics - Closing reporter org.apache.kafka.common.metrics.JmxReporter 02:09:01.265 [kafka-admin-client-thread | adminclient-10000] INFO o.a.kafka.common.metrics.Metrics - Metrics reporters closed 02:09:01.265 [main] INFO o.a.k.clients.producer.KafkaProducer - [Producer clientId=producer-10001] Closing the Kafka producer with timeoutMillis = 9223372036854775807 ms. 02:09:01.265 [main] INFO o.a.kafka.common.metrics.Metrics - Metrics scheduler closed 02:09:01.265 [main] INFO o.a.kafka.common.metrics.Metrics - Closing reporter org.apache.kafka.common.metrics.JmxReporter 02:09:01.265 [main] INFO o.a.kafka.common.metrics.Metrics - Metrics reporters closed 02:09:01.265 [main] INFO o.a.kafka.common.utils.AppInfoParser - App info kafka.producer for producer-10001 unregistered 02:09:01.265 [main] INFO o.a.kafka.common.metrics.Metrics - Metrics scheduler closed 02:09:01.265 [main] INFO o.a.kafka.common.metrics.Metrics - Closing reporter org.apache.kafka.common.metrics.JmxReporter 02:09:01.265 [main] INFO o.a.kafka.common.metrics.Metrics - Metrics reporters closed 02:09:01.265 [main] INFO o.a.kafka.common.utils.AppInfoParser - App info kafka.consumer for consumer-kafka-tester-group-10001 unregistered 02:09:01.266 [kafka-admin-client-thread | adminclient-10001] INFO o.a.kafka.common.utils.AppInfoParser - App info kafka.admin.client for adminclient-10001 unregistered 02:09:01.266 [kafka-admin-client-thread | adminclient-10001] INFO o.a.kafka.common.metrics.Metrics - Metrics scheduler closed 02:09:01.266 [kafka-admin-client-thread | adminclient-10001] INFO o.a.kafka.common.metrics.Metrics - Closing reporter org.apache.kafka.common.metrics.JmxReporter 02:09:01.266 [kafka-admin-client-thread | adminclient-10001] INFO o.a.kafka.common.metrics.Metrics - Metrics reporters closed 02:09:01.267 [main] INFO o.a.k.clients.producer.KafkaProducer - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 9223372036854775807 ms. 02:09:01.267 [main] INFO o.a.kafka.common.metrics.Metrics - Metrics scheduler closed 02:09:01.267 [main] INFO o.a.kafka.common.metrics.Metrics - Closing reporter org.apache.kafka.common.metrics.JmxReporter 02:09:01.267 [main] INFO o.a.kafka.common.metrics.Metrics - Metrics reporters closed 02:09:01.267 [main] INFO o.a.kafka.common.utils.AppInfoParser - App info kafka.producer for producer-1 unregistered 02:09:01.267 [main] INFO o.a.kafka.common.metrics.Metrics - Metrics scheduler closed 02:09:01.267 [main] INFO o.a.kafka.common.metrics.Metrics - Closing reporter org.apache.kafka.common.metrics.JmxReporter 02:09:01.267 [main] INFO o.a.kafka.common.metrics.Metrics - Metrics reporters closed 02:09:01.268 [main] INFO o.a.kafka.common.utils.AppInfoParser - App info kafka.consumer for consumer-kafka-tester-group-1 unregistered 02:09:01.268 [kafka-admin-client-thread | adminclient-1] INFO o.a.kafka.common.utils.AppInfoParser - App info kafka.admin.client for adminclient-1 unregistered 02:09:01.268 [kafka-admin-client-thread | adminclient-1] INFO o.a.kafka.common.metrics.Metrics - Metrics scheduler closed 02:09:01.268 [kafka-admin-client-thread | adminclient-1] INFO o.a.kafka.common.metrics.Metrics - Closing reporter org.apache.kafka.common.metrics.JmxReporter 02:09:01.268 [kafka-admin-client-thread | adminclient-1] INFO o.a.kafka.common.metrics.Metrics - Metrics reporters closed Test Result: Connection stress test results: Duration: 60 seconds Successful connections: 10000 Failed connections: 0 Connection Information: Database Type: kafka Host: kafka-doovpd-kafka-broker-advertised-listener-0.ns-uegpn.svc.cluster.local Port: 9092 Database: Table: User: client Org: Access Mode: mysql Test Type: connectionstress Connection Count: 10000 Duration: 60 seconds  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-connectionstress-kafka-doovpd --namespace ns-uegpn `(B  pod/test-db-client-connectionstress-kafka-doovpd patched (no change) pod "test-db-client-connectionstress-kafka-doovpd" force deleted check failover pod name failover pod name:kafka-doovpd-kafka-broker-0 failover connectionstress Success(B  `kubectl get pvc -l app.kubernetes.io/instance=kafka-doovpd,apps.kubeblocks.io/component-name=kafka-broker,apps.kubeblocks.io/vct-name=data --namespace ns-uegpn `(B  cluster volume-expand check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster volume-expand kafka-doovpd --auto-approve --force=true --components kafka-broker --volume-claim-templates data --storage 8Gi --namespace ns-uegpn `(B  OpsRequest kafka-doovpd-volumeexpansion-98bmj created successfully, you can view the progress: kbcli cluster describe-ops kafka-doovpd-volumeexpansion-98bmj -n ns-uegpn check ops status  `kbcli cluster list-ops kafka-doovpd --status all --namespace ns-uegpn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME kafka-doovpd-volumeexpansion-98bmj ns-uegpn VolumeExpansion kafka-doovpd kafka-broker Running 0/1 Feb 12,2026 10:09 UTC+0800 check cluster status  `kbcli cluster list kafka-doovpd --show-labels --namespace ns-uegpn `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS kafka-doovpd ns-uegpn kafka Delete Updating Feb 12,2026 09:59 UTC+0800 app.kubernetes.io/instance=kafka-doovpd,clusterdefinition.kubeblocks.io/name=kafka cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances kafka-doovpd --namespace ns-uegpn `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME kafka-doovpd-kafka-broker-0 ns-uegpn kafka-doovpd kafka-broker Running 0 600m / 600m 1181116006400m / 1181116006400m data:8Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 10:05 UTC+0800 metadata:5Gi kafka-doovpd-kafka-controller-0 ns-uegpn kafka-doovpd kafka-controller Running 0 500m / 500m 1Gi / 1Gi metadata:5Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 09:59 UTC+0800 kafka-doovpd-kafka-exporter-0 ns-uegpn kafka-doovpd kafka-exporter Running 0 500m / 500m 1Gi / 1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 10:02 UTC+0800 check pod status done(B connect unsupported engine type: kafka kafka27-broker-1.0.2 check ops status  `kbcli cluster list-ops kafka-doovpd --status all --namespace ns-uegpn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME kafka-doovpd-volumeexpansion-98bmj ns-uegpn VolumeExpansion kafka-doovpd kafka-broker Succeed 1/1 Feb 12,2026 10:09 UTC+0800 check ops status done(B ops_status:kafka-doovpd-volumeexpansion-98bmj ns-uegpn VolumeExpansion kafka-doovpd kafka-broker Succeed 1/1 Feb 12,2026 10:09 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations kafka-doovpd-volumeexpansion-98bmj --namespace ns-uegpn `(B  opsrequest.operations.kubeblocks.io/kafka-doovpd-volumeexpansion-98bmj patched  `kbcli cluster delete-ops --name kafka-doovpd-volumeexpansion-98bmj --force --auto-approve --namespace ns-uegpn `(B  OpsRequest kafka-doovpd-volumeexpansion-98bmj deleted cluster restart check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster restart kafka-doovpd --auto-approve --force=true --namespace ns-uegpn `(B  OpsRequest kafka-doovpd-restart-x8ssk created successfully, you can view the progress: kbcli cluster describe-ops kafka-doovpd-restart-x8ssk -n ns-uegpn check ops status  `kbcli cluster list-ops kafka-doovpd --status all --namespace ns-uegpn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME kafka-doovpd-restart-x8ssk ns-uegpn Restart kafka-doovpd kafka-controller,kafka-broker,kafka-exporter Running 0/3 Feb 12,2026 10:15 UTC+0800 check cluster status  `kbcli cluster list kafka-doovpd --show-labels --namespace ns-uegpn `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS kafka-doovpd ns-uegpn kafka Delete Updating Feb 12,2026 09:59 UTC+0800 app.kubernetes.io/instance=kafka-doovpd,clusterdefinition.kubeblocks.io/name=kafka cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances kafka-doovpd --namespace ns-uegpn `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME kafka-doovpd-kafka-broker-0 ns-uegpn kafka-doovpd kafka-broker Running 0 600m / 600m 1181116006400m / 1181116006400m data:8Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 10:15 UTC+0800 metadata:5Gi kafka-doovpd-kafka-controller-0 ns-uegpn kafka-doovpd kafka-controller Running 0 500m / 500m 1Gi / 1Gi metadata:5Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 10:15 UTC+0800 kafka-doovpd-kafka-exporter-0 ns-uegpn kafka-doovpd kafka-exporter Running 0 500m / 500m 1Gi / 1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 10:17 UTC+0800 check pod status done(B connect unsupported engine type: kafka kafka27-broker-1.0.2 check ops status  `kbcli cluster list-ops kafka-doovpd --status all --namespace ns-uegpn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME kafka-doovpd-restart-x8ssk ns-uegpn Restart kafka-doovpd kafka-controller,kafka-broker,kafka-exporter Succeed 3/3 Feb 12,2026 10:15 UTC+0800 check ops status done(B ops_status:kafka-doovpd-restart-x8ssk ns-uegpn Restart kafka-doovpd kafka-controller,kafka-broker,kafka-exporter Succeed 3/3 Feb 12,2026 10:15 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations kafka-doovpd-restart-x8ssk --namespace ns-uegpn `(B  opsrequest.operations.kubeblocks.io/kafka-doovpd-restart-x8ssk patched  `kbcli cluster delete-ops --name kafka-doovpd-restart-x8ssk --force --auto-approve --namespace ns-uegpn `(B  OpsRequest kafka-doovpd-restart-x8ssk deleted cmpv upgrade service version:3,3.3.2|3,3.7.1|3,3.8.1|3,3.9.0 cmpv service version upgrade upgrade from:3.9.0 to service version:3.3.2 upgrade from:3.3.2 to service version:3.7.1 upgrade from:3.7.1 to service version:3.8.1 cmpv downgrade service version:3.8.1|3.7.1|3.3.2 cmpv service version downgrade downgrade from:3.9.0 to service version:3.8.1 downgrade from:3.8.1 to service version:3.7.1 skip ComponentName kafka-broker HorizontalScaling(B test failover (B check cluster status before cluster-failover- check cluster status done(B cluster_status:Running(B delete pod:kafka-doovpd-kafka-broker-0  `kubectl delete pod kafka-doovpd-kafka-broker-0 --force --namespace ns-uegpn `(B  pod "kafka-doovpd-kafka-broker-0" force deleted check cluster status  `kbcli cluster list kafka-doovpd --show-labels --namespace ns-uegpn `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS kafka-doovpd ns-uegpn kafka Delete Updating Feb 12,2026 09:59 UTC+0800 app.kubernetes.io/instance=kafka-doovpd,clusterdefinition.kubeblocks.io/name=kafka cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances kafka-doovpd --namespace ns-uegpn `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME kafka-doovpd-kafka-broker-0 ns-uegpn kafka-doovpd kafka-broker Running 0 600m / 600m 1181116006400m / 1181116006400m data:8Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 10:17 UTC+0800 metadata:5Gi kafka-doovpd-kafka-controller-0 ns-uegpn kafka-doovpd kafka-controller Running 0 500m / 500m 1Gi / 1Gi metadata:5Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 10:15 UTC+0800 kafka-doovpd-kafka-exporter-0 ns-uegpn kafka-doovpd kafka-exporter Running 0 500m / 500m 1Gi / 1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 10:17 UTC+0800 check pod status done(B connect unsupported engine type: kafka kafka27-broker-1.0.2 check failover pod name failover pod name:kafka-doovpd-kafka-broker-0 failover Success(B cluster does not need to check monitor currently check cluster status  `kbcli cluster list kafka-doovpd --show-labels --namespace ns-uegpn `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS kafka-doovpd ns-uegpn kafka Delete Running Feb 12,2026 09:59 UTC+0800 app.kubernetes.io/instance=kafka-doovpd,clusterdefinition.kubeblocks.io/name=kafka check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances kafka-doovpd --namespace ns-uegpn `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME kafka-doovpd-kafka-broker-0 ns-uegpn kafka-doovpd kafka-broker Running 0 600m / 600m 1181116006400m / 1181116006400m data:8Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 10:17 UTC+0800 metadata:5Gi kafka-doovpd-kafka-controller-0 ns-uegpn kafka-doovpd kafka-controller Running 0 500m / 500m 1Gi / 1Gi metadata:5Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 10:15 UTC+0800 kafka-doovpd-kafka-exporter-0 ns-uegpn kafka-doovpd kafka-exporter Running 0 500m / 500m 1Gi / 1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 10:17 UTC+0800 check pod status done(B connect unsupported engine type: kafka kafka27-broker-1.0.2 test failover kill1(B check cluster status before cluster-failover-kill1 check cluster status done(B cluster_status:Running(B  `kill 1`(B  exec return message: check cluster status  `kbcli cluster list kafka-doovpd --show-labels --namespace ns-uegpn `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS kafka-doovpd ns-uegpn kafka Delete Updating Feb 12,2026 09:59 UTC+0800 app.kubernetes.io/instance=kafka-doovpd,clusterdefinition.kubeblocks.io/name=kafka cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances kafka-doovpd --namespace ns-uegpn `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME kafka-doovpd-kafka-broker-0 ns-uegpn kafka-doovpd kafka-broker Running 0 600m / 600m 1181116006400m / 1181116006400m data:8Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 10:17 UTC+0800 metadata:5Gi kafka-doovpd-kafka-controller-0 ns-uegpn kafka-doovpd kafka-controller Running 0 500m / 500m 1Gi / 1Gi metadata:5Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 10:15 UTC+0800 kafka-doovpd-kafka-exporter-0 ns-uegpn kafka-doovpd kafka-exporter Running 0 500m / 500m 1Gi / 1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 10:17 UTC+0800 check pod status done(B connect unsupported engine type: kafka kafka27-broker-1.0.2 check failover pod name failover pod name:kafka-doovpd-kafka-broker-0 failover kill1 Success(B cmpv upgrade service version:3,3.3.2|3,3.7.1|3,3.8.1|3,3.9.0 cmpv service version upgrade upgrade from:3.9.0 to service version:3.3.2 upgrade from:3.3.2 to service version:3.7.1 upgrade from:3.7.1 to service version:3.8.1 cmpv downgrade service version:3.8.1|3.7.1|3.3.2 cmpv service version downgrade downgrade from:3.9.0 to service version:3.8.1 downgrade from:3.8.1 to service version:3.7.1 cluster stop check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster stop kafka-doovpd --auto-approve --force=true --namespace ns-uegpn `(B  OpsRequest kafka-doovpd-stop-5pwff created successfully, you can view the progress: kbcli cluster describe-ops kafka-doovpd-stop-5pwff -n ns-uegpn check ops status  `kbcli cluster list-ops kafka-doovpd --status all --namespace ns-uegpn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME kafka-doovpd-stop-5pwff ns-uegpn Stop kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:18 UTC+0800 check cluster status  `kbcli cluster list kafka-doovpd --show-labels --namespace ns-uegpn `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS kafka-doovpd ns-uegpn kafka Delete Stopping Feb 12,2026 09:59 UTC+0800 app.kubernetes.io/instance=kafka-doovpd,clusterdefinition.kubeblocks.io/name=kafka cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B check cluster status done(B cluster_status:Stopped(B check pod status  `kbcli cluster list-instances kafka-doovpd --namespace ns-uegpn `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME check pod status done(B check ops status  `kbcli cluster list-ops kafka-doovpd --status all --namespace ns-uegpn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME kafka-doovpd-stop-5pwff ns-uegpn Stop kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Succeed 3/3 Feb 12,2026 10:18 UTC+0800 check ops status done(B ops_status:kafka-doovpd-stop-5pwff ns-uegpn Stop kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Succeed 3/3 Feb 12,2026 10:18 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations kafka-doovpd-stop-5pwff --namespace ns-uegpn `(B  opsrequest.operations.kubeblocks.io/kafka-doovpd-stop-5pwff patched  `kbcli cluster delete-ops --name kafka-doovpd-stop-5pwff --force --auto-approve --namespace ns-uegpn `(B  OpsRequest kafka-doovpd-stop-5pwff deleted cluster start check cluster status before ops check cluster status done(B cluster_status:Stopped(B  `kbcli cluster start kafka-doovpd --force=true --namespace ns-uegpn `(B  OpsRequest kafka-doovpd-start-7z2xb created successfully, you can view the progress: kbcli cluster describe-ops kafka-doovpd-start-7z2xb -n ns-uegpn check ops status  `kbcli cluster list-ops kafka-doovpd --status all --namespace ns-uegpn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 check cluster status  `kbcli cluster list kafka-doovpd --show-labels --namespace ns-uegpn `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS kafka-doovpd ns-uegpn kafka Delete Updating Feb 12,2026 09:59 UTC+0800 app.kubernetes.io/instance=kafka-doovpd,clusterdefinition.kubeblocks.io/name=kafka cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B [Error] check cluster status timeout(B --------------------------------------get cluster kafka-doovpd yaml--------------------------------------  `kubectl get cluster kafka-doovpd -o yaml --namespace ns-uegpn `(B  apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: annotations: kubeblocks.io/crd-api-version: apps.kubeblocks.io/v1 kubeblocks.io/extra-env: '{"KB_KAFKA_ENABLE_SASL":"false","KB_KAFKA_BROKER_HEAP":"-XshowSettings:vm -XX:MaxRAMPercentage=100 -Ddepth=64","KB_KAFKA_CONTROLLER_HEAP":"-XshowSettings:vm -XX:MaxRAMPercentage=100 -Ddepth=64","KB_KAFKA_PUBLIC_ACCESS":"false"}' kubeblocks.io/ops-request: '[{"name":"kafka-doovpd-start-7z2xb","type":"Start"}]' kubectl.kubernetes.io/last-applied-configuration: | {"apiVersion":"apps.kubeblocks.io/v1","kind":"Cluster","metadata":{"annotations":{"kubeblocks.io/extra-env":"{\"KB_KAFKA_ENABLE_SASL\":\"false\",\"KB_KAFKA_BROKER_HEAP\":\"-XshowSettings:vm -XX:MaxRAMPercentage=100 -Ddepth=64\",\"KB_KAFKA_CONTROLLER_HEAP\":\"-XshowSettings:vm -XX:MaxRAMPercentage=100 -Ddepth=64\",\"KB_KAFKA_PUBLIC_ACCESS\":\"false\"}"},"name":"kafka-doovpd","namespace":"ns-uegpn"},"spec":{"clusterDef":"kafka","componentSpecs":[{"disableExporter":true,"env":[{"name":"KB_BROKER_DIRECT_POD_ACCESS","value":"false"},{"name":"KB_KAFKA_ENABLE_SASL_SCRAM","value":"false"}],"name":"kafka-broker","replicas":1,"resources":{"limits":{"cpu":"500m","memory":"1Gi"},"requests":{"cpu":"500m","memory":"1Gi"}},"serviceVersion":"3.9.0","services":[{"name":"advertised-listener","podService":true,"serviceType":"ClusterIP"}],"tls":false,"volumeClaimTemplates":[{"name":"data","spec":{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"5Gi"}},"storageClassName":null}},{"name":"metadata","spec":{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"5Gi"}},"storageClassName":null}}]},{"disableExporter":true,"name":"kafka-controller","replicas":1,"resources":{"limits":{"cpu":"500m","memory":"1Gi"},"requests":{"cpu":"500m","memory":"1Gi"}},"serviceVersion":"3.9.0","tls":false,"volumeClaimTemplates":[{"name":"metadata","spec":{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"5Gi"}},"storageClassName":null}}]},{"disableExporter":true,"env":[{"name":"KB_KAFKA_ENABLE_SASL_SCRAM","value":"false"}],"name":"kafka-exporter","replicas":1,"resources":{"limits":{"cpu":"500m","memory":"1Gi"},"requests":{"cpu":"500m","memory":"1Gi"}}}],"terminationPolicy":"Delete","topology":"separated_monitor"}} creationTimestamp: "2026-02-12T01:59:44Z" finalizers: - cluster.kubeblocks.io/finalizer generation: 7 labels: app.kubernetes.io/instance: kafka-doovpd clusterdefinition.kubeblocks.io/name: kafka name: kafka-doovpd namespace: ns-uegpn resourceVersion: "106487" uid: c4377df6-1a62-40a6-9670-15436e7b56d4 spec: clusterDef: kafka componentSpecs: - annotations: kubeblocks.io/restart: "2026-02-12T02:15:16Z" componentDef: kafka-controller-1.0.2 disableExporter: true name: kafka-controller podUpdatePolicy: PreferInPlace replicas: 1 resources: limits: cpu: 500m memory: 1Gi requests: cpu: 500m memory: 1Gi serviceVersion: 3.9.0 volumeClaimTemplates: - name: metadata spec: accessModes: - ReadWriteOnce resources: requests: storage: 5Gi - annotations: kubeblocks.io/restart: "2026-02-12T02:15:16Z" componentDef: kafka-broker-1.0.2 disableExporter: true env: - name: KB_BROKER_DIRECT_POD_ACCESS value: "false" - name: KB_KAFKA_ENABLE_SASL_SCRAM value: "false" name: kafka-broker podUpdatePolicy: PreferInPlace replicas: 1 resources: limits: cpu: 600m memory: 1181116006400m requests: cpu: 600m memory: 1181116006400m serviceVersion: 3.9.0 services: - name: advertised-listener podService: true serviceType: ClusterIP volumeClaimTemplates: - name: data spec: accessModes: - ReadWriteOnce resources: requests: storage: 8Gi - name: metadata spec: accessModes: - ReadWriteOnce resources: requests: storage: 5Gi - annotations: kubeblocks.io/restart: "2026-02-12T02:15:16Z" componentDef: kafka-exporter-1.0.2 disableExporter: true env: - name: KB_KAFKA_ENABLE_SASL_SCRAM value: "false" name: kafka-exporter podUpdatePolicy: PreferInPlace replicas: 1 resources: limits: cpu: 500m memory: 1Gi requests: cpu: 500m memory: 1Gi serviceVersion: 1.6.0 terminationPolicy: Delete topology: separated_monitor status: components: kafka-broker: message: InstanceSet/kafka-doovpd-kafka-broker: '["kafka-doovpd-kafka-broker-0"]' observedGeneration: 7 phase: Updating upToDate: true kafka-controller: observedGeneration: 6 phase: Stopped kafka-exporter: observedGeneration: 6 phase: Stopped conditions: - lastTransitionTime: "2026-02-12T01:59:44Z" message: 'The operator has started the provisioning of Cluster: kafka-doovpd' observedGeneration: 7 reason: PreCheckSucceed status: "True" type: ProvisioningStarted - lastTransitionTime: "2026-02-12T01:59:44Z" message: Successfully applied for resources observedGeneration: 7 reason: ApplyResourcesSucceed status: "True" type: ApplyResources - lastTransitionTime: "2026-02-12T02:28:57Z" message: 'cluster kafka-doovpd is NOT ready, unavailable components: kafka-broker' reason: ComponentsNotReady status: "False" type: Ready observedGeneration: 6 phase: Abnormal ------------------------------------------------------------------------------------------------------------------ --------------------------------------describe cluster kafka-doovpd--------------------------------------  `kubectl describe cluster kafka-doovpd --namespace ns-uegpn `(B  Name: kafka-doovpd Namespace: ns-uegpn Labels: app.kubernetes.io/instance=kafka-doovpd clusterdefinition.kubeblocks.io/name=kafka Annotations: kubeblocks.io/crd-api-version: apps.kubeblocks.io/v1 kubeblocks.io/extra-env: {"KB_KAFKA_ENABLE_SASL":"false","KB_KAFKA_BROKER_HEAP":"-XshowSettings:vm -XX:MaxRAMPercentage=100 -Ddepth=64","KB_KAFKA_CONTROLLER_HEAP":... kubeblocks.io/ops-request: [{"name":"kafka-doovpd-start-7z2xb","type":"Start"}] API Version: apps.kubeblocks.io/v1 Kind: Cluster Metadata: Creation Timestamp: 2026-02-12T01:59:44Z Finalizers: cluster.kubeblocks.io/finalizer Generation: 7 Resource Version: 106487 UID: c4377df6-1a62-40a6-9670-15436e7b56d4 Spec: Cluster Def: kafka Component Specs: Annotations: kubeblocks.io/restart: 2026-02-12T02:15:16Z Component Def: kafka-controller-1.0.2 Disable Exporter: true Name: kafka-controller Pod Update Policy: PreferInPlace Replicas: 1 Resources: Limits: Cpu: 500m Memory: 1Gi Requests: Cpu: 500m Memory: 1Gi Service Version: 3.9.0 Volume Claim Templates: Name: metadata Spec: Access Modes: ReadWriteOnce Resources: Requests: Storage: 5Gi Annotations: kubeblocks.io/restart: 2026-02-12T02:15:16Z Component Def: kafka-broker-1.0.2 Disable Exporter: true Env: Name: KB_BROKER_DIRECT_POD_ACCESS Value: false Name: KB_KAFKA_ENABLE_SASL_SCRAM Value: false Name: kafka-broker Pod Update Policy: PreferInPlace Replicas: 1 Resources: Limits: Cpu: 600m Memory: 1181116006400m Requests: Cpu: 600m Memory: 1181116006400m Service Version: 3.9.0 Services: Name: advertised-listener Pod Service: true Service Type: ClusterIP Volume Claim Templates: Name: data Spec: Access Modes: ReadWriteOnce Resources: Requests: Storage: 8Gi Name: metadata Spec: Access Modes: ReadWriteOnce Resources: Requests: Storage: 5Gi Annotations: kubeblocks.io/restart: 2026-02-12T02:15:16Z Component Def: kafka-exporter-1.0.2 Disable Exporter: true Env: Name: KB_KAFKA_ENABLE_SASL_SCRAM Value: false Name: kafka-exporter Pod Update Policy: PreferInPlace Replicas: 1 Resources: Limits: Cpu: 500m Memory: 1Gi Requests: Cpu: 500m Memory: 1Gi Service Version: 1.6.0 Termination Policy: Delete Topology: separated_monitor Status: Components: Kafka - Broker: Message: InstanceSet/kafka-doovpd-kafka-broker: ["kafka-doovpd-kafka-broker-0"] Observed Generation: 7 Phase: Updating Up To Date: true Kafka - Controller: Observed Generation: 6 Phase: Stopped Kafka - Exporter: Observed Generation: 6 Phase: Stopped Conditions: Last Transition Time: 2026-02-12T01:59:44Z Message: The operator has started the provisioning of Cluster: kafka-doovpd Observed Generation: 7 Reason: PreCheckSucceed Status: True Type: ProvisioningStarted Last Transition Time: 2026-02-12T01:59:44Z Message: Successfully applied for resources Observed Generation: 7 Reason: ApplyResourcesSucceed Status: True Type: ApplyResources Last Transition Time: 2026-02-12T02:28:57Z Message: cluster kafka-doovpd is NOT ready, unavailable components: kafka-broker Reason: ComponentsNotReady Status: False Type: Ready Observed Generation: 6 Phase: Abnormal Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal PreCheckSucceed 55m (x2 over 55m) cluster-controller The operator has started the provisioning of Cluster: kafka-doovpd Normal ApplyResourcesSucceed 55m (x2 over 55m) cluster-controller Successfully applied for resources Normal ClusterComponentPhaseTransition 54m (x5 over 55m) cluster-controller cluster component kafka-controller is Creating Normal ClusterComponentPhaseTransition 53m (x3 over 54m) cluster-controller cluster component kafka-broker is Creating Normal ClusterComponentPhaseTransition 52m cluster-controller cluster component kafka-broker is Running Normal ClusterComponentPhaseTransition 45m (x50 over 52m) cluster-controller cluster component kafka-exporter is Running Normal ClusterComponentPhaseTransition 40m (x69 over 54m) cluster-controller cluster component kafka-controller is Running Normal ClusterComponentPhaseTransition 35m (x8 over 35m) cluster-controller cluster component kafka-broker is Starting Normal ClusterComponentPhaseTransition 25m (x25 over 35m) cluster-controller cluster component kafka-exporter is Stopped Normal ClusterComponentPhaseTransition 8m22s (x49 over 50m) cluster-controller cluster component kafka-broker is Updating Normal ClusterComponentPhaseTransition 90s (x48 over 36m) cluster-controller cluster component kafka-controller is Stopped ------------------------------------------------------------------------------------------------------------------ check pod status  `kbcli cluster list-instances kafka-doovpd --namespace ns-uegpn `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME kafka-doovpd-kafka-broker-0 ns-uegpn kafka-doovpd kafka-broker Running 0 600m / 600m 1181116006400m / 1181116006400m data:8Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 10:19 UTC+0800 metadata:5Gi check pod status done(B check cluster status again cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B check cluster status again timeout(B check ops status  `kbcli cluster list-ops kafka-doovpd --status all --namespace ns-uegpn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B ops_status:kafka-doovpd-start-7z2xb ns-uegpn Start kafka-doovpd kafka-broker,kafka-controller,kafka-exporter Running 0/3 Feb 12,2026 10:19 UTC+0800 (B check ops status timeout(B --------------------------------------get cluster kafka-doovpd yaml--------------------------------------  `kubectl get cluster kafka-doovpd -o yaml --namespace ns-uegpn `(B  apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: annotations: kubeblocks.io/crd-api-version: apps.kubeblocks.io/v1 kubeblocks.io/extra-env: '{"KB_KAFKA_ENABLE_SASL":"false","KB_KAFKA_BROKER_HEAP":"-XshowSettings:vm -XX:MaxRAMPercentage=100 -Ddepth=64","KB_KAFKA_CONTROLLER_HEAP":"-XshowSettings:vm -XX:MaxRAMPercentage=100 -Ddepth=64","KB_KAFKA_PUBLIC_ACCESS":"false"}' kubeblocks.io/ops-request: '[{"name":"kafka-doovpd-start-7z2xb","type":"Start"}]' kubectl.kubernetes.io/last-applied-configuration: | {"apiVersion":"apps.kubeblocks.io/v1","kind":"Cluster","metadata":{"annotations":{"kubeblocks.io/extra-env":"{\"KB_KAFKA_ENABLE_SASL\":\"false\",\"KB_KAFKA_BROKER_HEAP\":\"-XshowSettings:vm -XX:MaxRAMPercentage=100 -Ddepth=64\",\"KB_KAFKA_CONTROLLER_HEAP\":\"-XshowSettings:vm -XX:MaxRAMPercentage=100 -Ddepth=64\",\"KB_KAFKA_PUBLIC_ACCESS\":\"false\"}"},"name":"kafka-doovpd","namespace":"ns-uegpn"},"spec":{"clusterDef":"kafka","componentSpecs":[{"disableExporter":true,"env":[{"name":"KB_BROKER_DIRECT_POD_ACCESS","value":"false"},{"name":"KB_KAFKA_ENABLE_SASL_SCRAM","value":"false"}],"name":"kafka-broker","replicas":1,"resources":{"limits":{"cpu":"500m","memory":"1Gi"},"requests":{"cpu":"500m","memory":"1Gi"}},"serviceVersion":"3.9.0","services":[{"name":"advertised-listener","podService":true,"serviceType":"ClusterIP"}],"tls":false,"volumeClaimTemplates":[{"name":"data","spec":{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"5Gi"}},"storageClassName":null}},{"name":"metadata","spec":{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"5Gi"}},"storageClassName":null}}]},{"disableExporter":true,"name":"kafka-controller","replicas":1,"resources":{"limits":{"cpu":"500m","memory":"1Gi"},"requests":{"cpu":"500m","memory":"1Gi"}},"serviceVersion":"3.9.0","tls":false,"volumeClaimTemplates":[{"name":"metadata","spec":{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"5Gi"}},"storageClassName":null}}]},{"disableExporter":true,"env":[{"name":"KB_KAFKA_ENABLE_SASL_SCRAM","value":"false"}],"name":"kafka-exporter","replicas":1,"resources":{"limits":{"cpu":"500m","memory":"1Gi"},"requests":{"cpu":"500m","memory":"1Gi"}}}],"terminationPolicy":"Delete","topology":"separated_monitor"}} creationTimestamp: "2026-02-12T01:59:44Z" finalizers: - cluster.kubeblocks.io/finalizer generation: 7 labels: app.kubernetes.io/instance: kafka-doovpd clusterdefinition.kubeblocks.io/name: kafka name: kafka-doovpd namespace: ns-uegpn resourceVersion: "119698" uid: c4377df6-1a62-40a6-9670-15436e7b56d4 spec: clusterDef: kafka componentSpecs: - annotations: kubeblocks.io/restart: "2026-02-12T02:15:16Z" componentDef: kafka-controller-1.0.2 disableExporter: true name: kafka-controller podUpdatePolicy: PreferInPlace replicas: 1 resources: limits: cpu: 500m memory: 1Gi requests: cpu: 500m memory: 1Gi serviceVersion: 3.9.0 volumeClaimTemplates: - name: metadata spec: accessModes: - ReadWriteOnce resources: requests: storage: 5Gi - annotations: kubeblocks.io/restart: "2026-02-12T02:15:16Z" componentDef: kafka-broker-1.0.2 disableExporter: true env: - name: KB_BROKER_DIRECT_POD_ACCESS value: "false" - name: KB_KAFKA_ENABLE_SASL_SCRAM value: "false" name: kafka-broker podUpdatePolicy: PreferInPlace replicas: 1 resources: limits: cpu: 600m memory: 1181116006400m requests: cpu: 600m memory: 1181116006400m serviceVersion: 3.9.0 services: - name: advertised-listener podService: true serviceType: ClusterIP volumeClaimTemplates: - name: data spec: accessModes: - ReadWriteOnce resources: requests: storage: 8Gi - name: metadata spec: accessModes: - ReadWriteOnce resources: requests: storage: 5Gi - annotations: kubeblocks.io/restart: "2026-02-12T02:15:16Z" componentDef: kafka-exporter-1.0.2 disableExporter: true env: - name: KB_KAFKA_ENABLE_SASL_SCRAM value: "false" name: kafka-exporter podUpdatePolicy: PreferInPlace replicas: 1 resources: limits: cpu: 500m memory: 1Gi requests: cpu: 500m memory: 1Gi serviceVersion: 1.6.0 terminationPolicy: Delete topology: separated_monitor status: components: kafka-broker: message: InstanceSet/kafka-doovpd-kafka-broker: '["kafka-doovpd-kafka-broker-0"]' observedGeneration: 7 phase: Updating upToDate: true kafka-controller: observedGeneration: 6 phase: Stopped kafka-exporter: observedGeneration: 6 phase: Stopped conditions: - lastTransitionTime: "2026-02-12T01:59:44Z" message: 'The operator has started the provisioning of Cluster: kafka-doovpd' observedGeneration: 7 reason: PreCheckSucceed status: "True" type: ProvisioningStarted - lastTransitionTime: "2026-02-12T01:59:44Z" message: Successfully applied for resources observedGeneration: 7 reason: ApplyResourcesSucceed status: "True" type: ApplyResources - lastTransitionTime: "2026-02-12T02:28:57Z" message: 'cluster kafka-doovpd is NOT ready, unavailable components: kafka-broker' reason: ComponentsNotReady status: "False" type: Ready observedGeneration: 6 phase: Abnormal ------------------------------------------------------------------------------------------------------------------ --------------------------------------describe cluster kafka-doovpd--------------------------------------  `kubectl describe cluster kafka-doovpd --namespace ns-uegpn `(B  Name: kafka-doovpd Namespace: ns-uegpn Labels: app.kubernetes.io/instance=kafka-doovpd clusterdefinition.kubeblocks.io/name=kafka Annotations: kubeblocks.io/crd-api-version: apps.kubeblocks.io/v1 kubeblocks.io/extra-env: {"KB_KAFKA_ENABLE_SASL":"false","KB_KAFKA_BROKER_HEAP":"-XshowSettings:vm -XX:MaxRAMPercentage=100 -Ddepth=64","KB_KAFKA_CONTROLLER_HEAP":... kubeblocks.io/ops-request: [{"name":"kafka-doovpd-start-7z2xb","type":"Start"}] API Version: apps.kubeblocks.io/v1 Kind: Cluster Metadata: Creation Timestamp: 2026-02-12T01:59:44Z Finalizers: cluster.kubeblocks.io/finalizer Generation: 7 Resource Version: 119698 UID: c4377df6-1a62-40a6-9670-15436e7b56d4 Spec: Cluster Def: kafka Component Specs: Annotations: kubeblocks.io/restart: 2026-02-12T02:15:16Z Component Def: kafka-controller-1.0.2 Disable Exporter: true Name: kafka-controller Pod Update Policy: PreferInPlace Replicas: 1 Resources: Limits: Cpu: 500m Memory: 1Gi Requests: Cpu: 500m Memory: 1Gi Service Version: 3.9.0 Volume Claim Templates: Name: metadata Spec: Access Modes: ReadWriteOnce Resources: Requests: Storage: 5Gi Annotations: kubeblocks.io/restart: 2026-02-12T02:15:16Z Component Def: kafka-broker-1.0.2 Disable Exporter: true Env: Name: KB_BROKER_DIRECT_POD_ACCESS Value: false Name: KB_KAFKA_ENABLE_SASL_SCRAM Value: false Name: kafka-broker Pod Update Policy: PreferInPlace Replicas: 1 Resources: Limits: Cpu: 600m Memory: 1181116006400m Requests: Cpu: 600m Memory: 1181116006400m Service Version: 3.9.0 Services: Name: advertised-listener Pod Service: true Service Type: ClusterIP Volume Claim Templates: Name: data Spec: Access Modes: ReadWriteOnce Resources: Requests: Storage: 8Gi Name: metadata Spec: Access Modes: ReadWriteOnce Resources: Requests: Storage: 5Gi Annotations: kubeblocks.io/restart: 2026-02-12T02:15:16Z Component Def: kafka-exporter-1.0.2 Disable Exporter: true Env: Name: KB_KAFKA_ENABLE_SASL_SCRAM Value: false Name: kafka-exporter Pod Update Policy: PreferInPlace Replicas: 1 Resources: Limits: Cpu: 500m Memory: 1Gi Requests: Cpu: 500m Memory: 1Gi Service Version: 1.6.0 Termination Policy: Delete Topology: separated_monitor Status: Components: Kafka - Broker: Message: InstanceSet/kafka-doovpd-kafka-broker: ["kafka-doovpd-kafka-broker-0"] Observed Generation: 7 Phase: Updating Up To Date: true Kafka - Controller: Observed Generation: 6 Phase: Stopped Kafka - Exporter: Observed Generation: 6 Phase: Stopped Conditions: Last Transition Time: 2026-02-12T01:59:44Z Message: The operator has started the provisioning of Cluster: kafka-doovpd Observed Generation: 7 Reason: PreCheckSucceed Status: True Type: ProvisioningStarted Last Transition Time: 2026-02-12T01:59:44Z Message: Successfully applied for resources Observed Generation: 7 Reason: ApplyResourcesSucceed Status: True Type: ApplyResources Last Transition Time: 2026-02-12T02:28:57Z Message: cluster kafka-doovpd is NOT ready, unavailable components: kafka-broker Reason: ComponentsNotReady Status: False Type: Ready Observed Generation: 6 Phase: Abnormal Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal ClusterComponentPhaseTransition 54m (x50 over 61m) cluster-controller cluster component kafka-exporter is Running Normal ClusterComponentPhaseTransition 49m (x69 over 63m) cluster-controller cluster component kafka-controller is Running Normal ClusterComponentPhaseTransition 44m (x8 over 44m) cluster-controller cluster component kafka-broker is Starting Normal ClusterComponentPhaseTransition 34m (x25 over 44m) cluster-controller cluster component kafka-exporter is Stopped Normal ClusterComponentPhaseTransition 17m (x49 over 59m) cluster-controller cluster component kafka-broker is Updating Normal ClusterComponentPhaseTransition 5m31s (x10 over 35m) cluster-controller cluster component kafka-broker is Failed Normal ClusterComponentPhaseTransition 45s (x52 over 45m) cluster-controller cluster component kafka-controller is Stopped ------------------------------------------------------------------------------------------------------------------ --------------------------------------get opsrequests.operations kafka-doovpd-start-7z2xb yaml--------------------------------------  `kubectl get opsrequests.operations kafka-doovpd-start-7z2xb -o yaml --namespace ns-uegpn `(B  apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: creationTimestamp: "2026-02-12T02:19:33Z" finalizers: - opsrequest.kubeblocks.io/finalizer generateName: kafka-doovpd-start- generation: 2 labels: app.kubernetes.io/instance: kafka-doovpd app.kubernetes.io/managed-by: kubeblocks operations.kubeblocks.io/ops-type: Start name: kafka-doovpd-start-7z2xb namespace: ns-uegpn ownerReferences: - apiVersion: apps.kubeblocks.io/v1 kind: Cluster name: kafka-doovpd uid: c4377df6-1a62-40a6-9670-15436e7b56d4 resourceVersion: "119699" uid: e48681f2-49c6-4026-b8de-93f4552d7998 spec: clusterName: kafka-doovpd enqueueOnForce: false force: true preConditionDeadlineSeconds: 0 type: Start status: clusterGeneration: 7 components: kafka-broker: phase: Updating progressDetails: - group: kafka-broker/Create message: 'Start to create "Pod/kafka-doovpd-kafka-broker-0" in Component: kafka-broker' objectKey: Pod/kafka-doovpd-kafka-broker-0 startTime: "2026-02-12T02:19:34Z" status: Processing kafka-controller: phase: Stopped progressDetails: - group: kafka-controller/Create message: 'wait to create "Pod/kafka-doovpd-kafka-controller-0" in Component: kafka-controller' objectKey: Pod/kafka-doovpd-kafka-controller-0 status: Pending kafka-exporter: phase: Stopped progressDetails: - group: kafka-exporter/Create message: 'wait to create "Pod/kafka-doovpd-kafka-exporter-0" in Component: kafka-exporter' objectKey: Pod/kafka-doovpd-kafka-exporter-0 status: Pending conditions: - lastTransitionTime: "2026-02-12T02:19:33Z" message: 'wait for the controller to process the OpsRequest: kafka-doovpd-start-7z2xb in Cluster: kafka-doovpd' reason: WaitForProgressing status: "True" type: WaitForProgressing - lastTransitionTime: "2026-02-12T02:19:33Z" message: 'OpsRequest: kafka-doovpd-start-7z2xb is validated' reason: ValidateOpsRequestPassed status: "True" type: Validated - lastTransitionTime: "2026-02-12T02:19:33Z" message: 'Start the Cluster: kafka-doovpd' reason: StartCluster status: "True" type: Starting phase: Running progress: 0/3 startTimestamp: "2026-02-12T02:19:33Z" ------------------------------------------------------------------------------------------------------------------ --------------------------------------describe opsrequests.operations kafka-doovpd-start-7z2xb--------------------------------------  `kubectl describe opsrequests.operations kafka-doovpd-start-7z2xb --namespace ns-uegpn `(B  Name: kafka-doovpd-start-7z2xb Namespace: ns-uegpn Labels: app.kubernetes.io/instance=kafka-doovpd app.kubernetes.io/managed-by=kubeblocks operations.kubeblocks.io/ops-type=Start Annotations: API Version: operations.kubeblocks.io/v1alpha1 Kind: OpsRequest Metadata: Creation Timestamp: 2026-02-12T02:19:33Z Finalizers: opsrequest.kubeblocks.io/finalizer Generate Name: kafka-doovpd-start- Generation: 2 Owner References: API Version: apps.kubeblocks.io/v1 Kind: Cluster Name: kafka-doovpd UID: c4377df6-1a62-40a6-9670-15436e7b56d4 Resource Version: 119699 UID: e48681f2-49c6-4026-b8de-93f4552d7998 Spec: Cluster Name: kafka-doovpd Enqueue On Force: false Force: true Pre Condition Deadline Seconds: 0 Type: Start Status: Cluster Generation: 7 Components: Kafka - Broker: Phase: Updating Progress Details: Group: kafka-broker/Create Message: Start to create "Pod/kafka-doovpd-kafka-broker-0" in Component: kafka-broker Object Key: Pod/kafka-doovpd-kafka-broker-0 Start Time: 2026-02-12T02:19:34Z Status: Processing Kafka - Controller: Phase: Stopped Progress Details: Group: kafka-controller/Create Message: wait to create "Pod/kafka-doovpd-kafka-controller-0" in Component: kafka-controller Object Key: Pod/kafka-doovpd-kafka-controller-0 Status: Pending Kafka - Exporter: Phase: Stopped Progress Details: Group: kafka-exporter/Create Message: wait to create "Pod/kafka-doovpd-kafka-exporter-0" in Component: kafka-exporter Object Key: Pod/kafka-doovpd-kafka-exporter-0 Status: Pending Conditions: Last Transition Time: 2026-02-12T02:19:33Z Message: wait for the controller to process the OpsRequest: kafka-doovpd-start-7z2xb in Cluster: kafka-doovpd Reason: WaitForProgressing Status: True Type: WaitForProgressing Last Transition Time: 2026-02-12T02:19:33Z Message: OpsRequest: kafka-doovpd-start-7z2xb is validated Reason: ValidateOpsRequestPassed Status: True Type: Validated Last Transition Time: 2026-02-12T02:19:33Z Message: Start the Cluster: kafka-doovpd Reason: StartCluster Status: True Type: Starting Phase: Running Progress: 0/3 Start Timestamp: 2026-02-12T02:19:33Z Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal WaitForProgressing 44m ops-request-controller wait for the controller to process the OpsRequest: kafka-doovpd-start-7z2xb in Cluster: kafka-doovpd Normal ValidateOpsRequestPassed 44m (x2 over 44m) ops-request-controller OpsRequest: kafka-doovpd-start-7z2xb is validated Normal StartCluster 44m (x2 over 44m) ops-request-controller Start the Cluster: kafka-doovpd Normal Processing 44m ops-request-controller Start to create "Pod/kafka-doovpd-kafka-broker-0" in Component: kafka-broker ------------------------------------------------------------------------------------------------------------------  `kubectl get jobs -l ops.kubeblocks.io/ops-name=kafka-doovpd-start-7z2xb --namespace ns-uegpn`(B   `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations kafka-doovpd-start-7z2xb --namespace ns-uegpn `(B  opsrequest.operations.kubeblocks.io/kafka-doovpd-start-7z2xb patched  `kbcli cluster delete-ops --name kafka-doovpd-start-7z2xb --force --auto-approve --namespace ns-uegpn `(B  OpsRequest kafka-doovpd-start-7z2xb deleted cluster update terminationPolicy WipeOut  `kbcli cluster update kafka-doovpd --termination-policy=WipeOut --namespace ns-uegpn `(B  cluster.apps.kubeblocks.io/kafka-doovpd updated check cluster status  `kbcli cluster list kafka-doovpd --show-labels --namespace ns-uegpn `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS kafka-doovpd ns-uegpn kafka WipeOut Abnormal Feb 12,2026 09:59 UTC+0800 app.kubernetes.io/instance=kafka-doovpd,clusterdefinition.kubeblocks.io/name=kafka cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B [Error] check cluster status timeout(B --------------------------------------get cluster kafka-doovpd yaml--------------------------------------  `kubectl get cluster kafka-doovpd -o yaml --namespace ns-uegpn `(B  apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: annotations: kubeblocks.io/crd-api-version: apps.kubeblocks.io/v1 kubeblocks.io/extra-env: '{"KB_KAFKA_ENABLE_SASL":"false","KB_KAFKA_BROKER_HEAP":"-XshowSettings:vm -XX:MaxRAMPercentage=100 -Ddepth=64","KB_KAFKA_CONTROLLER_HEAP":"-XshowSettings:vm -XX:MaxRAMPercentage=100 -Ddepth=64","KB_KAFKA_PUBLIC_ACCESS":"false"}' kubectl.kubernetes.io/last-applied-configuration: | {"apiVersion":"apps.kubeblocks.io/v1","kind":"Cluster","metadata":{"annotations":{"kubeblocks.io/extra-env":"{\"KB_KAFKA_ENABLE_SASL\":\"false\",\"KB_KAFKA_BROKER_HEAP\":\"-XshowSettings:vm -XX:MaxRAMPercentage=100 -Ddepth=64\",\"KB_KAFKA_CONTROLLER_HEAP\":\"-XshowSettings:vm -XX:MaxRAMPercentage=100 -Ddepth=64\",\"KB_KAFKA_PUBLIC_ACCESS\":\"false\"}"},"name":"kafka-doovpd","namespace":"ns-uegpn"},"spec":{"clusterDef":"kafka","componentSpecs":[{"disableExporter":true,"env":[{"name":"KB_BROKER_DIRECT_POD_ACCESS","value":"false"},{"name":"KB_KAFKA_ENABLE_SASL_SCRAM","value":"false"}],"name":"kafka-broker","replicas":1,"resources":{"limits":{"cpu":"500m","memory":"1Gi"},"requests":{"cpu":"500m","memory":"1Gi"}},"serviceVersion":"3.9.0","services":[{"name":"advertised-listener","podService":true,"serviceType":"ClusterIP"}],"tls":false,"volumeClaimTemplates":[{"name":"data","spec":{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"5Gi"}},"storageClassName":null}},{"name":"metadata","spec":{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"5Gi"}},"storageClassName":null}}]},{"disableExporter":true,"name":"kafka-controller","replicas":1,"resources":{"limits":{"cpu":"500m","memory":"1Gi"},"requests":{"cpu":"500m","memory":"1Gi"}},"serviceVersion":"3.9.0","tls":false,"volumeClaimTemplates":[{"name":"metadata","spec":{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"5Gi"}},"storageClassName":null}}]},{"disableExporter":true,"env":[{"name":"KB_KAFKA_ENABLE_SASL_SCRAM","value":"false"}],"name":"kafka-exporter","replicas":1,"resources":{"limits":{"cpu":"500m","memory":"1Gi"},"requests":{"cpu":"500m","memory":"1Gi"}}}],"terminationPolicy":"Delete","topology":"separated_monitor"}} creationTimestamp: "2026-02-12T01:59:44Z" finalizers: - cluster.kubeblocks.io/finalizer generation: 8 labels: app.kubernetes.io/instance: kafka-doovpd clusterdefinition.kubeblocks.io/name: kafka name: kafka-doovpd namespace: ns-uegpn resourceVersion: "124915" uid: c4377df6-1a62-40a6-9670-15436e7b56d4 spec: clusterDef: kafka componentSpecs: - annotations: kubeblocks.io/restart: "2026-02-12T02:15:16Z" componentDef: kafka-controller-1.0.2 disableExporter: true name: kafka-controller podUpdatePolicy: PreferInPlace replicas: 1 resources: limits: cpu: 500m memory: 1Gi requests: cpu: 500m memory: 1Gi serviceVersion: 3.9.0 volumeClaimTemplates: - name: metadata spec: accessModes: - ReadWriteOnce resources: requests: storage: 5Gi - annotations: kubeblocks.io/restart: "2026-02-12T02:15:16Z" componentDef: kafka-broker-1.0.2 disableExporter: true env: - name: KB_BROKER_DIRECT_POD_ACCESS value: "false" - name: KB_KAFKA_ENABLE_SASL_SCRAM value: "false" name: kafka-broker podUpdatePolicy: PreferInPlace replicas: 1 resources: limits: cpu: 600m memory: 1181116006400m requests: cpu: 600m memory: 1181116006400m serviceVersion: 3.9.0 services: - name: advertised-listener podService: true serviceType: ClusterIP volumeClaimTemplates: - name: data spec: accessModes: - ReadWriteOnce resources: requests: storage: 8Gi - name: metadata spec: accessModes: - ReadWriteOnce resources: requests: storage: 5Gi - annotations: kubeblocks.io/restart: "2026-02-12T02:15:16Z" componentDef: kafka-exporter-1.0.2 disableExporter: true env: - name: KB_KAFKA_ENABLE_SASL_SCRAM value: "false" name: kafka-exporter podUpdatePolicy: PreferInPlace replicas: 1 resources: limits: cpu: 500m memory: 1Gi requests: cpu: 500m memory: 1Gi serviceVersion: 1.6.0 terminationPolicy: WipeOut topology: separated_monitor status: components: kafka-broker: message: InstanceSet/kafka-doovpd-kafka-broker: '["kafka-doovpd-kafka-broker-0"]' observedGeneration: 8 phase: Failed upToDate: true kafka-controller: observedGeneration: 6 phase: Stopped kafka-exporter: observedGeneration: 6 phase: Stopped conditions: - lastTransitionTime: "2026-02-12T01:59:44Z" message: 'The operator has started the provisioning of Cluster: kafka-doovpd' observedGeneration: 8 reason: PreCheckSucceed status: "True" type: ProvisioningStarted - lastTransitionTime: "2026-02-12T01:59:44Z" message: Successfully applied for resources observedGeneration: 8 reason: ApplyResourcesSucceed status: "True" type: ApplyResources - lastTransitionTime: "2026-02-12T02:28:57Z" message: 'cluster kafka-doovpd is NOT ready, unavailable components: kafka-broker' reason: ComponentsNotReady status: "False" type: Ready observedGeneration: 6 phase: Abnormal ------------------------------------------------------------------------------------------------------------------ --------------------------------------describe cluster kafka-doovpd--------------------------------------  `kubectl describe cluster kafka-doovpd --namespace ns-uegpn `(B  Name: kafka-doovpd Namespace: ns-uegpn Labels: app.kubernetes.io/instance=kafka-doovpd clusterdefinition.kubeblocks.io/name=kafka Annotations: kubeblocks.io/crd-api-version: apps.kubeblocks.io/v1 kubeblocks.io/extra-env: {"KB_KAFKA_ENABLE_SASL":"false","KB_KAFKA_BROKER_HEAP":"-XshowSettings:vm -XX:MaxRAMPercentage=100 -Ddepth=64","KB_KAFKA_CONTROLLER_HEAP":... API Version: apps.kubeblocks.io/v1 Kind: Cluster Metadata: Creation Timestamp: 2026-02-12T01:59:44Z Finalizers: cluster.kubeblocks.io/finalizer Generation: 8 Resource Version: 124915 UID: c4377df6-1a62-40a6-9670-15436e7b56d4 Spec: Cluster Def: kafka Component Specs: Annotations: kubeblocks.io/restart: 2026-02-12T02:15:16Z Component Def: kafka-controller-1.0.2 Disable Exporter: true Name: kafka-controller Pod Update Policy: PreferInPlace Replicas: 1 Resources: Limits: Cpu: 500m Memory: 1Gi Requests: Cpu: 500m Memory: 1Gi Service Version: 3.9.0 Volume Claim Templates: Name: metadata Spec: Access Modes: ReadWriteOnce Resources: Requests: Storage: 5Gi Annotations: kubeblocks.io/restart: 2026-02-12T02:15:16Z Component Def: kafka-broker-1.0.2 Disable Exporter: true Env: Name: KB_BROKER_DIRECT_POD_ACCESS Value: false Name: KB_KAFKA_ENABLE_SASL_SCRAM Value: false Name: kafka-broker Pod Update Policy: PreferInPlace Replicas: 1 Resources: Limits: Cpu: 600m Memory: 1181116006400m Requests: Cpu: 600m Memory: 1181116006400m Service Version: 3.9.0 Services: Name: advertised-listener Pod Service: true Service Type: ClusterIP Volume Claim Templates: Name: data Spec: Access Modes: ReadWriteOnce Resources: Requests: Storage: 8Gi Name: metadata Spec: Access Modes: ReadWriteOnce Resources: Requests: Storage: 5Gi Annotations: kubeblocks.io/restart: 2026-02-12T02:15:16Z Component Def: kafka-exporter-1.0.2 Disable Exporter: true Env: Name: KB_KAFKA_ENABLE_SASL_SCRAM Value: false Name: kafka-exporter Pod Update Policy: PreferInPlace Replicas: 1 Resources: Limits: Cpu: 500m Memory: 1Gi Requests: Cpu: 500m Memory: 1Gi Service Version: 1.6.0 Termination Policy: WipeOut Topology: separated_monitor Status: Components: Kafka - Broker: Message: InstanceSet/kafka-doovpd-kafka-broker: ["kafka-doovpd-kafka-broker-0"] Observed Generation: 8 Phase: Failed Up To Date: true Kafka - Controller: Observed Generation: 6 Phase: Stopped Kafka - Exporter: Observed Generation: 6 Phase: Stopped Conditions: Last Transition Time: 2026-02-12T01:59:44Z Message: The operator has started the provisioning of Cluster: kafka-doovpd Observed Generation: 8 Reason: PreCheckSucceed Status: True Type: ProvisioningStarted Last Transition Time: 2026-02-12T01:59:44Z Message: Successfully applied for resources Observed Generation: 8 Reason: ApplyResourcesSucceed Status: True Type: ApplyResources Last Transition Time: 2026-02-12T02:28:57Z Message: cluster kafka-doovpd is NOT ready, unavailable components: kafka-broker Reason: ComponentsNotReady Status: False Type: Ready Observed Generation: 6 Phase: Abnormal Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal ClusterComponentPhaseTransition 56m (x69 over 70m) cluster-controller cluster component kafka-controller is Running Normal ClusterComponentPhaseTransition 51m (x8 over 52m) cluster-controller cluster component kafka-broker is Starting Normal ClusterComponentPhaseTransition 24m (x49 over 67m) cluster-controller cluster component kafka-broker is Updating Normal ClusterComponentPhaseTransition 13m (x10 over 42m) cluster-controller cluster component kafka-broker is Failed Normal ClusterComponentPhaseTransition 8m19s (x52 over 52m) cluster-controller cluster component kafka-controller is Stopped Normal ClusterComponentPhaseTransition 2m55s (x57 over 52m) cluster-controller cluster component kafka-exporter is Stopped ------------------------------------------------------------------------------------------------------------------ check pod status  `kbcli cluster list-instances kafka-doovpd --namespace ns-uegpn `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME kafka-doovpd-kafka-broker-0 ns-uegpn kafka-doovpd kafka-broker CrashLoopBackOff 0 600m / 600m 1181116006400m / 1181116006400m data:8Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 10:19 UTC+0800 metadata:5Gi pod_status:CrashLoopBackOff(B pod_status:CrashLoopBackOff(B pod_status:CrashLoopBackOff(B pod_status:CrashLoopBackOff(B pod_status:CrashLoopBackOff(B pod_status:CrashLoopBackOff(B pod_status:CrashLoopBackOff(B pod_status:CrashLoopBackOff(B pod_status:CrashLoopBackOff(B pod_status:CrashLoopBackOff(B pod_status:CrashLoopBackOff(B pod_status:CrashLoopBackOff(B pod_status:CrashLoopBackOff(B pod_status:CrashLoopBackOff(B pod_status:CrashLoopBackOff(B pod_status:CrashLoopBackOff(B pod_status:CrashLoopBackOff(B pod_status:CrashLoopBackOff(B pod_status:CrashLoopBackOff(B pod_status:CrashLoopBackOff(B pod_status:CrashLoopBackOff(B pod_status:CrashLoopBackOff(B pod_status:CrashLoopBackOff(B pod_status:CrashLoopBackOff(B check pod status done(B check cluster status again cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B check cluster status again timeout(B cluster topics backup  `kubectl get backuprepo backuprepo-kbcli-test -o jsonpath="{.spec.credential.name}"`(B   `kubectl get backuprepo backuprepo-kbcli-test -o jsonpath="{.spec.credential.namespace}"`(B   `kubectl get secrets kb-backuprepo-pn64t -n kb-wrwyg -o jsonpath="{.data.accessKeyId}"`(B   `kubectl get secrets kb-backuprepo-pn64t -n kb-wrwyg -o jsonpath="{.data.secretAccessKey}"`(B  KUBEBLOCKS NAMESPACE:kb-wrwyg get kubeblocks namespace done(B  `kubectl get secrets -l app.kubernetes.io/instance=kbcli-test-minio --namespace kb-wrwyg -o jsonpath="{.items[0].data.root-user}"`(B   `kubectl get secrets -l app.kubernetes.io/instance=kbcli-test-minio --namespace kb-wrwyg -o jsonpath="{.items[0].data.root-password}"`(B  minio_user:kbclitest,minio_password:kbclitest,minio_endpoint:kbcli-test-minio.kb-wrwyg.svc.cluster.local:9000 list minio bucket kbcli-test  `echo 'mc alias set minioserver http://kbcli-test-minio.kb-wrwyg.svc.cluster.local:9000 kbclitest kbclitest;mc ls minioserver' | kubectl exec -it kbcli-test-minio-546f6447c7-cvf8k --namespace kb-wrwyg -- bash`(B  list minio bucket done(B default backuprepo:backuprepo-kbcli-test exists(B  `kbcli cluster backup kafka-doovpd --method topics --namespace ns-uegpn `(B  Backup backup-ns-uegpn-kafka-doovpd-20260212111534 created successfully, you can view the progress: kbcli cluster list-backups --names=backup-ns-uegpn-kafka-doovpd-20260212111534 -n ns-uegpn check backup status  `kbcli cluster list-backups kafka-doovpd --namespace ns-uegpn `(B  NAME NAMESPACE SOURCE-CLUSTER METHOD STATUS TOTAL-SIZE DURATION DELETION-POLICY CREATE-TIME COMPLETION-TIME EXPIRATION backup-ns-uegpn-kafka-doovpd-20260212111534 ns-uegpn kafka-doovpd topics Failed Delete Feb 12,2026 11:15 UTC+0800 topics backup Failed(B --------------------------------------get backup backup-ns-uegpn-kafka-doovpd-20260212111534 yaml--------------------------------------  `kubectl get backup backup-ns-uegpn-kafka-doovpd-20260212111534 -o yaml --namespace ns-uegpn `(B  apiVersion: dataprotection.kubeblocks.io/v1alpha1 kind: Backup metadata: creationTimestamp: "2026-02-12T03:15:35Z" generation: 1 labels: app.kubernetes.io/instance: kafka-doovpd operations.kubeblocks.io/ops-name: backup-ns-uegpn-kafka-doovpd-20260212111534 operations.kubeblocks.io/ops-type: Backup name: backup-ns-uegpn-kafka-doovpd-20260212111534 namespace: ns-uegpn resourceVersion: "139250" uid: fa143a38-4315-4fb8-b862-5b68a080bfc7 spec: backupMethod: topics backupPolicyName: kafka-doovpd-kafka-broker-backup-policy deletionPolicy: Delete status: failureReason: failed to get target pods by backup policy ns-uegpn/kafka-doovpd-kafka-broker-backup-policy phase: Failed ------------------------------------------------------------------------------------------------------------------ --------------------------------------describe backup backup-ns-uegpn-kafka-doovpd-20260212111534--------------------------------------  `kubectl describe backup backup-ns-uegpn-kafka-doovpd-20260212111534 --namespace ns-uegpn `(B  Name: backup-ns-uegpn-kafka-doovpd-20260212111534 Namespace: ns-uegpn Labels: app.kubernetes.io/instance=kafka-doovpd operations.kubeblocks.io/ops-name=backup-ns-uegpn-kafka-doovpd-20260212111534 operations.kubeblocks.io/ops-type=Backup Annotations: API Version: dataprotection.kubeblocks.io/v1alpha1 Kind: Backup Metadata: Creation Timestamp: 2026-02-12T03:15:35Z Generation: 1 Resource Version: 139250 UID: fa143a38-4315-4fb8-b862-5b68a080bfc7 Spec: Backup Method: topics Backup Policy Name: kafka-doovpd-kafka-broker-backup-policy Deletion Policy: Delete Status: Failure Reason: failed to get target pods by backup policy ns-uegpn/kafka-doovpd-kafka-broker-backup-policy Phase: Failed Events: Type Reason Age From Message ---- ------ ---- ---- ------- Warning ReconcileFailed 2s backup-controller Reconciling failed, error: failed to get target pods by backup policy ns-uegpn/kafka-doovpd-kafka-broker-backup-policy ------------------------------------------------------------------------------------------------------------------  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge backups backup-ns-uegpn-kafka-doovpd-20260212111534 --namespace ns-uegpn `(B  backup.dataprotection.kubeblocks.io/backup-ns-uegpn-kafka-doovpd-20260212111534 patched (no change)  `kbcli cluster delete-backup kafka-doovpd --name backup-ns-uegpn-kafka-doovpd-20260212111534 --force --auto-approve --namespace ns-uegpn `(B  Backup backup-ns-uegpn-kafka-doovpd-20260212111534 deleted  `kbcli cluster backup kafka-doovpd --method topics --namespace ns-uegpn `(B  Backup backup-ns-uegpn-kafka-doovpd-20260212111538 created successfully, you can view the progress: kbcli cluster list-backups --names=backup-ns-uegpn-kafka-doovpd-20260212111538 -n ns-uegpn check backup status failure(B backup_status:backup-ns-uegpn-kafka-doovpd-20260212111534 ns-uegpn kafka-doovpd topics Failed Delete Feb 12,2026 11:15 UTC+0800 (B cluster restore backup delete cluster kafka-doovpd-backup  `kbcli cluster delete kafka-doovpd-backup --auto-approve --namespace ns-uegpn `(B  delete cluster pod done(B check cluster resource non-exist OK: pvc(B delete cluster done(B cluster delete backup  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge backups backup-ns-uegpn-kafka-doovpd-20260212111538 --namespace ns-uegpn `(B  backup.dataprotection.kubeblocks.io/backup-ns-uegpn-kafka-doovpd-20260212111538 patched (no change)  `kbcli cluster delete-backup kafka-doovpd --name backup-ns-uegpn-kafka-doovpd-20260212111538 --force --auto-approve --namespace ns-uegpn `(B  Backup backup-ns-uegpn-kafka-doovpd-20260212111538 deleted  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations backup-ns-uegpn-kafka-doovpd-20260212111534 --namespace ns-uegpn `(B  opsrequest.operations.kubeblocks.io/backup-ns-uegpn-kafka-doovpd-20260212111534 patched  `kbcli cluster delete-ops --name backup-ns-uegpn-kafka-doovpd-20260212111534 --force --auto-approve --namespace ns-uegpn `(B  OpsRequest backup-ns-uegpn-kafka-doovpd-20260212111534 deleted  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations backup-ns-uegpn-kafka-doovpd-20260212111538 --namespace ns-uegpn `(B  opsrequest.operations.kubeblocks.io/backup-ns-uegpn-kafka-doovpd-20260212111538 patched  `kbcli cluster delete-ops --name backup-ns-uegpn-kafka-doovpd-20260212111538 --force --auto-approve --namespace ns-uegpn `(B  OpsRequest backup-ns-uegpn-kafka-doovpd-20260212111538 deleted  `kubectl get secrets -l app.kubernetes.io/instance=kafka-doovpd`(B  set secret: kafka-doovpd-kafka-broker-account-client  `kubectl get secrets kafka-doovpd-kafka-broker-account-client -o jsonpath="{.data.username}"`(B   `kubectl get secrets kafka-doovpd-kafka-broker-account-client -o jsonpath="{.data.password}"`(B   `kubectl get secrets kafka-doovpd-kafka-broker-account-client -o jsonpath="{.data.port}"`(B  DB_USERNAME:client;DB_PASSWORD:iDRw4u866127Rbx9;DB_PORT:9092;DB_DATABASE:(B create kafka-producer pod kafka-doovpd-kafka-producer  `kubectl run --namespace ns-uegpn kafka-doovpd-kafka-producer --restart='Never' --image docker.io/apecloud/kafka:3.3.2-debian-11-r54 --command -- sleep infinity`(B  pod/kafka-doovpd-kafka-producer created check pod status pod_status:NAME READY STATUS RESTARTS AGE kafka-doovpd-kafka-producer 0/1 ContainerCreating 0 0s(B check pod kafka-doovpd-kafka-producer status done(B  `kubectl wait --for=condition=Ready pod kafka-doovpd-kafka-producer --namespace ns-uegpn`(B  pod/kafka-doovpd-kafka-producer condition met pod_status:NAME READY STATUS RESTARTS AGE kafka-doovpd-kafka-producer 1/1 Running 0 4s(B create kafka-consumer pod kafka-doovpd-kafka-consumer  `kubectl run --namespace ns-uegpn kafka-doovpd-kafka-consumer --restart='Never' --image docker.io/apecloud/kafka:3.3.2-debian-11-r54 --command -- sleep infinity`(B  pod/kafka-doovpd-kafka-consumer created check pod status pod_status:NAME READY STATUS RESTARTS AGE kafka-doovpd-kafka-consumer 0/1 ContainerCreating 0 0s(B check pod kafka-doovpd-kafka-consumer status done(B  `kubectl wait --for=condition=Ready pod kafka-doovpd-kafka-consumer --namespace ns-uegpn`(B  pod/kafka-doovpd-kafka-consumer condition met pod_status:NAME READY STATUS RESTARTS AGE kafka-doovpd-kafka-consumer 1/1 Running 0 5s(B  `kafka-topics.sh --create --topic topic-eboal --bootstrap-server kafka-doovpd-kafka-broker-advertised-listener-0.ns-uegpn.svc.cluster.local:9092`(B  exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec return message:Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics exec timeout(B  `echo 'kbcli test msg:eboal' | kafka-console-producer.sh --topic topic-eboal --bootstrap-server kafka-doovpd-kafka-broker-advertised-listener-0.ns-uegpn.svc.cluster.local:9092`(B  exec return message:  `kafka-console-consumer.sh --from-beginning --timeout-ms 10000 --max-messages 1 --topic topic-eboal --bootstrap-server kafka-doovpd-kafka-broker-advertised-listener-0.ns-uegpn.svc.cluster.local:9092`(B  exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: exec return msg: [Error] producer msg:[kbcli test msg:eboal] not equal consumer msg:[](B  `kubectl delete pod kafka-doovpd-kafka-producer kafka-doovpd-kafka-consumer --force --namespace ns-uegpn `(B  pod "kafka-doovpd-kafka-producer" force deleted pod "kafka-doovpd-kafka-consumer" force deleted cluster list-logs  `kbcli cluster list-logs kafka-doovpd --namespace ns-uegpn `(B  cluster logs  `kbcli cluster logs kafka-doovpd --tail 30 --namespace ns-uegpn `(B  at org.apache.kafka.clients.NetworkClient.initiateConnect(NetworkClient.java:1075) at org.apache.kafka.clients.NetworkClient.ready(NetworkClient.java:321) at org.apache.kafka.server.util.InterBrokerSendThread.sendRequests(InterBrokerSendThread.java:146) at org.apache.kafka.server.util.InterBrokerSendThread.pollOnce(InterBrokerSendThread.java:109) at org.apache.kafka.server.util.InterBrokerSendThread.doWork(InterBrokerSendThread.java:137) at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:136) [2026-02-12 04:35:01,216] INFO [MetadataLoader id=100] initializeNewPublishers: the loader is still catching up because we still don't know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader) [2026-02-12 04:35:01,317] INFO [MetadataLoader id=100] initializeNewPublishers: the loader is still catching up because we still don't know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader) [2026-02-12 04:35:01,418] INFO [MetadataLoader id=100] initializeNewPublishers: the loader is still catching up because we still don't know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader) [2026-02-12 04:35:01,518] INFO [MetadataLoader id=100] initializeNewPublishers: the loader is still catching up because we still don't know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader) [2026-02-12 04:35:01,619] INFO [MetadataLoader id=100] initializeNewPublishers: the loader is still catching up because we still don't know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader) [2026-02-12 04:35:01,646] WARN [RaftManager id=100] Error connecting to node kafka-doovpd-kafka-controller-0.kafka-doovpd-kafka-controller-headless.ns-uegpn.svc.cluster.local:9093 (id: 0 rack: null) (org.apache.kafka.clients.NetworkClient) java.net.UnknownHostException: kafka-doovpd-kafka-controller-0.kafka-doovpd-kafka-controller-headless.ns-uegpn.svc.cluster.local at java.base/java.net.InetAddress$CachedAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.kafka.clients.DefaultHostResolver.resolve(DefaultHostResolver.java:27) at org.apache.kafka.clients.ClientUtils.resolve(ClientUtils.java:125) at org.apache.kafka.clients.ClusterConnectionStates$NodeConnectionState.resolveAddresses(ClusterConnectionStates.java:536) at org.apache.kafka.clients.ClusterConnectionStates$NodeConnectionState.currentAddress(ClusterConnectionStates.java:511) at org.apache.kafka.clients.ClusterConnectionStates$NodeConnectionState.access$200(ClusterConnectionStates.java:466) at org.apache.kafka.clients.ClusterConnectionStates.currentAddress(ClusterConnectionStates.java:173) at org.apache.kafka.clients.NetworkClient.initiateConnect(NetworkClient.java:1075) at org.apache.kafka.clients.NetworkClient.ready(NetworkClient.java:321) at org.apache.kafka.server.util.InterBrokerSendThread.sendRequests(InterBrokerSendThread.java:146) at org.apache.kafka.server.util.InterBrokerSendThread.pollOnce(InterBrokerSendThread.java:109) at org.apache.kafka.server.util.InterBrokerSendThread.doWork(InterBrokerSendThread.java:137) at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:136) [2026-02-12 04:35:01,719] INFO [MetadataLoader id=100] initializeNewPublishers: the loader is still catching up because we still don't know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader) delete cluster kafka-doovpd  `kbcli cluster delete kafka-doovpd --auto-approve --namespace ns-uegpn `(B  pod_info:kafka-doovpd-kafka-broker-0 1/2 Running 27 (5m26s ago) 135m Cluster kafka-doovpd deleted delete cluster pod done(B check cluster resource non-exist OK: pvc(B delete cluster done(B Kafka Test Suite All Done!(B Test Engine: kafka Test Type: 7 --------------------------------------Kafka 3.9.0 (Topology = separated_monitor Replicas 1) Test Result-------------------------------------- [PASSED]|[Create]|[Topology=separated_monitor;ComponentDefinition=kafka27-broker-1.0.2;ComponentVersion=kafka-broker;ServiceVersion=3.9.0;]|[Description=Create a cluster with the specified topology separated_monitor with the specified component definition kafka27-broker-1.0.2 and component version kafka-broker and service version 3.9.0](B [PASSED]|[RebuildInstance]|[ComponentName=kafka-broker]|[Description=Rebuild the cluster instance specify component kafka-broker](B [PASSED]|[VerticalScaling]|[ComponentName=kafka-broker]|[Description=VerticalScaling the cluster specify component kafka-broker](B [PASSED]|[NoFailover]|[HA=Connection Stress;ComponentName=kafka-broker]|[Description=Simulates conditions where pods experience connection stress either due to expected/undesired processes thereby testing the application's resilience to potential slowness/unavailability of some replicas due to high Connection load.](B [PASSED]|[VolumeExpansion]|[ComponentName=kafka-broker]|[Description=VolumeExpansion the cluster specify component kafka-broker](B [PASSED]|[Restart]|[-]|[Description=Restart the cluster](B [PASSED]|[NoFailover]|[HA=Delete Pod;ComponentName=kafka-broker]|[Description=Simulates conditions where pods terminating forced/graceful thereby testing deployment sanity (replica availability & uninterrupted service) and recovery workflow of the application.](B [PASSED]|[Update]|[Monitor=true]|[Description=Update the cluster Monitor enable](B [PASSED]|[NoFailover]|[HA=Kill 1;ComponentName=kafka-broker]|[Description=Simulates conditions where process 1 killed either due to expected/undesired processes thereby testing the application's resilience to unavailability of some replicas due to abnormal termination signals.](B [PASSED]|[Stop]|[-]|[Description=Stop the cluster](B [FAILED]|[Start]|[-]|[Description=Start the cluster](B [FAILED]|[Update]|[TerminationPolicy=WipeOut]|[Description=Update the cluster TerminationPolicy WipeOut](B [FAILED]|[Backup]|[BackupMethod=topics]|[Description=The cluster topics Backup](B [FAILED]|[Restore]|[BackupMethod=topics]|[Description=The cluster topics Restore](B [PASSED]|[Delete Restore Cluster]|[BackupMethod=topics]|[Description=Delete the topics restore cluster](B [FAILED]|[Connect]|[Endpoints=true]|[Description=Connect to the cluster](B [PASSED]|[Delete]|[-]|[Description=Delete the cluster](B [END]