source commons files source engines files source kubeblocks files source kubedb files CLUSTER_NAME: `kubectl get namespace | grep ns-wlijd ` `kubectl create namespace ns-wlijd` namespace/ns-wlijd created create namespace ns-wlijd done download kbcli `gh release list --repo apecloud/kbcli --limit 100 | (grep "1.0" || true)` `curl -fsSL https://kubeblocks.io/installer/install_cli.sh | bash -s v1.0.1` Your system is linux_amd64 Installing kbcli ... Downloading ... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33.6M 100 33.6M 0 0 101M 0 --:--:-- --:--:-- --:--:-- 101M kbcli installed successfully. Kubernetes: v1.32.6 KubeBlocks: 1.0.1 kbcli: 1.0.1 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.1 done Kubernetes: v1.32.6 KubeBlocks: 1.0.1 kbcli: 1.0.1 Kubernetes Env: v1.32.6 check snapshot controller check snapshot controller done POD_RESOURCES: aks kb-default-sc found aks default-vsc found found default storage class: default KubeBlocks version is:1.0.1 skip upgrade KubeBlocks current KubeBlocks version: 1.0.1 Error: no repositories to show helm repo add chaos-mesh https://charts.chaos-mesh.org "chaos-mesh" has been added to your repositories add helm chart repo chaos-mesh success chaos mesh already installed check component definition check component definition set component name:minio set minio component definition set minio component definition minio-1.0.1 LIMIT_CPU:0.1 LIMIT_MEMORY:0.5 storage size: 1 CLUSTER_NAME:minios-xatlvl No resources found in ns-wlijd namespace. pod_info: create 2 replica WipeOut minio cluster check component definition set component definition by component version no component definitions found apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: name: minios-xatlvl namespace: ns-wlijd spec: terminationPolicy: WipeOut componentSpecs: - name: minio componentDef: minio-1.0.1 replicas: 2 env: - name: MINIO_BUCKETS value: test disableExporter: true resources: limits: cpu: 100m memory: 0.5Gi requests: cpu: 100m memory: 0.5Gi volumeClaimTemplates: - name: data spec: storageClassName: accessModes: - ReadWriteOnce resources: requests: storage: 1Gi `kubectl apply -f test_create_minios-xatlvl.yaml` cluster.apps.kubeblocks.io/minios-xatlvl created apply test_create_minios-xatlvl.yaml Success `rm -rf test_create_minios-xatlvl.yaml` check cluster status `kbcli cluster list minios-xatlvl --show-labels --namespace ns-wlijd ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS minios-xatlvl ns-wlijd WipeOut Creating Sep 11,2025 17:22 UTC+0800 cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances minios-xatlvl --namespace ns-wlijd ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME minios-xatlvl-minio-0 ns-wlijd minios-xatlvl minio Running notready 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:22 UTC+0800 minios-xatlvl-minio-1 ns-wlijd minios-xatlvl minio Running notready 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 17:24 UTC+0800 check pod status done connect unsupported engine type: minio minio-1.0.1 `kubectl get secrets -l app.kubernetes.io/instance=minios-xatlvl` `kubectl get secrets minios-xatlvl-minio-account-root -o jsonpath="***.data.username***"` `kubectl get secrets minios-xatlvl-minio-account-root -o jsonpath="***.data.password***"` `kubectl get secrets minios-xatlvl-minio-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:my012V923gw7dtz8;DB_PORT:9000;DB_DATABASE: check pod minios-xatlvl-minio-0 container_name minio exist password my012V923gw7dtz8 check pod minios-xatlvl-minio-0 container_name kbagent exist password my012V923gw7dtz8 No container logs contain secret password. check component definition set component name:fe set component version set component version:starrocks-be set service versions:3.4.1,3.3.3,3.3.2,3.3.0,3.2.2 set service versions sorted:3.2.2,3.3.0,3.3.2,3.3.3,3.4.1 set starrocks component definition set starrocks component definition starrocks-fe-sd-1.0.1 REPORT_COUNT 0:0 set replicas first:2,3.2.2|2,3.3.0|2,3.3.2|2,3.3.3|2,3.4.1 set replicas third:2,3.3.2 set replicas fourth:2,3.2.2 set minimum cmpv service version set minimum cmpv service version replicas:2,3.2.2 REPORT_COUNT:1 CLUSTER_TOPOLOGY:shared-data topology shared-data found in cluster definition starrocks set starrocks component definition set starrocks component definition starrocks-cn-1.0.1 LIMIT_CPU:1 LIMIT_MEMORY:2 storage size: 20 CLUSTER_NAME:strent-xatlvl No resources found in ns-wlijd namespace. pod_info: termination_policy:WipeOut create 2 replica WipeOut starrocks cluster check component definition set component definition by component version check cmpd by labels check cmpd by compDefs set component definition: starrocks-be-1.0.1 by component version:starrocks-be apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: name: strent-xatlvl namespace: ns-wlijd spec: clusterDef: starrocks topology: shared-data terminationPolicy: WipeOut componentSpecs: - name: cn serviceVersion: 3.2.2 replicas: 2 resources: requests: cpu: 1000m memory: 2Gi limits: cpu: 1000m memory: 2Gi - name: fe serviceVersion: 3.2.2 replicas: 3 resources: requests: cpu: 1000m memory: 2Gi limits: cpu: 1000m memory: 2Gi volumeClaimTemplates: - name: data spec: storageClassName: accessModes: - ReadWriteOnce resources: requests: storage: 20Gi env: - name: S3_BUCKET value: kubeblocks - name: S3_PATH value: "" serviceRefs: - name: s3-object-storage namespace: ns-wlijd clusterServiceSelector: cluster: minios-xatlvl service: component: minio service: default port: api credential: component: minio name: root `kubectl apply -f test_create_strent-xatlvl.yaml` cluster.apps.kubeblocks.io/strent-xatlvl created apply test_create_strent-xatlvl.yaml Success `rm -rf test_create_strent-xatlvl.yaml` check cluster status `kbcli cluster list strent-xatlvl --show-labels --namespace ns-wlijd ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS strent-xatlvl ns-wlijd starrocks WipeOut Creating Sep 11,2025 17:25 UTC+0800 clusterdefinition.kubeblocks.io/name=starrocks cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances strent-xatlvl --namespace ns-wlijd ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME strent-xatlvl-cn-0 ns-wlijd strent-xatlvl cn Running 0 1 / 1 2Gi / 2Gi aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 17:27 UTC+0800 strent-xatlvl-cn-1 ns-wlijd strent-xatlvl cn Running 0 1 / 1 2Gi / 2Gi aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:29 UTC+0800 strent-xatlvl-fe-0 ns-wlijd strent-xatlvl fe Running 0 1 / 1 2Gi / 2Gi data:20Gi aks-cicdamdpool-27918866-vmss000002/10.224.0.5 Sep 11,2025 17:25 UTC+0800 strent-xatlvl-fe-1 ns-wlijd strent-xatlvl fe Running 0 1 / 1 2Gi / 2Gi data:20Gi aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 17:25 UTC+0800 strent-xatlvl-fe-2 ns-wlijd strent-xatlvl fe Running 0 1 / 1 2Gi / 2Gi data:20Gi aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:25 UTC+0800 check pod status done `kubectl get secrets -l app.kubernetes.io/instance=strent-xatlvl` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:39C1Mguf43;DB_PORT:9030;DB_DATABASE:sys check cluster connect `echo "mysql -P9030 -hstrent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local -uroot -p'39C1Mguf43' " | kubectl exec -it strent-xatlvl-fe-0 --namespace ns-wlijd -c fe -- bash` check cluster connect done `kubectl get secrets -l app.kubernetes.io/instance=strent-xatlvl` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:39C1Mguf43;DB_PORT:9030;DB_DATABASE:sys check pod strent-xatlvl-cn-0 container_name cn exist password 39C1Mguf43 check pod strent-xatlvl-cn-0 container_name nginx exist password 39C1Mguf43 check pod strent-xatlvl-cn-0 container_name kbagent exist password 39C1Mguf43 check pod strent-xatlvl-cn-0 container_name config-manager exist password 39C1Mguf43 No container logs contain secret password. describe cluster `kbcli cluster describe strent-xatlvl --namespace ns-wlijd ` Name: strent-xatlvl Created Time: Sep 11,2025 17:25 UTC+0800 NAMESPACE CLUSTER-DEFINITION TOPOLOGY STATUS TERMINATION-POLICY ns-wlijd starrocks shared-data Running WipeOut Endpoints: COMPONENT INTERNAL EXTERNAL fe strent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local:8030 strent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local:9030 cn strent-xatlvl-cn-cn.ns-wlijd.svc.cluster.local:8040 strent-xatlvl-cn-cn.ns-wlijd.svc.cluster.local:8080 Topology: COMPONENT SERVICE-VERSION INSTANCE ROLE STATUS AZ NODE CREATED-TIME cn 3.2.2 strent-xatlvl-cn-0 Running 0 aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 17:27 UTC+0800 cn 3.2.2 strent-xatlvl-cn-1 Running 0 aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:29 UTC+0800 fe 3.2.2 strent-xatlvl-fe-0 Running 0 aks-cicdamdpool-27918866-vmss000002/10.224.0.5 Sep 11,2025 17:25 UTC+0800 fe 3.2.2 strent-xatlvl-fe-1 Running 0 aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 17:25 UTC+0800 fe 3.2.2 strent-xatlvl-fe-2 Running 0 aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:25 UTC+0800 Resources Allocation: COMPONENT INSTANCE-TEMPLATE CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE-SIZE STORAGE-CLASS fe 1 / 1 2Gi / 2Gi data:20Gi default cn 1 / 1 2Gi / 2Gi Images: COMPONENT COMPONENT-DEFINITION IMAGE fe starrocks-fe-sd-1.0.1 docker.io/apecloud/fe-ubuntu:3.2.2 docker.io/apecloud/kubeblocks-tools:1.0.1 cn starrocks-cn-1.0.1 docker.io/apecloud/cn-ubuntu:3.2.2 docker.io/apecloud/nginx:1.24.0 docker.io/apecloud/kubeblocks-tools:1.0.1 Show cluster events: kbcli cluster list-events -n ns-wlijd strent-xatlvl `kbcli cluster label strent-xatlvl app.kubernetes.io/instance- --namespace ns-wlijd ` label "app.kubernetes.io/instance" not found. `kbcli cluster label strent-xatlvl app.kubernetes.io/instance=strent-xatlvl --namespace ns-wlijd ` `kbcli cluster label strent-xatlvl --list --namespace ns-wlijd ` NAME NAMESPACE LABELS strent-xatlvl ns-wlijd app.kubernetes.io/instance=strent-xatlvl clusterdefinition.kubeblocks.io/name=starrocks label cluster app.kubernetes.io/instance=strent-xatlvl Success `kbcli cluster label case.name=kbcli.test1 -l app.kubernetes.io/instance=strent-xatlvl --namespace ns-wlijd ` `kbcli cluster label strent-xatlvl --list --namespace ns-wlijd ` NAME NAMESPACE LABELS strent-xatlvl ns-wlijd app.kubernetes.io/instance=strent-xatlvl case.name=kbcli.test1 clusterdefinition.kubeblocks.io/name=starrocks label cluster case.name=kbcli.test1 Success `kbcli cluster label strent-xatlvl case.name=kbcli.test2 --overwrite --namespace ns-wlijd ` `kbcli cluster label strent-xatlvl --list --namespace ns-wlijd ` NAME NAMESPACE LABELS strent-xatlvl ns-wlijd app.kubernetes.io/instance=strent-xatlvl case.name=kbcli.test2 clusterdefinition.kubeblocks.io/name=starrocks label cluster case.name=kbcli.test2 Success `kbcli cluster label strent-xatlvl case.name- --namespace ns-wlijd ` `kbcli cluster label strent-xatlvl --list --namespace ns-wlijd ` NAME NAMESPACE LABELS strent-xatlvl ns-wlijd app.kubernetes.io/instance=strent-xatlvl clusterdefinition.kubeblocks.io/name=starrocks delete cluster label case.name Success cluster connect `kubectl get secrets -l app.kubernetes.io/instance=strent-xatlvl` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:39C1Mguf43;DB_PORT:9030;DB_DATABASE:sys KUBEBLOCKS NAMESPACE:kb-kwdik get kubeblocks namespace done `kubectl get secrets -l app.kubernetes.io/instance=kbcli-test-minio --namespace kb-kwdik -o jsonpath="***.items[0].data.root-user***"` `kubectl get secrets -l app.kubernetes.io/instance=kbcli-test-minio --namespace kb-kwdik -o jsonpath="***.items[0].data.root-password***"` minio_user:kbclitest,minio_password:kbclitest,minio_endpoint:kbcli-test-minio.kb-kwdik.svc.cluster.local:9000 list minio bucket kbcli-test `echo 'mc config host add minioserver http://kbcli-test-minio.kb-kwdik.svc.cluster.local:9000 kbclitest kbclitest;mc ls minioserver' | kubectl exec -it kbcli-test-minio-ffb765fcb-hv7t8 --namespace kb-kwdik -- bash` Unable to use a TTY - input is not a terminal or the right kind of file list minio bucket done `echo "echo \" CREATE STORAGE VOLUME sr_sipkn TYPE = S3 LOCATIONS = ('s3://kbcli-test/') PROPERTIES ( 'enabled' = 'true', 'aws.s3.endpoint' = 'http://kbcli-test-minio.kb-kwdik.svc.cluster.local:9000', 'aws.s3.access_key' = 'kbclitest', 'aws.s3.secret_key' = 'kbclitest' ); SET sr_sipkn AS DEFAULT STORAGE VOLUME; \" | mysql -P9030 -hstrent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local -uroot -p'39C1Mguf43' " | kubectl exec -it strent-xatlvl-fe-0 -c fe --namespace ns-wlijd -- bash ` Unable to use a TTY - input is not a terminal or the right kind of file Warning: arning] Using a password on the command line interface can be insecure. connect cluster Success insert batch data by db client Error from server (NotFound): pods "test-db-client-executionloop-strent-xatlvl" not found `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge pods test-db-client-executionloop-strent-xatlvl --namespace ns-wlijd ` Error from server (NotFound): pods "test-db-client-executionloop-strent-xatlvl" not found Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely. Error from server (NotFound): pods "test-db-client-executionloop-strent-xatlvl" not found `kubectl get secrets -l app.kubernetes.io/instance=strent-xatlvl` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:39C1Mguf43;DB_PORT:9030;DB_DATABASE:sys apiVersion: v1 kind: Pod metadata: name: test-db-client-executionloop-strent-xatlvl namespace: ns-wlijd spec: containers: - name: test-dbclient imagePullPolicy: IfNotPresent image: docker.io/apecloud/dbclient:test args: - "--host" - "strent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local" - "--user" - "root" - "--password" - "39C1Mguf43" - "--port" - "9030" - "--dbtype" - "starrocks" - "--test" - "executionloop" - "--duration" - "60" - "--interval" - "1" restartPolicy: Never `kubectl apply -f test-db-client-executionloop-strent-xatlvl.yaml` pod/test-db-client-executionloop-strent-xatlvl created apply test-db-client-executionloop-strent-xatlvl.yaml Success `rm -rf test-db-client-executionloop-strent-xatlvl.yaml` check pod status pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-strent-xatlvl 1/1 Running 0 5s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-strent-xatlvl 1/1 Running 0 10s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-strent-xatlvl 1/1 Running 0 15s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-strent-xatlvl 1/1 Running 0 20s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-strent-xatlvl 1/1 Running 0 25s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-strent-xatlvl 1/1 Running 0 30s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-strent-xatlvl 1/1 Running 0 35s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-strent-xatlvl 1/1 Running 0 41s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-strent-xatlvl 1/1 Running 0 46s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-strent-xatlvl 1/1 Running 0 51s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-strent-xatlvl 1/1 Running 0 56s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-strent-xatlvl 1/1 Running 0 61s check pod test-db-client-executionloop-strent-xatlvl status done pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-strent-xatlvl 0/1 Completed 0 67s check cluster status `kbcli cluster list strent-xatlvl --show-labels --namespace ns-wlijd ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS strent-xatlvl ns-wlijd starrocks WipeOut Running Sep 11,2025 17:25 UTC+0800 app.kubernetes.io/instance=strent-xatlvl,clusterdefinition.kubeblocks.io/name=starrocks check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances strent-xatlvl --namespace ns-wlijd ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME strent-xatlvl-cn-0 ns-wlijd strent-xatlvl cn Running 0 1 / 1 2Gi / 2Gi aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 17:27 UTC+0800 strent-xatlvl-cn-1 ns-wlijd strent-xatlvl cn Running 0 1 / 1 2Gi / 2Gi aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:29 UTC+0800 strent-xatlvl-fe-0 ns-wlijd strent-xatlvl fe Running 0 1 / 1 2Gi / 2Gi data:20Gi aks-cicdamdpool-27918866-vmss000002/10.224.0.5 Sep 11,2025 17:25 UTC+0800 strent-xatlvl-fe-1 ns-wlijd strent-xatlvl fe Running 0 1 / 1 2Gi / 2Gi data:20Gi aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 17:25 UTC+0800 strent-xatlvl-fe-2 ns-wlijd strent-xatlvl fe Running 0 1 / 1 2Gi / 2Gi data:20Gi aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:25 UTC+0800 check pod status done `kubectl get secrets -l app.kubernetes.io/instance=strent-xatlvl` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:39C1Mguf43;DB_PORT:9030;DB_DATABASE:sys check cluster connect `echo "mysql -P9030 -hstrent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local -uroot -p'39C1Mguf43' " | kubectl exec -it strent-xatlvl-fe-0 --namespace ns-wlijd -c fe -- bash` check cluster connect done --host strent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local --user root --password 39C1Mguf43 --port 9030 --dbtype starrocks --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, value VARCHAR(255), tinyint_col TINYINT, smallint_col SMALLINT, int_col INT, bigint_col BIGINT, float_col FLOAT, double_col DOUBLE, decimal_col DECIMAL(10, 2), date_col DATE, datetime_col DATETIME, char_col CHAR(10), text_col TEXT, binary_col BINARY(30), varbinary_col VARBINARY(255), enum_col VARCHAR(20), set_col VARCHAR(50) ) ENGINE=OLAP DUPLICATE KEY(id) DISTRIBUTED BY HASH(id) BUCKETS 3 PROPERTIES ( 'replication_num' = '1' ); Execution loop start:INSERT INTO executions_loop.executions_loop_table (value, tinyint_col, smallint_col, int_col, bigint_col, float_col, double_col, decimal_col, date_col, datetime_col, char_col, text_col, binary_col, varbinary_col, enum_col, set_col) VALUES ('executions_loop_test_1', 16, 27369, -1277019586, -3980763644943320311, 0.21923947, 0.13170308517088714, 43.66818820927057, '2025-09-11', '2025-09-11 09:31:06.574', 'm9Oqdu50S4', 'BjJDxcwQCVuw7Y2nuI0KfnnJCmYPYX3hTl23MiAAI5FvIy0R2akgzw9RQeNNKF6lHAu4JxWYZCkMJDevtQMjquXMELZASKG8IdP528zYSxQuMzfbn2D8unjKPlAua3OkqKS6hPybpAua9tJPHEP7nfATqOlMscgXIc6EIm89julTM743ChNmmTAiaT9sIxjFaV3AVGjEILXy7lyBUOdCchHluhhVO5MySam4FPP8gYf17mb0W8243d1x0w9m3Ud', TO_BINARY('base64,hmDLjxc4RCvStA=='), TO_BINARY('base64,IwL2UBL2h7sa0JBoDL3cPravim3Q1FzcQD4MqN4dYdkI+vUolhFu32icCRvnMOgKANEP+14npOBA4ATn+LP/YJEmgAVtiy0PjkYXpdLzhx0uPDA2t99CIs2f9oozX6T6fNN+2IFnEQ77UcTWE8bzlEk2uqJIosVQsSPqpSrJdtS8SR6u4TDqmnMkkFy2Pe/tziDEsOFo7VJJRhg='), 'Option1', 'Value2' ); [ 1s ] executions total: 1 successful: 1 failed: 0 disconnect: 0 [ 2s ] executions total: 9 successful: 9 failed: 0 disconnect: 0 [ 3s ] executions total: 17 successful: 17 failed: 0 disconnect: 0 [ 4s ] executions total: 26 successful: 26 failed: 0 disconnect: 0 [ 5s ] executions total: 34 successful: 34 failed: 0 disconnect: 0 [ 6s ] executions total: 38 successful: 38 failed: 0 disconnect: 0 [ 7s ] executions total: 45 successful: 45 failed: 0 disconnect: 0 [ 8s ] executions total: 54 successful: 54 failed: 0 disconnect: 0 [ 9s ] executions total: 62 successful: 62 failed: 0 disconnect: 0 [ 10s ] executions total: 70 successful: 70 failed: 0 disconnect: 0 [ 11s ] executions total: 77 successful: 77 failed: 0 disconnect: 0 [ 12s ] executions total: 85 successful: 85 failed: 0 disconnect: 0 [ 13s ] executions total: 93 successful: 93 failed: 0 disconnect: 0 [ 14s ] executions total: 102 successful: 102 failed: 0 disconnect: 0 [ 15s ] executions total: 110 successful: 110 failed: 0 disconnect: 0 [ 16s ] executions total: 119 successful: 119 failed: 0 disconnect: 0 [ 17s ] executions total: 124 successful: 124 failed: 0 disconnect: 0 [ 18s ] executions total: 132 successful: 132 failed: 0 disconnect: 0 [ 19s ] executions total: 141 successful: 141 failed: 0 disconnect: 0 [ 20s ] executions total: 150 successful: 150 failed: 0 disconnect: 0 [ 21s ] executions total: 159 successful: 159 failed: 0 disconnect: 0 [ 22s ] executions total: 167 successful: 167 failed: 0 disconnect: 0 [ 23s ] executions total: 176 successful: 176 failed: 0 disconnect: 0 [ 24s ] executions total: 185 successful: 185 failed: 0 disconnect: 0 [ 25s ] executions total: 190 successful: 190 failed: 0 disconnect: 0 [ 26s ] executions total: 199 successful: 199 failed: 0 disconnect: 0 [ 27s ] executions total: 201 successful: 201 failed: 0 disconnect: 0 [ 28s ] executions total: 209 successful: 209 failed: 0 disconnect: 0 [ 29s ] executions total: 218 successful: 218 failed: 0 disconnect: 0 [ 30s ] executions total: 226 successful: 226 failed: 0 disconnect: 0 [ 31s ] executions total: 234 successful: 234 failed: 0 disconnect: 0 [ 32s ] executions total: 243 successful: 243 failed: 0 disconnect: 0 [ 33s ] executions total: 252 successful: 252 failed: 0 disconnect: 0 [ 34s ] executions total: 261 successful: 261 failed: 0 disconnect: 0 [ 35s ] executions total: 270 successful: 270 failed: 0 disconnect: 0 [ 36s ] executions total: 279 successful: 279 failed: 0 disconnect: 0 [ 37s ] executions total: 281 successful: 281 failed: 0 disconnect: 0 [ 38s ] executions total: 290 successful: 290 failed: 0 disconnect: 0 [ 39s ] executions total: 299 successful: 299 failed: 0 disconnect: 0 [ 40s ] executions total: 308 successful: 308 failed: 0 disconnect: 0 [ 41s ] executions total: 317 successful: 317 failed: 0 disconnect: 0 [ 42s ] executions total: 325 successful: 325 failed: 0 disconnect: 0 [ 43s ] executions total: 334 successful: 334 failed: 0 disconnect: 0 [ 60s ] executions total: 341 successful: 341 failed: 0 disconnect: 0 Test Result: Total Executions: 341 Successful Executions: 341 Failed Executions: 0 Disconnection Counts: 0 Connection Information: Database Type: starrocks Host: strent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local Port: 9030 Database: Table: User: root Org: Access Mode: mysql Test Type: executionloop Query: Duration: 60 seconds Interval: 1 seconds DB_CLIENT_BATCH_DATA_COUNT: 341 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge pods test-db-client-executionloop-strent-xatlvl --namespace ns-wlijd ` pod/test-db-client-executionloop-strent-xatlvl patched (no change) Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely. pod "test-db-client-executionloop-strent-xatlvl" force deleted LB_TYPE is set to: internet cluster expose check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster expose strent-xatlvl --auto-approve --force=true --type internet --enable true --components fe --namespace ns-wlijd ` OpsRequest strent-xatlvl-expose-2l6c5 created successfully, you can view the progress: kbcli cluster describe-ops strent-xatlvl-expose-2l6c5 -n ns-wlijd check ops status `kbcli cluster list-ops strent-xatlvl --status all --namespace ns-wlijd ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strent-xatlvl-expose-2l6c5 ns-wlijd Expose strent-xatlvl fe Running 0/1 Sep 11,2025 17:32 UTC+0800 check cluster status `kbcli cluster list strent-xatlvl --show-labels --namespace ns-wlijd ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS strent-xatlvl ns-wlijd starrocks WipeOut Running Sep 11,2025 17:25 UTC+0800 app.kubernetes.io/instance=strent-xatlvl,clusterdefinition.kubeblocks.io/name=starrocks check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances strent-xatlvl --namespace ns-wlijd ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME strent-xatlvl-cn-0 ns-wlijd strent-xatlvl cn Running 0 1 / 1 2Gi / 2Gi aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 17:27 UTC+0800 strent-xatlvl-cn-1 ns-wlijd strent-xatlvl cn Running 0 1 / 1 2Gi / 2Gi aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:29 UTC+0800 strent-xatlvl-fe-0 ns-wlijd strent-xatlvl fe Running 0 1 / 1 2Gi / 2Gi data:20Gi aks-cicdamdpool-27918866-vmss000002/10.224.0.5 Sep 11,2025 17:25 UTC+0800 strent-xatlvl-fe-1 ns-wlijd strent-xatlvl fe Running 0 1 / 1 2Gi / 2Gi data:20Gi aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 17:25 UTC+0800 strent-xatlvl-fe-2 ns-wlijd strent-xatlvl fe Running 0 1 / 1 2Gi / 2Gi data:20Gi aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:25 UTC+0800 check pod status done `kubectl get secrets -l app.kubernetes.io/instance=strent-xatlvl` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:39C1Mguf43;DB_PORT:9030;DB_DATABASE:sys check cluster connect `echo "mysql -P9030 -hstrent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local -uroot -p'39C1Mguf43' " | kubectl exec -it strent-xatlvl-fe-0 --namespace ns-wlijd -c fe -- bash` check cluster connect done check ops status `kbcli cluster list-ops strent-xatlvl --status all --namespace ns-wlijd ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strent-xatlvl-expose-2l6c5 ns-wlijd Expose strent-xatlvl fe Running 0/1 Sep 11,2025 17:32 UTC+0800 ops_status:strent-xatlvl-expose-2l6c5 ns-wlijd Expose strent-xatlvl fe Running 0/1 Sep 11,2025 17:32 UTC+0800 ops_status:strent-xatlvl-expose-2l6c5 ns-wlijd Expose strent-xatlvl fe Running 0/1 Sep 11,2025 17:32 UTC+0800 ops_status:strent-xatlvl-expose-2l6c5 ns-wlijd Expose strent-xatlvl fe Running 0/1 Sep 11,2025 17:32 UTC+0800 ops_status:strent-xatlvl-expose-2l6c5 ns-wlijd Expose strent-xatlvl fe Running 0/1 Sep 11,2025 17:32 UTC+0800 ops_status:strent-xatlvl-expose-2l6c5 ns-wlijd Expose strent-xatlvl fe Running 0/1 Sep 11,2025 17:32 UTC+0800 ops_status:strent-xatlvl-expose-2l6c5 ns-wlijd Expose strent-xatlvl fe Running 0/1 Sep 11,2025 17:32 UTC+0800 ops_status:strent-xatlvl-expose-2l6c5 ns-wlijd Expose strent-xatlvl fe Running 0/1 Sep 11,2025 17:32 UTC+0800 ops_status:strent-xatlvl-expose-2l6c5 ns-wlijd Expose strent-xatlvl fe Running 0/1 Sep 11,2025 17:32 UTC+0800 check ops status done ops_status:strent-xatlvl-expose-2l6c5 ns-wlijd Expose strent-xatlvl fe Succeed 1/1 Sep 11,2025 17:32 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations strent-xatlvl-expose-2l6c5 --namespace ns-wlijd ` opsrequest.operations.kubeblocks.io/strent-xatlvl-expose-2l6c5 patched `kbcli cluster delete-ops --name strent-xatlvl-expose-2l6c5 --force --auto-approve --namespace ns-wlijd ` OpsRequest strent-xatlvl-expose-2l6c5 deleted `kubectl get secrets -l app.kubernetes.io/instance=strent-xatlvl` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:39C1Mguf43;DB_PORT:9030;DB_DATABASE:sys check db_client batch data count `echo "echo \"select count(*) from executions_loop.executions_loop_table;\" | mysql -P9030 -hstrent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local -uroot -p'39C1Mguf43' " | kubectl exec -it strent-xatlvl-fe-0 --namespace ns-wlijd -- bash ` check db_client batch data Success skip Component cn VolumeExpansion cluster restart check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster restart strent-xatlvl --auto-approve --force=true --components cn --namespace ns-wlijd ` OpsRequest strent-xatlvl-restart-5pwbl created successfully, you can view the progress: kbcli cluster describe-ops strent-xatlvl-restart-5pwbl -n ns-wlijd check ops status `kbcli cluster list-ops strent-xatlvl --status all --namespace ns-wlijd ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strent-xatlvl-restart-5pwbl ns-wlijd Restart strent-xatlvl cn Running 0/2 Sep 11,2025 17:33 UTC+0800 check cluster status `kbcli cluster list strent-xatlvl --show-labels --namespace ns-wlijd ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS strent-xatlvl ns-wlijd starrocks WipeOut Updating Sep 11,2025 17:25 UTC+0800 app.kubernetes.io/instance=strent-xatlvl,clusterdefinition.kubeblocks.io/name=starrocks cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances strent-xatlvl --namespace ns-wlijd ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME strent-xatlvl-cn-0 ns-wlijd strent-xatlvl cn Running 0 1 / 1 2Gi / 2Gi aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 17:33 UTC+0800 strent-xatlvl-cn-1 ns-wlijd strent-xatlvl cn Running 0 1 / 1 2Gi / 2Gi aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:33 UTC+0800 strent-xatlvl-fe-0 ns-wlijd strent-xatlvl fe Running 0 1 / 1 2Gi / 2Gi data:20Gi aks-cicdamdpool-27918866-vmss000002/10.224.0.5 Sep 11,2025 17:25 UTC+0800 strent-xatlvl-fe-1 ns-wlijd strent-xatlvl fe Running 0 1 / 1 2Gi / 2Gi data:20Gi aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 17:25 UTC+0800 strent-xatlvl-fe-2 ns-wlijd strent-xatlvl fe Running 0 1 / 1 2Gi / 2Gi data:20Gi aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:25 UTC+0800 check pod status done `kubectl get secrets -l app.kubernetes.io/instance=strent-xatlvl` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:39C1Mguf43;DB_PORT:9030;DB_DATABASE:sys check cluster connect `echo "mysql -P9030 -hstrent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local -uroot -p'39C1Mguf43' " | kubectl exec -it strent-xatlvl-fe-0 --namespace ns-wlijd -c fe -- bash` check cluster connect done check ops status `kbcli cluster list-ops strent-xatlvl --status all --namespace ns-wlijd ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strent-xatlvl-restart-5pwbl ns-wlijd Restart strent-xatlvl cn Succeed 2/2 Sep 11,2025 17:33 UTC+0800 check ops status done ops_status:strent-xatlvl-restart-5pwbl ns-wlijd Restart strent-xatlvl cn Succeed 2/2 Sep 11,2025 17:33 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations strent-xatlvl-restart-5pwbl --namespace ns-wlijd ` opsrequest.operations.kubeblocks.io/strent-xatlvl-restart-5pwbl patched `kbcli cluster delete-ops --name strent-xatlvl-restart-5pwbl --force --auto-approve --namespace ns-wlijd ` OpsRequest strent-xatlvl-restart-5pwbl deleted `kubectl get secrets -l app.kubernetes.io/instance=strent-xatlvl` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:39C1Mguf43;DB_PORT:9030;DB_DATABASE:sys check db_client batch data count `echo "echo \"select count(*) from executions_loop.executions_loop_table;\" | mysql -P9030 -hstrent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local -uroot -p'39C1Mguf43' " | kubectl exec -it strent-xatlvl-fe-0 --namespace ns-wlijd -- bash ` check db_client batch data Success check component fe exists `kubectl get components -l app.kubernetes.io/instance=strent-xatlvl,apps.kubeblocks.io/component-name=fe --namespace ns-wlijd | (grep "fe" || true )` `kubectl get pvc -l app.kubernetes.io/instance=strent-xatlvl,apps.kubeblocks.io/component-name=fe,apps.kubeblocks.io/vct-name=data --namespace ns-wlijd ` cluster volume-expand check cluster status before ops check cluster status done cluster_status:Running No resources found in strent-xatlvl namespace. `kbcli cluster volume-expand strent-xatlvl --auto-approve --force=true --components fe --volume-claim-templates data --storage 22Gi --namespace ns-wlijd ` OpsRequest strent-xatlvl-volumeexpansion-wgj5b created successfully, you can view the progress: kbcli cluster describe-ops strent-xatlvl-volumeexpansion-wgj5b -n ns-wlijd check ops status `kbcli cluster list-ops strent-xatlvl --status all --namespace ns-wlijd ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strent-xatlvl-volumeexpansion-wgj5b ns-wlijd VolumeExpansion strent-xatlvl fe Running 0/3 Sep 11,2025 17:34 UTC+0800 check cluster status `kbcli cluster list strent-xatlvl --show-labels --namespace ns-wlijd ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS strent-xatlvl ns-wlijd starrocks WipeOut Updating Sep 11,2025 17:25 UTC+0800 app.kubernetes.io/instance=strent-xatlvl,clusterdefinition.kubeblocks.io/name=starrocks cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances strent-xatlvl --namespace ns-wlijd ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME strent-xatlvl-cn-0 ns-wlijd strent-xatlvl cn Running 0 1 / 1 2Gi / 2Gi aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 17:33 UTC+0800 strent-xatlvl-cn-1 ns-wlijd strent-xatlvl cn Running 0 1 / 1 2Gi / 2Gi aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:33 UTC+0800 strent-xatlvl-fe-0 ns-wlijd strent-xatlvl fe Running 0 1 / 1 2Gi / 2Gi data:22Gi aks-cicdamdpool-27918866-vmss000002/10.224.0.5 Sep 11,2025 17:25 UTC+0800 strent-xatlvl-fe-1 ns-wlijd strent-xatlvl fe Running 0 1 / 1 2Gi / 2Gi data:22Gi aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 17:25 UTC+0800 strent-xatlvl-fe-2 ns-wlijd strent-xatlvl fe Running 0 1 / 1 2Gi / 2Gi data:22Gi aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:25 UTC+0800 check pod status done `kubectl get secrets -l app.kubernetes.io/instance=strent-xatlvl` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:39C1Mguf43;DB_PORT:9030;DB_DATABASE:sys check cluster connect `echo "mysql -P9030 -hstrent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local -uroot -p'39C1Mguf43' " | kubectl exec -it strent-xatlvl-fe-0 --namespace ns-wlijd -c fe -- bash` check cluster connect done No resources found in strent-xatlvl namespace. check ops status `kbcli cluster list-ops strent-xatlvl --status all --namespace ns-wlijd ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strent-xatlvl-volumeexpansion-wgj5b ns-wlijd VolumeExpansion strent-xatlvl fe Succeed 3/3 Sep 11,2025 17:34 UTC+0800 check ops status done ops_status:strent-xatlvl-volumeexpansion-wgj5b ns-wlijd VolumeExpansion strent-xatlvl fe Succeed 3/3 Sep 11,2025 17:34 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations strent-xatlvl-volumeexpansion-wgj5b --namespace ns-wlijd ` opsrequest.operations.kubeblocks.io/strent-xatlvl-volumeexpansion-wgj5b patched `kbcli cluster delete-ops --name strent-xatlvl-volumeexpansion-wgj5b --force --auto-approve --namespace ns-wlijd ` OpsRequest strent-xatlvl-volumeexpansion-wgj5b deleted `kubectl get secrets -l app.kubernetes.io/instance=strent-xatlvl` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:39C1Mguf43;DB_PORT:9030;DB_DATABASE:sys check db_client batch data count `echo "echo \"select count(*) from executions_loop.executions_loop_table;\" | mysql -P9030 -hstrent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local -uroot -p'39C1Mguf43' " | kubectl exec -it strent-xatlvl-fe-0 --namespace ns-wlijd -- bash ` check db_client batch data Success check component fe exists `kubectl get components -l app.kubernetes.io/instance=strent-xatlvl,apps.kubeblocks.io/component-name=fe --namespace ns-wlijd | (grep "fe" || true )` cluster restart check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster restart strent-xatlvl --auto-approve --force=true --components fe --namespace ns-wlijd ` OpsRequest strent-xatlvl-restart-bdhdx created successfully, you can view the progress: kbcli cluster describe-ops strent-xatlvl-restart-bdhdx -n ns-wlijd check ops status `kbcli cluster list-ops strent-xatlvl --status all --namespace ns-wlijd ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strent-xatlvl-restart-bdhdx ns-wlijd Restart strent-xatlvl fe Running 0/3 Sep 11,2025 17:37 UTC+0800 check cluster status `kbcli cluster list strent-xatlvl --show-labels --namespace ns-wlijd ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS strent-xatlvl ns-wlijd starrocks WipeOut Updating Sep 11,2025 17:25 UTC+0800 app.kubernetes.io/instance=strent-xatlvl,clusterdefinition.kubeblocks.io/name=starrocks cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances strent-xatlvl --namespace ns-wlijd ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME strent-xatlvl-cn-0 ns-wlijd strent-xatlvl cn Running 0 1 / 1 2Gi / 2Gi aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 17:33 UTC+0800 strent-xatlvl-cn-1 ns-wlijd strent-xatlvl cn Running 0 1 / 1 2Gi / 2Gi aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:33 UTC+0800 strent-xatlvl-fe-0 ns-wlijd strent-xatlvl fe Running 0 1 / 1 2Gi / 2Gi data:22Gi aks-cicdamdpool-27918866-vmss000002/10.224.0.5 Sep 11,2025 17:38 UTC+0800 strent-xatlvl-fe-1 ns-wlijd strent-xatlvl fe Running 0 1 / 1 2Gi / 2Gi data:22Gi aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 17:37 UTC+0800 strent-xatlvl-fe-2 ns-wlijd strent-xatlvl fe Running 0 1 / 1 2Gi / 2Gi data:22Gi aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:37 UTC+0800 check pod status done `kubectl get secrets -l app.kubernetes.io/instance=strent-xatlvl` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:39C1Mguf43;DB_PORT:9030;DB_DATABASE:sys check cluster connect `echo "mysql -P9030 -hstrent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local -uroot -p'39C1Mguf43' " | kubectl exec -it strent-xatlvl-fe-0 --namespace ns-wlijd -c fe -- bash` check cluster connect done check ops status `kbcli cluster list-ops strent-xatlvl --status all --namespace ns-wlijd ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strent-xatlvl-restart-bdhdx ns-wlijd Restart strent-xatlvl fe Succeed 3/3 Sep 11,2025 17:37 UTC+0800 check ops status done ops_status:strent-xatlvl-restart-bdhdx ns-wlijd Restart strent-xatlvl fe Succeed 3/3 Sep 11,2025 17:37 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations strent-xatlvl-restart-bdhdx --namespace ns-wlijd ` opsrequest.operations.kubeblocks.io/strent-xatlvl-restart-bdhdx patched `kbcli cluster delete-ops --name strent-xatlvl-restart-bdhdx --force --auto-approve --namespace ns-wlijd ` OpsRequest strent-xatlvl-restart-bdhdx deleted `kubectl get secrets -l app.kubernetes.io/instance=strent-xatlvl` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:39C1Mguf43;DB_PORT:9030;DB_DATABASE:sys check db_client batch data count `echo "echo \"select count(*) from executions_loop.executions_loop_table;\" | mysql -P9030 -hstrent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local -uroot -p'39C1Mguf43' " | kubectl exec -it strent-xatlvl-fe-0 --namespace ns-wlijd -- bash ` check db_client batch data Success check component fe exists `kubectl get components -l app.kubernetes.io/instance=strent-xatlvl,apps.kubeblocks.io/component-name=fe --namespace ns-wlijd | (grep "fe" || true )` check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster vscale strent-xatlvl --auto-approve --force=true --components fe --cpu 1100m --memory 2.1Gi --namespace ns-wlijd ` OpsRequest strent-xatlvl-verticalscaling-hqnqb created successfully, you can view the progress: kbcli cluster describe-ops strent-xatlvl-verticalscaling-hqnqb -n ns-wlijd check ops status `kbcli cluster list-ops strent-xatlvl --status all --namespace ns-wlijd ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strent-xatlvl-verticalscaling-hqnqb ns-wlijd VerticalScaling strent-xatlvl fe Running 0/3 Sep 11,2025 17:39 UTC+0800 check cluster status `kbcli cluster list strent-xatlvl --show-labels --namespace ns-wlijd ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS strent-xatlvl ns-wlijd starrocks WipeOut Updating Sep 11,2025 17:25 UTC+0800 app.kubernetes.io/instance=strent-xatlvl,clusterdefinition.kubeblocks.io/name=starrocks cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances strent-xatlvl --namespace ns-wlijd ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME strent-xatlvl-cn-0 ns-wlijd strent-xatlvl cn Running 0 1 / 1 2Gi / 2Gi aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 17:33 UTC+0800 strent-xatlvl-cn-1 ns-wlijd strent-xatlvl cn Running 0 1 / 1 2Gi / 2Gi aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:33 UTC+0800 strent-xatlvl-fe-0 ns-wlijd strent-xatlvl fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-27918866-vmss000002/10.224.0.5 Sep 11,2025 17:40 UTC+0800 strent-xatlvl-fe-1 ns-wlijd strent-xatlvl fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 17:40 UTC+0800 strent-xatlvl-fe-2 ns-wlijd strent-xatlvl fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:39 UTC+0800 check pod status done `kubectl get secrets -l app.kubernetes.io/instance=strent-xatlvl` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:39C1Mguf43;DB_PORT:9030;DB_DATABASE:sys check cluster connect `echo "mysql -P9030 -hstrent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local -uroot -p'39C1Mguf43' " | kubectl exec -it strent-xatlvl-fe-0 --namespace ns-wlijd -c fe -- bash` check cluster connect done check ops status `kbcli cluster list-ops strent-xatlvl --status all --namespace ns-wlijd ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strent-xatlvl-verticalscaling-hqnqb ns-wlijd VerticalScaling strent-xatlvl fe Succeed 3/3 Sep 11,2025 17:39 UTC+0800 check ops status done ops_status:strent-xatlvl-verticalscaling-hqnqb ns-wlijd VerticalScaling strent-xatlvl fe Succeed 3/3 Sep 11,2025 17:39 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations strent-xatlvl-verticalscaling-hqnqb --namespace ns-wlijd ` opsrequest.operations.kubeblocks.io/strent-xatlvl-verticalscaling-hqnqb patched `kbcli cluster delete-ops --name strent-xatlvl-verticalscaling-hqnqb --force --auto-approve --namespace ns-wlijd ` OpsRequest strent-xatlvl-verticalscaling-hqnqb deleted `kubectl get secrets -l app.kubernetes.io/instance=strent-xatlvl` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:39C1Mguf43;DB_PORT:9030;DB_DATABASE:sys check db_client batch data count `echo "echo \"select count(*) from executions_loop.executions_loop_table;\" | mysql -P9030 -hstrent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local -uroot -p'39C1Mguf43' " | kubectl exec -it strent-xatlvl-fe-0 --namespace ns-wlijd -- bash ` check db_client batch data Success cluster stop check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster stop strent-xatlvl --auto-approve --force=true --namespace ns-wlijd ` OpsRequest strent-xatlvl-stop-kvg8l created successfully, you can view the progress: kbcli cluster describe-ops strent-xatlvl-stop-kvg8l -n ns-wlijd check ops status `kbcli cluster list-ops strent-xatlvl --status all --namespace ns-wlijd ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strent-xatlvl-stop-kvg8l ns-wlijd Stop strent-xatlvl Running -/- Sep 11,2025 17:41 UTC+0800 check cluster status `kbcli cluster list strent-xatlvl --show-labels --namespace ns-wlijd ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS strent-xatlvl ns-wlijd starrocks WipeOut Stopping Sep 11,2025 17:25 UTC+0800 app.kubernetes.io/instance=strent-xatlvl,clusterdefinition.kubeblocks.io/name=starrocks cluster_status:Stopping cluster_status:Stopping cluster_status:Stopping cluster_status:Stopping cluster_status:Stopping cluster_status:Stopping cluster_status:Stopping cluster_status:Stopping cluster_status:Stopping cluster_status:Stopping cluster_status:Stopping check cluster status done cluster_status:Stopped check pod status `kbcli cluster list-instances strent-xatlvl --namespace ns-wlijd ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME check pod status done check ops status `kbcli cluster list-ops strent-xatlvl --status all --namespace ns-wlijd ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strent-xatlvl-stop-kvg8l ns-wlijd Stop strent-xatlvl cn,fe Succeed 5/5 Sep 11,2025 17:41 UTC+0800 check ops status done ops_status:strent-xatlvl-stop-kvg8l ns-wlijd Stop strent-xatlvl cn,fe Succeed 5/5 Sep 11,2025 17:41 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations strent-xatlvl-stop-kvg8l --namespace ns-wlijd ` opsrequest.operations.kubeblocks.io/strent-xatlvl-stop-kvg8l patched `kbcli cluster delete-ops --name strent-xatlvl-stop-kvg8l --force --auto-approve --namespace ns-wlijd ` OpsRequest strent-xatlvl-stop-kvg8l deleted cluster start check cluster status before ops check cluster status done cluster_status:Stopped `kbcli cluster start strent-xatlvl --force=true --namespace ns-wlijd ` OpsRequest strent-xatlvl-start-ktjz4 created successfully, you can view the progress: kbcli cluster describe-ops strent-xatlvl-start-ktjz4 -n ns-wlijd check ops status `kbcli cluster list-ops strent-xatlvl --status all --namespace ns-wlijd ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strent-xatlvl-start-ktjz4 ns-wlijd Start strent-xatlvl cn,fe Running 0/5 Sep 11,2025 17:42 UTC+0800 check cluster status `kbcli cluster list strent-xatlvl --show-labels --namespace ns-wlijd ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS strent-xatlvl ns-wlijd starrocks WipeOut Updating Sep 11,2025 17:25 UTC+0800 app.kubernetes.io/instance=strent-xatlvl,clusterdefinition.kubeblocks.io/name=starrocks cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Abnormal cluster_status:Abnormal cluster_status:Abnormal cluster_status:Abnormal cluster_status:Abnormal cluster_status:Abnormal cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances strent-xatlvl --namespace ns-wlijd ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME strent-xatlvl-cn-0 ns-wlijd strent-xatlvl cn Running 0 1 / 1 2Gi / 2Gi aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 17:42 UTC+0800 strent-xatlvl-cn-1 ns-wlijd strent-xatlvl cn Running 0 1 / 1 2Gi / 2Gi aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:55 UTC+0800 strent-xatlvl-fe-0 ns-wlijd strent-xatlvl fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 17:42 UTC+0800 strent-xatlvl-fe-1 ns-wlijd strent-xatlvl fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:42 UTC+0800 strent-xatlvl-fe-2 ns-wlijd strent-xatlvl fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-27918866-vmss000002/10.224.0.5 Sep 11,2025 17:42 UTC+0800 check pod status done `kubectl get secrets -l app.kubernetes.io/instance=strent-xatlvl` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:39C1Mguf43;DB_PORT:9030;DB_DATABASE:sys check cluster connect `echo "mysql -P9030 -hstrent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local -uroot -p'39C1Mguf43' " | kubectl exec -it strent-xatlvl-fe-0 --namespace ns-wlijd -c fe -- bash` check cluster connect done check ops status `kbcli cluster list-ops strent-xatlvl --status all --namespace ns-wlijd ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strent-xatlvl-start-ktjz4 ns-wlijd Start strent-xatlvl cn,fe Succeed 5/5 Sep 11,2025 17:42 UTC+0800 check ops status done ops_status:strent-xatlvl-start-ktjz4 ns-wlijd Start strent-xatlvl cn,fe Succeed 5/5 Sep 11,2025 17:42 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations strent-xatlvl-start-ktjz4 --namespace ns-wlijd ` opsrequest.operations.kubeblocks.io/strent-xatlvl-start-ktjz4 patched `kbcli cluster delete-ops --name strent-xatlvl-start-ktjz4 --force --auto-approve --namespace ns-wlijd ` OpsRequest strent-xatlvl-start-ktjz4 deleted `kubectl get secrets -l app.kubernetes.io/instance=strent-xatlvl` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:39C1Mguf43;DB_PORT:9030;DB_DATABASE:sys check db_client batch data count `echo "echo \"select count(*) from executions_loop.executions_loop_table;\" | mysql -P9030 -hstrent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local -uroot -p'39C1Mguf43' " | kubectl exec -it strent-xatlvl-fe-0 --namespace ns-wlijd -- bash ` check db_client batch data Success check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster vscale strent-xatlvl --auto-approve --force=true --components cn --cpu 1100m --memory 2.1Gi --namespace ns-wlijd ` OpsRequest strent-xatlvl-verticalscaling-tfphk created successfully, you can view the progress: kbcli cluster describe-ops strent-xatlvl-verticalscaling-tfphk -n ns-wlijd check ops status `kbcli cluster list-ops strent-xatlvl --status all --namespace ns-wlijd ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strent-xatlvl-verticalscaling-tfphk ns-wlijd VerticalScaling strent-xatlvl cn Running 0/2 Sep 11,2025 17:55 UTC+0800 check cluster status `kbcli cluster list strent-xatlvl --show-labels --namespace ns-wlijd ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS strent-xatlvl ns-wlijd starrocks WipeOut Updating Sep 11,2025 17:25 UTC+0800 app.kubernetes.io/instance=strent-xatlvl,clusterdefinition.kubeblocks.io/name=starrocks cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances strent-xatlvl --namespace ns-wlijd ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME strent-xatlvl-cn-0 ns-wlijd strent-xatlvl cn Running 0 1100m / 1100m 2254857830400m / 2254857830400m aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 17:56 UTC+0800 strent-xatlvl-cn-1 ns-wlijd strent-xatlvl cn Running 0 1100m / 1100m 2254857830400m / 2254857830400m aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:56 UTC+0800 strent-xatlvl-fe-0 ns-wlijd strent-xatlvl fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 17:42 UTC+0800 strent-xatlvl-fe-1 ns-wlijd strent-xatlvl fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:42 UTC+0800 strent-xatlvl-fe-2 ns-wlijd strent-xatlvl fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-27918866-vmss000002/10.224.0.5 Sep 11,2025 17:42 UTC+0800 check pod status done `kubectl get secrets -l app.kubernetes.io/instance=strent-xatlvl` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:39C1Mguf43;DB_PORT:9030;DB_DATABASE:sys check cluster connect `echo "mysql -P9030 -hstrent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local -uroot -p'39C1Mguf43' " | kubectl exec -it strent-xatlvl-fe-0 --namespace ns-wlijd -c fe -- bash` check cluster connect done check ops status `kbcli cluster list-ops strent-xatlvl --status all --namespace ns-wlijd ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strent-xatlvl-verticalscaling-tfphk ns-wlijd VerticalScaling strent-xatlvl cn Succeed 2/2 Sep 11,2025 17:55 UTC+0800 check ops status done ops_status:strent-xatlvl-verticalscaling-tfphk ns-wlijd VerticalScaling strent-xatlvl cn Succeed 2/2 Sep 11,2025 17:55 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations strent-xatlvl-verticalscaling-tfphk --namespace ns-wlijd ` opsrequest.operations.kubeblocks.io/strent-xatlvl-verticalscaling-tfphk patched `kbcli cluster delete-ops --name strent-xatlvl-verticalscaling-tfphk --force --auto-approve --namespace ns-wlijd ` OpsRequest strent-xatlvl-verticalscaling-tfphk deleted `kubectl get secrets -l app.kubernetes.io/instance=strent-xatlvl` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:39C1Mguf43;DB_PORT:9030;DB_DATABASE:sys check db_client batch data count `echo "echo \"select count(*) from executions_loop.executions_loop_table;\" | mysql -P9030 -hstrent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local -uroot -p'39C1Mguf43' " | kubectl exec -it strent-xatlvl-fe-0 --namespace ns-wlijd -- bash ` check db_client batch data Success cluster restart check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster restart strent-xatlvl --auto-approve --force=true --namespace ns-wlijd ` OpsRequest strent-xatlvl-restart-h4m8w created successfully, you can view the progress: kbcli cluster describe-ops strent-xatlvl-restart-h4m8w -n ns-wlijd check ops status `kbcli cluster list-ops strent-xatlvl --status all --namespace ns-wlijd ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strent-xatlvl-restart-h4m8w ns-wlijd Restart strent-xatlvl fe,cn Running 0/5 Sep 11,2025 17:56 UTC+0800 check cluster status `kbcli cluster list strent-xatlvl --show-labels --namespace ns-wlijd ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS strent-xatlvl ns-wlijd starrocks WipeOut Updating Sep 11,2025 17:25 UTC+0800 app.kubernetes.io/instance=strent-xatlvl,clusterdefinition.kubeblocks.io/name=starrocks cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances strent-xatlvl --namespace ns-wlijd ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME strent-xatlvl-cn-0 ns-wlijd strent-xatlvl cn Running 0 1100m / 1100m 2254857830400m / 2254857830400m aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 17:57 UTC+0800 strent-xatlvl-cn-1 ns-wlijd strent-xatlvl cn Running 0 1100m / 1100m 2254857830400m / 2254857830400m aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:57 UTC+0800 strent-xatlvl-fe-0 ns-wlijd strent-xatlvl fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 17:57 UTC+0800 strent-xatlvl-fe-1 ns-wlijd strent-xatlvl fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:57 UTC+0800 strent-xatlvl-fe-2 ns-wlijd strent-xatlvl fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-27918866-vmss000002/10.224.0.5 Sep 11,2025 17:56 UTC+0800 check pod status done `kubectl get secrets -l app.kubernetes.io/instance=strent-xatlvl` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:39C1Mguf43;DB_PORT:9030;DB_DATABASE:sys check cluster connect `echo "mysql -P9030 -hstrent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local -uroot -p'39C1Mguf43' " | kubectl exec -it strent-xatlvl-fe-0 --namespace ns-wlijd -c fe -- bash` check cluster connect done check ops status `kbcli cluster list-ops strent-xatlvl --status all --namespace ns-wlijd ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strent-xatlvl-restart-h4m8w ns-wlijd Restart strent-xatlvl fe,cn Succeed 5/5 Sep 11,2025 17:56 UTC+0800 check ops status done ops_status:strent-xatlvl-restart-h4m8w ns-wlijd Restart strent-xatlvl fe,cn Succeed 5/5 Sep 11,2025 17:56 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations strent-xatlvl-restart-h4m8w --namespace ns-wlijd ` opsrequest.operations.kubeblocks.io/strent-xatlvl-restart-h4m8w patched `kbcli cluster delete-ops --name strent-xatlvl-restart-h4m8w --force --auto-approve --namespace ns-wlijd ` OpsRequest strent-xatlvl-restart-h4m8w deleted `kubectl get secrets -l app.kubernetes.io/instance=strent-xatlvl` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:39C1Mguf43;DB_PORT:9030;DB_DATABASE:sys check db_client batch data count `echo "echo \"select count(*) from executions_loop.executions_loop_table;\" | mysql -P9030 -hstrent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local -uroot -p'39C1Mguf43' " | kubectl exec -it strent-xatlvl-fe-0 --namespace ns-wlijd -- bash ` check db_client batch data Success test failover connectionstress check cluster status before cluster-failover-connectionstress check cluster status done cluster_status:Running Error from server (NotFound): pods "test-db-client-connectionstress-strent-xatlvl" not found `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge pods test-db-client-connectionstress-strent-xatlvl --namespace ns-wlijd ` Error from server (NotFound): pods "test-db-client-connectionstress-strent-xatlvl" not found Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely. Error from server (NotFound): pods "test-db-client-connectionstress-strent-xatlvl" not found `kubectl get secrets -l app.kubernetes.io/instance=strent-xatlvl` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:39C1Mguf43;DB_PORT:9030;DB_DATABASE:sys apiVersion: v1 kind: Pod metadata: name: test-db-client-connectionstress-strent-xatlvl namespace: ns-wlijd spec: containers: - name: test-dbclient imagePullPolicy: IfNotPresent image: docker.io/apecloud/dbclient:test args: - "--host" - "strent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local" - "--user" - "root" - "--password" - "39C1Mguf43" - "--port" - "9030" - "--database" - "sys" - "--dbtype" - "starrocks" - "--test" - "connectionstress" - "--connections" - "200" - "--duration" - "60" restartPolicy: Never `kubectl apply -f test-db-client-connectionstress-strent-xatlvl.yaml` pod/test-db-client-connectionstress-strent-xatlvl created apply test-db-client-connectionstress-strent-xatlvl.yaml Success `rm -rf test-db-client-connectionstress-strent-xatlvl.yaml` check pod status pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-strent-xatlvl 1/1 Running 0 5s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-strent-xatlvl 1/1 Running 0 9s check pod test-db-client-connectionstress-strent-xatlvl status done pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-strent-xatlvl 0/1 Completed 0 14s check cluster status `kbcli cluster list strent-xatlvl --show-labels --namespace ns-wlijd ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS strent-xatlvl ns-wlijd starrocks WipeOut Running Sep 11,2025 17:25 UTC+0800 app.kubernetes.io/instance=strent-xatlvl,clusterdefinition.kubeblocks.io/name=starrocks check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances strent-xatlvl --namespace ns-wlijd ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME strent-xatlvl-cn-0 ns-wlijd strent-xatlvl cn Running 0 1100m / 1100m 2254857830400m / 2254857830400m aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 17:57 UTC+0800 strent-xatlvl-cn-1 ns-wlijd strent-xatlvl cn Running 0 1100m / 1100m 2254857830400m / 2254857830400m aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:57 UTC+0800 strent-xatlvl-fe-0 ns-wlijd strent-xatlvl fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 17:57 UTC+0800 strent-xatlvl-fe-1 ns-wlijd strent-xatlvl fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:57 UTC+0800 strent-xatlvl-fe-2 ns-wlijd strent-xatlvl fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-27918866-vmss000002/10.224.0.5 Sep 11,2025 17:56 UTC+0800 check pod status done `kubectl get secrets -l app.kubernetes.io/instance=strent-xatlvl` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:39C1Mguf43;DB_PORT:9030;DB_DATABASE:sys check cluster connect `echo "mysql -P9030 -hstrent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local -uroot -p'39C1Mguf43' " | kubectl exec -it strent-xatlvl-fe-0 --namespace ns-wlijd -c fe -- bash` check cluster connect done --host strent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local --user root --password 39C1Mguf43 --port 9030 --database sys --dbtype starrocks --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: starrocks Host: strent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local Port: 9030 Database: sys 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-strent-xatlvl --namespace ns-wlijd ` pod/test-db-client-connectionstress-strent-xatlvl patched (no change) Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely. pod "test-db-client-connectionstress-strent-xatlvl" force deleted check failover pod name failover pod name:strent-xatlvl-cn-0 failover connectionstress Success `kubectl get secrets -l app.kubernetes.io/instance=strent-xatlvl` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:39C1Mguf43;DB_PORT:9030;DB_DATABASE:sys check db_client batch data count `echo "echo \"select count(*) from executions_loop.executions_loop_table;\" | mysql -P9030 -hstrent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local -uroot -p'39C1Mguf43' " | kubectl exec -it strent-xatlvl-fe-0 --namespace ns-wlijd -- bash ` check db_client batch data Success cluster cn scale-out cluster cn scale-out replicas: 3 check cluster status before ops check cluster status done cluster_status:Running No resources found in strent-xatlvl namespace. `kbcli cluster scale-out strent-xatlvl --auto-approve --force=true --components cn --replicas 1 --namespace ns-wlijd ` OpsRequest strent-xatlvl-horizontalscaling-hpljk created successfully, you can view the progress: kbcli cluster describe-ops strent-xatlvl-horizontalscaling-hpljk -n ns-wlijd check ops status `kbcli cluster list-ops strent-xatlvl --status all --namespace ns-wlijd ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strent-xatlvl-horizontalscaling-hpljk ns-wlijd HorizontalScaling strent-xatlvl cn Running 0/1 Sep 11,2025 17:59 UTC+0800 check cluster status `kbcli cluster list strent-xatlvl --show-labels --namespace ns-wlijd ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS strent-xatlvl ns-wlijd starrocks WipeOut Updating Sep 11,2025 17:25 UTC+0800 app.kubernetes.io/instance=strent-xatlvl,clusterdefinition.kubeblocks.io/name=starrocks cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances strent-xatlvl --namespace ns-wlijd ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME strent-xatlvl-cn-0 ns-wlijd strent-xatlvl cn Running 0 1100m / 1100m 2254857830400m / 2254857830400m aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 17:57 UTC+0800 strent-xatlvl-cn-1 ns-wlijd strent-xatlvl cn Running 0 1100m / 1100m 2254857830400m / 2254857830400m aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:57 UTC+0800 strent-xatlvl-cn-2 ns-wlijd strent-xatlvl cn Running 0 1100m / 1100m 2254857830400m / 2254857830400m aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:59 UTC+0800 strent-xatlvl-fe-0 ns-wlijd strent-xatlvl fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 17:57 UTC+0800 strent-xatlvl-fe-1 ns-wlijd strent-xatlvl fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:57 UTC+0800 strent-xatlvl-fe-2 ns-wlijd strent-xatlvl fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-27918866-vmss000002/10.224.0.5 Sep 11,2025 17:56 UTC+0800 check pod status done `kubectl get secrets -l app.kubernetes.io/instance=strent-xatlvl` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:39C1Mguf43;DB_PORT:9030;DB_DATABASE:sys check cluster connect `echo "mysql -P9030 -hstrent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local -uroot -p'39C1Mguf43' " | kubectl exec -it strent-xatlvl-fe-0 --namespace ns-wlijd -c fe -- bash` check cluster connect done No resources found in strent-xatlvl namespace. check ops status `kbcli cluster list-ops strent-xatlvl --status all --namespace ns-wlijd ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strent-xatlvl-horizontalscaling-hpljk ns-wlijd HorizontalScaling strent-xatlvl cn Succeed 1/1 Sep 11,2025 17:59 UTC+0800 check ops status done ops_status:strent-xatlvl-horizontalscaling-hpljk ns-wlijd HorizontalScaling strent-xatlvl cn Succeed 1/1 Sep 11,2025 17:59 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations strent-xatlvl-horizontalscaling-hpljk --namespace ns-wlijd ` opsrequest.operations.kubeblocks.io/strent-xatlvl-horizontalscaling-hpljk patched `kbcli cluster delete-ops --name strent-xatlvl-horizontalscaling-hpljk --force --auto-approve --namespace ns-wlijd ` OpsRequest strent-xatlvl-horizontalscaling-hpljk deleted `kubectl get secrets -l app.kubernetes.io/instance=strent-xatlvl` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:39C1Mguf43;DB_PORT:9030;DB_DATABASE:sys check db_client batch data count `echo "echo \"select count(*) from executions_loop.executions_loop_table;\" | mysql -P9030 -hstrent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local -uroot -p'39C1Mguf43' " | kubectl exec -it strent-xatlvl-fe-0 --namespace ns-wlijd -- bash ` check db_client batch data Success cluster cn scale-in cluster cn scale-in replicas: 2 check cluster status before ops check cluster status done cluster_status:Running No resources found in strent-xatlvl namespace. `kbcli cluster scale-in strent-xatlvl --auto-approve --force=true --components cn --replicas 1 --namespace ns-wlijd ` OpsRequest strent-xatlvl-horizontalscaling-8dd25 created successfully, you can view the progress: kbcli cluster describe-ops strent-xatlvl-horizontalscaling-8dd25 -n ns-wlijd check ops status `kbcli cluster list-ops strent-xatlvl --status all --namespace ns-wlijd ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strent-xatlvl-horizontalscaling-8dd25 ns-wlijd HorizontalScaling strent-xatlvl cn Running 0/1 Sep 11,2025 17:59 UTC+0800 check cluster status `kbcli cluster list strent-xatlvl --show-labels --namespace ns-wlijd ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS strent-xatlvl ns-wlijd starrocks WipeOut Updating Sep 11,2025 17:25 UTC+0800 app.kubernetes.io/instance=strent-xatlvl,clusterdefinition.kubeblocks.io/name=starrocks cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances strent-xatlvl --namespace ns-wlijd ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME strent-xatlvl-cn-0 ns-wlijd strent-xatlvl cn Running 0 1100m / 1100m 2254857830400m / 2254857830400m aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 17:57 UTC+0800 strent-xatlvl-cn-1 ns-wlijd strent-xatlvl cn Running 0 1100m / 1100m 2254857830400m / 2254857830400m aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:57 UTC+0800 strent-xatlvl-fe-0 ns-wlijd strent-xatlvl fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 17:57 UTC+0800 strent-xatlvl-fe-1 ns-wlijd strent-xatlvl fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:57 UTC+0800 strent-xatlvl-fe-2 ns-wlijd strent-xatlvl fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-27918866-vmss000002/10.224.0.5 Sep 11,2025 17:56 UTC+0800 check pod status done `kubectl get secrets -l app.kubernetes.io/instance=strent-xatlvl` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:39C1Mguf43;DB_PORT:9030;DB_DATABASE:sys check cluster connect `echo "mysql -P9030 -hstrent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local -uroot -p'39C1Mguf43' " | kubectl exec -it strent-xatlvl-fe-0 --namespace ns-wlijd -c fe -- bash` check cluster connect done No resources found in strent-xatlvl namespace. check ops status `kbcli cluster list-ops strent-xatlvl --status all --namespace ns-wlijd ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strent-xatlvl-horizontalscaling-8dd25 ns-wlijd HorizontalScaling strent-xatlvl cn Succeed 1/1 Sep 11,2025 17:59 UTC+0800 check ops status done ops_status:strent-xatlvl-horizontalscaling-8dd25 ns-wlijd HorizontalScaling strent-xatlvl cn Succeed 1/1 Sep 11,2025 17:59 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations strent-xatlvl-horizontalscaling-8dd25 --namespace ns-wlijd ` opsrequest.operations.kubeblocks.io/strent-xatlvl-horizontalscaling-8dd25 patched `kbcli cluster delete-ops --name strent-xatlvl-horizontalscaling-8dd25 --force --auto-approve --namespace ns-wlijd ` OpsRequest strent-xatlvl-horizontalscaling-8dd25 deleted `kubectl get secrets -l app.kubernetes.io/instance=strent-xatlvl` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:39C1Mguf43;DB_PORT:9030;DB_DATABASE:sys check db_client batch data count `echo "echo \"select count(*) from executions_loop.executions_loop_table;\" | mysql -P9030 -hstrent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local -uroot -p'39C1Mguf43' " | kubectl exec -it strent-xatlvl-fe-0 --namespace ns-wlijd -- bash ` check db_client batch data Success cluster rebulid instances apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: strent-xatlvl-rebuildinstance- namespace: ns-wlijd spec: type: RebuildInstance clusterName: strent-xatlvl force: true rebuildFrom: - componentName: cn instances: - name: strent-xatlvl-cn-0 inPlace: true check cluster status before ops check cluster status done cluster_status:Running `kubectl create -f test_ops_cluster_strent-xatlvl.yaml` opsrequest.operations.kubeblocks.io/strent-xatlvl-rebuildinstance-8m5jm created create test_ops_cluster_strent-xatlvl.yaml Success `rm -rf test_ops_cluster_strent-xatlvl.yaml` check ops status `kbcli cluster list-ops strent-xatlvl --status all --namespace ns-wlijd ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strent-xatlvl-rebuildinstance-8m5jm ns-wlijd RebuildInstance strent-xatlvl cn Running 0/1 Sep 11,2025 17:59 UTC+0800 ops_status:strent-xatlvl-rebuildinstance-8m5jm ns-wlijd RebuildInstance strent-xatlvl cn Running 0/1 Sep 11,2025 17:59 UTC+0800 ops_status:strent-xatlvl-rebuildinstance-8m5jm ns-wlijd RebuildInstance strent-xatlvl cn Running 0/1 Sep 11,2025 17:59 UTC+0800 ops_status:strent-xatlvl-rebuildinstance-8m5jm ns-wlijd RebuildInstance strent-xatlvl cn Running 0/1 Sep 11,2025 17:59 UTC+0800 check ops status done ops_status:strent-xatlvl-rebuildinstance-8m5jm ns-wlijd RebuildInstance strent-xatlvl cn Succeed 1/1 Sep 11,2025 17:59 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations strent-xatlvl-rebuildinstance-8m5jm --namespace ns-wlijd ` opsrequest.operations.kubeblocks.io/strent-xatlvl-rebuildinstance-8m5jm patched `kbcli cluster delete-ops --name strent-xatlvl-rebuildinstance-8m5jm --force --auto-approve --namespace ns-wlijd ` OpsRequest strent-xatlvl-rebuildinstance-8m5jm deleted check cluster status `kbcli cluster list strent-xatlvl --show-labels --namespace ns-wlijd ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS strent-xatlvl ns-wlijd starrocks WipeOut Running Sep 11,2025 17:25 UTC+0800 app.kubernetes.io/instance=strent-xatlvl,clusterdefinition.kubeblocks.io/name=starrocks check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances strent-xatlvl --namespace ns-wlijd ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME strent-xatlvl-cn-0 ns-wlijd strent-xatlvl cn Running 0 1100m / 1100m 2254857830400m / 2254857830400m aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 18:00 UTC+0800 strent-xatlvl-cn-1 ns-wlijd strent-xatlvl cn Running 0 1100m / 1100m 2254857830400m / 2254857830400m aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:57 UTC+0800 strent-xatlvl-fe-0 ns-wlijd strent-xatlvl fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 17:57 UTC+0800 strent-xatlvl-fe-1 ns-wlijd strent-xatlvl fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:57 UTC+0800 strent-xatlvl-fe-2 ns-wlijd strent-xatlvl fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-27918866-vmss000002/10.224.0.5 Sep 11,2025 17:56 UTC+0800 check pod status done `kubectl get secrets -l app.kubernetes.io/instance=strent-xatlvl` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:39C1Mguf43;DB_PORT:9030;DB_DATABASE:sys check cluster connect `echo "mysql -P9030 -hstrent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local -uroot -p'39C1Mguf43' " | kubectl exec -it strent-xatlvl-fe-0 --namespace ns-wlijd -c fe -- bash` check cluster connect done `kubectl get secrets -l app.kubernetes.io/instance=strent-xatlvl` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:39C1Mguf43;DB_PORT:9030;DB_DATABASE:sys check db_client batch data count `echo "echo \"select count(*) from executions_loop.executions_loop_table;\" | mysql -P9030 -hstrent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local -uroot -p'39C1Mguf43' " | kubectl exec -it strent-xatlvl-fe-0 --namespace ns-wlijd -- bash ` check db_client batch data Success cluster list-logs `kbcli cluster list-logs strent-xatlvl --namespace ns-wlijd ` No log files found. Error from server (NotFound): pods "strent-xatlvl-cn-0" not found cluster logs `kbcli cluster logs strent-xatlvl --tail 30 --namespace ns-wlijd ` Defaulted container "cn" out of: cn, nginx, kbagent, config-manager, init-kbagent (init), kbagent-worker (init) [2025-09-11 18:00:04] strent-xatlvl-cn-0 is not in suspend list anymore, ready to start. [Thu Sep 11 18:00:04 CST 2025] Add myself (strent-xatlvl-cn-0.strent-xatlvl-cn-headless.ns-wlijd.svc.cluster.local:9050) into FE ... ERROR 1064 (HY000) at line 1: Unexpected exception: Compute node already exists with same host strent-xatlvl-cn-0.strent-xatlvl-cn-headless.ns-wlijd.svc.cluster.local and port 9050 [Thu Sep 11 18:00:05 CST 2025] /etc/starrocks/cn/conf not exist or not a directory, ignore ... [Thu Sep 11 18:00:05 CST 2025] run start_cn.sh cluster update terminationPolicy WipeOut `kbcli cluster update strent-xatlvl --termination-policy=WipeOut --namespace ns-wlijd ` cluster.apps.kubeblocks.io/strent-xatlvl updated (no change) check cluster status `kbcli cluster list strent-xatlvl --show-labels --namespace ns-wlijd ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS strent-xatlvl ns-wlijd starrocks WipeOut Running Sep 11,2025 17:25 UTC+0800 app.kubernetes.io/instance=strent-xatlvl,clusterdefinition.kubeblocks.io/name=starrocks check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances strent-xatlvl --namespace ns-wlijd ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME strent-xatlvl-cn-0 ns-wlijd strent-xatlvl cn Running 0 1100m / 1100m 2254857830400m / 2254857830400m aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 18:00 UTC+0800 strent-xatlvl-cn-1 ns-wlijd strent-xatlvl cn Running 0 1100m / 1100m 2254857830400m / 2254857830400m aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:57 UTC+0800 strent-xatlvl-fe-0 ns-wlijd strent-xatlvl fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 17:57 UTC+0800 strent-xatlvl-fe-1 ns-wlijd strent-xatlvl fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:57 UTC+0800 strent-xatlvl-fe-2 ns-wlijd strent-xatlvl fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-27918866-vmss000002/10.224.0.5 Sep 11,2025 17:56 UTC+0800 check pod status done `kubectl get secrets -l app.kubernetes.io/instance=strent-xatlvl` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:39C1Mguf43;DB_PORT:9030;DB_DATABASE:sys check cluster connect `echo "mysql -P9030 -hstrent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local -uroot -p'39C1Mguf43' " | kubectl exec -it strent-xatlvl-fe-0 --namespace ns-wlijd -c fe -- bash` check cluster connect done LB_TYPE is set to: internet cluster expose check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster expose strent-xatlvl --auto-approve --force=true --type internet --enable false --components fe --namespace ns-wlijd ` OpsRequest strent-xatlvl-expose-bg8rm created successfully, you can view the progress: kbcli cluster describe-ops strent-xatlvl-expose-bg8rm -n ns-wlijd check ops status `kbcli cluster list-ops strent-xatlvl --status all --namespace ns-wlijd ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strent-xatlvl-expose-bg8rm ns-wlijd Expose strent-xatlvl fe Running 0/1 Sep 11,2025 18:00 UTC+0800 check cluster status `kbcli cluster list strent-xatlvl --show-labels --namespace ns-wlijd ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS strent-xatlvl ns-wlijd starrocks WipeOut Running Sep 11,2025 17:25 UTC+0800 app.kubernetes.io/instance=strent-xatlvl,clusterdefinition.kubeblocks.io/name=starrocks check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances strent-xatlvl --namespace ns-wlijd ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME strent-xatlvl-cn-0 ns-wlijd strent-xatlvl cn Running 0 1100m / 1100m 2254857830400m / 2254857830400m aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 18:00 UTC+0800 strent-xatlvl-cn-1 ns-wlijd strent-xatlvl cn Running 0 1100m / 1100m 2254857830400m / 2254857830400m aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:57 UTC+0800 strent-xatlvl-fe-0 ns-wlijd strent-xatlvl fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-27918866-vmss000004/10.224.0.7 Sep 11,2025 17:57 UTC+0800 strent-xatlvl-fe-1 ns-wlijd strent-xatlvl fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-27918866-vmss000001/10.224.0.9 Sep 11,2025 17:57 UTC+0800 strent-xatlvl-fe-2 ns-wlijd strent-xatlvl fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-27918866-vmss000002/10.224.0.5 Sep 11,2025 17:56 UTC+0800 check pod status done `kubectl get secrets -l app.kubernetes.io/instance=strent-xatlvl` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:39C1Mguf43;DB_PORT:9030;DB_DATABASE:sys check cluster connect `echo "mysql -P9030 -hstrent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local -uroot -p'39C1Mguf43' " | kubectl exec -it strent-xatlvl-fe-0 --namespace ns-wlijd -c fe -- bash` check cluster connect done check ops status `kbcli cluster list-ops strent-xatlvl --status all --namespace ns-wlijd ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strent-xatlvl-expose-bg8rm ns-wlijd Expose strent-xatlvl fe Running 0/1 Sep 11,2025 18:00 UTC+0800 ops_status:strent-xatlvl-expose-bg8rm ns-wlijd Expose strent-xatlvl fe Running 0/1 Sep 11,2025 18:00 UTC+0800 ops_status:strent-xatlvl-expose-bg8rm ns-wlijd Expose strent-xatlvl fe Running 0/1 Sep 11,2025 18:00 UTC+0800 check ops status done ops_status:strent-xatlvl-expose-bg8rm ns-wlijd Expose strent-xatlvl fe Succeed 1/1 Sep 11,2025 18:00 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations strent-xatlvl-expose-bg8rm --namespace ns-wlijd ` opsrequest.operations.kubeblocks.io/strent-xatlvl-expose-bg8rm patched `kbcli cluster delete-ops --name strent-xatlvl-expose-bg8rm --force --auto-approve --namespace ns-wlijd ` OpsRequest strent-xatlvl-expose-bg8rm deleted `kubectl get secrets -l app.kubernetes.io/instance=strent-xatlvl` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strent-xatlvl-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:39C1Mguf43;DB_PORT:9030;DB_DATABASE:sys check db_client batch data count `echo "echo \"select count(*) from executions_loop.executions_loop_table;\" | mysql -P9030 -hstrent-xatlvl-fe-fe.ns-wlijd.svc.cluster.local -uroot -p'39C1Mguf43' " | kubectl exec -it strent-xatlvl-fe-0 --namespace ns-wlijd -- bash ` check db_client batch data Success delete cluster strent-xatlvl `kbcli cluster delete strent-xatlvl --auto-approve --namespace ns-wlijd ` Cluster strent-xatlvl deleted pod_info:strent-xatlvl-cn-0 4/4 Running 0 68s strent-xatlvl-cn-1 4/4 Running 0 4m9s strent-xatlvl-fe-0 3/3 Running 0 3m17s strent-xatlvl-fe-1 3/3 Running 0 3m48s strent-xatlvl-fe-2 3/3 Running 0 4m19s No resources found in ns-wlijd namespace. delete cluster pod done No resources found in ns-wlijd namespace. check cluster resource non-exist OK: pvc No resources found in ns-wlijd namespace. delete cluster done No resources found in ns-wlijd namespace. No resources found in ns-wlijd namespace. No resources found in ns-wlijd namespace. Starrocks Ent Test Suite All Done! delete cluster minios-xatlvl `kbcli cluster delete minios-xatlvl --auto-approve --namespace ns-wlijd ` Cluster minios-xatlvl deleted pod_info:minios-xatlvl-minio-0 2/2 Running 0 39m minios-xatlvl-minio-1 2/2 Running 0 37m pod_info:minios-xatlvl-minio-0 2/2 Terminating 0 39m minios-xatlvl-minio-1 2/2 Terminating 0 37m No resources found in ns-wlijd namespace. delete cluster pod done No resources found in ns-wlijd namespace. check cluster resource non-exist OK: pvc No resources found in ns-wlijd namespace. delete cluster done No resources found in ns-wlijd namespace. No resources found in ns-wlijd namespace. No resources found in ns-wlijd namespace. Test Engine: starrocks Test Type: 45 [PASSED]|[Create]|[ComponentDefinition=minio-1.0.1;]|[Description=Create a cluster with the specified component definition minio-1.0.1] --------------------------------------Starrocks Ent (Topology = shared-data Replicas 2) Test Result-------------------------------------- [PASSED]|[Create]|[ComponentDefinition=starrocks-be-1.0.1;ComponentVersion=starrocks-be;ServiceVersion=3.2.2;]|[Description=Create a cluster with the specified component definition starrocks-be-1.0.1 and component version starrocks-be and service version 3.2.2] [PASSED]|[Connect]|[ComponentName=cn]|[Description=Connect to the cluster] [PASSED]|[Expose]|[Enable=true;TYPE=internet;ComponentName=fe]|[Description=Expose Enable the internet service with fe component] [PASSED]|[Restart]|[ComponentName=cn]|[Description=Restart the cluster specify component cn] [PASSED]|[VolumeExpansion]|[ComponentName=fe]|[Description=VolumeExpansion the cluster specify component fe] [PASSED]|[Restart]|[ComponentName=fe]|[Description=Restart the cluster specify component fe] [PASSED]|[VerticalScaling]|[ComponentName=fe]|[Description=VerticalScaling the cluster specify component fe] [PASSED]|[Stop]|[-]|[Description=Stop the cluster] [PASSED]|[Start]|[-]|[Description=Start the cluster] [PASSED]|[VerticalScaling]|[ComponentName=cn]|[Description=VerticalScaling the cluster specify component cn] [PASSED]|[Restart]|[-]|[Description=Restart the cluster] [PASSED]|[No-Failover]|[HA=Connection Stress;ComponentName=cn]|[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.] [PASSED]|[HorizontalScaling Out]|[ComponentName=cn]|[Description=HorizontalScaling Out the cluster specify component cn] [PASSED]|[HorizontalScaling In]|[ComponentName=cn]|[Description=HorizontalScaling In the cluster specify component cn] [PASSED]|[RebuildInstance]|[ComponentName=cn]|[Description=Rebuild the cluster instance specify component cn] [PASSED]|[Update]|[TerminationPolicy=WipeOut]|[Description=Update the cluster TerminationPolicy WipeOut] [PASSED]|[Expose]|[Disable=true;TYPE=internet;ComponentName=fe]|[Description=Expose Disable the internet service with fe component] [PASSED]|[Delete]|[-]|[Description=Delete the cluster] [END]