source commons files source engines files source kubeblocks files source kubedb files CLUSTER_NAME: `kubectl get namespace | grep ns-qdame ` `kubectl create namespace ns-qdame` namespace/ns-qdame created create namespace ns-qdame 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 169M 0 --:--:-- --:--:-- --:--:-- 169M 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 set component name:fe set component version set component version:starrocks-ce-be set service versions:3.3.0,3.2.2 set service versions sorted:3.2.2,3.3.0 set starrocks-ce component definition set starrocks-ce component definition starrocks-ce-fe-1.0.1 REPORT_COUNT 0:0 set replicas first:2,3.2.2|2,3.3.0 set replicas third:2,3.3.0 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-nothing topology shared-nothing found in cluster definition starrocks-ce set starrocks-ce component definition set starrocks-ce component definition starrocks-ce-fe-1.0.1 LIMIT_CPU:1 LIMIT_MEMORY:2 storage size: 20 CLUSTER_NAME:strce-abednp No resources found in ns-qdame namespace. pod_info: termination_policy:DoNotTerminate create 2 replica DoNotTerminate starrocks-ce cluster check component definition set component definition by component version check cmpd by labels check cmpd by compDefs set component definition: starrocks-ce-be-1.0.1 by component version:starrocks-ce-be apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: name: strce-abednp namespace: ns-qdame spec: clusterDef: starrocks-ce topology: shared-nothing terminationPolicy: DoNotTerminate componentSpecs: - name: fe serviceVersion: 3.2.2 disableExporter: true replicas: 1 resources: requests: cpu: 1000m memory: 2Gi limits: cpu: 1000m memory: 2Gi volumeClaimTemplates: - name: data spec: storageClassName: accessModes: - ReadWriteOnce resources: requests: storage: 20Gi - name: be serviceVersion: 3.2.2 replicas: 2 resources: requests: cpu: 1000m memory: 2Gi limits: cpu: 1000m memory: 2Gi volumeClaimTemplates: - name: data spec: storageClassName: accessModes: - ReadWriteOnce resources: requests: storage: 20Gi `kubectl apply -f test_create_strce-abednp.yaml` cluster.apps.kubeblocks.io/strce-abednp created apply test_create_strce-abednp.yaml Success `rm -rf test_create_strce-abednp.yaml` check cluster status `kbcli cluster list strce-abednp --show-labels --namespace ns-qdame ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS strce-abednp ns-qdame starrocks-ce DoNotTerminate Creating Sep 11,2025 20:24 UTC+0800 clusterdefinition.kubeblocks.io/name=starrocks-ce 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 cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances strce-abednp --namespace ns-qdame ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME strce-abednp-be-0 ns-qdame strce-abednp be Running 0 1 / 1 2Gi / 2Gi data:20Gi aks-cicdamdpool-42425418-vmss000001/10.224.0.5 Sep 11,2025 20:26 UTC+0800 strce-abednp-be-1 ns-qdame strce-abednp be Running 0 1 / 1 2Gi / 2Gi data:20Gi aks-cicdamdpool-42425418-vmss000000/10.224.0.9 Sep 11,2025 20:28 UTC+0800 strce-abednp-fe-0 ns-qdame strce-abednp fe Running 0 1 / 1 2Gi / 2Gi data:20Gi aks-cicdamdpool-42425418-vmss000000/10.224.0.9 Sep 11,2025 20:24 UTC+0800 check pod status done `kubectl get secrets -l app.kubernetes.io/instance=strce-abednp` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:ID66e4y94E;DB_PORT:;DB_DATABASE:sys check cluster connect `echo 'mysql -P9030 -hstrce-abednp-fe-fe.ns-qdame.svc.cluster.local -uroot --prompt="StarRocks > "' | kubectl exec -it strce-abednp-fe-0 --namespace ns-qdame -- bash` check cluster connect done `kubectl get secrets -l app.kubernetes.io/instance=strce-abednp` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:ID66e4y94E;DB_PORT:9030;DB_DATABASE:sys check pod strce-abednp-fe-0 container_name fe exist password ID66e4y94E No container logs contain secret password. describe cluster `kbcli cluster describe strce-abednp --namespace ns-qdame ` Name: strce-abednp Created Time: Sep 11,2025 20:24 UTC+0800 NAMESPACE CLUSTER-DEFINITION TOPOLOGY STATUS TERMINATION-POLICY ns-qdame starrocks-ce shared-nothing Running DoNotTerminate Endpoints: COMPONENT INTERNAL EXTERNAL fe strce-abednp-fe-fe.ns-qdame.svc.cluster.local:8030 strce-abednp-fe-fe.ns-qdame.svc.cluster.local:9030 be strce-abednp-be-be.ns-qdame.svc.cluster.local:8040 strce-abednp-be-be.ns-qdame.svc.cluster.local:8080 Topology: COMPONENT SERVICE-VERSION INSTANCE ROLE STATUS AZ NODE CREATED-TIME be 3.2.2 strce-abednp-be-0 Running 0 aks-cicdamdpool-42425418-vmss000001/10.224.0.5 Sep 11,2025 20:26 UTC+0800 be 3.2.2 strce-abednp-be-1 Running 0 aks-cicdamdpool-42425418-vmss000000/10.224.0.9 Sep 11,2025 20:28 UTC+0800 fe 3.2.2 strce-abednp-fe-0 Running 0 aks-cicdamdpool-42425418-vmss000000/10.224.0.9 Sep 11,2025 20:24 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 be 1 / 1 2Gi / 2Gi data:20Gi default Images: COMPONENT COMPONENT-DEFINITION IMAGE fe starrocks-ce-fe-1.0.1 docker.io/apecloud/fe-ubuntu:3.2.2 be starrocks-ce-be-1.0.1 docker.io/apecloud/be-ubuntu:3.2.2 Show cluster events: kbcli cluster list-events -n ns-qdame strce-abednp `kbcli cluster label strce-abednp app.kubernetes.io/instance- --namespace ns-qdame ` label "app.kubernetes.io/instance" not found. `kbcli cluster label strce-abednp app.kubernetes.io/instance=strce-abednp --namespace ns-qdame ` `kbcli cluster label strce-abednp --list --namespace ns-qdame ` NAME NAMESPACE LABELS strce-abednp ns-qdame app.kubernetes.io/instance=strce-abednp clusterdefinition.kubeblocks.io/name=starrocks-ce label cluster app.kubernetes.io/instance=strce-abednp Success `kbcli cluster label case.name=kbcli.test1 -l app.kubernetes.io/instance=strce-abednp --namespace ns-qdame ` `kbcli cluster label strce-abednp --list --namespace ns-qdame ` NAME NAMESPACE LABELS strce-abednp ns-qdame app.kubernetes.io/instance=strce-abednp case.name=kbcli.test1 clusterdefinition.kubeblocks.io/name=starrocks-ce label cluster case.name=kbcli.test1 Success `kbcli cluster label strce-abednp case.name=kbcli.test2 --overwrite --namespace ns-qdame ` `kbcli cluster label strce-abednp --list --namespace ns-qdame ` NAME NAMESPACE LABELS strce-abednp ns-qdame app.kubernetes.io/instance=strce-abednp case.name=kbcli.test2 clusterdefinition.kubeblocks.io/name=starrocks-ce label cluster case.name=kbcli.test2 Success `kbcli cluster label strce-abednp case.name- --namespace ns-qdame ` `kbcli cluster label strce-abednp --list --namespace ns-qdame ` NAME NAMESPACE LABELS strce-abednp ns-qdame app.kubernetes.io/instance=strce-abednp clusterdefinition.kubeblocks.io/name=starrocks-ce delete cluster label case.name Success cluster connect `kubectl get secrets -l app.kubernetes.io/instance=strce-abednp` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:ID66e4y94E;DB_PORT:9030;DB_DATABASE:sys `echo "echo \"SHOW PROC '/frontends'\G;SHOW PROC '/backends'\G;\" | mysql -P9030 -hstrce-abednp-fe-fe.ns-qdame.svc.cluster.local -uroot --prompt='StarRocks > '" | kubectl exec -it strce-abednp-fe-0 --namespace ns-qdame -- bash ` Unable to use a TTY - input is not a terminal or the right kind of file *************************** 1. row *************************** Name: strce-abednp-fe-0.strce-abednp-fe-headless.ns-qdame.svc.cluster.local_9010_1757593551589 IP: strce-abednp-fe-0.strce-abednp-fe-headless.ns-qdame.svc.cluster.local EditLogPort: 9010 HttpPort: 8030 QueryPort: 9030 RpcPort: 9020 Role: LEADER ClusterId: 744421137 Join: true Alive: true ReplayedJournalId: 120 LastHeartbeat: 2025-09-11 20:30:13 IsHelper: true ErrMsg: StartTime: 2025-09-11 20:25:59 Version: 3.2.2-269e832 *************************** 1. row *************************** BackendId: 10005 IP: strce-abednp-be-0.strce-abednp-be-headless.ns-qdame.svc.cluster.local HeartbeatPort: 9050 BePort: 9060 HttpPort: 8040 BrpcPort: 8060 LastStartTime: 2025-09-11 20:28:28 LastHeartbeat: 2025-09-11 20:30:13 Alive: true SystemDecommissioned: false ClusterDecommissioned: false TabletNum: 48 DataUsedCapacity: 0.000 B AvailCapacity: 19.429 GB TotalCapacity: 19.518 GB UsedPct: 0.46 % MaxDiskUsedPct: 0.46 % ErrMsg: Version: 3.2.2-269e832 Status: ***"lastSuccessReportTabletsTime":"2025-09-11 20:29:28"*** DataTotalCapacity: 19.429 GB DataUsedPct: 0.00 % CpuCores: 1 NumRunningQueries: 0 MemUsedPct: 6.05 % CpuUsedPct: 0.0 % *************************** 2. row *************************** BackendId: 10120 IP: strce-abednp-be-1.strce-abednp-be-headless.ns-qdame.svc.cluster.local HeartbeatPort: 9050 BePort: 9060 HttpPort: 8040 BrpcPort: 8060 LastStartTime: 2025-09-11 20:29:38 LastHeartbeat: 2025-09-11 20:30:13 Alive: true SystemDecommissioned: false ClusterDecommissioned: false TabletNum: 24 DataUsedCapacity: 0.000 B AvailCapacity: 19.498 GB TotalCapacity: 19.518 GB UsedPct: 0.10 % MaxDiskUsedPct: 0.10 % ErrMsg: Version: 3.2.2-269e832 Status: ***"lastSuccessReportTabletsTime":"2025-09-11 20:29:38"*** DataTotalCapacity: 19.498 GB DataUsedPct: 0.00 % CpuCores: 1 NumRunningQueries: 0 MemUsedPct: 6.20 % CpuUsedPct: 0.0 % connect cluster Success skip insert batch data cluster rebulid instances apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: strce-abednp-rebuildinstance- namespace: ns-qdame spec: type: RebuildInstance clusterName: strce-abednp force: true rebuildFrom: - componentName: fe instances: - name: strce-abednp-fe-0 inPlace: true check cluster status before ops check cluster status done cluster_status:Running `kubectl create -f test_ops_cluster_strce-abednp.yaml` opsrequest.operations.kubeblocks.io/strce-abednp-rebuildinstance-s5wmj created create test_ops_cluster_strce-abednp.yaml Success `rm -rf test_ops_cluster_strce-abednp.yaml` check ops status `kbcli cluster list-ops strce-abednp --status all --namespace ns-qdame ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strce-abednp-rebuildinstance-s5wmj ns-qdame RebuildInstance strce-abednp Running -/- Sep 11,2025 20:30 UTC+0800 ops_status:strce-abednp-rebuildinstance-s5wmj ns-qdame RebuildInstance strce-abednp fe Running 0/1 Sep 11,2025 20:30 UTC+0800 ops_status:strce-abednp-rebuildinstance-s5wmj ns-qdame RebuildInstance strce-abednp fe Running 0/1 Sep 11,2025 20:30 UTC+0800 ops_status:strce-abednp-rebuildinstance-s5wmj ns-qdame RebuildInstance strce-abednp fe Running 0/1 Sep 11,2025 20:30 UTC+0800 ops_status:strce-abednp-rebuildinstance-s5wmj ns-qdame RebuildInstance strce-abednp fe Running 0/1 Sep 11,2025 20:30 UTC+0800 ops_status:strce-abednp-rebuildinstance-s5wmj ns-qdame RebuildInstance strce-abednp fe Running 0/1 Sep 11,2025 20:30 UTC+0800 ops_status:strce-abednp-rebuildinstance-s5wmj ns-qdame RebuildInstance strce-abednp fe Running 0/1 Sep 11,2025 20:30 UTC+0800 ops_status:strce-abednp-rebuildinstance-s5wmj ns-qdame RebuildInstance strce-abednp fe Running 0/1 Sep 11,2025 20:30 UTC+0800 ops_status:strce-abednp-rebuildinstance-s5wmj ns-qdame RebuildInstance strce-abednp fe Running 0/1 Sep 11,2025 20:30 UTC+0800 ops_status:strce-abednp-rebuildinstance-s5wmj ns-qdame RebuildInstance strce-abednp fe Running 0/1 Sep 11,2025 20:30 UTC+0800 ops_status:strce-abednp-rebuildinstance-s5wmj ns-qdame RebuildInstance strce-abednp fe Running 0/1 Sep 11,2025 20:30 UTC+0800 ops_status:strce-abednp-rebuildinstance-s5wmj ns-qdame RebuildInstance strce-abednp fe Running 0/1 Sep 11,2025 20:30 UTC+0800 ops_status:strce-abednp-rebuildinstance-s5wmj ns-qdame RebuildInstance strce-abednp fe Running 0/1 Sep 11,2025 20:30 UTC+0800 ops_status:strce-abednp-rebuildinstance-s5wmj ns-qdame RebuildInstance strce-abednp fe Running 0/1 Sep 11,2025 20:30 UTC+0800 ops_status:strce-abednp-rebuildinstance-s5wmj ns-qdame RebuildInstance strce-abednp fe Running 0/1 Sep 11,2025 20:30 UTC+0800 ops_status:strce-abednp-rebuildinstance-s5wmj ns-qdame RebuildInstance strce-abednp fe Running 0/1 Sep 11,2025 20:30 UTC+0800 ops_status:strce-abednp-rebuildinstance-s5wmj ns-qdame RebuildInstance strce-abednp fe Running 0/1 Sep 11,2025 20:30 UTC+0800 ops_status:strce-abednp-rebuildinstance-s5wmj ns-qdame RebuildInstance strce-abednp fe Running 0/1 Sep 11,2025 20:30 UTC+0800 ops_status:strce-abednp-rebuildinstance-s5wmj ns-qdame RebuildInstance strce-abednp fe Running 0/1 Sep 11,2025 20:30 UTC+0800 ops_status:strce-abednp-rebuildinstance-s5wmj ns-qdame RebuildInstance strce-abednp fe Running 0/1 Sep 11,2025 20:30 UTC+0800 ops_status:strce-abednp-rebuildinstance-s5wmj ns-qdame RebuildInstance strce-abednp fe Running 0/1 Sep 11,2025 20:30 UTC+0800 ops_status:strce-abednp-rebuildinstance-s5wmj ns-qdame RebuildInstance strce-abednp fe Running 0/1 Sep 11,2025 20:30 UTC+0800 ops_status:strce-abednp-rebuildinstance-s5wmj ns-qdame RebuildInstance strce-abednp fe Running 0/1 Sep 11,2025 20:30 UTC+0800 ops_status:strce-abednp-rebuildinstance-s5wmj ns-qdame RebuildInstance strce-abednp fe Running 0/1 Sep 11,2025 20:30 UTC+0800 ops_status:strce-abednp-rebuildinstance-s5wmj ns-qdame RebuildInstance strce-abednp fe Running 0/1 Sep 11,2025 20:30 UTC+0800 check ops status done ops_status:strce-abednp-rebuildinstance-s5wmj ns-qdame RebuildInstance strce-abednp fe Succeed 1/1 Sep 11,2025 20:30 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations strce-abednp-rebuildinstance-s5wmj --namespace ns-qdame ` opsrequest.operations.kubeblocks.io/strce-abednp-rebuildinstance-s5wmj patched `kbcli cluster delete-ops --name strce-abednp-rebuildinstance-s5wmj --force --auto-approve --namespace ns-qdame ` OpsRequest strce-abednp-rebuildinstance-s5wmj deleted check cluster status `kbcli cluster list strce-abednp --show-labels --namespace ns-qdame ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS strce-abednp ns-qdame starrocks-ce DoNotTerminate Running Sep 11,2025 20:24 UTC+0800 app.kubernetes.io/instance=strce-abednp,clusterdefinition.kubeblocks.io/name=starrocks-ce check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances strce-abednp --namespace ns-qdame ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME strce-abednp-be-0 ns-qdame strce-abednp be Running 0 1 / 1 2Gi / 2Gi data:20Gi aks-cicdamdpool-42425418-vmss000001/10.224.0.5 Sep 11,2025 20:26 UTC+0800 strce-abednp-be-1 ns-qdame strce-abednp be Running 0 1 / 1 2Gi / 2Gi data:20Gi aks-cicdamdpool-42425418-vmss000000/10.224.0.9 Sep 11,2025 20:28 UTC+0800 strce-abednp-fe-0 ns-qdame strce-abednp fe Running 0 1 / 1 2Gi / 2Gi data:20Gi aks-cicdamdpool-42425418-vmss000000/10.224.0.9 Sep 11,2025 20:30 UTC+0800 check pod status done `kubectl get secrets -l app.kubernetes.io/instance=strce-abednp` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:ID66e4y94E;DB_PORT:9030;DB_DATABASE:sys check cluster connect `echo 'mysql -P9030 -hstrce-abednp-fe-fe.ns-qdame.svc.cluster.local -uroot --prompt="StarRocks > "' | kubectl exec -it strce-abednp-fe-0 --namespace ns-qdame -- bash` check cluster connect done check component be exists `kubectl get components -l app.kubernetes.io/instance=strce-abednp,apps.kubeblocks.io/component-name=be --namespace ns-qdame | (grep "be" || true )` cluster be scale-out check cluster status before ops check cluster status done cluster_status:Running No resources found in strce-abednp namespace. `kbcli cluster scale-out strce-abednp --auto-approve --force=true --components be --replicas 1 --namespace ns-qdame ` OpsRequest strce-abednp-horizontalscaling-b2wbp created successfully, you can view the progress: kbcli cluster describe-ops strce-abednp-horizontalscaling-b2wbp -n ns-qdame check ops status `kbcli cluster list-ops strce-abednp --status all --namespace ns-qdame ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strce-abednp-horizontalscaling-b2wbp ns-qdame HorizontalScaling strce-abednp be Running 0/1 Sep 11,2025 20:32 UTC+0800 check cluster status `kbcli cluster list strce-abednp --show-labels --namespace ns-qdame ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS strce-abednp ns-qdame starrocks-ce DoNotTerminate Updating Sep 11,2025 20:24 UTC+0800 app.kubernetes.io/instance=strce-abednp,clusterdefinition.kubeblocks.io/name=starrocks-ce 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 strce-abednp --namespace ns-qdame ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME strce-abednp-be-0 ns-qdame strce-abednp be Running 0 1 / 1 2Gi / 2Gi data:20Gi aks-cicdamdpool-42425418-vmss000001/10.224.0.5 Sep 11,2025 20:26 UTC+0800 strce-abednp-be-1 ns-qdame strce-abednp be Running 0 1 / 1 2Gi / 2Gi data:20Gi aks-cicdamdpool-42425418-vmss000000/10.224.0.9 Sep 11,2025 20:28 UTC+0800 strce-abednp-be-2 ns-qdame strce-abednp be Running 0 1 / 1 2Gi / 2Gi data:20Gi aks-cicdamdpool-42425418-vmss000001/10.224.0.5 Sep 11,2025 20:32 UTC+0800 strce-abednp-fe-0 ns-qdame strce-abednp fe Running 0 1 / 1 2Gi / 2Gi data:20Gi aks-cicdamdpool-42425418-vmss000000/10.224.0.9 Sep 11,2025 20:30 UTC+0800 check pod status done `kubectl get secrets -l app.kubernetes.io/instance=strce-abednp` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:ID66e4y94E;DB_PORT:9030;DB_DATABASE:sys check cluster connect `echo 'mysql -P9030 -hstrce-abednp-fe-fe.ns-qdame.svc.cluster.local -uroot --prompt="StarRocks > "' | kubectl exec -it strce-abednp-fe-0 --namespace ns-qdame -- bash` check cluster connect done No resources found in strce-abednp namespace. check ops status `kbcli cluster list-ops strce-abednp --status all --namespace ns-qdame ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strce-abednp-horizontalscaling-b2wbp ns-qdame HorizontalScaling strce-abednp be Succeed 1/1 Sep 11,2025 20:32 UTC+0800 check ops status done ops_status:strce-abednp-horizontalscaling-b2wbp ns-qdame HorizontalScaling strce-abednp be Succeed 1/1 Sep 11,2025 20:32 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations strce-abednp-horizontalscaling-b2wbp --namespace ns-qdame ` opsrequest.operations.kubeblocks.io/strce-abednp-horizontalscaling-b2wbp patched `kbcli cluster delete-ops --name strce-abednp-horizontalscaling-b2wbp --force --auto-approve --namespace ns-qdame ` OpsRequest strce-abednp-horizontalscaling-b2wbp deleted check component be exists `kubectl get components -l app.kubernetes.io/instance=strce-abednp,apps.kubeblocks.io/component-name=be --namespace ns-qdame | (grep "be" || true )` cluster be scale-in check cluster status before ops check cluster status done cluster_status:Running No resources found in strce-abednp namespace. `kbcli cluster scale-in strce-abednp --auto-approve --force=true --components be --replicas 1 --namespace ns-qdame ` OpsRequest strce-abednp-horizontalscaling-2mz5t created successfully, you can view the progress: kbcli cluster describe-ops strce-abednp-horizontalscaling-2mz5t -n ns-qdame check ops status `kbcli cluster list-ops strce-abednp --status all --namespace ns-qdame ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strce-abednp-horizontalscaling-2mz5t ns-qdame HorizontalScaling strce-abednp be Running 0/1 Sep 11,2025 20:33 UTC+0800 check cluster status `kbcli cluster list strce-abednp --show-labels --namespace ns-qdame ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS strce-abednp ns-qdame starrocks-ce DoNotTerminate Updating Sep 11,2025 20:24 UTC+0800 app.kubernetes.io/instance=strce-abednp,clusterdefinition.kubeblocks.io/name=starrocks-ce cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances strce-abednp --namespace ns-qdame ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME strce-abednp-be-0 ns-qdame strce-abednp be Running 0 1 / 1 2Gi / 2Gi data:20Gi aks-cicdamdpool-42425418-vmss000001/10.224.0.5 Sep 11,2025 20:26 UTC+0800 strce-abednp-be-1 ns-qdame strce-abednp be Running 0 1 / 1 2Gi / 2Gi data:20Gi aks-cicdamdpool-42425418-vmss000000/10.224.0.9 Sep 11,2025 20:28 UTC+0800 strce-abednp-fe-0 ns-qdame strce-abednp fe Running 0 1 / 1 2Gi / 2Gi data:20Gi aks-cicdamdpool-42425418-vmss000000/10.224.0.9 Sep 11,2025 20:30 UTC+0800 check pod status done `kubectl get secrets -l app.kubernetes.io/instance=strce-abednp` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:ID66e4y94E;DB_PORT:9030;DB_DATABASE:sys check cluster connect `echo 'mysql -P9030 -hstrce-abednp-fe-fe.ns-qdame.svc.cluster.local -uroot --prompt="StarRocks > "' | kubectl exec -it strce-abednp-fe-0 --namespace ns-qdame -- bash` check cluster connect done No resources found in strce-abednp namespace. check ops status `kbcli cluster list-ops strce-abednp --status all --namespace ns-qdame ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strce-abednp-horizontalscaling-2mz5t ns-qdame HorizontalScaling strce-abednp be Succeed 1/1 Sep 11,2025 20:33 UTC+0800 check ops status done ops_status:strce-abednp-horizontalscaling-2mz5t ns-qdame HorizontalScaling strce-abednp be Succeed 1/1 Sep 11,2025 20:33 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations strce-abednp-horizontalscaling-2mz5t --namespace ns-qdame ` opsrequest.operations.kubeblocks.io/strce-abednp-horizontalscaling-2mz5t patched `kbcli cluster delete-ops --name strce-abednp-horizontalscaling-2mz5t --force --auto-approve --namespace ns-qdame ` OpsRequest strce-abednp-horizontalscaling-2mz5t deleted check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster vscale strce-abednp --auto-approve --force=true --components fe --cpu 1100m --memory 2.1Gi --namespace ns-qdame ` OpsRequest strce-abednp-verticalscaling-gbkt4 created successfully, you can view the progress: kbcli cluster describe-ops strce-abednp-verticalscaling-gbkt4 -n ns-qdame check ops status `kbcli cluster list-ops strce-abednp --status all --namespace ns-qdame ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strce-abednp-verticalscaling-gbkt4 ns-qdame VerticalScaling strce-abednp fe Running 0/1 Sep 11,2025 20:33 UTC+0800 check cluster status `kbcli cluster list strce-abednp --show-labels --namespace ns-qdame ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS strce-abednp ns-qdame starrocks-ce DoNotTerminate Updating Sep 11,2025 20:24 UTC+0800 app.kubernetes.io/instance=strce-abednp,clusterdefinition.kubeblocks.io/name=starrocks-ce cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances strce-abednp --namespace ns-qdame ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME strce-abednp-be-0 ns-qdame strce-abednp be Running 0 1 / 1 2Gi / 2Gi data:20Gi aks-cicdamdpool-42425418-vmss000001/10.224.0.5 Sep 11,2025 20:26 UTC+0800 strce-abednp-be-1 ns-qdame strce-abednp be Running 0 1 / 1 2Gi / 2Gi data:20Gi aks-cicdamdpool-42425418-vmss000000/10.224.0.9 Sep 11,2025 20:28 UTC+0800 strce-abednp-fe-0 ns-qdame strce-abednp fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:20Gi aks-cicdamdpool-42425418-vmss000000/10.224.0.9 Sep 11,2025 20:33 UTC+0800 check pod status done `kubectl get secrets -l app.kubernetes.io/instance=strce-abednp` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:ID66e4y94E;DB_PORT:9030;DB_DATABASE:sys check cluster connect `echo 'mysql -P9030 -hstrce-abednp-fe-fe.ns-qdame.svc.cluster.local -uroot --prompt="StarRocks > "' | kubectl exec -it strce-abednp-fe-0 --namespace ns-qdame -- bash` check cluster connect done check ops status `kbcli cluster list-ops strce-abednp --status all --namespace ns-qdame ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strce-abednp-verticalscaling-gbkt4 ns-qdame VerticalScaling strce-abednp fe Succeed 1/1 Sep 11,2025 20:33 UTC+0800 check ops status done ops_status:strce-abednp-verticalscaling-gbkt4 ns-qdame VerticalScaling strce-abednp fe Succeed 1/1 Sep 11,2025 20:33 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations strce-abednp-verticalscaling-gbkt4 --namespace ns-qdame ` opsrequest.operations.kubeblocks.io/strce-abednp-verticalscaling-gbkt4 patched `kbcli cluster delete-ops --name strce-abednp-verticalscaling-gbkt4 --force --auto-approve --namespace ns-qdame ` OpsRequest strce-abednp-verticalscaling-gbkt4 deleted check component be exists `kubectl get components -l app.kubernetes.io/instance=strce-abednp,apps.kubeblocks.io/component-name=be --namespace ns-qdame | (grep "be" || true )` cluster restart check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster restart strce-abednp --auto-approve --force=true --components be --namespace ns-qdame ` OpsRequest strce-abednp-restart-xbpxc created successfully, you can view the progress: kbcli cluster describe-ops strce-abednp-restart-xbpxc -n ns-qdame check ops status `kbcli cluster list-ops strce-abednp --status all --namespace ns-qdame ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strce-abednp-restart-xbpxc ns-qdame Restart strce-abednp be Running -/- Sep 11,2025 20:33 UTC+0800 check cluster status `kbcli cluster list strce-abednp --show-labels --namespace ns-qdame ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS strce-abednp ns-qdame starrocks-ce DoNotTerminate Updating Sep 11,2025 20:24 UTC+0800 app.kubernetes.io/instance=strce-abednp,clusterdefinition.kubeblocks.io/name=starrocks-ce 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 strce-abednp --namespace ns-qdame ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME strce-abednp-be-0 ns-qdame strce-abednp be Running 0 1 / 1 2Gi / 2Gi data:20Gi aks-cicdamdpool-42425418-vmss000001/10.224.0.5 Sep 11,2025 20:34 UTC+0800 strce-abednp-be-1 ns-qdame strce-abednp be Running 0 1 / 1 2Gi / 2Gi data:20Gi aks-cicdamdpool-42425418-vmss000000/10.224.0.9 Sep 11,2025 20:34 UTC+0800 strce-abednp-fe-0 ns-qdame strce-abednp fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:20Gi aks-cicdamdpool-42425418-vmss000000/10.224.0.9 Sep 11,2025 20:33 UTC+0800 check pod status done `kubectl get secrets -l app.kubernetes.io/instance=strce-abednp` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:ID66e4y94E;DB_PORT:9030;DB_DATABASE:sys check cluster connect `echo 'mysql -P9030 -hstrce-abednp-fe-fe.ns-qdame.svc.cluster.local -uroot --prompt="StarRocks > "' | kubectl exec -it strce-abednp-fe-0 --namespace ns-qdame -- bash` check cluster connect done check ops status `kbcli cluster list-ops strce-abednp --status all --namespace ns-qdame ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strce-abednp-restart-xbpxc ns-qdame Restart strce-abednp be Succeed 2/2 Sep 11,2025 20:33 UTC+0800 check ops status done ops_status:strce-abednp-restart-xbpxc ns-qdame Restart strce-abednp be Succeed 2/2 Sep 11,2025 20:33 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations strce-abednp-restart-xbpxc --namespace ns-qdame ` opsrequest.operations.kubeblocks.io/strce-abednp-restart-xbpxc patched `kbcli cluster delete-ops --name strce-abednp-restart-xbpxc --force --auto-approve --namespace ns-qdame ` OpsRequest strce-abednp-restart-xbpxc deleted check component be exists `kubectl get components -l app.kubernetes.io/instance=strce-abednp,apps.kubeblocks.io/component-name=be --namespace ns-qdame | (grep "be" || true )` check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster vscale strce-abednp --auto-approve --force=true --components be --cpu 1100m --memory 2.1Gi --namespace ns-qdame ` OpsRequest strce-abednp-verticalscaling-lgnww created successfully, you can view the progress: kbcli cluster describe-ops strce-abednp-verticalscaling-lgnww -n ns-qdame check ops status `kbcli cluster list-ops strce-abednp --status all --namespace ns-qdame ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strce-abednp-verticalscaling-lgnww ns-qdame VerticalScaling strce-abednp be Running 0/2 Sep 11,2025 20:34 UTC+0800 check cluster status `kbcli cluster list strce-abednp --show-labels --namespace ns-qdame ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS strce-abednp ns-qdame starrocks-ce DoNotTerminate Updating Sep 11,2025 20:24 UTC+0800 app.kubernetes.io/instance=strce-abednp,clusterdefinition.kubeblocks.io/name=starrocks-ce 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 strce-abednp --namespace ns-qdame ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME strce-abednp-be-0 ns-qdame strce-abednp be Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:20Gi aks-cicdamdpool-42425418-vmss000001/10.224.0.5 Sep 11,2025 20:35 UTC+0800 strce-abednp-be-1 ns-qdame strce-abednp be Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:20Gi aks-cicdamdpool-42425418-vmss000000/10.224.0.9 Sep 11,2025 20:34 UTC+0800 strce-abednp-fe-0 ns-qdame strce-abednp fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:20Gi aks-cicdamdpool-42425418-vmss000000/10.224.0.9 Sep 11,2025 20:33 UTC+0800 check pod status done `kubectl get secrets -l app.kubernetes.io/instance=strce-abednp` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:ID66e4y94E;DB_PORT:9030;DB_DATABASE:sys check cluster connect `echo 'mysql -P9030 -hstrce-abednp-fe-fe.ns-qdame.svc.cluster.local -uroot --prompt="StarRocks > "' | kubectl exec -it strce-abednp-fe-0 --namespace ns-qdame -- bash` check cluster connect done check ops status `kbcli cluster list-ops strce-abednp --status all --namespace ns-qdame ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strce-abednp-verticalscaling-lgnww ns-qdame VerticalScaling strce-abednp be Succeed 2/2 Sep 11,2025 20:34 UTC+0800 check ops status done ops_status:strce-abednp-verticalscaling-lgnww ns-qdame VerticalScaling strce-abednp be Succeed 2/2 Sep 11,2025 20:34 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations strce-abednp-verticalscaling-lgnww --namespace ns-qdame ` opsrequest.operations.kubeblocks.io/strce-abednp-verticalscaling-lgnww patched `kbcli cluster delete-ops --name strce-abednp-verticalscaling-lgnww --force --auto-approve --namespace ns-qdame ` OpsRequest strce-abednp-verticalscaling-lgnww deleted check component be exists `kubectl get components -l app.kubernetes.io/instance=strce-abednp,apps.kubeblocks.io/component-name=be --namespace ns-qdame | (grep "be" || true )` `kubectl get pvc -l app.kubernetes.io/instance=strce-abednp,apps.kubeblocks.io/component-name=be,apps.kubeblocks.io/vct-name=data --namespace ns-qdame ` cluster volume-expand check cluster status before ops check cluster status done cluster_status:Running No resources found in strce-abednp namespace. `kbcli cluster volume-expand strce-abednp --auto-approve --force=true --components be --volume-claim-templates data --storage 24Gi --namespace ns-qdame ` OpsRequest strce-abednp-volumeexpansion-hstwx created successfully, you can view the progress: kbcli cluster describe-ops strce-abednp-volumeexpansion-hstwx -n ns-qdame check ops status `kbcli cluster list-ops strce-abednp --status all --namespace ns-qdame ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strce-abednp-volumeexpansion-hstwx ns-qdame VolumeExpansion strce-abednp be Creating -/- Sep 11,2025 20:35 UTC+0800 check cluster status `kbcli cluster list strce-abednp --show-labels --namespace ns-qdame ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS strce-abednp ns-qdame starrocks-ce DoNotTerminate Updating Sep 11,2025 20:24 UTC+0800 app.kubernetes.io/instance=strce-abednp,clusterdefinition.kubeblocks.io/name=starrocks-ce 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 strce-abednp --namespace ns-qdame ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME strce-abednp-be-0 ns-qdame strce-abednp be Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:24Gi aks-cicdamdpool-42425418-vmss000001/10.224.0.5 Sep 11,2025 20:35 UTC+0800 strce-abednp-be-1 ns-qdame strce-abednp be Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:24Gi aks-cicdamdpool-42425418-vmss000000/10.224.0.9 Sep 11,2025 20:34 UTC+0800 strce-abednp-fe-0 ns-qdame strce-abednp fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:20Gi aks-cicdamdpool-42425418-vmss000000/10.224.0.9 Sep 11,2025 20:33 UTC+0800 check pod status done `kubectl get secrets -l app.kubernetes.io/instance=strce-abednp` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:ID66e4y94E;DB_PORT:9030;DB_DATABASE:sys check cluster connect `echo 'mysql -P9030 -hstrce-abednp-fe-fe.ns-qdame.svc.cluster.local -uroot --prompt="StarRocks > "' | kubectl exec -it strce-abednp-fe-0 --namespace ns-qdame -- bash` check cluster connect done No resources found in strce-abednp namespace. check ops status `kbcli cluster list-ops strce-abednp --status all --namespace ns-qdame ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strce-abednp-volumeexpansion-hstwx ns-qdame VolumeExpansion strce-abednp be Succeed 2/2 Sep 11,2025 20:35 UTC+0800 check ops status done ops_status:strce-abednp-volumeexpansion-hstwx ns-qdame VolumeExpansion strce-abednp be Succeed 2/2 Sep 11,2025 20:35 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations strce-abednp-volumeexpansion-hstwx --namespace ns-qdame ` opsrequest.operations.kubeblocks.io/strce-abednp-volumeexpansion-hstwx patched `kbcli cluster delete-ops --name strce-abednp-volumeexpansion-hstwx --force --auto-approve --namespace ns-qdame ` OpsRequest strce-abednp-volumeexpansion-hstwx deleted check component be exists `kubectl get components -l app.kubernetes.io/instance=strce-abednp,apps.kubeblocks.io/component-name=be --namespace ns-qdame | (grep "be" || true )` cluster hscale offline instances apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: strce-abednp-hscaleoffinstance- labels: app.kubernetes.io/instance: strce-abednp app.kubernetes.io/managed-by: kubeblocks namespace: ns-qdame spec: type: HorizontalScaling clusterName: strce-abednp force: true horizontalScaling: - componentName: be scaleIn: onlineInstancesToOffline: - strce-abednp-be-0 check cluster status before ops check cluster status done cluster_status:Running `kubectl create -f test_ops_cluster_strce-abednp.yaml` opsrequest.operations.kubeblocks.io/strce-abednp-hscaleoffinstance-gxgw2 created create test_ops_cluster_strce-abednp.yaml Success `rm -rf test_ops_cluster_strce-abednp.yaml` check ops status `kbcli cluster list-ops strce-abednp --status all --namespace ns-qdame ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strce-abednp-hscaleoffinstance-gxgw2 ns-qdame HorizontalScaling strce-abednp be Running 0/1 Sep 11,2025 20:38 UTC+0800 check cluster status `kbcli cluster list strce-abednp --show-labels --namespace ns-qdame ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS strce-abednp ns-qdame starrocks-ce DoNotTerminate Updating Sep 11,2025 20:24 UTC+0800 app.kubernetes.io/instance=strce-abednp,clusterdefinition.kubeblocks.io/name=starrocks-ce cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances strce-abednp --namespace ns-qdame ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME strce-abednp-be-1 ns-qdame strce-abednp be Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:24Gi aks-cicdamdpool-42425418-vmss000000/10.224.0.9 Sep 11,2025 20:34 UTC+0800 strce-abednp-fe-0 ns-qdame strce-abednp fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:20Gi aks-cicdamdpool-42425418-vmss000000/10.224.0.9 Sep 11,2025 20:33 UTC+0800 check pod status done `kubectl get secrets -l app.kubernetes.io/instance=strce-abednp` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:ID66e4y94E;DB_PORT:9030;DB_DATABASE:sys check cluster connect `echo 'mysql -P9030 -hstrce-abednp-fe-fe.ns-qdame.svc.cluster.local -uroot --prompt="StarRocks > "' | kubectl exec -it strce-abednp-fe-0 --namespace ns-qdame -- bash` check cluster connect done check ops status `kbcli cluster list-ops strce-abednp --status all --namespace ns-qdame ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strce-abednp-hscaleoffinstance-gxgw2 ns-qdame HorizontalScaling strce-abednp be Succeed 1/1 Sep 11,2025 20:38 UTC+0800 check ops status done ops_status:strce-abednp-hscaleoffinstance-gxgw2 ns-qdame HorizontalScaling strce-abednp be Succeed 1/1 Sep 11,2025 20:38 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations strce-abednp-hscaleoffinstance-gxgw2 --namespace ns-qdame ` opsrequest.operations.kubeblocks.io/strce-abednp-hscaleoffinstance-gxgw2 patched `kbcli cluster delete-ops --name strce-abednp-hscaleoffinstance-gxgw2 --force --auto-approve --namespace ns-qdame ` OpsRequest strce-abednp-hscaleoffinstance-gxgw2 deleted check component be exists `kubectl get components -l app.kubernetes.io/instance=strce-abednp,apps.kubeblocks.io/component-name=be --namespace ns-qdame | (grep "be" || true )` cluster hscale online instances apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: strce-abednp-hscaleoninstance- labels: app.kubernetes.io/instance: strce-abednp app.kubernetes.io/managed-by: kubeblocks namespace: ns-qdame spec: type: HorizontalScaling clusterName: strce-abednp force: true horizontalScaling: - componentName: be scaleOut: offlineInstancesToOnline: - strce-abednp-be-0 check cluster status before ops check cluster status done cluster_status:Running `kubectl create -f test_ops_cluster_strce-abednp.yaml` opsrequest.operations.kubeblocks.io/strce-abednp-hscaleoninstance-5rz49 created create test_ops_cluster_strce-abednp.yaml Success `rm -rf test_ops_cluster_strce-abednp.yaml` check ops status `kbcli cluster list-ops strce-abednp --status all --namespace ns-qdame ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strce-abednp-hscaleoninstance-5rz49 ns-qdame HorizontalScaling strce-abednp be Running 0/1 Sep 11,2025 20:38 UTC+0800 check cluster status `kbcli cluster list strce-abednp --show-labels --namespace ns-qdame ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS strce-abednp ns-qdame starrocks-ce DoNotTerminate Updating Sep 11,2025 20:24 UTC+0800 app.kubernetes.io/instance=strce-abednp,clusterdefinition.kubeblocks.io/name=starrocks-ce 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 strce-abednp --namespace ns-qdame ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME strce-abednp-be-0 ns-qdame strce-abednp be Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:24Gi aks-cicdamdpool-42425418-vmss000001/10.224.0.5 Sep 11,2025 20:38 UTC+0800 strce-abednp-be-1 ns-qdame strce-abednp be Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:24Gi aks-cicdamdpool-42425418-vmss000000/10.224.0.9 Sep 11,2025 20:34 UTC+0800 strce-abednp-fe-0 ns-qdame strce-abednp fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:20Gi aks-cicdamdpool-42425418-vmss000000/10.224.0.9 Sep 11,2025 20:33 UTC+0800 check pod status done `kubectl get secrets -l app.kubernetes.io/instance=strce-abednp` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:ID66e4y94E;DB_PORT:9030;DB_DATABASE:sys check cluster connect `echo 'mysql -P9030 -hstrce-abednp-fe-fe.ns-qdame.svc.cluster.local -uroot --prompt="StarRocks > "' | kubectl exec -it strce-abednp-fe-0 --namespace ns-qdame -- bash` check cluster connect done check ops status `kbcli cluster list-ops strce-abednp --status all --namespace ns-qdame ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strce-abednp-hscaleoninstance-5rz49 ns-qdame HorizontalScaling strce-abednp be Succeed 1/1 Sep 11,2025 20:38 UTC+0800 check ops status done ops_status:strce-abednp-hscaleoninstance-5rz49 ns-qdame HorizontalScaling strce-abednp be Succeed 1/1 Sep 11,2025 20:38 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations strce-abednp-hscaleoninstance-5rz49 --namespace ns-qdame ` opsrequest.operations.kubeblocks.io/strce-abednp-hscaleoninstance-5rz49 patched `kbcli cluster delete-ops --name strce-abednp-hscaleoninstance-5rz49 --force --auto-approve --namespace ns-qdame ` OpsRequest strce-abednp-hscaleoninstance-5rz49 deleted cluster stop check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster stop strce-abednp --auto-approve --force=true --namespace ns-qdame ` OpsRequest strce-abednp-stop-pxm76 created successfully, you can view the progress: kbcli cluster describe-ops strce-abednp-stop-pxm76 -n ns-qdame check ops status `kbcli cluster list-ops strce-abednp --status all --namespace ns-qdame ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strce-abednp-stop-pxm76 ns-qdame Stop strce-abednp Running -/- Sep 11,2025 20:39 UTC+0800 check cluster status `kbcli cluster list strce-abednp --show-labels --namespace ns-qdame ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS strce-abednp ns-qdame starrocks-ce DoNotTerminate Stopping Sep 11,2025 20:24 UTC+0800 app.kubernetes.io/instance=strce-abednp,clusterdefinition.kubeblocks.io/name=starrocks-ce 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 strce-abednp --namespace ns-qdame ` 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 strce-abednp --status all --namespace ns-qdame ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strce-abednp-stop-pxm76 ns-qdame Stop strce-abednp be,fe Succeed 3/3 Sep 11,2025 20:39 UTC+0800 check ops status done ops_status:strce-abednp-stop-pxm76 ns-qdame Stop strce-abednp be,fe Succeed 3/3 Sep 11,2025 20:39 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations strce-abednp-stop-pxm76 --namespace ns-qdame ` opsrequest.operations.kubeblocks.io/strce-abednp-stop-pxm76 patched `kbcli cluster delete-ops --name strce-abednp-stop-pxm76 --force --auto-approve --namespace ns-qdame ` OpsRequest strce-abednp-stop-pxm76 deleted cluster start check cluster status before ops check cluster status done cluster_status:Stopped `kbcli cluster start strce-abednp --force=true --namespace ns-qdame ` OpsRequest strce-abednp-start-dtrvg created successfully, you can view the progress: kbcli cluster describe-ops strce-abednp-start-dtrvg -n ns-qdame check ops status `kbcli cluster list-ops strce-abednp --status all --namespace ns-qdame ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strce-abednp-start-dtrvg ns-qdame Start strce-abednp be,fe Running 0/3 Sep 11,2025 20:40 UTC+0800 check cluster status `kbcli cluster list strce-abednp --show-labels --namespace ns-qdame ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS strce-abednp ns-qdame starrocks-ce DoNotTerminate Updating Sep 11,2025 20:24 UTC+0800 app.kubernetes.io/instance=strce-abednp,clusterdefinition.kubeblocks.io/name=starrocks-ce cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances strce-abednp --namespace ns-qdame ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME strce-abednp-be-0 ns-qdame strce-abednp be Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:24Gi aks-cicdamdpool-42425418-vmss000000/10.224.0.9 Sep 11,2025 20:40 UTC+0800 strce-abednp-be-1 ns-qdame strce-abednp be Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:24Gi aks-cicdamdpool-42425418-vmss000001/10.224.0.5 Sep 11,2025 20:41 UTC+0800 strce-abednp-fe-0 ns-qdame strce-abednp fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:20Gi aks-cicdamdpool-42425418-vmss000000/10.224.0.9 Sep 11,2025 20:40 UTC+0800 check pod status done `kubectl get secrets -l app.kubernetes.io/instance=strce-abednp` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:ID66e4y94E;DB_PORT:9030;DB_DATABASE:sys check cluster connect `echo 'mysql -P9030 -hstrce-abednp-fe-fe.ns-qdame.svc.cluster.local -uroot --prompt="StarRocks > "' | kubectl exec -it strce-abednp-fe-0 --namespace ns-qdame -- bash` check cluster connect done check ops status `kbcli cluster list-ops strce-abednp --status all --namespace ns-qdame ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strce-abednp-start-dtrvg ns-qdame Start strce-abednp be,fe Succeed 3/3 Sep 11,2025 20:40 UTC+0800 check ops status done ops_status:strce-abednp-start-dtrvg ns-qdame Start strce-abednp be,fe Succeed 3/3 Sep 11,2025 20:40 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations strce-abednp-start-dtrvg --namespace ns-qdame ` opsrequest.operations.kubeblocks.io/strce-abednp-start-dtrvg patched `kbcli cluster delete-ops --name strce-abednp-start-dtrvg --force --auto-approve --namespace ns-qdame ` OpsRequest strce-abednp-start-dtrvg deleted cluster restart check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster restart strce-abednp --auto-approve --force=true --namespace ns-qdame ` OpsRequest strce-abednp-restart-dgqz5 created successfully, you can view the progress: kbcli cluster describe-ops strce-abednp-restart-dgqz5 -n ns-qdame check ops status `kbcli cluster list-ops strce-abednp --status all --namespace ns-qdame ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strce-abednp-restart-dgqz5 ns-qdame Restart strce-abednp fe,be Creating -/- Sep 11,2025 20:41 UTC+0800 check cluster status `kbcli cluster list strce-abednp --show-labels --namespace ns-qdame ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS strce-abednp ns-qdame starrocks-ce DoNotTerminate Updating Sep 11,2025 20:24 UTC+0800 app.kubernetes.io/instance=strce-abednp,clusterdefinition.kubeblocks.io/name=starrocks-ce 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 strce-abednp --namespace ns-qdame ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME strce-abednp-be-0 ns-qdame strce-abednp be Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:24Gi aks-cicdamdpool-42425418-vmss000000/10.224.0.9 Sep 11,2025 20:42 UTC+0800 strce-abednp-be-1 ns-qdame strce-abednp be Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:24Gi aks-cicdamdpool-42425418-vmss000001/10.224.0.5 Sep 11,2025 20:42 UTC+0800 strce-abednp-fe-0 ns-qdame strce-abednp fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:20Gi aks-cicdamdpool-42425418-vmss000000/10.224.0.9 Sep 11,2025 20:41 UTC+0800 check pod status done `kubectl get secrets -l app.kubernetes.io/instance=strce-abednp` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:ID66e4y94E;DB_PORT:9030;DB_DATABASE:sys check cluster connect `echo 'mysql -P9030 -hstrce-abednp-fe-fe.ns-qdame.svc.cluster.local -uroot --prompt="StarRocks > "' | kubectl exec -it strce-abednp-fe-0 --namespace ns-qdame -- bash` check cluster connect done check ops status `kbcli cluster list-ops strce-abednp --status all --namespace ns-qdame ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strce-abednp-restart-dgqz5 ns-qdame Restart strce-abednp fe,be Succeed 3/3 Sep 11,2025 20:41 UTC+0800 check ops status done ops_status:strce-abednp-restart-dgqz5 ns-qdame Restart strce-abednp fe,be Succeed 3/3 Sep 11,2025 20:41 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations strce-abednp-restart-dgqz5 --namespace ns-qdame ` opsrequest.operations.kubeblocks.io/strce-abednp-restart-dgqz5 patched `kbcli cluster delete-ops --name strce-abednp-restart-dgqz5 --force --auto-approve --namespace ns-qdame ` OpsRequest strce-abednp-restart-dgqz5 deleted 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-strce-abednp" not found `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge pods test-db-client-connectionstress-strce-abednp --namespace ns-qdame ` Error from server (NotFound): pods "test-db-client-connectionstress-strce-abednp" 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-strce-abednp" not found `kubectl get secrets -l app.kubernetes.io/instance=strce-abednp` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:ID66e4y94E;DB_PORT:9030;DB_DATABASE:sys apiVersion: v1 kind: Pod metadata: name: test-db-client-connectionstress-strce-abednp namespace: ns-qdame spec: containers: - name: test-dbclient imagePullPolicy: IfNotPresent image: docker.io/apecloud/dbclient:test args: - "--host" - "strce-abednp-fe-fe.ns-qdame.svc.cluster.local" - "--user" - "root" - "--password" - "ID66e4y94E" - "--port" - "9030" - "--database" - "sys" - "--dbtype" - "starrocks" - "--test" - "connectionstress" - "--connections" - "200" - "--duration" - "60" restartPolicy: Never `kubectl apply -f test-db-client-connectionstress-strce-abednp.yaml` pod/test-db-client-connectionstress-strce-abednp created apply test-db-client-connectionstress-strce-abednp.yaml Success `rm -rf test-db-client-connectionstress-strce-abednp.yaml` check pod status check pod test-db-client-connectionstress-strce-abednp status done pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-strce-abednp 0/1 Completed 0 5s check cluster status `kbcli cluster list strce-abednp --show-labels --namespace ns-qdame ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS strce-abednp ns-qdame starrocks-ce DoNotTerminate Running Sep 11,2025 20:24 UTC+0800 app.kubernetes.io/instance=strce-abednp,clusterdefinition.kubeblocks.io/name=starrocks-ce check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances strce-abednp --namespace ns-qdame ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME strce-abednp-be-0 ns-qdame strce-abednp be Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:24Gi aks-cicdamdpool-42425418-vmss000000/10.224.0.9 Sep 11,2025 20:42 UTC+0800 strce-abednp-be-1 ns-qdame strce-abednp be Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:24Gi aks-cicdamdpool-42425418-vmss000001/10.224.0.5 Sep 11,2025 20:42 UTC+0800 strce-abednp-fe-0 ns-qdame strce-abednp fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:20Gi aks-cicdamdpool-42425418-vmss000000/10.224.0.9 Sep 11,2025 20:41 UTC+0800 check pod status done `kubectl get secrets -l app.kubernetes.io/instance=strce-abednp` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:ID66e4y94E;DB_PORT:9030;DB_DATABASE:sys check cluster connect `echo 'mysql -P9030 -hstrce-abednp-fe-fe.ns-qdame.svc.cluster.local -uroot --prompt="StarRocks > "' | kubectl exec -it strce-abednp-fe-0 --namespace ns-qdame -- bash` check cluster connect done --host strce-abednp-fe-fe.ns-qdame.svc.cluster.local --user root --password ID66e4y94E --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] Failed to connect to StarRocks database: java.sql.SQLSyntaxErrorException: Backend node not found. Check if any backend node is down.backend: [strce-abednp-be-2.strce-abednp-be-headless.ns-qdame.svc.cluster.local alive: false inBlacklist: false] [strce-abednp-be-1.strce-abednp-be-headless.ns-qdame.svc.cluster.local alive: false inBlacklist: false] [strce-abednp-be-0.strce-abednp-be-headless.ns-qdame.svc.cluster.local alive: false inBlacklist: false] Trying with database StarRocks. Test execution failed: Failed to connect to StarRocks database: java.io.IOException: Failed to connect to StarRocks database: at com.apecloud.dbtester.tester.StarRocksTester.connect(StarRocksTester.java:63) at com.apecloud.dbtester.commons.TestExecutor.executeTest(TestExecutor.java:33) at OneClient.executeTest(OneClient.java:108) at OneClient.main(OneClient.java:40) Caused by: java.sql.SQLSyntaxErrorException: Backend node not found. Check if any backend node is down.backend: [strce-abednp-be-2.strce-abednp-be-headless.ns-qdame.svc.cluster.local alive: false inBlacklist: false] [strce-abednp-be-1.strce-abednp-be-headless.ns-qdame.svc.cluster.local alive: false inBlacklist: false] [strce-abednp-be-0.strce-abednp-be-headless.ns-qdame.svc.cluster.local alive: false inBlacklist: false] at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:829) at com.mysql.cj.jdbc.ConnectionImpl.(ConnectionImpl.java:449) at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:242) at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:198) at java.sql/java.sql.DriverManager.getConnection(Unknown Source) at java.sql/java.sql.DriverManager.getConnection(Unknown Source) at com.apecloud.dbtester.tester.StarRocksTester.connect(StarRocksTester.java:61) ... 3 more `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge pods test-db-client-connectionstress-strce-abednp --namespace ns-qdame ` pod/test-db-client-connectionstress-strce-abednp 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-strce-abednp" force deleted check failover pod name failover pod name:strce-abednp-fe-0 failover connectionstress Success cluster restart check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster restart strce-abednp --auto-approve --force=true --components fe --namespace ns-qdame ` OpsRequest strce-abednp-restart-bkpsb created successfully, you can view the progress: kbcli cluster describe-ops strce-abednp-restart-bkpsb -n ns-qdame check ops status `kbcli cluster list-ops strce-abednp --status all --namespace ns-qdame ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strce-abednp-restart-bkpsb ns-qdame Restart strce-abednp fe Running 0/1 Sep 11,2025 20:43 UTC+0800 check cluster status `kbcli cluster list strce-abednp --show-labels --namespace ns-qdame ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS strce-abednp ns-qdame starrocks-ce DoNotTerminate Updating Sep 11,2025 20:24 UTC+0800 app.kubernetes.io/instance=strce-abednp,clusterdefinition.kubeblocks.io/name=starrocks-ce 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 strce-abednp --namespace ns-qdame ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME strce-abednp-be-0 ns-qdame strce-abednp be Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:24Gi aks-cicdamdpool-42425418-vmss000000/10.224.0.9 Sep 11,2025 20:42 UTC+0800 strce-abednp-be-1 ns-qdame strce-abednp be Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:24Gi aks-cicdamdpool-42425418-vmss000001/10.224.0.5 Sep 11,2025 20:42 UTC+0800 strce-abednp-fe-0 ns-qdame strce-abednp fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:20Gi aks-cicdamdpool-42425418-vmss000000/10.224.0.9 Sep 11,2025 20:43 UTC+0800 check pod status done `kubectl get secrets -l app.kubernetes.io/instance=strce-abednp` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:ID66e4y94E;DB_PORT:9030;DB_DATABASE:sys check cluster connect `echo 'mysql -P9030 -hstrce-abednp-fe-fe.ns-qdame.svc.cluster.local -uroot --prompt="StarRocks > "' | kubectl exec -it strce-abednp-fe-0 --namespace ns-qdame -- bash` check cluster connect done check ops status `kbcli cluster list-ops strce-abednp --status all --namespace ns-qdame ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME strce-abednp-restart-bkpsb ns-qdame Restart strce-abednp fe Succeed 1/1 Sep 11,2025 20:43 UTC+0800 check ops status done ops_status:strce-abednp-restart-bkpsb ns-qdame Restart strce-abednp fe Succeed 1/1 Sep 11,2025 20:43 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations strce-abednp-restart-bkpsb --namespace ns-qdame ` opsrequest.operations.kubeblocks.io/strce-abednp-restart-bkpsb patched `kbcli cluster delete-ops --name strce-abednp-restart-bkpsb --force --auto-approve --namespace ns-qdame ` OpsRequest strce-abednp-restart-bkpsb deleted cluster update terminationPolicy WipeOut `kbcli cluster update strce-abednp --termination-policy=WipeOut --namespace ns-qdame ` cluster.apps.kubeblocks.io/strce-abednp updated check cluster status `kbcli cluster list strce-abednp --show-labels --namespace ns-qdame ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS strce-abednp ns-qdame starrocks-ce WipeOut Running Sep 11,2025 20:24 UTC+0800 app.kubernetes.io/instance=strce-abednp,clusterdefinition.kubeblocks.io/name=starrocks-ce check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances strce-abednp --namespace ns-qdame ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME strce-abednp-be-0 ns-qdame strce-abednp be Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:24Gi aks-cicdamdpool-42425418-vmss000000/10.224.0.9 Sep 11,2025 20:42 UTC+0800 strce-abednp-be-1 ns-qdame strce-abednp be Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:24Gi aks-cicdamdpool-42425418-vmss000001/10.224.0.5 Sep 11,2025 20:42 UTC+0800 strce-abednp-fe-0 ns-qdame strce-abednp fe Running 0 1100m / 1100m 2254857830400m / 2254857830400m data:20Gi aks-cicdamdpool-42425418-vmss000000/10.224.0.9 Sep 11,2025 20:43 UTC+0800 check pod status done `kubectl get secrets -l app.kubernetes.io/instance=strce-abednp` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.username***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.password***"` `kubectl get secrets strce-abednp-fe-account-root -o jsonpath="***.data.port***"` DB_USERNAME:root;DB_PASSWORD:ID66e4y94E;DB_PORT:9030;DB_DATABASE:sys check cluster connect `echo 'mysql -P9030 -hstrce-abednp-fe-fe.ns-qdame.svc.cluster.local -uroot --prompt="StarRocks > "' | kubectl exec -it strce-abednp-fe-0 --namespace ns-qdame -- bash` check cluster connect done cluster list-logs `kbcli cluster list-logs strce-abednp --namespace ns-qdame ` No log files found. Error from server (NotFound): pods "strce-abednp-fe-0" not found cluster logs `kbcli cluster logs strce-abednp --tail 30 --namespace ns-qdame ` [Thu Sep 11 20:42:36 CST 2025] /etc/starrocks/be/conf not exist or not a directory, ignore ... [Thu Sep 11 20:42:36 CST 2025] Add myself (strce-abednp-be-0.strce-abednp-be-headless.ns-qdame.svc.cluster.local:9050) into FE ... ERROR 1064 (HY000) at line 1: Unexpected exception: Backend already exists with same host strce-abednp-be-0.strce-abednp-be-headless.ns-qdame.svc.cluster.local and port 9050 [Thu Sep 11 20:42:36 CST 2025] run start_be.sh delete cluster strce-abednp `kbcli cluster delete strce-abednp --auto-approve --namespace ns-qdame ` Cluster strce-abednp deleted pod_info:strce-abednp-be-0 1/1 Running 0 76s strce-abednp-be-1 1/1 Running 0 101s strce-abednp-fe-0 1/1 Running 0 42s No resources found in ns-qdame namespace. delete cluster pod done No resources found in ns-qdame namespace. check cluster resource non-exist OK: pvc No resources found in ns-qdame namespace. delete cluster done No resources found in ns-qdame namespace. No resources found in ns-qdame namespace. No resources found in ns-qdame namespace. Starrocks CE Test Suite All Done! Test Engine: starrocks-ce Test Type: 14 --------------------------------------Starrocks CE (Topology = shared-nothing Replicas 2) Test Result-------------------------------------- [PASSED]|[Create]|[ComponentDefinition=starrocks-ce-be-1.0.1;ComponentVersion=starrocks-ce-be;ServiceVersion=3.2.2;]|[Description=Create a cluster with the specified component definition starrocks-ce-be-1.0.1 and component version starrocks-ce-be and service version 3.2.2] [PASSED]|[Connect]|[ComponentName=fe]|[Description=Connect to the cluster] [PASSED]|[RebuildInstance]|[ComponentName=fe]|[Description=Rebuild the cluster instance specify component fe] [PASSED]|[HorizontalScaling Out]|[ComponentName=be]|[Description=HorizontalScaling Out the cluster specify component be] [PASSED]|[HorizontalScaling In]|[ComponentName=be]|[Description=HorizontalScaling In the cluster specify component be] [PASSED]|[VerticalScaling]|[ComponentName=fe]|[Description=VerticalScaling the cluster specify component fe] [PASSED]|[Restart]|[ComponentName=be]|[Description=Restart the cluster specify component be] [PASSED]|[VerticalScaling]|[ComponentName=be]|[Description=VerticalScaling the cluster specify component be] [PASSED]|[VolumeExpansion]|[ComponentName=be]|[Description=VolumeExpansion the cluster specify component be] [PASSED]|[HscaleOfflineInstances]|[ComponentName=be]|[Description=Hscale the cluster instances offline specify component be] [PASSED]|[HscaleOnlineInstances]|[ComponentName=be]|[Description=Hscale the cluster instances online specify component be] [PASSED]|[Stop]|[-]|[Description=Stop the cluster] [PASSED]|[Start]|[-]|[Description=Start the cluster] [PASSED]|[Restart]|[-]|[Description=Restart the cluster] [PASSED]|[No-Failover]|[HA=Connection Stress;ComponentName=fe]|[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]|[Restart]|[ComponentName=fe]|[Description=Restart the cluster specify component fe] [PASSED]|[Update]|[TerminationPolicy=WipeOut]|[Description=Update the cluster TerminationPolicy WipeOut] [PASSED]|[Delete]|[-]|[Description=Delete the cluster] [END]