https://github.com/apecloud/apecloud-cd/actions/runs/21930226630 previous_version: kubeblocks_version:1.0.2 bash test/kbcli/test_kbcli_1.0.sh --type 34 --version 1.0.2 --service-version 6 --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-bfavd `(B   `kubectl create namespace ns-bfavd`(B  namespace/ns-bfavd created create namespace ns-bfavd 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:tidb set component version set component version:tidb set service versions:8.4.0,7.5.2,7.1.5,6.5.12 set service versions sorted:6.5.12,7.1.5,7.5.2,8.4.0 set tidb component definition set tidb component definition tidb-pd-7-1.0.2 REPORT_COUNT 0:0 set replicas first:2,6.5.12|2,7.1.5|2,7.5.2|2,8.4.0 set replicas second max again:2,6.5.12 REPORT_COUNT 2:1 CLUSTER_TOPOLOGY:cluster cluster definition topology: cluster topology cluster found in cluster definition tidb set tidb component definition set tidb component definition tidb-7-1.0.2 LIMIT_CPU:0.5 LIMIT_MEMORY:3 storage size: 20 CLUSTER_NAME:tidb-zpjyms pod_info: termination_policy:WipeOut create 2 replica WipeOut tidb cluster check component definition set component definition by component version check cmpd by labels check cmpd by compDefs set component definition: tidb-7-1.0.2 by component version:tidb apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: name: tidb-zpjyms namespace: ns-bfavd spec: clusterDef: tidb topology: cluster terminationPolicy: WipeOut componentSpecs: - name: tidb replicas: 2 serviceVersion: 6.5.12 disableExporter: false resources: requests: cpu: 500m memory: 3Gi limits: cpu: 500m memory: 3Gi - name: tikv replicas: 1 serviceVersion: 6.5.12 disableExporter: false resources: requests: cpu: 500m memory: 3Gi limits: cpu: 500m memory: 3Gi volumeClaimTemplates: - name: data spec: storageClassName: accessModes: - ReadWriteOnce resources: requests: storage: 20Gi - name: tidb-pd replicas: 2 serviceVersion: 6.5.12 disableExporter: false resources: requests: cpu: 500m memory: 3Gi limits: cpu: 500m memory: 3Gi volumeClaimTemplates: - name: data spec: storageClassName: accessModes: - ReadWriteOnce resources: requests: storage: 20Gi  `kubectl apply -f test_create_tidb-zpjyms.yaml`(B  cluster.apps.kubeblocks.io/tidb-zpjyms created apply test_create_tidb-zpjyms.yaml Success(B  `rm -rf test_create_tidb-zpjyms.yaml`(B  check cluster status  `kbcli cluster list tidb-zpjyms --show-labels --namespace ns-bfavd `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS tidb-zpjyms ns-bfavd tidb WipeOut Creating Feb 12,2026 09:59 UTC+0800 clusterdefinition.kubeblocks.io/name=tidb 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 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:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances tidb-zpjyms --namespace ns-bfavd `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME tidb-zpjyms-tidb-0 ns-bfavd tidb-zpjyms tidb Running 0 500m / 500m 3Gi / 3Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:04 UTC+0800 tidb-zpjyms-tidb-1 ns-bfavd tidb-zpjyms tidb Running 0 500m / 500m 3Gi / 3Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 10:04 UTC+0800 tidb-zpjyms-tidb-pd-0 ns-bfavd tidb-zpjyms tidb-pd Running leader 0 500m / 500m 3Gi / 3Gi data:20Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 09:59 UTC+0800 tidb-zpjyms-tidb-pd-1 ns-bfavd tidb-zpjyms tidb-pd Running follower 0 500m / 500m 3Gi / 3Gi data:20Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:01 UTC+0800 tidb-zpjyms-tikv-0 ns-bfavd tidb-zpjyms tikv Running 0 500m / 500m 3Gi / 3Gi data:20Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 10:03 UTC+0800 check pod status done(B check cluster role check cluster role done(B leader(B: tidb-zpjyms-tidb-pd-0;follower(B: tidb-zpjyms-tidb-pd-1 connect unsupported engine type: tidb tidb-7-1.0.2  `kubectl get secrets -l app.kubernetes.io/instance=tidb-zpjyms`(B  set secret: tidb-zpjyms-tidb-account-root  `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:lLnB1mC8mKX2q3W9;DB_PORT:4000;DB_DATABASE:(B check pod tidb-zpjyms-tidb-0 container_name tidb exist password lLnB1mC8mKX2q3W9(B check pod tidb-zpjyms-tidb-0 container_name slowlog exist password lLnB1mC8mKX2q3W9(B check pod tidb-zpjyms-tidb-0 container_name kbagent exist password lLnB1mC8mKX2q3W9(B No container logs contain secret password.(B describe cluster  `kbcli cluster describe tidb-zpjyms --namespace ns-bfavd `(B  Name: tidb-zpjyms Created Time: Feb 12,2026 09:59 UTC+0800 NAMESPACE CLUSTER-DEFINITION TOPOLOGY STATUS TERMINATION-POLICY ns-bfavd tidb cluster Running WipeOut Endpoints: COMPONENT INTERNAL EXTERNAL tidb-pd tidb-zpjyms-tidb-pd.ns-bfavd.svc.cluster.local:2379 tidb-zpjyms-tidb-pd.ns-bfavd.svc.cluster.local:2380 tikv tidb-zpjyms-tikv.ns-bfavd.svc.cluster.local:20160 tidb-zpjyms-tikv.ns-bfavd.svc.cluster.local:20180 tidb tidb-zpjyms-tidb.ns-bfavd.svc.cluster.local:4000 tidb-zpjyms-tidb.ns-bfavd.svc.cluster.local:10080 Topology: COMPONENT SERVICE-VERSION INSTANCE ROLE STATUS AZ NODE CREATED-TIME tidb 6.5.12 tidb-zpjyms-tidb-0 Running 0 aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:04 UTC+0800 tidb 6.5.12 tidb-zpjyms-tidb-1 Running 0 aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 10:04 UTC+0800 tidb-pd 6.5.12 tidb-zpjyms-tidb-pd-0 leader Running 0 aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 09:59 UTC+0800 tidb-pd 6.5.12 tidb-zpjyms-tidb-pd-1 follower Running 0 aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:01 UTC+0800 tikv 6.5.12 tidb-zpjyms-tikv-0 Running 0 aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 10:03 UTC+0800 Resources Allocation: COMPONENT INSTANCE-TEMPLATE CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE-SIZE STORAGE-CLASS tidb-pd 500m / 500m 3Gi / 3Gi data:20Gi default tikv 500m / 500m 3Gi / 3Gi data:20Gi default tidb 500m / 500m 3Gi / 3Gi Images: COMPONENT COMPONENT-DEFINITION IMAGE tidb-pd tidb-pd-7-1.0.2 docker.io/apecloud/pd:v6.5.12 docker.io/apecloud/kubeblocks-tools:1.0.2 tikv tikv-7-1.0.2 docker.io/apecloud/tikv:v6.5.12 docker.io/apecloud/pd:v6.5.12 tidb tidb-7-1.0.2 docker.io/apecloud/tidb:v6.5.12 docker.io/apecloud/busybox:1.35 docker.io/apecloud/alpine-mysql-client:15.1 Data Protection: BACKUP-REPO AUTO-BACKUP BACKUP-SCHEDULE BACKUP-METHOD BACKUP-RETENTION RECOVERABLE-TIME Show cluster events: kbcli cluster list-events -n ns-bfavd tidb-zpjyms  `kbcli cluster label tidb-zpjyms app.kubernetes.io/instance- --namespace ns-bfavd `(B  label "app.kubernetes.io/instance" not found.  `kbcli cluster label tidb-zpjyms app.kubernetes.io/instance=tidb-zpjyms --namespace ns-bfavd `(B   `kbcli cluster label tidb-zpjyms --list --namespace ns-bfavd `(B  NAME NAMESPACE LABELS tidb-zpjyms ns-bfavd app.kubernetes.io/instance=tidb-zpjyms clusterdefinition.kubeblocks.io/name=tidb label cluster app.kubernetes.io/instance=tidb-zpjyms Success(B  `kbcli cluster label case.name=kbcli.test1 -l app.kubernetes.io/instance=tidb-zpjyms --namespace ns-bfavd `(B   `kbcli cluster label tidb-zpjyms --list --namespace ns-bfavd `(B  NAME NAMESPACE LABELS tidb-zpjyms ns-bfavd app.kubernetes.io/instance=tidb-zpjyms case.name=kbcli.test1 clusterdefinition.kubeblocks.io/name=tidb label cluster case.name=kbcli.test1 Success(B  `kbcli cluster label tidb-zpjyms case.name=kbcli.test2 --overwrite --namespace ns-bfavd `(B   `kbcli cluster label tidb-zpjyms --list --namespace ns-bfavd `(B  NAME NAMESPACE LABELS tidb-zpjyms ns-bfavd app.kubernetes.io/instance=tidb-zpjyms case.name=kbcli.test2 clusterdefinition.kubeblocks.io/name=tidb label cluster case.name=kbcli.test2 Success(B  `kbcli cluster label tidb-zpjyms case.name- --namespace ns-bfavd `(B   `kbcli cluster label tidb-zpjyms --list --namespace ns-bfavd `(B  NAME NAMESPACE LABELS tidb-zpjyms ns-bfavd app.kubernetes.io/instance=tidb-zpjyms clusterdefinition.kubeblocks.io/name=tidb delete cluster label case.name Success(B cluster connect create mysql-client pod tidb-zpjyms-mysql-client  `kubectl run --namespace ns-bfavd tidb-zpjyms-mysql-client --restart='Never' --image docker.io/apecloud/mysql-client:latest --command -- sleep infinity`(B  pod/tidb-zpjyms-mysql-client created check pod status pod_status:NAME READY STATUS RESTARTS AGE tidb-zpjyms-mysql-client 0/1 ContainerCreating 0 1s(B check pod tidb-zpjyms-mysql-client status done(B  `kubectl wait --for=condition=Ready pod tidb-zpjyms-mysql-client --namespace ns-bfavd`(B  pod/tidb-zpjyms-mysql-client condition met pod_status:NAME READY STATUS RESTARTS AGE tidb-zpjyms-mysql-client 1/1 Running 0 5s(B  `kubectl get secrets -l app.kubernetes.io/instance=tidb-zpjyms`(B  set secret: tidb-zpjyms-tidb-account-root  `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:lLnB1mC8mKX2q3W9;DB_PORT:4000;DB_DATABASE:(B  `echo "echo 'select 1;' | mysql -htidb-zpjyms-tidb.ns-bfavd.svc.cluster.local -P4000 -uroot -p'lLnB1mC8mKX2q3W9'" | kubectl exec -it tidb-zpjyms-mysql-client --namespace ns-bfavd -- sh `(B  1 1 connect cluster Success(B insert batch data by db client  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-executionloop-tidb-zpjyms --namespace ns-bfavd `(B   `kubectl get secrets -l app.kubernetes.io/instance=tidb-zpjyms`(B  set secret: tidb-zpjyms-tidb-account-root  `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:lLnB1mC8mKX2q3W9;DB_PORT:4000;DB_DATABASE:(B apiVersion: v1 kind: Pod metadata: name: test-db-client-executionloop-tidb-zpjyms namespace: ns-bfavd spec: containers: - name: test-dbclient imagePullPolicy: IfNotPresent image: docker.io/apecloud/dbclient:test args: - "--host" - "tidb-zpjyms-tidb.ns-bfavd.svc.cluster.local" - "--user" - "root" - "--password" - "lLnB1mC8mKX2q3W9" - "--port" - "4000" - "--dbtype" - "tidb" - "--test" - "executionloop" - "--duration" - "60" - "--interval" - "1" restartPolicy: Never  `kubectl apply -f test-db-client-executionloop-tidb-zpjyms.yaml`(B  pod/test-db-client-executionloop-tidb-zpjyms created apply test-db-client-executionloop-tidb-zpjyms.yaml Success(B  `rm -rf test-db-client-executionloop-tidb-zpjyms.yaml`(B  check pod status pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-tidb-zpjyms 1/1 Running 0 5s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-tidb-zpjyms 1/1 Running 0 9s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-tidb-zpjyms 1/1 Running 0 15s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-tidb-zpjyms 1/1 Running 0 20s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-tidb-zpjyms 1/1 Running 0 25s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-tidb-zpjyms 1/1 Running 0 31s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-tidb-zpjyms 1/1 Running 0 36s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-tidb-zpjyms 1/1 Running 0 41s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-tidb-zpjyms 1/1 Running 0 46s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-tidb-zpjyms 1/1 Running 0 52s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-tidb-zpjyms 1/1 Running 0 57s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-tidb-zpjyms 1/1 Running 0 62s(B check pod test-db-client-executionloop-tidb-zpjyms status done(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-tidb-zpjyms 0/1 Completed 0 67s(B check cluster status  `kbcli cluster list tidb-zpjyms --show-labels --namespace ns-bfavd `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS tidb-zpjyms ns-bfavd tidb WipeOut Running Feb 12,2026 09:59 UTC+0800 app.kubernetes.io/instance=tidb-zpjyms,clusterdefinition.kubeblocks.io/name=tidb check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances tidb-zpjyms --namespace ns-bfavd `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME tidb-zpjyms-tidb-0 ns-bfavd tidb-zpjyms tidb Running 0 500m / 500m 3Gi / 3Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:04 UTC+0800 tidb-zpjyms-tidb-1 ns-bfavd tidb-zpjyms tidb Running 0 500m / 500m 3Gi / 3Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 10:04 UTC+0800 tidb-zpjyms-tidb-pd-0 ns-bfavd tidb-zpjyms tidb-pd Running leader 0 500m / 500m 3Gi / 3Gi data:20Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 09:59 UTC+0800 tidb-zpjyms-tidb-pd-1 ns-bfavd tidb-zpjyms tidb-pd Running follower 0 500m / 500m 3Gi / 3Gi data:20Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:01 UTC+0800 tidb-zpjyms-tikv-0 ns-bfavd tidb-zpjyms tikv Running 0 500m / 500m 3Gi / 3Gi data:20Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 10:03 UTC+0800 check pod status done(B check cluster role check cluster role done(B leader(B: tidb-zpjyms-tidb-pd-0;follower(B: tidb-zpjyms-tidb-pd-1 connect unsupported engine type: tidb tidb-7-1.0.2 --host tidb-zpjyms-tidb.ns-bfavd.svc.cluster.local --user root --password lLnB1mC8mKX2q3W9 --port 4000 --dbtype tidb --test executionloop --duration 60 --interval 1 SLF4J(I): Connected with provider of type [ch.qos.logback.classic.spi.LogbackServiceProvider] Execution loop start: create databases executions_loop CREATE DATABASE IF NOT EXISTS executions_loop; drop table executions_loop_table DROP TABLE IF EXISTS executions_loop.executions_loop_table; create table executions_loop_table CREATE TABLE IF NOT EXISTS executions_loop.executions_loop_table (id INT PRIMARY KEY AUTO_INCREMENT, value VARCHAR(255), tinyint_col TINYINT, smallint_col SMALLINT, mediumint_col MEDIUMINT, int_col INT, bigint_col BIGINT, float_col FLOAT, double_col DOUBLE, decimal_col DECIMAL(10, 2), date_col DATE, time_col TIME, datetime_col DATETIME, timestamp_col TIMESTAMP, year_col YEAR, char_col CHAR(10), text_col TEXT, blob_col BLOB, binary_col BINARY(10), varbinary_col VARBINARY(255), enum_col ENUM('Option1', 'Option2', 'Option3'), set_col SET('Value1', 'Value2', 'Value3') ); Execution loop start:INSERT INTO executions_loop.executions_loop_table (value, tinyint_col, smallint_col, mediumint_col, int_col, bigint_col, float_col, double_col, decimal_col, date_col, time_col, datetime_col, timestamp_col, year_col, char_col, text_col, blob_col, binary_col, varbinary_col, enum_col, set_col) VALUES ('executions_loop_test_1', 93, 27131, 554814, 1665814388, 5232377611533668881, 0.04403931, 0.5013788425871057, 58.924798896707344, '2026-02-12', '02:06:00', '2026-02-12 02:06:00.079', CURRENT_TIMESTAMP, 2105, 'PFzzvzIJXd', 'u4r52UrCs3P8o0B6o5S08aRdjRK3hvBrZuYLZAphzU5ouPrdNiEmL8YTX4KqaSaBDyoovRwTXyl9vhXEmz21cCgkegxg3s5Sx3nGTFhk8TjGPokQBR4dSkUq6bpzuQ7LqwyfD0QsEfuJP9TZUSnca4nLpomuOIQTunDH0FusPx74knw3nqD4dnOWbApuVMK8sp0YwK88ficF6YmPjuihw0neNxWfab9ccsUULAWWRYbmaQkKyMrXj1wYXjnxMq8', UNHEX(REPLACE('04abf4a86dc04a13c742', ' ', '')), UNHEX(REPLACE('42cf2f417efb652c2a45', ' ', '')), UNHEX(REPLACE('fd7d281f8213c8beb4d36f196a86347d8025a787324092624b3a6e2ac5a656866ecc6b4cddf3211aeb2a2430fcb98e38f5c3e94a7f53edac6838eb714e26c7961704184bef3d861f21ad385809474476ac5ccf9898c26e48adcda9336324ece9ad32ec6f6fcf319db321bfb18954b123ae4d78d3204a844b18e788a0f859a211ac7965098a08c2ad601305720c1360c20901aafd6d5c5d074d871191d60ed3fdd3421c3d62260f1ccc58db0232db20d44ce97a8a0ba400bf1157de1a17a05fdba684e38a8a6d0775002d16b3309c97ad0e8ed1f236569ff9cec53488ac568709eb16dc858c24d518e8d7c710519a98ea67a808326355104c13ba7190d78dc1', ' ', '')), 'Option1', 'Value3' ); [ 1s ] executions total: 1 successful: 1 failed: 0 disconnect: 0 [ 2s ] executions total: 128 successful: 128 failed: 0 disconnect: 0 [ 3s ] executions total: 267 successful: 267 failed: 0 disconnect: 0 [ 4s ] executions total: 410 successful: 410 failed: 0 disconnect: 0 [ 5s ] executions total: 551 successful: 551 failed: 0 disconnect: 0 [ 6s ] executions total: 696 successful: 696 failed: 0 disconnect: 0 [ 7s ] executions total: 839 successful: 839 failed: 0 disconnect: 0 [ 8s ] executions total: 982 successful: 982 failed: 0 disconnect: 0 [ 9s ] executions total: 1121 successful: 1121 failed: 0 disconnect: 0 [ 10s ] executions total: 1267 successful: 1267 failed: 0 disconnect: 0 [ 11s ] executions total: 1401 successful: 1401 failed: 0 disconnect: 0 [ 12s ] executions total: 1544 successful: 1544 failed: 0 disconnect: 0 [ 13s ] executions total: 1687 successful: 1687 failed: 0 disconnect: 0 [ 14s ] executions total: 1826 successful: 1826 failed: 0 disconnect: 0 [ 15s ] executions total: 1969 successful: 1969 failed: 0 disconnect: 0 [ 16s ] executions total: 2109 successful: 2109 failed: 0 disconnect: 0 [ 17s ] executions total: 2244 successful: 2244 failed: 0 disconnect: 0 [ 18s ] executions total: 2374 successful: 2374 failed: 0 disconnect: 0 [ 19s ] executions total: 2514 successful: 2514 failed: 0 disconnect: 0 [ 20s ] executions total: 2658 successful: 2658 failed: 0 disconnect: 0 [ 21s ] executions total: 2796 successful: 2796 failed: 0 disconnect: 0 [ 22s ] executions total: 2932 successful: 2932 failed: 0 disconnect: 0 [ 23s ] executions total: 3077 successful: 3077 failed: 0 disconnect: 0 [ 24s ] executions total: 3214 successful: 3214 failed: 0 disconnect: 0 [ 25s ] executions total: 3363 successful: 3363 failed: 0 disconnect: 0 [ 26s ] executions total: 3503 successful: 3503 failed: 0 disconnect: 0 [ 27s ] executions total: 3645 successful: 3645 failed: 0 disconnect: 0 [ 28s ] executions total: 3787 successful: 3787 failed: 0 disconnect: 0 [ 29s ] executions total: 3929 successful: 3929 failed: 0 disconnect: 0 [ 30s ] executions total: 4064 successful: 4064 failed: 0 disconnect: 0 [ 31s ] executions total: 4207 successful: 4207 failed: 0 disconnect: 0 [ 32s ] executions total: 4346 successful: 4346 failed: 0 disconnect: 0 [ 33s ] executions total: 4484 successful: 4484 failed: 0 disconnect: 0 [ 34s ] executions total: 4628 successful: 4628 failed: 0 disconnect: 0 [ 35s ] executions total: 4769 successful: 4769 failed: 0 disconnect: 0 [ 36s ] executions total: 4907 successful: 4907 failed: 0 disconnect: 0 [ 37s ] executions total: 5044 successful: 5044 failed: 0 disconnect: 0 [ 38s ] executions total: 5179 successful: 5179 failed: 0 disconnect: 0 [ 39s ] executions total: 5320 successful: 5320 failed: 0 disconnect: 0 [ 40s ] executions total: 5461 successful: 5461 failed: 0 disconnect: 0 [ 41s ] executions total: 5604 successful: 5604 failed: 0 disconnect: 0 [ 42s ] executions total: 5750 successful: 5750 failed: 0 disconnect: 0 [ 43s ] executions total: 5896 successful: 5896 failed: 0 disconnect: 0 [ 44s ] executions total: 6029 successful: 6029 failed: 0 disconnect: 0 [ 45s ] executions total: 6164 successful: 6164 failed: 0 disconnect: 0 [ 46s ] executions total: 6307 successful: 6307 failed: 0 disconnect: 0 [ 47s ] executions total: 6445 successful: 6445 failed: 0 disconnect: 0 [ 48s ] executions total: 6589 successful: 6589 failed: 0 disconnect: 0 [ 49s ] executions total: 6729 successful: 6729 failed: 0 disconnect: 0 [ 50s ] executions total: 6866 successful: 6866 failed: 0 disconnect: 0 [ 51s ] executions total: 6998 successful: 6998 failed: 0 disconnect: 0 [ 52s ] executions total: 7135 successful: 7135 failed: 0 disconnect: 0 [ 53s ] executions total: 7274 successful: 7274 failed: 0 disconnect: 0 [ 54s ] executions total: 7411 successful: 7411 failed: 0 disconnect: 0 [ 55s ] executions total: 7548 successful: 7548 failed: 0 disconnect: 0 [ 56s ] executions total: 7690 successful: 7690 failed: 0 disconnect: 0 [ 57s ] executions total: 7832 successful: 7832 failed: 0 disconnect: 0 [ 58s ] executions total: 7976 successful: 7976 failed: 0 disconnect: 0 [ 59s ] executions total: 8122 successful: 8122 failed: 0 disconnect: 0 [ 60s ] executions total: 8213 successful: 8213 failed: 0 disconnect: 0 Test Result: Total Executions: 8213 Successful Executions: 8213 Failed Executions: 0 Disconnection Counts: 0 Connection Information: Database Type: tidb Host: tidb-zpjyms-tidb.ns-bfavd.svc.cluster.local Port: 4000 Database: Table: User: root Org: Access Mode: mysql Test Type: executionloop Query: Duration: 60 seconds Interval: 1 seconds DB_CLIENT_BATCH_DATA_COUNT: 8213  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-executionloop-tidb-zpjyms --namespace ns-bfavd `(B  pod/test-db-client-executionloop-tidb-zpjyms patched (no change) pod "test-db-client-executionloop-tidb-zpjyms" force deleted check component tidb exists  `kubectl get components -l app.kubernetes.io/instance=tidb-zpjyms,apps.kubeblocks.io/component-name=tidb --namespace ns-bfavd | (grep "tidb" || true )`(B  check component tikv exists  `kubectl get components -l app.kubernetes.io/instance=tidb-zpjyms,apps.kubeblocks.io/component-name=tikv --namespace ns-bfavd | (grep "tikv" || true )`(B  cluster restart check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster restart tidb-zpjyms --auto-approve --force=true --components tidb,tikv --namespace ns-bfavd `(B  OpsRequest tidb-zpjyms-restart-prrz6 created successfully, you can view the progress: kbcli cluster describe-ops tidb-zpjyms-restart-prrz6 -n ns-bfavd check ops status  `kbcli cluster list-ops tidb-zpjyms --status all --namespace ns-bfavd `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME tidb-zpjyms-restart-prrz6 ns-bfavd Restart tidb-zpjyms tidb,tikv Running 0/3 Feb 12,2026 10:07 UTC+0800 check cluster status  `kbcli cluster list tidb-zpjyms --show-labels --namespace ns-bfavd `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS tidb-zpjyms ns-bfavd tidb WipeOut Updating Feb 12,2026 09:59 UTC+0800 app.kubernetes.io/instance=tidb-zpjyms,clusterdefinition.kubeblocks.io/name=tidb 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: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 tidb-zpjyms --namespace ns-bfavd `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME tidb-zpjyms-tidb-0 ns-bfavd tidb-zpjyms tidb Running 0 500m / 500m 3Gi / 3Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:09 UTC+0800 tidb-zpjyms-tidb-1 ns-bfavd tidb-zpjyms tidb Running 0 500m / 500m 3Gi / 3Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 10:08 UTC+0800 tidb-zpjyms-tidb-pd-0 ns-bfavd tidb-zpjyms tidb-pd Running leader 0 500m / 500m 3Gi / 3Gi data:20Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 09:59 UTC+0800 tidb-zpjyms-tidb-pd-1 ns-bfavd tidb-zpjyms tidb-pd Running follower 0 500m / 500m 3Gi / 3Gi data:20Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:01 UTC+0800 tidb-zpjyms-tikv-0 ns-bfavd tidb-zpjyms tikv Running 0 500m / 500m 3Gi / 3Gi data:20Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 10:07 UTC+0800 check pod status done(B check cluster role check cluster role done(B leader(B: tidb-zpjyms-tidb-pd-0;follower(B: tidb-zpjyms-tidb-pd-1 connect unsupported engine type: tidb tidb-7-1.0.2 check ops status  `kbcli cluster list-ops tidb-zpjyms --status all --namespace ns-bfavd `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME tidb-zpjyms-restart-prrz6 ns-bfavd Restart tidb-zpjyms tidb,tikv Succeed 3/3 Feb 12,2026 10:07 UTC+0800 check ops status done(B ops_status:tidb-zpjyms-restart-prrz6 ns-bfavd Restart tidb-zpjyms tidb,tikv Succeed 3/3 Feb 12,2026 10:07 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations tidb-zpjyms-restart-prrz6 --namespace ns-bfavd `(B  opsrequest.operations.kubeblocks.io/tidb-zpjyms-restart-prrz6 patched  `kbcli cluster delete-ops --name tidb-zpjyms-restart-prrz6 --force --auto-approve --namespace ns-bfavd `(B  OpsRequest tidb-zpjyms-restart-prrz6 deleted  `kubectl get secrets -l app.kubernetes.io/instance=tidb-zpjyms`(B  set secret: tidb-zpjyms-tidb-account-root  `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:lLnB1mC8mKX2q3W9;DB_PORT:4000;DB_DATABASE:(B check db_client batch data count  `echo "echo \"select count(*) from executions_loop.executions_loop_table;\" | mysql -P4000 -htidb-zpjyms-tidb.ns-bfavd.svc.cluster.local -uroot -p'lLnB1mC8mKX2q3W9' " | kubectl exec -it tidb-zpjyms-mysql-client --namespace ns-bfavd -- sh `(B  check db_client batch [8213] equal [8213] data Success(B check component tikv exists  `kubectl get components -l app.kubernetes.io/instance=tidb-zpjyms,apps.kubeblocks.io/component-name=tikv --namespace ns-bfavd | (grep "tikv" || true )`(B  cluster tikv scale-out cluster tikv scale-out replicas: 4 check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster scale-out tidb-zpjyms --auto-approve --force=true --components tikv --replicas 2 --namespace ns-bfavd `(B  OpsRequest tidb-zpjyms-horizontalscaling-z6vkw created successfully, you can view the progress: kbcli cluster describe-ops tidb-zpjyms-horizontalscaling-z6vkw -n ns-bfavd check ops status  `kbcli cluster list-ops tidb-zpjyms --status all --namespace ns-bfavd `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME tidb-zpjyms-horizontalscaling-z6vkw ns-bfavd HorizontalScaling tidb-zpjyms tikv Running 0/2 Feb 12,2026 10:10 UTC+0800 check cluster status  `kbcli cluster list tidb-zpjyms --show-labels --namespace ns-bfavd `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS tidb-zpjyms ns-bfavd tidb WipeOut Updating Feb 12,2026 09:59 UTC+0800 app.kubernetes.io/instance=tidb-zpjyms,clusterdefinition.kubeblocks.io/name=tidb 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: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: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: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 [Error] check cluster status timeout(B --------------------------------------get cluster tidb-zpjyms yaml--------------------------------------  `kubectl get cluster tidb-zpjyms -o yaml --namespace ns-bfavd `(B  apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: annotations: kubeblocks.io/crd-api-version: apps.kubeblocks.io/v1 kubeblocks.io/ops-request: '[{"name":"tidb-zpjyms-horizontalscaling-z6vkw","type":"HorizontalScaling"}]' kubectl.kubernetes.io/last-applied-configuration: | {"apiVersion":"apps.kubeblocks.io/v1","kind":"Cluster","metadata":{"annotations":{},"name":"tidb-zpjyms","namespace":"ns-bfavd"},"spec":{"clusterDef":"tidb","componentSpecs":[{"disableExporter":false,"name":"tidb","replicas":2,"resources":{"limits":{"cpu":"500m","memory":"3Gi"},"requests":{"cpu":"500m","memory":"3Gi"}},"serviceVersion":"6.5.12"},{"disableExporter":false,"name":"tikv","replicas":1,"resources":{"limits":{"cpu":"500m","memory":"3Gi"},"requests":{"cpu":"500m","memory":"3Gi"}},"serviceVersion":"6.5.12","volumeClaimTemplates":[{"name":"data","spec":{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"20Gi"}},"storageClassName":null}}]},{"disableExporter":false,"name":"tidb-pd","replicas":2,"resources":{"limits":{"cpu":"500m","memory":"3Gi"},"requests":{"cpu":"500m","memory":"3Gi"}},"serviceVersion":"6.5.12","volumeClaimTemplates":[{"name":"data","spec":{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"20Gi"}},"storageClassName":null}}]}],"terminationPolicy":"WipeOut","topology":"cluster"}} creationTimestamp: "2026-02-12T01:59:17Z" finalizers: - cluster.kubeblocks.io/finalizer generation: 4 labels: app.kubernetes.io/instance: tidb-zpjyms clusterdefinition.kubeblocks.io/name: tidb name: tidb-zpjyms namespace: ns-bfavd resourceVersion: "31942" uid: f6c8406f-dd26-4dd5-9651-478440b56a74 spec: clusterDef: tidb componentSpecs: - componentDef: tidb-pd-7-1.0.2 disableExporter: false name: tidb-pd podUpdatePolicy: PreferInPlace replicas: 2 resources: limits: cpu: 500m memory: 3Gi requests: cpu: 500m memory: 3Gi serviceVersion: 6.5.12 volumeClaimTemplates: - name: data spec: accessModes: - ReadWriteOnce resources: requests: storage: 20Gi - annotations: kubeblocks.io/restart: "2026-02-12T02:07:10Z" componentDef: tikv-7-1.0.2 disableExporter: false name: tikv podUpdatePolicy: PreferInPlace replicas: 3 resources: limits: cpu: 500m memory: 3Gi requests: cpu: 500m memory: 3Gi serviceVersion: 6.5.12 volumeClaimTemplates: - name: data spec: accessModes: - ReadWriteOnce resources: requests: storage: 20Gi - annotations: kubeblocks.io/restart: "2026-02-12T02:07:10Z" componentDef: tidb-7-1.0.2 disableExporter: false name: tidb podUpdatePolicy: PreferInPlace replicas: 2 resources: limits: cpu: 500m memory: 3Gi requests: cpu: 500m memory: 3Gi serviceVersion: 6.5.12 terminationPolicy: WipeOut topology: cluster status: components: tidb: observedGeneration: 3 phase: Running tidb-pd: observedGeneration: 4 phase: Running upToDate: true tikv: observedGeneration: 4 phase: Updating upToDate: true conditions: - lastTransitionTime: "2026-02-12T01:59:17Z" message: 'The operator has started the provisioning of Cluster: tidb-zpjyms' observedGeneration: 4 reason: PreCheckSucceed status: "True" type: ProvisioningStarted - lastTransitionTime: "2026-02-12T01:59:17Z" message: Successfully applied for resources observedGeneration: 4 reason: ApplyResourcesSucceed status: "True" type: ApplyResources - lastTransitionTime: "2026-02-12T02:05:28Z" message: cluster tidb-zpjyms is ready reason: ClusterReady status: "True" type: Ready observedGeneration: 3 phase: Updating ------------------------------------------------------------------------------------------------------------------ --------------------------------------describe cluster tidb-zpjyms--------------------------------------  `kubectl describe cluster tidb-zpjyms --namespace ns-bfavd `(B  Name: tidb-zpjyms Namespace: ns-bfavd Labels: app.kubernetes.io/instance=tidb-zpjyms clusterdefinition.kubeblocks.io/name=tidb Annotations: kubeblocks.io/crd-api-version: apps.kubeblocks.io/v1 kubeblocks.io/ops-request: [{"name":"tidb-zpjyms-horizontalscaling-z6vkw","type":"HorizontalScaling"}] API Version: apps.kubeblocks.io/v1 Kind: Cluster Metadata: Creation Timestamp: 2026-02-12T01:59:17Z Finalizers: cluster.kubeblocks.io/finalizer Generation: 4 Resource Version: 31942 UID: f6c8406f-dd26-4dd5-9651-478440b56a74 Spec: Cluster Def: tidb Component Specs: Component Def: tidb-pd-7-1.0.2 Disable Exporter: false Name: tidb-pd Pod Update Policy: PreferInPlace Replicas: 2 Resources: Limits: Cpu: 500m Memory: 3Gi Requests: Cpu: 500m Memory: 3Gi Service Version: 6.5.12 Volume Claim Templates: Name: data Spec: Access Modes: ReadWriteOnce Resources: Requests: Storage: 20Gi Annotations: kubeblocks.io/restart: 2026-02-12T02:07:10Z Component Def: tikv-7-1.0.2 Disable Exporter: false Name: tikv Pod Update Policy: PreferInPlace Replicas: 3 Resources: Limits: Cpu: 500m Memory: 3Gi Requests: Cpu: 500m Memory: 3Gi Service Version: 6.5.12 Volume Claim Templates: Name: data Spec: Access Modes: ReadWriteOnce Resources: Requests: Storage: 20Gi Annotations: kubeblocks.io/restart: 2026-02-12T02:07:10Z Component Def: tidb-7-1.0.2 Disable Exporter: false Name: tidb Pod Update Policy: PreferInPlace Replicas: 2 Resources: Limits: Cpu: 500m Memory: 3Gi Requests: Cpu: 500m Memory: 3Gi Service Version: 6.5.12 Termination Policy: WipeOut Topology: cluster Status: Components: Tidb: Observed Generation: 3 Phase: Running Tidb - Pd: Observed Generation: 4 Phase: Running Up To Date: true Tikv: Observed Generation: 4 Phase: Updating Up To Date: true Conditions: Last Transition Time: 2026-02-12T01:59:17Z Message: The operator has started the provisioning of Cluster: tidb-zpjyms Observed Generation: 4 Reason: PreCheckSucceed Status: True Type: ProvisioningStarted Last Transition Time: 2026-02-12T01:59:17Z Message: Successfully applied for resources Observed Generation: 4 Reason: ApplyResourcesSucceed Status: True Type: ApplyResources Last Transition Time: 2026-02-12T02:05:28Z Message: cluster tidb-zpjyms is ready Reason: ClusterReady Status: True Type: Ready Observed Generation: 3 Phase: Updating Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal PreCheckSucceed 18m (x2 over 18m) cluster-controller The operator has started the provisioning of Cluster: tidb-zpjyms Normal ApplyResourcesSucceed 18m (x2 over 18m) cluster-controller Successfully applied for resources Normal ClusterComponentPhaseTransition 16m (x6 over 18m) cluster-controller cluster component tidb-pd is Creating Normal ClusterComponentPhaseTransition 13m (x3 over 14m) cluster-controller cluster component tikv is Creating Normal ClusterComponentPhaseTransition 13m (x2 over 13m) cluster-controller cluster component tikv is Running Normal ClusterComponentPhaseTransition 2m11s (x69 over 14m) cluster-controller cluster component tidb-pd is Running ------------------------------------------------------------------------------------------------------------------ check pod status  `kbcli cluster list-instances tidb-zpjyms --namespace ns-bfavd `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME tidb-zpjyms-tidb-0 ns-bfavd tidb-zpjyms tidb Running 0 500m / 500m 3Gi / 3Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:09 UTC+0800 tidb-zpjyms-tidb-1 ns-bfavd tidb-zpjyms tidb Running 0 500m / 500m 3Gi / 3Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 10:08 UTC+0800 tidb-zpjyms-tidb-pd-0 ns-bfavd tidb-zpjyms tidb-pd Running leader 0 500m / 500m 3Gi / 3Gi data:20Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 09:59 UTC+0800 tidb-zpjyms-tidb-pd-1 ns-bfavd tidb-zpjyms tidb-pd Running follower 0 500m / 500m 3Gi / 3Gi data:20Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:01 UTC+0800 tidb-zpjyms-tikv-0 ns-bfavd tidb-zpjyms tikv Running 0 500m / 500m 3Gi / 3Gi data:20Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 10:07 UTC+0800 tidb-zpjyms-tikv-1 ns-bfavd tidb-zpjyms tikv Init:0/2 0 500m / 500m 3Gi / 3Gi data:20Gi aks-cicdamdpool-40504106-vmss000000/10.224.0.6 Feb 12,2026 10:10 UTC+0800 tidb-zpjyms-tikv-2 ns-bfavd tidb-zpjyms tikv Running 0 500m / 500m 3Gi / 3Gi data:20Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:10 UTC+0800 pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:1/2(B pod_status:PodInitializing(B pod_status:PodInitializing(B check pod status done(B check cluster status again 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:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status again done(B check cluster role check cluster role done(B leader(B: tidb-zpjyms-tidb-pd-0;follower(B: tidb-zpjyms-tidb-pd-1 connect unsupported engine type: tidb tidb-7-1.0.2 check ops status  `kbcli cluster list-ops tidb-zpjyms --status all --namespace ns-bfavd `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME tidb-zpjyms-horizontalscaling-z6vkw ns-bfavd HorizontalScaling tidb-zpjyms tikv Succeed 2/2 Feb 12,2026 10:10 UTC+0800 check ops status done(B ops_status:tidb-zpjyms-horizontalscaling-z6vkw ns-bfavd HorizontalScaling tidb-zpjyms tikv Succeed 2/2 Feb 12,2026 10:10 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations tidb-zpjyms-horizontalscaling-z6vkw --namespace ns-bfavd `(B  opsrequest.operations.kubeblocks.io/tidb-zpjyms-horizontalscaling-z6vkw patched  `kbcli cluster delete-ops --name tidb-zpjyms-horizontalscaling-z6vkw --force --auto-approve --namespace ns-bfavd `(B  OpsRequest tidb-zpjyms-horizontalscaling-z6vkw deleted  `kubectl get secrets -l app.kubernetes.io/instance=tidb-zpjyms`(B  set secret: tidb-zpjyms-tidb-account-root  `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:lLnB1mC8mKX2q3W9;DB_PORT:4000;DB_DATABASE:(B check db_client batch data count  `echo "echo \"select count(*) from executions_loop.executions_loop_table;\" | mysql -P4000 -htidb-zpjyms-tidb.ns-bfavd.svc.cluster.local -uroot -p'lLnB1mC8mKX2q3W9' " | kubectl exec -it tidb-zpjyms-mysql-client --namespace ns-bfavd -- sh `(B  check db_client batch [8213] equal [8213] data Success(B cluster tidb scale-out cluster tidb scale-out replicas: 5 check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster scale-out tidb-zpjyms --auto-approve --force=true --components tidb --replicas 1 --namespace ns-bfavd `(B  OpsRequest tidb-zpjyms-horizontalscaling-mbzml created successfully, you can view the progress: kbcli cluster describe-ops tidb-zpjyms-horizontalscaling-mbzml -n ns-bfavd check ops status  `kbcli cluster list-ops tidb-zpjyms --status all --namespace ns-bfavd `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME tidb-zpjyms-horizontalscaling-mbzml ns-bfavd HorizontalScaling tidb-zpjyms tidb Running 0/1 Feb 12,2026 10:21 UTC+0800 check cluster status  `kbcli cluster list tidb-zpjyms --show-labels --namespace ns-bfavd `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS tidb-zpjyms ns-bfavd tidb WipeOut Updating Feb 12,2026 09:59 UTC+0800 app.kubernetes.io/instance=tidb-zpjyms,clusterdefinition.kubeblocks.io/name=tidb 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 tidb-zpjyms --namespace ns-bfavd `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME tidb-zpjyms-tidb-0 ns-bfavd tidb-zpjyms tidb Running 0 500m / 500m 3Gi / 3Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:09 UTC+0800 tidb-zpjyms-tidb-1 ns-bfavd tidb-zpjyms tidb Running 0 500m / 500m 3Gi / 3Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 10:08 UTC+0800 tidb-zpjyms-tidb-2 ns-bfavd tidb-zpjyms tidb Running 0 500m / 500m 3Gi / 3Gi aks-cicdamdpool-40504106-vmss000000/10.224.0.6 Feb 12,2026 10:21 UTC+0800 tidb-zpjyms-tidb-pd-0 ns-bfavd tidb-zpjyms tidb-pd Running leader 0 500m / 500m 3Gi / 3Gi data:20Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 09:59 UTC+0800 tidb-zpjyms-tidb-pd-1 ns-bfavd tidb-zpjyms tidb-pd Running follower 0 500m / 500m 3Gi / 3Gi data:20Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:01 UTC+0800 tidb-zpjyms-tikv-0 ns-bfavd tidb-zpjyms tikv Running 0 500m / 500m 3Gi / 3Gi data:20Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 10:07 UTC+0800 tidb-zpjyms-tikv-1 ns-bfavd tidb-zpjyms tikv Running 0 500m / 500m 3Gi / 3Gi data:20Gi aks-cicdamdpool-40504106-vmss000000/10.224.0.6 Feb 12,2026 10:10 UTC+0800 tidb-zpjyms-tikv-2 ns-bfavd tidb-zpjyms tikv Running 0 500m / 500m 3Gi / 3Gi data:20Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:10 UTC+0800 check pod status done(B check cluster role check cluster role done(B leader(B: tidb-zpjyms-tidb-pd-0;follower(B: tidb-zpjyms-tidb-pd-1 connect unsupported engine type: tidb tidb-7-1.0.2 check ops status  `kbcli cluster list-ops tidb-zpjyms --status all --namespace ns-bfavd `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME tidb-zpjyms-horizontalscaling-mbzml ns-bfavd HorizontalScaling tidb-zpjyms tidb Succeed 1/1 Feb 12,2026 10:21 UTC+0800 check ops status done(B ops_status:tidb-zpjyms-horizontalscaling-mbzml ns-bfavd HorizontalScaling tidb-zpjyms tidb Succeed 1/1 Feb 12,2026 10:21 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations tidb-zpjyms-horizontalscaling-mbzml --namespace ns-bfavd `(B  opsrequest.operations.kubeblocks.io/tidb-zpjyms-horizontalscaling-mbzml patched  `kbcli cluster delete-ops --name tidb-zpjyms-horizontalscaling-mbzml --force --auto-approve --namespace ns-bfavd `(B  OpsRequest tidb-zpjyms-horizontalscaling-mbzml deleted  `kubectl get secrets -l app.kubernetes.io/instance=tidb-zpjyms`(B  set secret: tidb-zpjyms-tidb-account-root  `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:lLnB1mC8mKX2q3W9;DB_PORT:4000;DB_DATABASE:(B check db_client batch data count  `echo "echo \"select count(*) from executions_loop.executions_loop_table;\" | mysql -P4000 -htidb-zpjyms-tidb.ns-bfavd.svc.cluster.local -uroot -p'lLnB1mC8mKX2q3W9' " | kubectl exec -it tidb-zpjyms-mysql-client --namespace ns-bfavd -- sh `(B  check db_client batch [8213] equal [8213] data Success(B cluster tidb scale-in cluster tidb scale-in replicas: 4 check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster scale-in tidb-zpjyms --auto-approve --force=true --components tidb --replicas 1 --namespace ns-bfavd `(B  OpsRequest tidb-zpjyms-horizontalscaling-wzpb2 created successfully, you can view the progress: kbcli cluster describe-ops tidb-zpjyms-horizontalscaling-wzpb2 -n ns-bfavd check ops status  `kbcli cluster list-ops tidb-zpjyms --status all --namespace ns-bfavd `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME tidb-zpjyms-horizontalscaling-wzpb2 ns-bfavd HorizontalScaling tidb-zpjyms tidb Running 0/1 Feb 12,2026 10:22 UTC+0800 check cluster status  `kbcli cluster list tidb-zpjyms --show-labels --namespace ns-bfavd `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS tidb-zpjyms ns-bfavd tidb WipeOut Updating Feb 12,2026 09:59 UTC+0800 app.kubernetes.io/instance=tidb-zpjyms,clusterdefinition.kubeblocks.io/name=tidb 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 tidb-zpjyms --namespace ns-bfavd `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME tidb-zpjyms-tidb-0 ns-bfavd tidb-zpjyms tidb Running 0 500m / 500m 3Gi / 3Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:09 UTC+0800 tidb-zpjyms-tidb-1 ns-bfavd tidb-zpjyms tidb Running 0 500m / 500m 3Gi / 3Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 10:08 UTC+0800 tidb-zpjyms-tidb-pd-0 ns-bfavd tidb-zpjyms tidb-pd Running leader 0 500m / 500m 3Gi / 3Gi data:20Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 09:59 UTC+0800 tidb-zpjyms-tidb-pd-1 ns-bfavd tidb-zpjyms tidb-pd Running follower 0 500m / 500m 3Gi / 3Gi data:20Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:01 UTC+0800 tidb-zpjyms-tikv-0 ns-bfavd tidb-zpjyms tikv Running 0 500m / 500m 3Gi / 3Gi data:20Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 10:07 UTC+0800 tidb-zpjyms-tikv-1 ns-bfavd tidb-zpjyms tikv Running 0 500m / 500m 3Gi / 3Gi data:20Gi aks-cicdamdpool-40504106-vmss000000/10.224.0.6 Feb 12,2026 10:10 UTC+0800 tidb-zpjyms-tikv-2 ns-bfavd tidb-zpjyms tikv Running 0 500m / 500m 3Gi / 3Gi data:20Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:10 UTC+0800 check pod status done(B check cluster role check cluster role done(B leader(B: tidb-zpjyms-tidb-pd-0;follower(B: tidb-zpjyms-tidb-pd-1 connect unsupported engine type: tidb tidb-7-1.0.2 check ops status  `kbcli cluster list-ops tidb-zpjyms --status all --namespace ns-bfavd `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME tidb-zpjyms-horizontalscaling-wzpb2 ns-bfavd HorizontalScaling tidb-zpjyms tidb Succeed 1/1 Feb 12,2026 10:22 UTC+0800 check ops status done(B ops_status:tidb-zpjyms-horizontalscaling-wzpb2 ns-bfavd HorizontalScaling tidb-zpjyms tidb Succeed 1/1 Feb 12,2026 10:22 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations tidb-zpjyms-horizontalscaling-wzpb2 --namespace ns-bfavd `(B  opsrequest.operations.kubeblocks.io/tidb-zpjyms-horizontalscaling-wzpb2 patched  `kbcli cluster delete-ops --name tidb-zpjyms-horizontalscaling-wzpb2 --force --auto-approve --namespace ns-bfavd `(B  OpsRequest tidb-zpjyms-horizontalscaling-wzpb2 deleted  `kubectl get secrets -l app.kubernetes.io/instance=tidb-zpjyms`(B  set secret: tidb-zpjyms-tidb-account-root  `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:lLnB1mC8mKX2q3W9;DB_PORT:4000;DB_DATABASE:(B check db_client batch data count  `echo "echo \"select count(*) from executions_loop.executions_loop_table;\" | mysql -P4000 -htidb-zpjyms-tidb.ns-bfavd.svc.cluster.local -uroot -p'lLnB1mC8mKX2q3W9' " | kubectl exec -it tidb-zpjyms-mysql-client --namespace ns-bfavd -- sh `(B  check db_client batch [8213] equal [8213] data Success(B check component tidb-pd exists  `kubectl get components -l app.kubernetes.io/instance=tidb-zpjyms,apps.kubeblocks.io/component-name=tidb-pd --namespace ns-bfavd | (grep "tidb-pd" || true )`(B  check component tikv exists  `kubectl get components -l app.kubernetes.io/instance=tidb-zpjyms,apps.kubeblocks.io/component-name=tikv --namespace ns-bfavd | (grep "tikv" || true )`(B   `kubectl get pvc -l app.kubernetes.io/instance=tidb-zpjyms,apps.kubeblocks.io/component-name=tidb-pd,tikv,apps.kubeblocks.io/vct-name=data --namespace ns-bfavd `(B  tidb-zpjyms tidb-pd,tikv data pvc is empty cluster volume-expand check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster volume-expand tidb-zpjyms --auto-approve --force=true --components tidb-pd,tikv --volume-claim-templates data --storage 21Gi --namespace ns-bfavd `(B  OpsRequest tidb-zpjyms-volumeexpansion-7zn68 created successfully, you can view the progress: kbcli cluster describe-ops tidb-zpjyms-volumeexpansion-7zn68 -n ns-bfavd check ops status  `kbcli cluster list-ops tidb-zpjyms --status all --namespace ns-bfavd `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME tidb-zpjyms-volumeexpansion-7zn68 ns-bfavd VolumeExpansion tidb-zpjyms tidb-pd,tikv Running 0/5 Feb 12,2026 10:23 UTC+0800 check cluster status  `kbcli cluster list tidb-zpjyms --show-labels --namespace ns-bfavd `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS tidb-zpjyms ns-bfavd tidb WipeOut Updating Feb 12,2026 09:59 UTC+0800 app.kubernetes.io/instance=tidb-zpjyms,clusterdefinition.kubeblocks.io/name=tidb 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: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 tidb-zpjyms --namespace ns-bfavd `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME tidb-zpjyms-tidb-0 ns-bfavd tidb-zpjyms tidb Running 0 500m / 500m 3Gi / 3Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:09 UTC+0800 tidb-zpjyms-tidb-1 ns-bfavd tidb-zpjyms tidb Running 0 500m / 500m 3Gi / 3Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 10:08 UTC+0800 tidb-zpjyms-tidb-pd-0 ns-bfavd tidb-zpjyms tidb-pd Running leader 0 500m / 500m 3Gi / 3Gi data:21Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 09:59 UTC+0800 tidb-zpjyms-tidb-pd-1 ns-bfavd tidb-zpjyms tidb-pd Running follower 0 500m / 500m 3Gi / 3Gi data:21Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:01 UTC+0800 tidb-zpjyms-tikv-0 ns-bfavd tidb-zpjyms tikv Running 0 500m / 500m 3Gi / 3Gi data:21Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 10:07 UTC+0800 tidb-zpjyms-tikv-1 ns-bfavd tidb-zpjyms tikv Running 0 500m / 500m 3Gi / 3Gi data:21Gi aks-cicdamdpool-40504106-vmss000000/10.224.0.6 Feb 12,2026 10:10 UTC+0800 tidb-zpjyms-tikv-2 ns-bfavd tidb-zpjyms tikv Running 0 500m / 500m 3Gi / 3Gi data:21Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:10 UTC+0800 check pod status done(B check cluster role check cluster role done(B leader(B: tidb-zpjyms-tidb-pd-0;follower(B: tidb-zpjyms-tidb-pd-1 connect unsupported engine type: tidb tidb-7-1.0.2 check ops status  `kbcli cluster list-ops tidb-zpjyms --status all --namespace ns-bfavd `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME tidb-zpjyms-volumeexpansion-7zn68 ns-bfavd VolumeExpansion tidb-zpjyms tidb-pd,tikv Succeed 5/5 Feb 12,2026 10:23 UTC+0800 check ops status done(B ops_status:tidb-zpjyms-volumeexpansion-7zn68 ns-bfavd VolumeExpansion tidb-zpjyms tidb-pd,tikv Succeed 5/5 Feb 12,2026 10:23 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations tidb-zpjyms-volumeexpansion-7zn68 --namespace ns-bfavd `(B  opsrequest.operations.kubeblocks.io/tidb-zpjyms-volumeexpansion-7zn68 patched  `kbcli cluster delete-ops --name tidb-zpjyms-volumeexpansion-7zn68 --force --auto-approve --namespace ns-bfavd `(B  OpsRequest tidb-zpjyms-volumeexpansion-7zn68 deleted  `kubectl get secrets -l app.kubernetes.io/instance=tidb-zpjyms`(B  set secret: tidb-zpjyms-tidb-account-root  `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:lLnB1mC8mKX2q3W9;DB_PORT:4000;DB_DATABASE:(B check db_client batch data count  `echo "echo \"select count(*) from executions_loop.executions_loop_table;\" | mysql -P4000 -htidb-zpjyms-tidb.ns-bfavd.svc.cluster.local -uroot -p'lLnB1mC8mKX2q3W9' " | kubectl exec -it tidb-zpjyms-mysql-client --namespace ns-bfavd -- sh `(B  check db_client batch [8213] equal [8213] data Success(B cluster stop check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster stop tidb-zpjyms --auto-approve --force=true --namespace ns-bfavd `(B  OpsRequest tidb-zpjyms-stop-g8pzs created successfully, you can view the progress: kbcli cluster describe-ops tidb-zpjyms-stop-g8pzs -n ns-bfavd check ops status  `kbcli cluster list-ops tidb-zpjyms --status all --namespace ns-bfavd `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME tidb-zpjyms-stop-g8pzs ns-bfavd Stop tidb-zpjyms tidb,tidb-pd,tikv Running 0/7 Feb 12,2026 10:37 UTC+0800 check cluster status  `kbcli cluster list tidb-zpjyms --show-labels --namespace ns-bfavd `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS tidb-zpjyms ns-bfavd tidb WipeOut Stopping Feb 12,2026 09:59 UTC+0800 app.kubernetes.io/instance=tidb-zpjyms,clusterdefinition.kubeblocks.io/name=tidb cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B 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 tidb-zpjyms --namespace ns-bfavd `(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 tidb-zpjyms --status all --namespace ns-bfavd `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME tidb-zpjyms-stop-g8pzs ns-bfavd Stop tidb-zpjyms tidb,tidb-pd,tikv Succeed 7/7 Feb 12,2026 10:37 UTC+0800 check ops status done(B ops_status:tidb-zpjyms-stop-g8pzs ns-bfavd Stop tidb-zpjyms tidb,tidb-pd,tikv Succeed 7/7 Feb 12,2026 10:37 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations tidb-zpjyms-stop-g8pzs --namespace ns-bfavd `(B  opsrequest.operations.kubeblocks.io/tidb-zpjyms-stop-g8pzs patched  `kbcli cluster delete-ops --name tidb-zpjyms-stop-g8pzs --force --auto-approve --namespace ns-bfavd `(B  OpsRequest tidb-zpjyms-stop-g8pzs deleted cluster start check cluster status before ops check cluster status done(B cluster_status:Stopped(B  `kbcli cluster start tidb-zpjyms --force=true --namespace ns-bfavd `(B  OpsRequest tidb-zpjyms-start-gtd2r created successfully, you can view the progress: kbcli cluster describe-ops tidb-zpjyms-start-gtd2r -n ns-bfavd check ops status  `kbcli cluster list-ops tidb-zpjyms --status all --namespace ns-bfavd `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME tidb-zpjyms-start-gtd2r ns-bfavd Start tidb-zpjyms tidb,tidb-pd,tikv Running 0/7 Feb 12,2026 10:39 UTC+0800 check cluster status  `kbcli cluster list tidb-zpjyms --show-labels --namespace ns-bfavd `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS tidb-zpjyms ns-bfavd tidb WipeOut Updating Feb 12,2026 09:59 UTC+0800 app.kubernetes.io/instance=tidb-zpjyms,clusterdefinition.kubeblocks.io/name=tidb 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 tidb-zpjyms --namespace ns-bfavd `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME tidb-zpjyms-tidb-0 ns-bfavd tidb-zpjyms tidb Running 0 500m / 500m 3Gi / 3Gi aks-cicdamdpool-40504106-vmss000000/10.224.0.6 Feb 12,2026 10:44 UTC+0800 tidb-zpjyms-tidb-1 ns-bfavd tidb-zpjyms tidb Running 0 500m / 500m 3Gi / 3Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:44 UTC+0800 tidb-zpjyms-tidb-pd-0 ns-bfavd tidb-zpjyms tidb-pd Running leader 0 500m / 500m 3Gi / 3Gi data:21Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 10:39 UTC+0800 tidb-zpjyms-tidb-pd-1 ns-bfavd tidb-zpjyms tidb-pd Running follower 0 500m / 500m 3Gi / 3Gi data:21Gi aks-cicdamdpool-40504106-vmss000000/10.224.0.6 Feb 12,2026 10:42 UTC+0800 tidb-zpjyms-tikv-0 ns-bfavd tidb-zpjyms tikv Running 0 500m / 500m 3Gi / 3Gi data:21Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:43 UTC+0800 tidb-zpjyms-tikv-1 ns-bfavd tidb-zpjyms tikv Running 0 500m / 500m 3Gi / 3Gi data:21Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 10:43 UTC+0800 tidb-zpjyms-tikv-2 ns-bfavd tidb-zpjyms tikv Running 0 500m / 500m 3Gi / 3Gi data:21Gi aks-cicdamdpool-40504106-vmss000000/10.224.0.6 Feb 12,2026 10:43 UTC+0800 check pod status done(B check cluster role check cluster role done(B leader(B: tidb-zpjyms-tidb-pd-0;follower(B: tidb-zpjyms-tidb-pd-1 connect unsupported engine type: tidb tidb-7-1.0.2 check ops status  `kbcli cluster list-ops tidb-zpjyms --status all --namespace ns-bfavd `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME tidb-zpjyms-start-gtd2r ns-bfavd Start tidb-zpjyms tidb,tidb-pd,tikv Succeed 7/7 Feb 12,2026 10:39 UTC+0800 check ops status done(B ops_status:tidb-zpjyms-start-gtd2r ns-bfavd Start tidb-zpjyms tidb,tidb-pd,tikv Succeed 7/7 Feb 12,2026 10:39 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations tidb-zpjyms-start-gtd2r --namespace ns-bfavd `(B  opsrequest.operations.kubeblocks.io/tidb-zpjyms-start-gtd2r patched  `kbcli cluster delete-ops --name tidb-zpjyms-start-gtd2r --force --auto-approve --namespace ns-bfavd `(B  OpsRequest tidb-zpjyms-start-gtd2r deleted  `kubectl get secrets -l app.kubernetes.io/instance=tidb-zpjyms`(B  set secret: tidb-zpjyms-tidb-account-root  `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:lLnB1mC8mKX2q3W9;DB_PORT:4000;DB_DATABASE:(B check db_client batch data count  `echo "echo \"select count(*) from executions_loop.executions_loop_table;\" | mysql -P4000 -htidb-zpjyms-tidb.ns-bfavd.svc.cluster.local -uroot -p'lLnB1mC8mKX2q3W9' " | kubectl exec -it tidb-zpjyms-mysql-client --namespace ns-bfavd -- sh `(B  check db_client batch [8213] equal [8213] data Success(B check component tidb-pd exists  `kubectl get components -l app.kubernetes.io/instance=tidb-zpjyms,apps.kubeblocks.io/component-name=tidb-pd --namespace ns-bfavd | (grep "tidb-pd" || true )`(B  check component tikv exists  `kubectl get components -l app.kubernetes.io/instance=tidb-zpjyms,apps.kubeblocks.io/component-name=tikv --namespace ns-bfavd | (grep "tikv" || true )`(B  check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster vscale tidb-zpjyms --auto-approve --force=true --components tidb-pd,tikv --cpu 600m --memory 3.1Gi --namespace ns-bfavd `(B  OpsRequest tidb-zpjyms-verticalscaling-2b9l8 created successfully, you can view the progress: kbcli cluster describe-ops tidb-zpjyms-verticalscaling-2b9l8 -n ns-bfavd check ops status  `kbcli cluster list-ops tidb-zpjyms --status all --namespace ns-bfavd `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME tidb-zpjyms-verticalscaling-2b9l8 ns-bfavd VerticalScaling tidb-zpjyms tidb-pd,tikv Running 0/5 Feb 12,2026 10:45 UTC+0800 check cluster status  `kbcli cluster list tidb-zpjyms --show-labels --namespace ns-bfavd `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS tidb-zpjyms ns-bfavd tidb WipeOut Updating Feb 12,2026 09:59 UTC+0800 app.kubernetes.io/instance=tidb-zpjyms,clusterdefinition.kubeblocks.io/name=tidb 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: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: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 tidb-zpjyms --namespace ns-bfavd `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME tidb-zpjyms-tidb-0 ns-bfavd tidb-zpjyms tidb Running 0 500m / 500m 3Gi / 3Gi aks-cicdamdpool-40504106-vmss000000/10.224.0.6 Feb 12,2026 10:44 UTC+0800 tidb-zpjyms-tidb-1 ns-bfavd tidb-zpjyms tidb Running 0 500m / 500m 3Gi / 3Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:44 UTC+0800 tidb-zpjyms-tidb-pd-0 ns-bfavd tidb-zpjyms tidb-pd Running follower 0 600m / 600m 3328599654400m / 3328599654400m data:21Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 10:47 UTC+0800 tidb-zpjyms-tidb-pd-1 ns-bfavd tidb-zpjyms tidb-pd Running leader 0 600m / 600m 3328599654400m / 3328599654400m data:21Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:45 UTC+0800 tidb-zpjyms-tikv-0 ns-bfavd tidb-zpjyms tikv Running 0 600m / 600m 3328599654400m / 3328599654400m data:21Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:49 UTC+0800 tidb-zpjyms-tikv-1 ns-bfavd tidb-zpjyms tikv Running 0 600m / 600m 3328599654400m / 3328599654400m data:21Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 10:49 UTC+0800 tidb-zpjyms-tikv-2 ns-bfavd tidb-zpjyms tikv Running 0 600m / 600m 3328599654400m / 3328599654400m data:21Gi aks-cicdamdpool-40504106-vmss000000/10.224.0.6 Feb 12,2026 10:48 UTC+0800 check pod status done(B check cluster role check cluster role done(B leader(B: tidb-zpjyms-tidb-pd-1;follower(B: tidb-zpjyms-tidb-pd-0 connect unsupported engine type: tidb tidb-7-1.0.2 check ops status  `kbcli cluster list-ops tidb-zpjyms --status all --namespace ns-bfavd `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME tidb-zpjyms-verticalscaling-2b9l8 ns-bfavd VerticalScaling tidb-zpjyms tidb-pd,tikv Succeed 5/5 Feb 12,2026 10:45 UTC+0800 check ops status done(B ops_status:tidb-zpjyms-verticalscaling-2b9l8 ns-bfavd VerticalScaling tidb-zpjyms tidb-pd,tikv Succeed 5/5 Feb 12,2026 10:45 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations tidb-zpjyms-verticalscaling-2b9l8 --namespace ns-bfavd `(B  opsrequest.operations.kubeblocks.io/tidb-zpjyms-verticalscaling-2b9l8 patched  `kbcli cluster delete-ops --name tidb-zpjyms-verticalscaling-2b9l8 --force --auto-approve --namespace ns-bfavd `(B  OpsRequest tidb-zpjyms-verticalscaling-2b9l8 deleted  `kubectl get secrets -l app.kubernetes.io/instance=tidb-zpjyms`(B  set secret: tidb-zpjyms-tidb-account-root  `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:lLnB1mC8mKX2q3W9;DB_PORT:4000;DB_DATABASE:(B check db_client batch data count  `echo "echo \"select count(*) from executions_loop.executions_loop_table;\" | mysql -P4000 -htidb-zpjyms-tidb.ns-bfavd.svc.cluster.local -uroot -p'lLnB1mC8mKX2q3W9' " | kubectl exec -it tidb-zpjyms-mysql-client --namespace ns-bfavd -- sh `(B  check db_client batch [8213] equal [8213] data Success(B check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster vscale tidb-zpjyms --auto-approve --force=true --components tidb --cpu 600m --memory 3.1Gi --namespace ns-bfavd `(B  OpsRequest tidb-zpjyms-verticalscaling-h4vfl created successfully, you can view the progress: kbcli cluster describe-ops tidb-zpjyms-verticalscaling-h4vfl -n ns-bfavd check ops status  `kbcli cluster list-ops tidb-zpjyms --status all --namespace ns-bfavd `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME tidb-zpjyms-verticalscaling-h4vfl ns-bfavd VerticalScaling tidb-zpjyms tidb Running 0/2 Feb 12,2026 10:50 UTC+0800 check cluster status  `kbcli cluster list tidb-zpjyms --show-labels --namespace ns-bfavd `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS tidb-zpjyms ns-bfavd tidb WipeOut Updating Feb 12,2026 09:59 UTC+0800 app.kubernetes.io/instance=tidb-zpjyms,clusterdefinition.kubeblocks.io/name=tidb 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: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 tidb-zpjyms --namespace ns-bfavd `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME tidb-zpjyms-tidb-0 ns-bfavd tidb-zpjyms tidb Running 0 600m / 600m 3328599654400m / 3328599654400m aks-cicdamdpool-40504106-vmss000000/10.224.0.6 Feb 12,2026 10:52 UTC+0800 tidb-zpjyms-tidb-1 ns-bfavd tidb-zpjyms tidb Running 0 600m / 600m 3328599654400m / 3328599654400m aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:51 UTC+0800 tidb-zpjyms-tidb-pd-0 ns-bfavd tidb-zpjyms tidb-pd Running follower 0 600m / 600m 3328599654400m / 3328599654400m data:21Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 10:47 UTC+0800 tidb-zpjyms-tidb-pd-1 ns-bfavd tidb-zpjyms tidb-pd Running leader 0 600m / 600m 3328599654400m / 3328599654400m data:21Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:45 UTC+0800 tidb-zpjyms-tikv-0 ns-bfavd tidb-zpjyms tikv Running 0 600m / 600m 3328599654400m / 3328599654400m data:21Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:49 UTC+0800 tidb-zpjyms-tikv-1 ns-bfavd tidb-zpjyms tikv Running 0 600m / 600m 3328599654400m / 3328599654400m data:21Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 10:49 UTC+0800 tidb-zpjyms-tikv-2 ns-bfavd tidb-zpjyms tikv Running 0 600m / 600m 3328599654400m / 3328599654400m data:21Gi aks-cicdamdpool-40504106-vmss000000/10.224.0.6 Feb 12,2026 10:48 UTC+0800 check pod status done(B check cluster role check cluster role done(B leader(B: tidb-zpjyms-tidb-pd-1;follower(B: tidb-zpjyms-tidb-pd-0 connect unsupported engine type: tidb tidb-7-1.0.2 check ops status  `kbcli cluster list-ops tidb-zpjyms --status all --namespace ns-bfavd `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME tidb-zpjyms-verticalscaling-h4vfl ns-bfavd VerticalScaling tidb-zpjyms tidb Succeed 2/2 Feb 12,2026 10:50 UTC+0800 check ops status done(B ops_status:tidb-zpjyms-verticalscaling-h4vfl ns-bfavd VerticalScaling tidb-zpjyms tidb Succeed 2/2 Feb 12,2026 10:50 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations tidb-zpjyms-verticalscaling-h4vfl --namespace ns-bfavd `(B  opsrequest.operations.kubeblocks.io/tidb-zpjyms-verticalscaling-h4vfl patched  `kbcli cluster delete-ops --name tidb-zpjyms-verticalscaling-h4vfl --force --auto-approve --namespace ns-bfavd `(B  OpsRequest tidb-zpjyms-verticalscaling-h4vfl deleted  `kubectl get secrets -l app.kubernetes.io/instance=tidb-zpjyms`(B  set secret: tidb-zpjyms-tidb-account-root  `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:lLnB1mC8mKX2q3W9;DB_PORT:4000;DB_DATABASE:(B check db_client batch data count  `echo "echo \"select count(*) from executions_loop.executions_loop_table;\" | mysql -P4000 -htidb-zpjyms-tidb.ns-bfavd.svc.cluster.local -uroot -p'lLnB1mC8mKX2q3W9' " | kubectl exec -it tidb-zpjyms-mysql-client --namespace ns-bfavd -- sh `(B  check db_client batch [8213] equal [8213] data Success(B 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-tidb-zpjyms --namespace ns-bfavd `(B   `kubectl get secrets -l app.kubernetes.io/instance=tidb-zpjyms`(B  set secret: tidb-zpjyms-tidb-account-root  `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:lLnB1mC8mKX2q3W9;DB_PORT:4000;DB_DATABASE:(B apiVersion: v1 kind: Pod metadata: name: test-db-client-connectionstress-tidb-zpjyms namespace: ns-bfavd spec: containers: - name: test-dbclient imagePullPolicy: IfNotPresent image: docker.io/apecloud/dbclient:test args: - "--host" - "tidb-zpjyms-tidb.ns-bfavd.svc.cluster.local" - "--user" - "root" - "--password" - "lLnB1mC8mKX2q3W9" - "--port" - "4000" - "--database" - "" - "--dbtype" - "tidb" - "--test" - "connectionstress" - "--connections" - "200" - "--duration" - "60" restartPolicy: Never  `kubectl apply -f test-db-client-connectionstress-tidb-zpjyms.yaml`(B  pod/test-db-client-connectionstress-tidb-zpjyms created apply test-db-client-connectionstress-tidb-zpjyms.yaml Success(B  `rm -rf test-db-client-connectionstress-tidb-zpjyms.yaml`(B  check pod status check pod test-db-client-connectionstress-tidb-zpjyms status done(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-tidb-zpjyms 0/1 Completed 0 5s(B check cluster status  `kbcli cluster list tidb-zpjyms --show-labels --namespace ns-bfavd `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS tidb-zpjyms ns-bfavd tidb WipeOut Running Feb 12,2026 09:59 UTC+0800 app.kubernetes.io/instance=tidb-zpjyms,clusterdefinition.kubeblocks.io/name=tidb check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances tidb-zpjyms --namespace ns-bfavd `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME tidb-zpjyms-tidb-0 ns-bfavd tidb-zpjyms tidb Running 0 600m / 600m 3328599654400m / 3328599654400m aks-cicdamdpool-40504106-vmss000000/10.224.0.6 Feb 12,2026 10:52 UTC+0800 tidb-zpjyms-tidb-1 ns-bfavd tidb-zpjyms tidb Running 0 600m / 600m 3328599654400m / 3328599654400m aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:51 UTC+0800 tidb-zpjyms-tidb-pd-0 ns-bfavd tidb-zpjyms tidb-pd Running follower 0 600m / 600m 3328599654400m / 3328599654400m data:21Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 10:47 UTC+0800 tidb-zpjyms-tidb-pd-1 ns-bfavd tidb-zpjyms tidb-pd Running leader 0 600m / 600m 3328599654400m / 3328599654400m data:21Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:45 UTC+0800 tidb-zpjyms-tikv-0 ns-bfavd tidb-zpjyms tikv Running 0 600m / 600m 3328599654400m / 3328599654400m data:21Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:49 UTC+0800 tidb-zpjyms-tikv-1 ns-bfavd tidb-zpjyms tikv Running 0 600m / 600m 3328599654400m / 3328599654400m data:21Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 10:49 UTC+0800 tidb-zpjyms-tikv-2 ns-bfavd tidb-zpjyms tikv Running 0 600m / 600m 3328599654400m / 3328599654400m data:21Gi aks-cicdamdpool-40504106-vmss000000/10.224.0.6 Feb 12,2026 10:48 UTC+0800 check pod status done(B check cluster role check cluster role done(B leader(B: tidb-zpjyms-tidb-pd-1;follower(B: tidb-zpjyms-tidb-pd-0 connect unsupported engine type: tidb tidb-7-1.0.2 --host tidb-zpjyms-tidb.ns-bfavd.svc.cluster.local --user root --password lLnB1mC8mKX2q3W9 --port 4000 --database --dbtype tidb --test connectionstress --connections 200 --duration 60 SLF4J(I): Connected with provider of type [ch.qos.logback.classic.spi.LogbackServiceProvider] Test Result: null Connection Information: Database Type: tidb Host: tidb-zpjyms-tidb.ns-bfavd.svc.cluster.local Port: 4000 Database: Table: User: root Org: Access Mode: mysql Test Type: connectionstress Connection Count: 200 Duration: 60 seconds  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-connectionstress-tidb-zpjyms --namespace ns-bfavd `(B  pod/test-db-client-connectionstress-tidb-zpjyms patched (no change) pod "test-db-client-connectionstress-tidb-zpjyms" force deleted check failover pod name failover pod name:tidb-zpjyms-tidb-0 failover connectionstress Success(B  `kubectl get secrets -l app.kubernetes.io/instance=tidb-zpjyms`(B  set secret: tidb-zpjyms-tidb-account-root  `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:lLnB1mC8mKX2q3W9;DB_PORT:4000;DB_DATABASE:(B check db_client batch data count  `echo "echo \"select count(*) from executions_loop.executions_loop_table;\" | mysql -P4000 -htidb-zpjyms-tidb.ns-bfavd.svc.cluster.local -uroot -p'lLnB1mC8mKX2q3W9' " | kubectl exec -it tidb-zpjyms-mysql-client --namespace ns-bfavd -- sh `(B  check db_client batch [8213] equal [8213] data Success(B cluster restart check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster restart tidb-zpjyms --auto-approve --force=true --namespace ns-bfavd `(B  OpsRequest tidb-zpjyms-restart-5chws created successfully, you can view the progress: kbcli cluster describe-ops tidb-zpjyms-restart-5chws -n ns-bfavd check ops status  `kbcli cluster list-ops tidb-zpjyms --status all --namespace ns-bfavd `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME tidb-zpjyms-restart-5chws ns-bfavd Restart tidb-zpjyms tidb-pd,tikv,tidb Running 0/7 Feb 12,2026 10:53 UTC+0800 check cluster status  `kbcli cluster list tidb-zpjyms --show-labels --namespace ns-bfavd `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS tidb-zpjyms ns-bfavd tidb WipeOut Updating Feb 12,2026 09:59 UTC+0800 app.kubernetes.io/instance=tidb-zpjyms,clusterdefinition.kubeblocks.io/name=tidb 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: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: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:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances tidb-zpjyms --namespace ns-bfavd `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME tidb-zpjyms-tidb-0 ns-bfavd tidb-zpjyms tidb Running 0 600m / 600m 3328599654400m / 3328599654400m aks-cicdamdpool-40504106-vmss000000/10.224.0.6 Feb 12,2026 10:59 UTC+0800 tidb-zpjyms-tidb-1 ns-bfavd tidb-zpjyms tidb Running 0 600m / 600m 3328599654400m / 3328599654400m aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:57 UTC+0800 tidb-zpjyms-tidb-pd-0 ns-bfavd tidb-zpjyms tidb-pd Running leader 0 600m / 600m 3328599654400m / 3328599654400m data:21Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 10:53 UTC+0800 tidb-zpjyms-tidb-pd-1 ns-bfavd tidb-zpjyms tidb-pd Running follower 0 600m / 600m 3328599654400m / 3328599654400m data:21Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:54 UTC+0800 tidb-zpjyms-tikv-0 ns-bfavd tidb-zpjyms tikv Running 0 600m / 600m 3328599654400m / 3328599654400m data:21Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:56 UTC+0800 tidb-zpjyms-tikv-1 ns-bfavd tidb-zpjyms tikv Running 0 600m / 600m 3328599654400m / 3328599654400m data:21Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 10:56 UTC+0800 tidb-zpjyms-tikv-2 ns-bfavd tidb-zpjyms tikv Running 0 600m / 600m 3328599654400m / 3328599654400m data:21Gi aks-cicdamdpool-40504106-vmss000000/10.224.0.6 Feb 12,2026 10:55 UTC+0800 check pod status done(B check cluster role check cluster role done(B leader(B: tidb-zpjyms-tidb-pd-0;follower(B: tidb-zpjyms-tidb-pd-1 connect unsupported engine type: tidb tidb-7-1.0.2 check ops status  `kbcli cluster list-ops tidb-zpjyms --status all --namespace ns-bfavd `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME tidb-zpjyms-restart-5chws ns-bfavd Restart tidb-zpjyms tidb-pd,tikv,tidb Succeed 7/7 Feb 12,2026 10:53 UTC+0800 check ops status done(B ops_status:tidb-zpjyms-restart-5chws ns-bfavd Restart tidb-zpjyms tidb-pd,tikv,tidb Succeed 7/7 Feb 12,2026 10:53 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations tidb-zpjyms-restart-5chws --namespace ns-bfavd `(B  opsrequest.operations.kubeblocks.io/tidb-zpjyms-restart-5chws patched  `kbcli cluster delete-ops --name tidb-zpjyms-restart-5chws --force --auto-approve --namespace ns-bfavd `(B  OpsRequest tidb-zpjyms-restart-5chws deleted  `kubectl get secrets -l app.kubernetes.io/instance=tidb-zpjyms`(B  set secret: tidb-zpjyms-tidb-account-root  `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets tidb-zpjyms-tidb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:lLnB1mC8mKX2q3W9;DB_PORT:4000;DB_DATABASE:(B check db_client batch data count  `echo "echo \"select count(*) from executions_loop.executions_loop_table;\" | mysql -P4000 -htidb-zpjyms-tidb.ns-bfavd.svc.cluster.local -uroot -p'lLnB1mC8mKX2q3W9' " | kubectl exec -it tidb-zpjyms-mysql-client --namespace ns-bfavd -- sh `(B  check db_client batch [8213] equal [8213] data Success(B cluster update terminationPolicy WipeOut  `kbcli cluster update tidb-zpjyms --termination-policy=WipeOut --namespace ns-bfavd `(B  cluster.apps.kubeblocks.io/tidb-zpjyms updated (no change) check cluster status  `kbcli cluster list tidb-zpjyms --show-labels --namespace ns-bfavd `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS tidb-zpjyms ns-bfavd tidb WipeOut Running Feb 12,2026 09:59 UTC+0800 app.kubernetes.io/instance=tidb-zpjyms,clusterdefinition.kubeblocks.io/name=tidb check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances tidb-zpjyms --namespace ns-bfavd `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME tidb-zpjyms-tidb-0 ns-bfavd tidb-zpjyms tidb Running 0 600m / 600m 3328599654400m / 3328599654400m aks-cicdamdpool-40504106-vmss000000/10.224.0.6 Feb 12,2026 10:59 UTC+0800 tidb-zpjyms-tidb-1 ns-bfavd tidb-zpjyms tidb Running 0 600m / 600m 3328599654400m / 3328599654400m aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:57 UTC+0800 tidb-zpjyms-tidb-pd-0 ns-bfavd tidb-zpjyms tidb-pd Running leader 0 600m / 600m 3328599654400m / 3328599654400m data:21Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 10:53 UTC+0800 tidb-zpjyms-tidb-pd-1 ns-bfavd tidb-zpjyms tidb-pd Running follower 0 600m / 600m 3328599654400m / 3328599654400m data:21Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:54 UTC+0800 tidb-zpjyms-tikv-0 ns-bfavd tidb-zpjyms tikv Running 0 600m / 600m 3328599654400m / 3328599654400m data:21Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:56 UTC+0800 tidb-zpjyms-tikv-1 ns-bfavd tidb-zpjyms tikv Running 0 600m / 600m 3328599654400m / 3328599654400m data:21Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 10:56 UTC+0800 tidb-zpjyms-tikv-2 ns-bfavd tidb-zpjyms tikv Running 0 600m / 600m 3328599654400m / 3328599654400m data:21Gi aks-cicdamdpool-40504106-vmss000000/10.224.0.6 Feb 12,2026 10:55 UTC+0800 check pod status done(B check cluster role check cluster role done(B leader(B: tidb-zpjyms-tidb-pd-0;follower(B: tidb-zpjyms-tidb-pd-1 connect unsupported engine type: tidb tidb-7-1.0.2 cluster list-logs  `kbcli cluster list-logs tidb-zpjyms --namespace ns-bfavd `(B  cluster logs  `kbcli cluster logs tidb-zpjyms --tail 30 --namespace ns-bfavd `(B  [2026/02/12 02:57:12.735 +00:00] [INFO] [operator_controller.go:467] ["add operator"] [region-id=70] [operator="\"balance-leader {transfer leader: store 90 to 1} (kind:leader, region:70(35, 5), createAt:2026-02-12 02:57:12.735367705 +0000 UTC m=+210.669789723, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{transfer leader from store 90 to store 1}],timeout:[1m0s])\""] [additional-info="{\"sourceScore\":\"17.00\",\"targetScore\":\"11.00\"}"] [2026/02/12 02:57:12.735 +00:00] [INFO] [operator_controller.go:666] ["send schedule command"] [region-id=70] [step="transfer leader from store 90 to store 1"] [source=create] [2026/02/12 02:57:12.735 +00:00] [INFO] [operator_controller.go:467] ["add operator"] [region-id=56] [operator="\"balance-leader {transfer leader: store 90 to 1} (kind:leader, region:56(28, 5), createAt:2026-02-12 02:57:12.735392705 +0000 UTC m=+210.669814823, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{transfer leader from store 90 to store 1}],timeout:[1m0s])\""] [additional-info="{\"sourceScore\":\"16.00\",\"targetScore\":\"12.00\"}"] [2026/02/12 02:57:12.735 +00:00] [INFO] [operator_controller.go:666] ["send schedule command"] [region-id=56] [step="transfer leader from store 90 to store 1"] [source=create] [2026/02/12 02:57:12.756 +00:00] [INFO] [region.go:681] ["leader changed"] [region-id=56] [from=90] [to=1] [2026/02/12 02:57:12.756 +00:00] [INFO] [operator_controller.go:580] ["operator finish"] [region-id=56] [takes=20.81916ms] [operator="\"balance-leader {transfer leader: store 90 to 1} (kind:leader, region:56(28, 5), createAt:2026-02-12 02:57:12.735392705 +0000 UTC m=+210.669814823, startAt:2026-02-12 02:57:12.735704509 +0000 UTC m=+210.670126527, currentStep:1, size:1, steps:[0:{transfer leader from store 90 to store 1}],timeout:[1m0s]) finished\""] [additional-info="{\"sourceScore\":\"16.00\",\"targetScore\":\"12.00\"}"] [2026/02/12 02:57:12.757 +00:00] [INFO] [region.go:681] ["leader changed"] [region-id=70] [from=90] [to=1] [2026/02/12 02:57:12.757 +00:00] [INFO] [operator_controller.go:580] ["operator finish"] [region-id=70] [takes=22.234877ms] [operator="\"balance-leader {transfer leader: store 90 to 1} (kind:leader, region:70(35, 5), createAt:2026-02-12 02:57:12.735367705 +0000 UTC m=+210.669789723, startAt:2026-02-12 02:57:12.735661409 +0000 UTC m=+210.670083527, currentStep:1, size:1, steps:[0:{transfer leader from store 90 to store 1}],timeout:[1m0s]) finished\""] [additional-info="{\"sourceScore\":\"17.00\",\"targetScore\":\"11.00\"}"] [2026/02/12 02:57:12.757 +00:00] [INFO] [region.go:681] ["leader changed"] [region-id=12] [from=90] [to=1] [2026/02/12 02:57:12.758 +00:00] [INFO] [operator_controller.go:580] ["operator finish"] [region-id=12] [takes=22.496381ms] [operator="\"balance-leader {transfer leader: store 90 to 1} (kind:leader, region:12(6, 5), createAt:2026-02-12 02:57:12.735288604 +0000 UTC m=+210.669710722, startAt:2026-02-12 02:57:12.735528907 +0000 UTC m=+210.669951125, currentStep:1, size:1, steps:[0:{transfer leader from store 90 to store 1}],timeout:[1m0s]) finished\""] [additional-info="{\"sourceScore\":\"18.00\",\"targetScore\":\"9.00\"}"] [2026/02/12 02:57:12.767 +00:00] [INFO] [operator_controller.go:467] ["add operator"] [region-id=64] [operator="\"balance-leader {transfer leader: store 90 to 1} (kind:leader, region:64(32, 5), createAt:2026-02-12 02:57:12.766832798 +0000 UTC m=+210.701254916, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{transfer leader from store 90 to store 1}],timeout:[1m0s])\""] [additional-info="{\"sourceScore\":\"15.00\",\"targetScore\":\"13.00\"}"] [2026/02/12 02:57:12.767 +00:00] [INFO] [operator_controller.go:666] ["send schedule command"] [region-id=64] [step="transfer leader from store 90 to store 1"] [source=create] [2026/02/12 02:57:12.782 +00:00] [INFO] [region.go:681] ["leader changed"] [region-id=64] [from=90] [to=1] [2026/02/12 02:57:12.782 +00:00] [INFO] [operator_controller.go:580] ["operator finish"] [region-id=64] [takes=15.354192ms] [operator="\"balance-leader {transfer leader: store 90 to 1} (kind:leader, region:64(32, 5), createAt:2026-02-12 02:57:12.766832798 +0000 UTC m=+210.701254916, startAt:2026-02-12 02:57:12.767335804 +0000 UTC m=+210.701757822, currentStep:1, size:1, steps:[0:{transfer leader from store 90 to store 1}],timeout:[1m0s]) finished\""] [additional-info="{\"sourceScore\":\"15.00\",\"targetScore\":\"13.00\"}"] [2026/02/12 02:57:13.205 +00:00] [INFO] [operator_controller.go:666] ["send schedule command"] [region-id=30] [step="transfer leader from store 135 to store 1"] [source="active push"] [2026/02/12 02:57:13.205 +00:00] [INFO] [operator_controller.go:666] ["send schedule command"] [region-id=76] [step="transfer leader from store 135 to store 1"] [source="active push"] [2026/02/12 02:57:15.204 +00:00] [INFO] [operator_controller.go:666] ["send schedule command"] [region-id=24] [step="transfer leader from store 135 to store 1"] [source="active push"] [2026/02/12 02:57:15.704 +00:00] [INFO] [operator_controller.go:666] ["send schedule command"] [region-id=30] [step="transfer leader from store 135 to store 1"] [source="active push"] [2026/02/12 02:57:15.704 +00:00] [INFO] [operator_controller.go:666] ["send schedule command"] [region-id=76] [step="transfer leader from store 135 to store 1"] [source="active push"] [2026/02/12 02:57:17.704 +00:00] [INFO] [operator_controller.go:666] ["send schedule command"] [region-id=24] [step="transfer leader from store 135 to store 1"] [source="active push"] [2026/02/12 02:57:17.705 +00:00] [INFO] [operator_controller.go:666] ["send schedule command"] [region-id=30] [step="transfer leader from store 135 to store 1"] [source="active push"] [2026/02/12 02:57:17.705 +00:00] [INFO] [operator_controller.go:666] ["send schedule command"] [region-id=76] [step="transfer leader from store 135 to store 1"] [source="active push"] [2026/02/12 02:57:18.228 +00:00] [INFO] [region.go:681] ["leader changed"] [region-id=30] [from=135] [to=1] [2026/02/12 02:57:18.228 +00:00] [INFO] [operator_controller.go:580] ["operator finish"] [region-id=30] [takes=11.444940341s] [operator="\"balance-leader {transfer leader: store 135 to 1} (kind:leader, region:30(15, 5), createAt:2026-02-12 02:57:06.783117137 +0000 UTC m=+204.717539155, startAt:2026-02-12 02:57:06.783381041 +0000 UTC m=+204.717803159, currentStep:1, size:1, steps:[0:{transfer leader from store 135 to store 1}],timeout:[1m0s]) finished\""] [additional-info="{\"sourceScore\":\"14.00\",\"targetScore\":\"6.00\"}"] [2026/02/12 02:57:18.231 +00:00] [INFO] [region.go:681] ["leader changed"] [region-id=24] [from=135] [to=1] [2026/02/12 02:57:18.231 +00:00] [INFO] [operator_controller.go:580] ["operator finish"] [region-id=24] [takes=5.495893826s] [operator="\"balance-leader {transfer leader: store 135 to 1} (kind:leader, region:24(12, 5), createAt:2026-02-12 02:57:12.735331305 +0000 UTC m=+210.669753423, startAt:2026-02-12 02:57:12.735603108 +0000 UTC m=+210.670025126, currentStep:1, size:1, steps:[0:{transfer leader from store 135 to store 1}],timeout:[1m0s]) finished\""] [additional-info="{\"sourceScore\":\"12.00\",\"targetScore\":\"10.00\"}"] [2026/02/12 02:57:18.239 +00:00] [INFO] [region.go:681] ["leader changed"] [region-id=76] [from=135] [to=1] [2026/02/12 02:57:18.239 +00:00] [INFO] [operator_controller.go:580] ["operator finish"] [region-id=76] [takes=11.455711618s] [operator="\"balance-leader {transfer leader: store 135 to 1} (kind:leader, region:76(38, 5), createAt:2026-02-12 02:57:06.783181838 +0000 UTC m=+204.717603956, startAt:2026-02-12 02:57:06.783473043 +0000 UTC m=+204.717895061, currentStep:1, size:1, steps:[0:{transfer leader from store 135 to store 1}],timeout:[1m0s]) finished\""] [additional-info="{\"sourceScore\":\"13.00\",\"targetScore\":\"8.00\"}"] [2026/02/12 02:57:28.531 +00:00] [WARN] [grpclog.go:46] ["[core][Server #8] grpc: Server.processUnaryRPC failed to write status: connection error: desc = \"transport is closing\""] [2026/02/12 02:58:40.459 +00:00] [WARN] [grpclog.go:46] ["[core][Server #8] grpc: Server.processUnaryRPC failed to write status: connection error: desc = \"transport is closing\""]  `kubectl delete pod tidb-zpjyms-mysql-client --force --namespace ns-bfavd `(B  pod "tidb-zpjyms-mysql-client" force deleted delete cluster tidb-zpjyms  `kbcli cluster delete tidb-zpjyms --auto-approve --namespace ns-bfavd `(B  pod_info:tidb-zpjyms-tidb-0 3/3 Running 0 63s tidb-zpjyms-tidb-1 3/3 Running 0 2m15s tidb-zpjyms-tidb-pd-0 3/3 Running 0 6m37s tidb-zpjyms-tidb-pd-1 3/3 Running 0 5m53s tidb-zpjyms-tikv-0 2/2 Running 0 3m30s tidb-zpjyms-tikv-1 2/2 Running 0 4m14s tidb-zpjyms-tikv-2 2/2 Running 0 5m6s Cluster tidb-zpjyms deleted pod_info:tidb-zpjyms-tidb-0 3/3 Terminating 0 83s tidb-zpjyms-tidb-1 3/3 Terminating 0 2m35s tidb-zpjyms-tidb-pd-0 3/3 Running 0 6m57s tidb-zpjyms-tidb-pd-1 3/3 Running 0 6m13s tidb-zpjyms-tikv-0 2/2 Running 0 3m50s tidb-zpjyms-tikv-1 2/2 Running 0 4m34s tidb-zpjyms-tikv-2 2/2 Running 0 5m26s pod_info:tidb-zpjyms-tidb-pd-0 3/3 Terminating 0 7m23s delete cluster pod done(B check cluster resource non-exist OK: pvc(B delete cluster done(B Tidb Test Suite All Done!(B Test Engine: tidb Test Type: 34 --------------------------------------Tidb 6.5.12 (Topology = cluster Replicas 2) Test Result-------------------------------------- [PASSED]|[Create]|[Topology=cluster;ComponentDefinition=tidb-7-1.0.2;ComponentVersion=tidb;ServiceVersion=6.5.12;]|[Description=Create a cluster with the specified topology cluster with the specified component definition tidb-7-1.0.2 and component version tidb and service version 6.5.12](B [PASSED]|[Connect]|[ComponentName=tidb]|[Description=Connect to the cluster](B [PASSED]|[Restart]|[ComponentName=tidb,tikv]|[Description=Restart the cluster specify component tidb,tikv](B [PASSED]|[HorizontalScaling Out]|[ComponentName=tikv]|[Description=HorizontalScaling Out the cluster specify component tikv](B [PASSED]|[HorizontalScaling Out]|[ComponentName=tidb]|[Description=HorizontalScaling Out the cluster specify component tidb](B [PASSED]|[HorizontalScaling In]|[ComponentName=tidb]|[Description=HorizontalScaling In the cluster specify component tidb](B [PASSED]|[VolumeExpansion]|[ComponentName=tidb-pd,tikv]|[Description=VolumeExpansion the cluster specify component tidb-pd,tikv](B [PASSED]|[Stop]|[-]|[Description=Stop the cluster](B [PASSED]|[Start]|[-]|[Description=Start the cluster](B [PASSED]|[VerticalScaling]|[ComponentName=tidb-pd,tikv]|[Description=VerticalScaling the cluster specify component tidb-pd,tikv](B [PASSED]|[VerticalScaling]|[ComponentName=tidb]|[Description=VerticalScaling the cluster specify component tidb](B [PASSED]|[NoFailover]|[HA=Connection Stress;ComponentName=tidb]|[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]|[Restart]|[-]|[Description=Restart the cluster](B [PASSED]|[Update]|[TerminationPolicy=WipeOut]|[Description=Update the cluster TerminationPolicy WipeOut](B [PASSED]|[Delete]|[-]|[Description=Delete the cluster](B [END]