https://github.com/apecloud/kubeblocks/actions/runs/21898070725 previous_version: kubeblocks_version:1.0.2 bash test/kbcli/test_kbcli_1.0.sh --type 43 --version 1.0.2 --generate-output true --chaos-mesh true --aws-access-key-id *** --aws-secret-access-key *** --jihulab-token *** --random-namespace true --region eastus --cloud-provider aks CURRENT_TEST_DIR:test/kbcli source commons files source engines files source kubeblocks files source kubedb files CLUSTER_NAME:  `kubectl get namespace | grep ns-ldile `(B   `kubectl create namespace ns-ldile`(B  namespace/ns-ldile created create namespace ns-ldile done(B download kbcli  `gh release list --repo apecloud/kbcli --limit 100 | (grep "1.0" || true)`(B   `curl -fsSL https://kubeblocks.io/installer/install_cli.sh | bash -s v1.0.2`(B  Your system is linux_amd64 Installing kbcli ... Downloading ... Failed to unpack kbcli executable. Failed to install kbcli Go to https://kubeblocks.io for more support. checking kbcli next...(B  `gh release list --repo apecloud/kbcli --limit 100 | (grep "1.0" || true)`(B  ignore kbcli v1.0.2(B ignore kbcli v1.0.2(B  `curl -fsSL https://kubeblocks.io/installer/install_cli.sh | bash -s v1.0.2-beta.0`(B  Your system is linux_amd64 Installing kbcli ... Downloading ... kbcli installed successfully. Kubernetes: v1.32.10 KubeBlocks: 1.0.2 kbcli: 1.0.2-beta.0 Make sure your docker service is running and begin your journey with kbcli: kbcli playground init For more information on how to get started, please visit: https://kubeblocks.io download kbcli v1.0.2-beta.0 done(B Kubernetes: v1.32.10 KubeBlocks: 1.0.2 kbcli: 1.0.2-beta.0 Kubernetes Env: v1.32.10 check snapshot controller check snapshot controller done(B POD_RESOURCES: aks kb-default-sc found aks default-vsc found found default storage class: default (B KubeBlocks version is:1.0.2 skip upgrade KubeBlocks(B current KubeBlocks version: 1.0.2 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:mogdb set component version set component version:mogdb set service versions:5.0.5 set service versions sorted:5.0.5 set mogdb component definition set mogdb component definition mogdb-1.0.1 REPORT_COUNT 0:0 set replicas first:2,5.0.5 set replicas third:2,5.0.5 set replicas fourth:2,5.0.5 set minimum cmpv service version set minimum cmpv service version replicas:2,5.0.5 set replicas end:2,5.0.5 REPORT_COUNT:1 Not support cluster topology for mogdb set mogdb component definition set mogdb component definition mogdb-1.0.1 LIMIT_CPU:0.5 LIMIT_MEMORY:1 storage size: 5 CLUSTER_NAME:mogdb-fmgeuy pod_info: termination_policy:WipeOut create 2 replica WipeOut mogdb cluster check component definition set component definition by component version check cmpd by labels check cmpd by compDefs set component definition: mogdb-1.0.1 by component version:mogdb apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: name: mogdb-fmgeuy namespace: ns-ldile spec: terminationPolicy: WipeOut componentSpecs: - name: mogdb componentDef: mogdb-1.0.1 tls: false replicas: 2 resources: requests: cpu: 500m memory: 1Gi limits: cpu: 500m memory: 1Gi volumeClaimTemplates: - name: data spec: storageClassName: accessModes: - ReadWriteOnce resources: requests: storage: 5Gi  `kubectl apply -f test_create_mogdb-fmgeuy.yaml`(B  cluster.apps.kubeblocks.io/mogdb-fmgeuy created apply test_create_mogdb-fmgeuy.yaml Success(B  `rm -rf test_create_mogdb-fmgeuy.yaml`(B  check cluster status  `kbcli cluster list mogdb-fmgeuy --show-labels --namespace ns-ldile `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS mogdb-fmgeuy ns-ldile WipeOut Creating Feb 11,2026 17:00 UTC+0800 cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances mogdb-fmgeuy --namespace ns-ldile `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME mogdb-fmgeuy-mogdb-0 ns-ldile mogdb-fmgeuy mogdb Running primary 0 1100m / 600m 1188Mi / 1124Mi data:5Gi aks-cicdamdpool-13251918-vmss000001/10.224.0.9 Feb 11,2026 17:00 UTC+0800 mogdb-fmgeuy-mogdb-1 ns-ldile mogdb-fmgeuy mogdb Running secondary 0 1100m / 600m 1188Mi / 1124Mi data:5Gi aks-cicdamdpool-13251918-vmss000002/10.224.0.8 Feb 11,2026 17:02 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: mogdb-fmgeuy-mogdb-0;secondary(B: mogdb-fmgeuy-mogdb-1  `kubectl get secrets -l app.kubernetes.io/instance=mogdb-fmgeuy`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:39NeH&9&318qw13U;DB_PORT:26000;DB_DATABASE:(B check cluster connect  `echo "gsql -h mogdb-fmgeuy-mogdb.ns-ldile.svc.cluster.local -U root -p 26000 -d postgres -W '39NeH&9&318qw13U' " | kubectl exec -it mogdb-fmgeuy-mogdb-0 --namespace ns-ldile -- bash`(B  check cluster connect done(B  `kubectl get secrets -l app.kubernetes.io/instance=mogdb-fmgeuy`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:39NeH&9&318qw13U;DB_PORT:26000;DB_DATABASE:(B check pod mogdb-fmgeuy-mogdb-0 container_name mogdb exist password 39NeH&9&318qw13U(B Container mogdb logs contain secret password:+ [[ 39NeH&9&318qw13U =~ ^(.{8,}).*$ ]] + [[ 39NeH&9&318qw13U =~ ^(.*[a-z]+).*$ ]] + [[ 39NeH&9&318qw13U =~ ^(.*[A-Z]).*$ ]] + [[ 39NeH&9&318qw13U =~ ^(.*[0-9]).*$ ]] + [[ 39NeH&9&318qw13U =~ [^a-zA-Z0-9] ]] + '[' -z '39NeH&9&318qw13U' ']' + cmdbase='gs_initdb --pwfile=<(echo "39NeH&9&318qw13U")' + cmdbase='gs_initdb --pwfile=<(echo "39NeH&9&318qw13U") --nodename=mogdb' + cmdbase='gs_initdb --pwfile=<(echo "39NeH&9&318qw13U") --nodename=mogdb --encoding=UTF-8' + cmdbase='gs_initdb --pwfile=<(echo "39NeH&9&318qw13U") --nodename=mogdb --encoding=UTF-8 --no-locale' + cmdbase='gs_initdb --pwfile=<(echo "39NeH&9&318qw13U") --nodename=mogdb --encoding=UTF-8 --no-locale --dbcompatibility=PG' + cmdbase='gs_initdb --pwfile=<(echo "39NeH&9&318qw13U") --nodename=mogdb --encoding=UTF-8 --no-locale --dbcompatibility=PG --user=omm' + cmdbase='gs_initdb --pwfile=<(echo "39NeH&9&318qw13U") --nodename=mogdb --encoding=UTF-8 --no-locale --dbcompatibility=PG --user=omm -D /var/lib/mogdb/data' + eval 'gs_initdb --pwfile=<(echo "39NeH&9&318qw13U") --nodename=mogdb --encoding=UTF-8 --no-locale --dbcompatibility=PG --user=omm -D /var/lib/mogdb/data' +++ echo '39NeH&9&318qw13U' + export 'PGPASSWORD=39NeH&9&318qw13U' + PGPASSWORD='39NeH&9&318qw13U' + docker_process_sql --dbname postgres --set db=mogdb --set 'passwd=39NeH&9&318qw13U' Execute SQL: gsql -v ON_ERROR_STOP=1 --username omm --password 39NeH&9&318qw13U --dbname postgres --set db=mogdb --set passwd=39NeH&9&318qw13U + echo 'Execute SQL: gsql' -v ON_ERROR_STOP=1 --username omm --password '39NeH&9&318qw13U --dbname' postgres --set db=mogdb --set 'passwd=39NeH&9&318qw13U' + gsql -v ON_ERROR_STOP=1 --username omm --password '39NeH&9&318qw13U' --dbname postgres --set db=mogdb --set 'passwd=39NeH&9&318qw13U' + docker_process_sql --dbname postgres --set db=mogdb --set 'passwd=39NeH&9&318qw13U' --set user=root Execute SQL: gsql -v ON_ERROR_STOP=1 --username omm --password 39NeH&9&318qw13U --dbname postgres --set db=mogdb --set passwd=39NeH&9&318qw13U --set user=root + echo 'Execute SQL: gsql' -v ON_ERROR_STOP=1 --username omm --password '39NeH&9&318qw13U --dbname' postgres --set db=mogdb --set 'passwd=39NeH&9&318qw13U' --set user=root + gsql -v ON_ERROR_STOP=1 --username omm --password '39NeH&9&318qw13U' --dbname postgres --set db=mogdb --set 'passwd=39NeH&9&318qw13U' --set user=root + echo 'Execute SQL: gsql' -v ON_ERROR_STOP=1 --username omm --password '39NeH&9&318qw13U --dbname' postgres --set passwd=RepUser@2020 --set user=repuser + gsql -v ON_ERROR_STOP=1 --username omm --password '39NeH&9&318qw13U' --dbname postgres --set passwd=RepUser@2020 --set user=repuser Execute SQL: gsql -v ON_ERROR_STOP=1 --username omm --password 39NeH&9&318qw13U --dbname postgres --set passwd=RepUser@2020 --set user=repuser(B describe cluster  `kbcli cluster describe mogdb-fmgeuy --namespace ns-ldile `(B  Name: mogdb-fmgeuy Created Time: Feb 11,2026 17:00 UTC+0800 NAMESPACE CLUSTER-DEFINITION TOPOLOGY STATUS TERMINATION-POLICY ns-ldile Running WipeOut Endpoints: COMPONENT INTERNAL EXTERNAL mogdb mogdb-fmgeuy-mogdb.ns-ldile.svc.cluster.local:26000 Topology: COMPONENT SERVICE-VERSION INSTANCE ROLE STATUS AZ NODE CREATED-TIME mogdb 5.0.5 mogdb-fmgeuy-mogdb-0 primary Running 0 aks-cicdamdpool-13251918-vmss000001/10.224.0.9 Feb 11,2026 17:00 UTC+0800 mogdb 5.0.5 mogdb-fmgeuy-mogdb-1 secondary Running 0 aks-cicdamdpool-13251918-vmss000002/10.224.0.8 Feb 11,2026 17:02 UTC+0800 Resources Allocation: COMPONENT INSTANCE-TEMPLATE CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE-SIZE STORAGE-CLASS mogdb 500m / 500m 1Gi / 1Gi data:5Gi default Images: COMPONENT COMPONENT-DEFINITION IMAGE mogdb mogdb-1.0.1 docker.io/apecloud/mogdb:5.0.5 docker.io/apecloud/mogdb-exporter:3.1.0 Data Protection: BACKUP-REPO AUTO-BACKUP BACKUP-SCHEDULE BACKUP-METHOD BACKUP-RETENTION RECOVERABLE-TIME Show cluster events: kbcli cluster list-events -n ns-ldile mogdb-fmgeuy  `kbcli cluster label mogdb-fmgeuy app.kubernetes.io/instance- --namespace ns-ldile `(B  label "app.kubernetes.io/instance" not found.  `kbcli cluster label mogdb-fmgeuy app.kubernetes.io/instance=mogdb-fmgeuy --namespace ns-ldile `(B   `kbcli cluster label mogdb-fmgeuy --list --namespace ns-ldile `(B  NAME NAMESPACE LABELS mogdb-fmgeuy ns-ldile app.kubernetes.io/instance=mogdb-fmgeuy label cluster app.kubernetes.io/instance=mogdb-fmgeuy Success(B  `kbcli cluster label case.name=kbcli.test1 -l app.kubernetes.io/instance=mogdb-fmgeuy --namespace ns-ldile `(B   `kbcli cluster label mogdb-fmgeuy --list --namespace ns-ldile `(B  NAME NAMESPACE LABELS mogdb-fmgeuy ns-ldile app.kubernetes.io/instance=mogdb-fmgeuy case.name=kbcli.test1 label cluster case.name=kbcli.test1 Success(B  `kbcli cluster label mogdb-fmgeuy case.name=kbcli.test2 --overwrite --namespace ns-ldile `(B   `kbcli cluster label mogdb-fmgeuy --list --namespace ns-ldile `(B  NAME NAMESPACE LABELS mogdb-fmgeuy ns-ldile app.kubernetes.io/instance=mogdb-fmgeuy case.name=kbcli.test2 label cluster case.name=kbcli.test2 Success(B  `kbcli cluster label mogdb-fmgeuy case.name- --namespace ns-ldile `(B   `kbcli cluster label mogdb-fmgeuy --list --namespace ns-ldile `(B  NAME NAMESPACE LABELS mogdb-fmgeuy ns-ldile app.kubernetes.io/instance=mogdb-fmgeuy delete cluster label case.name Success(B cluster connect  `kubectl get secrets -l app.kubernetes.io/instance=mogdb-fmgeuy`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:39NeH&9&318qw13U;DB_PORT:26000;DB_DATABASE:(B  `echo "echo \"create database if not exists benchtest;SELECT * from pg_stat_database;\" | gsql -h mogdb-fmgeuy-mogdb.ns-ldile.svc.cluster.local -U root -p 26000 -d postgres -W '39NeH&9&318qw13U' " | kubectl exec -it mogdb-fmgeuy-mogdb-0 --namespace ns-ldile -- bash `(B  CREATE DATABASE datid | datname | numbackends | xact_commit | xact_rollback | blks_read | blks_hit | tup_returned | tup_fetched | tup_inserted | tup_updated | tup_deleted | conflicts | temp_files | temp_bytes | deadlocks | blk_read_time | blk_write_time | stats_reset -------+-----------+-------------+-------------+---------------+-----------+----------+--------------+-------------+--------------+-------------+-------------+-----------+------------+------------+-----------+---------------+----------------+------------------------------- 1 | template1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 16384 | mogdb | 0 | 290 | 0 | 215 | 9133 | 5398 | 8682 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2026-02-11 09:02:43.366161+00 16393 | benchtest | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 15315 | template0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 15320 | postgres | 11 | 1410 | 0 | 284 | 45584 | 28730 | 56514 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2026-02-11 09:02:35.114895+00 (5 rows) connect cluster Success(B insert batch data by db client  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-executionloop-mogdb-fmgeuy --namespace ns-ldile `(B   `kubectl get secrets -l app.kubernetes.io/instance=mogdb-fmgeuy`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:39NeH&9&318qw13U;DB_PORT:26000;DB_DATABASE:(B apiVersion: v1 kind: Pod metadata: name: test-db-client-executionloop-mogdb-fmgeuy namespace: ns-ldile spec: containers: - name: test-dbclient imagePullPolicy: IfNotPresent image: docker.io/apecloud/dbclient:test args: - "--host" - "mogdb-fmgeuy-mogdb.ns-ldile.svc.cluster.local" - "--user" - "root" - "--password" - "39NeH&9&318qw13U" - "--port" - "26000" - "--dbtype" - "mogdb" - "--test" - "executionloop" - "--duration" - "60" - "--interval" - "1" restartPolicy: Never  `kubectl apply -f test-db-client-executionloop-mogdb-fmgeuy.yaml`(B  pod/test-db-client-executionloop-mogdb-fmgeuy created apply test-db-client-executionloop-mogdb-fmgeuy.yaml Success(B  `rm -rf test-db-client-executionloop-mogdb-fmgeuy.yaml`(B  check pod status pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-mogdb-fmgeuy 1/1 Running 0 5s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-mogdb-fmgeuy 1/1 Running 0 9s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-mogdb-fmgeuy 1/1 Running 0 14s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-mogdb-fmgeuy 1/1 Running 0 19s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-mogdb-fmgeuy 1/1 Running 0 25s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-mogdb-fmgeuy 1/1 Running 0 30s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-mogdb-fmgeuy 1/1 Running 0 35s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-mogdb-fmgeuy 1/1 Running 0 40s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-mogdb-fmgeuy 1/1 Running 0 45s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-mogdb-fmgeuy 1/1 Running 0 50s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-mogdb-fmgeuy 1/1 Running 0 56s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-mogdb-fmgeuy 1/1 Running 0 61s(B check pod test-db-client-executionloop-mogdb-fmgeuy status done(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-mogdb-fmgeuy 0/1 Completed 0 66s(B check cluster status  `kbcli cluster list mogdb-fmgeuy --show-labels --namespace ns-ldile `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS mogdb-fmgeuy ns-ldile WipeOut Running Feb 11,2026 17:00 UTC+0800 app.kubernetes.io/instance=mogdb-fmgeuy check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances mogdb-fmgeuy --namespace ns-ldile `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME mogdb-fmgeuy-mogdb-0 ns-ldile mogdb-fmgeuy mogdb Running primary 0 1100m / 600m 1188Mi / 1124Mi data:5Gi aks-cicdamdpool-13251918-vmss000001/10.224.0.9 Feb 11,2026 17:00 UTC+0800 mogdb-fmgeuy-mogdb-1 ns-ldile mogdb-fmgeuy mogdb Running secondary 0 1100m / 600m 1188Mi / 1124Mi data:5Gi aks-cicdamdpool-13251918-vmss000002/10.224.0.8 Feb 11,2026 17:02 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: mogdb-fmgeuy-mogdb-0;secondary(B: mogdb-fmgeuy-mogdb-1  `kubectl get secrets -l app.kubernetes.io/instance=mogdb-fmgeuy`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:39NeH&9&318qw13U;DB_PORT:26000;DB_DATABASE:(B check cluster connect  `echo "gsql -h mogdb-fmgeuy-mogdb.ns-ldile.svc.cluster.local -U root -p 26000 -d postgres -W '39NeH&9&318qw13U' " | kubectl exec -it mogdb-fmgeuy-mogdb-0 --namespace ns-ldile -- bash`(B  check cluster connect done(B --host mogdb-fmgeuy-mogdb.ns-ldile.svc.cluster.local --user root --password 39NeH&9&318qw13U --port 26000 --dbtype mogdb --test executionloop --duration 60 --interval 1 SLF4J(I): Connected with provider of type [ch.qos.logback.classic.spi.LogbackServiceProvider] Feb 11, 2026 9:09:12 AM io.mogdb.core.v3.ConnectionFactoryImpl openConnectionImpl INFO: [bd28fa38-8a7b-4683-ba6f-cfc97c02e84f] Try to connect. IP: mogdb-fmgeuy-mogdb.ns-ldile.svc.cluster.local:26000 Feb 11, 2026 9:09:12 AM io.mogdb.core.v3.ConnectionFactoryImpl openConnectionImpl INFO: [10.244.4.48:55760/ogdb-fmgeuy-mogdb.ns-ldile.svc.cluster.local/10.0.14.103:26000] Connection is established. ID: bd28fa38-8a7b-4683-ba6f-cfc97c02e84f Feb 11, 2026 9:09:12 AM io.mogdb.core.v3.ConnectionFactoryImpl openConnectionImpl INFO: Connect complete. ID: bd28fa38-8a7b-4683-ba6f-cfc97c02e84f Execution loop start: create databases executions_loop CREATE DATABASE executions_loop; reconnect connection executions_loop Feb 11, 2026 9:09:14 AM io.mogdb.core.v3.ConnectionFactoryImpl openConnectionImpl INFO: [cd0fed94-c2aa-491b-8029-c32e34768d49] Try to connect. IP: mogdb-fmgeuy-mogdb.ns-ldile.svc.cluster.local:26000 Feb 11, 2026 9:09:14 AM io.mogdb.core.v3.ConnectionFactoryImpl openConnectionImpl INFO: [10.244.4.48:55762/ogdb-fmgeuy-mogdb.ns-ldile.svc.cluster.local/10.0.14.103:26000] Connection is established. ID: cd0fed94-c2aa-491b-8029-c32e34768d49 Feb 11, 2026 9:09:14 AM io.mogdb.core.v3.ConnectionFactoryImpl openConnectionImpl INFO: Connect complete. ID: cd0fed94-c2aa-491b-8029-c32e34768d49 drop table executions_loop_table DROP TABLE IF EXISTS executions_loop_table; create table executions_loop_table CREATE TABLE IF NOT EXISTS executions_loop_table (id SERIAL PRIMARY KEY , value text); Execution loop start:INSERT INTO executions_loop_table (value) VALUES ('executions_loop_test_1'); [ 1s ] executions total: 1 successful: 1 failed: 0 disconnect: 0 [ 2s ] executions total: 250 successful: 250 failed: 0 disconnect: 0 [ 3s ] executions total: 533 successful: 533 failed: 0 disconnect: 0 [ 4s ] executions total: 828 successful: 828 failed: 0 disconnect: 0 [ 5s ] executions total: 1110 successful: 1110 failed: 0 disconnect: 0 [ 6s ] executions total: 1399 successful: 1399 failed: 0 disconnect: 0 [ 7s ] executions total: 1683 successful: 1683 failed: 0 disconnect: 0 [ 8s ] executions total: 1964 successful: 1964 failed: 0 disconnect: 0 [ 9s ] executions total: 2236 successful: 2236 failed: 0 disconnect: 0 [ 10s ] executions total: 2535 successful: 2535 failed: 0 disconnect: 0 [ 11s ] executions total: 2807 successful: 2807 failed: 0 disconnect: 0 [ 12s ] executions total: 2944 successful: 2944 failed: 0 disconnect: 0 [ 13s ] executions total: 2948 successful: 2948 failed: 0 disconnect: 0 [ 14s ] executions total: 3003 successful: 3003 failed: 0 disconnect: 0 [ 15s ] executions total: 3045 successful: 3045 failed: 0 disconnect: 0 [ 16s ] executions total: 3209 successful: 3209 failed: 0 disconnect: 0 [ 17s ] executions total: 3375 successful: 3375 failed: 0 disconnect: 0 [ 18s ] executions total: 3542 successful: 3542 failed: 0 disconnect: 0 [ 19s ] executions total: 3692 successful: 3692 failed: 0 disconnect: 0 [ 20s ] executions total: 3848 successful: 3848 failed: 0 disconnect: 0 [ 21s ] executions total: 4013 successful: 4013 failed: 0 disconnect: 0 [ 22s ] executions total: 4170 successful: 4170 failed: 0 disconnect: 0 [ 23s ] executions total: 4330 successful: 4330 failed: 0 disconnect: 0 [ 24s ] executions total: 4487 successful: 4487 failed: 0 disconnect: 0 [ 25s ] executions total: 4652 successful: 4652 failed: 0 disconnect: 0 [ 26s ] executions total: 4810 successful: 4810 failed: 0 disconnect: 0 [ 27s ] executions total: 4968 successful: 4968 failed: 0 disconnect: 0 [ 28s ] executions total: 5129 successful: 5129 failed: 0 disconnect: 0 [ 29s ] executions total: 5293 successful: 5293 failed: 0 disconnect: 0 [ 30s ] executions total: 5440 successful: 5440 failed: 0 disconnect: 0 [ 31s ] executions total: 5589 successful: 5589 failed: 0 disconnect: 0 [ 32s ] executions total: 5758 successful: 5758 failed: 0 disconnect: 0 [ 33s ] executions total: 5910 successful: 5910 failed: 0 disconnect: 0 [ 34s ] executions total: 6074 successful: 6074 failed: 0 disconnect: 0 [ 35s ] executions total: 6240 successful: 6240 failed: 0 disconnect: 0 [ 36s ] executions total: 6395 successful: 6395 failed: 0 disconnect: 0 [ 37s ] executions total: 6558 successful: 6558 failed: 0 disconnect: 0 [ 38s ] executions total: 6732 successful: 6732 failed: 0 disconnect: 0 [ 39s ] executions total: 6899 successful: 6899 failed: 0 disconnect: 0 [ 40s ] executions total: 7073 successful: 7073 failed: 0 disconnect: 0 [ 41s ] executions total: 7246 successful: 7246 failed: 0 disconnect: 0 [ 42s ] executions total: 7422 successful: 7422 failed: 0 disconnect: 0 [ 43s ] executions total: 7588 successful: 7588 failed: 0 disconnect: 0 [ 44s ] executions total: 7764 successful: 7764 failed: 0 disconnect: 0 [ 45s ] executions total: 7936 successful: 7936 failed: 0 disconnect: 0 [ 46s ] executions total: 8093 successful: 8093 failed: 0 disconnect: 0 [ 47s ] executions total: 8251 successful: 8251 failed: 0 disconnect: 0 [ 48s ] executions total: 8412 successful: 8412 failed: 0 disconnect: 0 [ 49s ] executions total: 8580 successful: 8580 failed: 0 disconnect: 0 [ 50s ] executions total: 8742 successful: 8742 failed: 0 disconnect: 0 [ 51s ] executions total: 8905 successful: 8905 failed: 0 disconnect: 0 [ 52s ] executions total: 9067 successful: 9067 failed: 0 disconnect: 0 [ 53s ] executions total: 9226 successful: 9226 failed: 0 disconnect: 0 [ 54s ] executions total: 9388 successful: 9388 failed: 0 disconnect: 0 [ 55s ] executions total: 9549 successful: 9549 failed: 0 disconnect: 0 [ 56s ] executions total: 9710 successful: 9710 failed: 0 disconnect: 0 [ 57s ] executions total: 9873 successful: 9873 failed: 0 disconnect: 0 [ 60s ] executions total: 9973 successful: 9973 failed: 0 disconnect: 0 Test Result: Total Executions: 9973 Successful Executions: 9973 Failed Executions: 0 Disconnection Counts: 0 Connection Information: Database Type: mogdb Host: mogdb-fmgeuy-mogdb.ns-ldile.svc.cluster.local Port: 26000 Database: Table: User: root Org: Access Mode: mysql Test Type: executionloop Query: Duration: 60 seconds Interval: 1 seconds DB_CLIENT_BATCH_DATA_COUNT: 9973  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-executionloop-mogdb-fmgeuy --namespace ns-ldile `(B  pod/test-db-client-executionloop-mogdb-fmgeuy patched (no change) pod "test-db-client-executionloop-mogdb-fmgeuy" force deleted LB_TYPE is set to: internet cluster expose check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster expose mogdb-fmgeuy --auto-approve --force=true --type internet --enable true --components mogdb --role-selector primary --namespace ns-ldile `(B  OpsRequest mogdb-fmgeuy-expose-9zsfj created successfully, you can view the progress: kbcli cluster describe-ops mogdb-fmgeuy-expose-9zsfj -n ns-ldile check ops status  `kbcli cluster list-ops mogdb-fmgeuy --status all --namespace ns-ldile `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mogdb-fmgeuy-expose-9zsfj ns-ldile Expose mogdb-fmgeuy Creating -/- Feb 11,2026 17:10 UTC+0800 check cluster status  `kbcli cluster list mogdb-fmgeuy --show-labels --namespace ns-ldile `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS mogdb-fmgeuy ns-ldile WipeOut Running Feb 11,2026 17:00 UTC+0800 app.kubernetes.io/instance=mogdb-fmgeuy check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances mogdb-fmgeuy --namespace ns-ldile `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME mogdb-fmgeuy-mogdb-0 ns-ldile mogdb-fmgeuy mogdb Running primary 0 1100m / 600m 1188Mi / 1124Mi data:5Gi aks-cicdamdpool-13251918-vmss000001/10.224.0.9 Feb 11,2026 17:00 UTC+0800 mogdb-fmgeuy-mogdb-1 ns-ldile mogdb-fmgeuy mogdb Running secondary 0 1100m / 600m 1188Mi / 1124Mi data:5Gi aks-cicdamdpool-13251918-vmss000002/10.224.0.8 Feb 11,2026 17:02 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: mogdb-fmgeuy-mogdb-0;secondary(B: mogdb-fmgeuy-mogdb-1  `kubectl get secrets -l app.kubernetes.io/instance=mogdb-fmgeuy`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:39NeH&9&318qw13U;DB_PORT:26000;DB_DATABASE:(B check cluster connect  `echo "gsql -h mogdb-fmgeuy-mogdb.ns-ldile.svc.cluster.local -U root -p 26000 -d postgres -W '39NeH&9&318qw13U' " | kubectl exec -it mogdb-fmgeuy-mogdb-0 --namespace ns-ldile -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops mogdb-fmgeuy --status all --namespace ns-ldile `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mogdb-fmgeuy-expose-9zsfj ns-ldile Expose mogdb-fmgeuy mogdb Running 0/1 Feb 11,2026 17:10 UTC+0800 ops_status:mogdb-fmgeuy-expose-9zsfj ns-ldile Expose mogdb-fmgeuy mogdb Running 0/1 Feb 11,2026 17:10 UTC+0800 (B ops_status:mogdb-fmgeuy-expose-9zsfj ns-ldile Expose mogdb-fmgeuy mogdb Running 0/1 Feb 11,2026 17:10 UTC+0800 (B ops_status:mogdb-fmgeuy-expose-9zsfj ns-ldile Expose mogdb-fmgeuy mogdb Running 0/1 Feb 11,2026 17:10 UTC+0800 (B ops_status:mogdb-fmgeuy-expose-9zsfj ns-ldile Expose mogdb-fmgeuy mogdb Running 0/1 Feb 11,2026 17:10 UTC+0800 (B ops_status:mogdb-fmgeuy-expose-9zsfj ns-ldile Expose mogdb-fmgeuy mogdb Running 0/1 Feb 11,2026 17:10 UTC+0800 (B ops_status:mogdb-fmgeuy-expose-9zsfj ns-ldile Expose mogdb-fmgeuy mogdb Running 0/1 Feb 11,2026 17:10 UTC+0800 (B ops_status:mogdb-fmgeuy-expose-9zsfj ns-ldile Expose mogdb-fmgeuy mogdb Running 0/1 Feb 11,2026 17:10 UTC+0800 (B ops_status:mogdb-fmgeuy-expose-9zsfj ns-ldile Expose mogdb-fmgeuy mogdb Running 0/1 Feb 11,2026 17:10 UTC+0800 (B ops_status:mogdb-fmgeuy-expose-9zsfj ns-ldile Expose mogdb-fmgeuy mogdb Running 0/1 Feb 11,2026 17:10 UTC+0800 (B ops_status:mogdb-fmgeuy-expose-9zsfj ns-ldile Expose mogdb-fmgeuy mogdb Running 0/1 Feb 11,2026 17:10 UTC+0800 (B ops_status:mogdb-fmgeuy-expose-9zsfj ns-ldile Expose mogdb-fmgeuy mogdb Running 0/1 Feb 11,2026 17:10 UTC+0800 (B ops_status:mogdb-fmgeuy-expose-9zsfj ns-ldile Expose mogdb-fmgeuy mogdb Running 0/1 Feb 11,2026 17:10 UTC+0800 (B ops_status:mogdb-fmgeuy-expose-9zsfj ns-ldile Expose mogdb-fmgeuy mogdb Running 0/1 Feb 11,2026 17:10 UTC+0800 (B ops_status:mogdb-fmgeuy-expose-9zsfj ns-ldile Expose mogdb-fmgeuy mogdb Running 0/1 Feb 11,2026 17:10 UTC+0800 (B ops_status:mogdb-fmgeuy-expose-9zsfj ns-ldile Expose mogdb-fmgeuy mogdb Running 0/1 Feb 11,2026 17:10 UTC+0800 (B ops_status:mogdb-fmgeuy-expose-9zsfj ns-ldile Expose mogdb-fmgeuy mogdb Running 0/1 Feb 11,2026 17:10 UTC+0800 (B ops_status:mogdb-fmgeuy-expose-9zsfj ns-ldile Expose mogdb-fmgeuy mogdb Running 0/1 Feb 11,2026 17:10 UTC+0800 (B ops_status:mogdb-fmgeuy-expose-9zsfj ns-ldile Expose mogdb-fmgeuy mogdb Running 0/1 Feb 11,2026 17:10 UTC+0800 (B ops_status:mogdb-fmgeuy-expose-9zsfj ns-ldile Expose mogdb-fmgeuy mogdb Running 0/1 Feb 11,2026 17:10 UTC+0800 (B ops_status:mogdb-fmgeuy-expose-9zsfj ns-ldile Expose mogdb-fmgeuy mogdb Running 0/1 Feb 11,2026 17:10 UTC+0800 (B ops_status:mogdb-fmgeuy-expose-9zsfj ns-ldile Expose mogdb-fmgeuy mogdb Running 0/1 Feb 11,2026 17:10 UTC+0800 (B ops_status:mogdb-fmgeuy-expose-9zsfj ns-ldile Expose mogdb-fmgeuy mogdb Running 0/1 Feb 11,2026 17:10 UTC+0800 (B ops_status:mogdb-fmgeuy-expose-9zsfj ns-ldile Expose mogdb-fmgeuy mogdb Running 0/1 Feb 11,2026 17:10 UTC+0800 (B ops_status:mogdb-fmgeuy-expose-9zsfj ns-ldile Expose mogdb-fmgeuy mogdb Running 0/1 Feb 11,2026 17:10 UTC+0800 (B ops_status:mogdb-fmgeuy-expose-9zsfj ns-ldile Expose mogdb-fmgeuy mogdb Running 0/1 Feb 11,2026 17:10 UTC+0800 (B ops_status:mogdb-fmgeuy-expose-9zsfj ns-ldile Expose mogdb-fmgeuy mogdb Running 0/1 Feb 11,2026 17:10 UTC+0800 (B ops_status:mogdb-fmgeuy-expose-9zsfj ns-ldile Expose mogdb-fmgeuy mogdb Running 0/1 Feb 11,2026 17:10 UTC+0800 (B ops_status:mogdb-fmgeuy-expose-9zsfj ns-ldile Expose mogdb-fmgeuy mogdb Running 0/1 Feb 11,2026 17:10 UTC+0800 (B check ops status done(B ops_status:mogdb-fmgeuy-expose-9zsfj ns-ldile Expose mogdb-fmgeuy mogdb Succeed 1/1 Feb 11,2026 17:10 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations mogdb-fmgeuy-expose-9zsfj --namespace ns-ldile `(B  opsrequest.operations.kubeblocks.io/mogdb-fmgeuy-expose-9zsfj patched  `kbcli cluster delete-ops --name mogdb-fmgeuy-expose-9zsfj --force --auto-approve --namespace ns-ldile `(B  OpsRequest mogdb-fmgeuy-expose-9zsfj deleted  `kubectl get secrets -l app.kubernetes.io/instance=mogdb-fmgeuy`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:39NeH&9&318qw13U;DB_PORT:26000;DB_DATABASE:(B check db_client batch data count  `echo "echo \"select count(*) from executions_loop_table;\" | gsql -h mogdb-fmgeuy-mogdb.ns-ldile.svc.cluster.local -U root -p 26000 -d executions_loop -W '39NeH&9&318qw13U' " | kubectl exec -it mogdb-fmgeuy-mogdb-0 --namespace ns-ldile -- bash`(B  check db_client batch [9973] equal [9973] data Success(B  `kubectl get secrets -l app.kubernetes.io/instance=mogdb-fmgeuy`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:39NeH&9&318qw13U;DB_PORT:26000;DB_DATABASE:(B check readonly db_client batch data count  `echo "echo \"select count(*) from executions_loop_table;\" | gsql -h 127.0.0.1 -U root -p 26000 -d executions_loop -W '39NeH&9&318qw13U' " | kubectl exec -it mogdb-fmgeuy-mogdb-1 --namespace ns-ldile -- bash`(B  check readonly db_client batch data [9973] equal [9973] Success(B check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster vscale mogdb-fmgeuy --auto-approve --force=true --components mogdb --cpu 600m --memory 1.1Gi --namespace ns-ldile `(B  OpsRequest mogdb-fmgeuy-verticalscaling-hsqdw created successfully, you can view the progress: kbcli cluster describe-ops mogdb-fmgeuy-verticalscaling-hsqdw -n ns-ldile check ops status  `kbcli cluster list-ops mogdb-fmgeuy --status all --namespace ns-ldile `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mogdb-fmgeuy-verticalscaling-hsqdw ns-ldile VerticalScaling mogdb-fmgeuy mogdb Running 0/2 Feb 11,2026 17:13 UTC+0800 check cluster status  `kbcli cluster list mogdb-fmgeuy --show-labels --namespace ns-ldile `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS mogdb-fmgeuy ns-ldile WipeOut Updating Feb 11,2026 17:00 UTC+0800 app.kubernetes.io/instance=mogdb-fmgeuy cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances mogdb-fmgeuy --namespace ns-ldile `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME mogdb-fmgeuy-mogdb-0 ns-ldile mogdb-fmgeuy mogdb Running secondary 0 1200m / 700m 1353082470400m / 1285973606400m data:5Gi aks-cicdamdpool-13251918-vmss000001/10.224.0.9 Feb 11,2026 17:13 UTC+0800 mogdb-fmgeuy-mogdb-1 ns-ldile mogdb-fmgeuy mogdb Running secondary 0 1200m / 700m 1353082470400m / 1285973606400m data:5Gi aks-cicdamdpool-13251918-vmss000002/10.224.0.8 Feb 11,2026 17:13 UTC+0800 check pod status done(B check cluster role primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 check cluster role done(B primary(B: mogdb-fmgeuy-mogdb-0;secondary(B: mogdb-fmgeuy-mogdb-1  `kubectl get secrets -l app.kubernetes.io/instance=mogdb-fmgeuy`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:39NeH&9&318qw13U;DB_PORT:26000;DB_DATABASE:(B check cluster connect  `echo "gsql -h mogdb-fmgeuy-mogdb.ns-ldile.svc.cluster.local -U root -p 26000 -d postgres -W '39NeH&9&318qw13U' " | kubectl exec -it mogdb-fmgeuy-mogdb-0 --namespace ns-ldile -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops mogdb-fmgeuy --status all --namespace ns-ldile `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mogdb-fmgeuy-verticalscaling-hsqdw ns-ldile VerticalScaling mogdb-fmgeuy mogdb Succeed 2/2 Feb 11,2026 17:13 UTC+0800 check ops status done(B ops_status:mogdb-fmgeuy-verticalscaling-hsqdw ns-ldile VerticalScaling mogdb-fmgeuy mogdb Succeed 2/2 Feb 11,2026 17:13 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations mogdb-fmgeuy-verticalscaling-hsqdw --namespace ns-ldile `(B  opsrequest.operations.kubeblocks.io/mogdb-fmgeuy-verticalscaling-hsqdw patched  `kbcli cluster delete-ops --name mogdb-fmgeuy-verticalscaling-hsqdw --force --auto-approve --namespace ns-ldile `(B  OpsRequest mogdb-fmgeuy-verticalscaling-hsqdw deleted  `kubectl get secrets -l app.kubernetes.io/instance=mogdb-fmgeuy`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:39NeH&9&318qw13U;DB_PORT:26000;DB_DATABASE:(B check db_client batch data count  `echo "echo \"select count(*) from executions_loop_table;\" | gsql -h mogdb-fmgeuy-mogdb.ns-ldile.svc.cluster.local -U root -p 26000 -d executions_loop -W '39NeH&9&318qw13U' " | kubectl exec -it mogdb-fmgeuy-mogdb-0 --namespace ns-ldile -- bash`(B  check db_client batch [9973] equal [9973] data Success(B  `kubectl get secrets -l app.kubernetes.io/instance=mogdb-fmgeuy`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:39NeH&9&318qw13U;DB_PORT:26000;DB_DATABASE:(B check readonly db_client batch data count  `echo "echo \"select count(*) from executions_loop_table;\" | gsql -h 127.0.0.1 -U root -p 26000 -d executions_loop -W '39NeH&9&318qw13U' " | kubectl exec -it mogdb-fmgeuy-mogdb-1 --namespace ns-ldile -- bash`(B  check readonly db_client batch data [9973] equal [9973] Success(B 5 cluster mogdb scale-out cluster mogdb scale-out replicas: 4 check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster scale-out mogdb-fmgeuy --auto-approve --force=true --components mogdb --replicas 2 --namespace ns-ldile `(B  OpsRequest mogdb-fmgeuy-horizontalscaling-xhznk created successfully, you can view the progress: kbcli cluster describe-ops mogdb-fmgeuy-horizontalscaling-xhznk -n ns-ldile check ops status  `kbcli cluster list-ops mogdb-fmgeuy --status all --namespace ns-ldile `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mogdb-fmgeuy-horizontalscaling-xhznk ns-ldile HorizontalScaling mogdb-fmgeuy mogdb Running 0/2 Feb 11,2026 17:15 UTC+0800 check cluster status  `kbcli cluster list mogdb-fmgeuy --show-labels --namespace ns-ldile `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS mogdb-fmgeuy ns-ldile WipeOut Updating Feb 11,2026 17:00 UTC+0800 app.kubernetes.io/instance=mogdb-fmgeuy cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Failed(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances mogdb-fmgeuy --namespace ns-ldile `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME mogdb-fmgeuy-mogdb-0 ns-ldile mogdb-fmgeuy mogdb Running primary 0 1200m / 700m 1353082470400m / 1285973606400m data:5Gi aks-cicdamdpool-13251918-vmss000001/10.224.0.9 Feb 11,2026 17:13 UTC+0800 mogdb-fmgeuy-mogdb-1 ns-ldile mogdb-fmgeuy mogdb Running secondary 0 1200m / 700m 1353082470400m / 1285973606400m data:5Gi aks-cicdamdpool-13251918-vmss000002/10.224.0.8 Feb 11,2026 17:13 UTC+0800 mogdb-fmgeuy-mogdb-2 ns-ldile mogdb-fmgeuy mogdb Running secondary 0 1200m / 700m 1353082470400m / 1285973606400m data:5Gi aks-cicdamdpool-13251918-vmss000004/10.224.0.5 Feb 11,2026 17:15 UTC+0800 mogdb-fmgeuy-mogdb-3 ns-ldile mogdb-fmgeuy mogdb Running secondary 0 1200m / 700m 1353082470400m / 1285973606400m data:5Gi aks-cicdamdpool-13251918-vmss000002/10.224.0.8 Feb 11,2026 17:18 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: mogdb-fmgeuy-mogdb-0;secondary(B: mogdb-fmgeuy-mogdb-1 mogdb-fmgeuy-mogdb-2 mogdb-fmgeuy-mogdb-3  `kubectl get secrets -l app.kubernetes.io/instance=mogdb-fmgeuy`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:39NeH&9&318qw13U;DB_PORT:26000;DB_DATABASE:(B check cluster connect  `echo "gsql -h mogdb-fmgeuy-mogdb.ns-ldile.svc.cluster.local -U root -p 26000 -d postgres -W '39NeH&9&318qw13U' " | kubectl exec -it mogdb-fmgeuy-mogdb-0 --namespace ns-ldile -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops mogdb-fmgeuy --status all --namespace ns-ldile `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mogdb-fmgeuy-horizontalscaling-xhznk ns-ldile HorizontalScaling mogdb-fmgeuy mogdb Succeed 2/2 Feb 11,2026 17:15 UTC+0800 check ops status done(B ops_status:mogdb-fmgeuy-horizontalscaling-xhznk ns-ldile HorizontalScaling mogdb-fmgeuy mogdb Succeed 2/2 Feb 11,2026 17:15 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations mogdb-fmgeuy-horizontalscaling-xhznk --namespace ns-ldile `(B  opsrequest.operations.kubeblocks.io/mogdb-fmgeuy-horizontalscaling-xhznk patched  `kbcli cluster delete-ops --name mogdb-fmgeuy-horizontalscaling-xhznk --force --auto-approve --namespace ns-ldile `(B  OpsRequest mogdb-fmgeuy-horizontalscaling-xhznk deleted  `kubectl get secrets -l app.kubernetes.io/instance=mogdb-fmgeuy`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:39NeH&9&318qw13U;DB_PORT:26000;DB_DATABASE:(B check db_client batch data count  `echo "echo \"select count(*) from executions_loop_table;\" | gsql -h mogdb-fmgeuy-mogdb.ns-ldile.svc.cluster.local -U root -p 26000 -d executions_loop -W '39NeH&9&318qw13U' " | kubectl exec -it mogdb-fmgeuy-mogdb-0 --namespace ns-ldile -- bash`(B  check db_client batch [9973] equal [9973] data Success(B  `kubectl get secrets -l app.kubernetes.io/instance=mogdb-fmgeuy`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:39NeH&9&318qw13U;DB_PORT:26000;DB_DATABASE:(B check readonly db_client batch data count  `echo "echo \"select count(*) from executions_loop_table;\" | gsql -h 127.0.0.1 -U root -p 26000 -d executions_loop -W '39NeH&9&318qw13U' " | kubectl exec -it mogdb-fmgeuy-mogdb-1 --namespace ns-ldile -- bash`(B  check readonly db_client batch data [9973] equal [9973] Success(B cluster mogdb scale-in cluster mogdb scale-in replicas: 2 check cluster status before ops cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B  `kbcli cluster scale-in mogdb-fmgeuy --auto-approve --force=true --components mogdb --replicas 2 --namespace ns-ldile `(B  OpsRequest mogdb-fmgeuy-horizontalscaling-nzk4x created successfully, you can view the progress: kbcli cluster describe-ops mogdb-fmgeuy-horizontalscaling-nzk4x -n ns-ldile check ops status  `kbcli cluster list-ops mogdb-fmgeuy --status all --namespace ns-ldile `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mogdb-fmgeuy-horizontalscaling-nzk4x ns-ldile HorizontalScaling mogdb-fmgeuy mogdb Running -/- Feb 11,2026 17:20 UTC+0800 check cluster status  `kbcli cluster list mogdb-fmgeuy --show-labels --namespace ns-ldile `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS mogdb-fmgeuy ns-ldile WipeOut Updating Feb 11,2026 17:00 UTC+0800 app.kubernetes.io/instance=mogdb-fmgeuy cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances mogdb-fmgeuy --namespace ns-ldile `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME mogdb-fmgeuy-mogdb-0 ns-ldile mogdb-fmgeuy mogdb Running primary 0 1200m / 700m 1353082470400m / 1285973606400m data:5Gi aks-cicdamdpool-13251918-vmss000001/10.224.0.9 Feb 11,2026 17:13 UTC+0800 mogdb-fmgeuy-mogdb-1 ns-ldile mogdb-fmgeuy mogdb Running secondary 0 1200m / 700m 1353082470400m / 1285973606400m data:5Gi aks-cicdamdpool-13251918-vmss000002/10.224.0.8 Feb 11,2026 17:13 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: mogdb-fmgeuy-mogdb-0;secondary(B: mogdb-fmgeuy-mogdb-1  `kubectl get secrets -l app.kubernetes.io/instance=mogdb-fmgeuy`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:39NeH&9&318qw13U;DB_PORT:26000;DB_DATABASE:(B check cluster connect  `echo "gsql -h mogdb-fmgeuy-mogdb.ns-ldile.svc.cluster.local -U root -p 26000 -d postgres -W '39NeH&9&318qw13U' " | kubectl exec -it mogdb-fmgeuy-mogdb-0 --namespace ns-ldile -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops mogdb-fmgeuy --status all --namespace ns-ldile `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mogdb-fmgeuy-horizontalscaling-nzk4x ns-ldile HorizontalScaling mogdb-fmgeuy mogdb Succeed 2/2 Feb 11,2026 17:20 UTC+0800 check ops status done(B ops_status:mogdb-fmgeuy-horizontalscaling-nzk4x ns-ldile HorizontalScaling mogdb-fmgeuy mogdb Succeed 2/2 Feb 11,2026 17:20 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations mogdb-fmgeuy-horizontalscaling-nzk4x --namespace ns-ldile `(B  opsrequest.operations.kubeblocks.io/mogdb-fmgeuy-horizontalscaling-nzk4x patched  `kbcli cluster delete-ops --name mogdb-fmgeuy-horizontalscaling-nzk4x --force --auto-approve --namespace ns-ldile `(B  OpsRequest mogdb-fmgeuy-horizontalscaling-nzk4x deleted  `kubectl get secrets -l app.kubernetes.io/instance=mogdb-fmgeuy`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:39NeH&9&318qw13U;DB_PORT:26000;DB_DATABASE:(B check db_client batch data count  `echo "echo \"select count(*) from executions_loop_table;\" | gsql -h mogdb-fmgeuy-mogdb.ns-ldile.svc.cluster.local -U root -p 26000 -d executions_loop -W '39NeH&9&318qw13U' " | kubectl exec -it mogdb-fmgeuy-mogdb-0 --namespace ns-ldile -- bash`(B  check db_client batch [9973] equal [9973] data Success(B  `kubectl get secrets -l app.kubernetes.io/instance=mogdb-fmgeuy`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:39NeH&9&318qw13U;DB_PORT:26000;DB_DATABASE:(B check readonly db_client batch data count  `echo "echo \"select count(*) from executions_loop_table;\" | gsql -h 127.0.0.1 -U root -p 26000 -d executions_loop -W '39NeH&9&318qw13U' " | kubectl exec -it mogdb-fmgeuy-mogdb-1 --namespace ns-ldile -- bash`(B  check readonly db_client batch data [9973] equal [9973] Success(B cluster restart check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster restart mogdb-fmgeuy --auto-approve --force=true --namespace ns-ldile `(B  OpsRequest mogdb-fmgeuy-restart-bk9rb created successfully, you can view the progress: kbcli cluster describe-ops mogdb-fmgeuy-restart-bk9rb -n ns-ldile check ops status  `kbcli cluster list-ops mogdb-fmgeuy --status all --namespace ns-ldile `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mogdb-fmgeuy-restart-bk9rb ns-ldile Restart mogdb-fmgeuy mogdb Running 0/2 Feb 11,2026 17:21 UTC+0800 check cluster status  `kbcli cluster list mogdb-fmgeuy --show-labels --namespace ns-ldile `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS mogdb-fmgeuy ns-ldile WipeOut Updating Feb 11,2026 17:00 UTC+0800 app.kubernetes.io/instance=mogdb-fmgeuy cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances mogdb-fmgeuy --namespace ns-ldile `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME mogdb-fmgeuy-mogdb-0 ns-ldile mogdb-fmgeuy mogdb Running secondary 0 1200m / 700m 1353082470400m / 1285973606400m data:5Gi aks-cicdamdpool-13251918-vmss000001/10.224.0.9 Feb 11,2026 17:22 UTC+0800 mogdb-fmgeuy-mogdb-1 ns-ldile mogdb-fmgeuy mogdb Running secondary 0 1200m / 700m 1353082470400m / 1285973606400m data:5Gi aks-cicdamdpool-13251918-vmss000002/10.224.0.8 Feb 11,2026 17:21 UTC+0800 check pod status done(B check cluster role primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 primary(B: ;secondary(B: mogdb-fmgeuy-mogdb-0 mogdb-fmgeuy-mogdb-1 check cluster role done(B primary(B: mogdb-fmgeuy-mogdb-0;secondary(B: mogdb-fmgeuy-mogdb-1  `kubectl get secrets -l app.kubernetes.io/instance=mogdb-fmgeuy`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:39NeH&9&318qw13U;DB_PORT:26000;DB_DATABASE:(B check cluster connect  `echo "gsql -h mogdb-fmgeuy-mogdb.ns-ldile.svc.cluster.local -U root -p 26000 -d postgres -W '39NeH&9&318qw13U' " | kubectl exec -it mogdb-fmgeuy-mogdb-0 --namespace ns-ldile -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops mogdb-fmgeuy --status all --namespace ns-ldile `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mogdb-fmgeuy-restart-bk9rb ns-ldile Restart mogdb-fmgeuy mogdb Succeed 2/2 Feb 11,2026 17:21 UTC+0800 check ops status done(B ops_status:mogdb-fmgeuy-restart-bk9rb ns-ldile Restart mogdb-fmgeuy mogdb Succeed 2/2 Feb 11,2026 17:21 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations mogdb-fmgeuy-restart-bk9rb --namespace ns-ldile `(B  opsrequest.operations.kubeblocks.io/mogdb-fmgeuy-restart-bk9rb patched  `kbcli cluster delete-ops --name mogdb-fmgeuy-restart-bk9rb --force --auto-approve --namespace ns-ldile `(B  OpsRequest mogdb-fmgeuy-restart-bk9rb deleted  `kubectl get secrets -l app.kubernetes.io/instance=mogdb-fmgeuy`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:39NeH&9&318qw13U;DB_PORT:26000;DB_DATABASE:(B check db_client batch data count  `echo "echo \"select count(*) from executions_loop_table;\" | gsql -h mogdb-fmgeuy-mogdb.ns-ldile.svc.cluster.local -U root -p 26000 -d executions_loop -W '39NeH&9&318qw13U' " | kubectl exec -it mogdb-fmgeuy-mogdb-0 --namespace ns-ldile -- bash`(B  check db_client batch [9973] equal [9973] data Success(B  `kubectl get secrets -l app.kubernetes.io/instance=mogdb-fmgeuy`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:39NeH&9&318qw13U;DB_PORT:26000;DB_DATABASE:(B check readonly db_client batch data count  `echo "echo \"select count(*) from executions_loop_table;\" | gsql -h 127.0.0.1 -U root -p 26000 -d executions_loop -W '39NeH&9&318qw13U' " | kubectl exec -it mogdb-fmgeuy-mogdb-1 --namespace ns-ldile -- bash`(B  check readonly db_client batch data [9973] equal [9973] Success(B cluster stop check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster stop mogdb-fmgeuy --auto-approve --force=true --namespace ns-ldile `(B  OpsRequest mogdb-fmgeuy-stop-pl5c6 created successfully, you can view the progress: kbcli cluster describe-ops mogdb-fmgeuy-stop-pl5c6 -n ns-ldile check ops status  `kbcli cluster list-ops mogdb-fmgeuy --status all --namespace ns-ldile `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mogdb-fmgeuy-stop-pl5c6 ns-ldile Stop mogdb-fmgeuy Pending -/- Feb 11,2026 17:23 UTC+0800 check cluster status  `kbcli cluster list mogdb-fmgeuy --show-labels --namespace ns-ldile `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS mogdb-fmgeuy ns-ldile WipeOut Stopped Feb 11,2026 17:00 UTC+0800 app.kubernetes.io/instance=mogdb-fmgeuy check cluster status done(B cluster_status:Stopped(B check pod status  `kbcli cluster list-instances mogdb-fmgeuy --namespace ns-ldile `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME check pod status done(B check ops status  `kbcli cluster list-ops mogdb-fmgeuy --status all --namespace ns-ldile `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mogdb-fmgeuy-stop-pl5c6 ns-ldile Stop mogdb-fmgeuy mogdb Succeed 2/2 Feb 11,2026 17:23 UTC+0800 check ops status done(B ops_status:mogdb-fmgeuy-stop-pl5c6 ns-ldile Stop mogdb-fmgeuy mogdb Succeed 2/2 Feb 11,2026 17:23 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations mogdb-fmgeuy-stop-pl5c6 --namespace ns-ldile `(B  opsrequest.operations.kubeblocks.io/mogdb-fmgeuy-stop-pl5c6 patched  `kbcli cluster delete-ops --name mogdb-fmgeuy-stop-pl5c6 --force --auto-approve --namespace ns-ldile `(B  OpsRequest mogdb-fmgeuy-stop-pl5c6 deleted cluster start check cluster status before ops check cluster status done(B cluster_status:Stopped(B  `kbcli cluster start mogdb-fmgeuy --force=true --namespace ns-ldile `(B  OpsRequest mogdb-fmgeuy-start-gj2xf created successfully, you can view the progress: kbcli cluster describe-ops mogdb-fmgeuy-start-gj2xf -n ns-ldile check ops status  `kbcli cluster list-ops mogdb-fmgeuy --status all --namespace ns-ldile `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mogdb-fmgeuy-start-gj2xf ns-ldile Start mogdb-fmgeuy mogdb Running 0/2 Feb 11,2026 17:23 UTC+0800 check cluster status  `kbcli cluster list mogdb-fmgeuy --show-labels --namespace ns-ldile `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS mogdb-fmgeuy ns-ldile WipeOut Updating Feb 11,2026 17:00 UTC+0800 app.kubernetes.io/instance=mogdb-fmgeuy cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances mogdb-fmgeuy --namespace ns-ldile `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME mogdb-fmgeuy-mogdb-0 ns-ldile mogdb-fmgeuy mogdb Running primary 0 1200m / 700m 1353082470400m / 1285973606400m data:5Gi aks-cicdamdpool-13251918-vmss000002/10.224.0.8 Feb 11,2026 17:23 UTC+0800 mogdb-fmgeuy-mogdb-1 ns-ldile mogdb-fmgeuy mogdb Running secondary 0 1200m / 700m 1353082470400m / 1285973606400m data:5Gi aks-cicdamdpool-13251918-vmss000004/10.224.0.5 Feb 11,2026 17:32 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: mogdb-fmgeuy-mogdb-0;secondary(B: mogdb-fmgeuy-mogdb-1  `kubectl get secrets -l app.kubernetes.io/instance=mogdb-fmgeuy`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:39NeH&9&318qw13U;DB_PORT:26000;DB_DATABASE:(B check cluster connect  `echo "gsql -h mogdb-fmgeuy-mogdb.ns-ldile.svc.cluster.local -U root -p 26000 -d postgres -W '39NeH&9&318qw13U' " | kubectl exec -it mogdb-fmgeuy-mogdb-0 --namespace ns-ldile -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops mogdb-fmgeuy --status all --namespace ns-ldile `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mogdb-fmgeuy-start-gj2xf ns-ldile Start mogdb-fmgeuy mogdb Succeed 2/2 Feb 11,2026 17:23 UTC+0800 check ops status done(B ops_status:mogdb-fmgeuy-start-gj2xf ns-ldile Start mogdb-fmgeuy mogdb Succeed 2/2 Feb 11,2026 17:23 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations mogdb-fmgeuy-start-gj2xf --namespace ns-ldile `(B  opsrequest.operations.kubeblocks.io/mogdb-fmgeuy-start-gj2xf patched  `kbcli cluster delete-ops --name mogdb-fmgeuy-start-gj2xf --force --auto-approve --namespace ns-ldile `(B  OpsRequest mogdb-fmgeuy-start-gj2xf deleted  `kubectl get secrets -l app.kubernetes.io/instance=mogdb-fmgeuy`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:39NeH&9&318qw13U;DB_PORT:26000;DB_DATABASE:(B check db_client batch data count  `echo "echo \"select count(*) from executions_loop_table;\" | gsql -h mogdb-fmgeuy-mogdb.ns-ldile.svc.cluster.local -U root -p 26000 -d executions_loop -W '39NeH&9&318qw13U' " | kubectl exec -it mogdb-fmgeuy-mogdb-0 --namespace ns-ldile -- bash`(B  check db_client batch [9973] equal [9973] data Success(B  `kubectl get secrets -l app.kubernetes.io/instance=mogdb-fmgeuy`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:39NeH&9&318qw13U;DB_PORT:26000;DB_DATABASE:(B check readonly db_client batch data count  `echo "echo \"select count(*) from executions_loop_table;\" | gsql -h 127.0.0.1 -U root -p 26000 -d executions_loop -W '39NeH&9&318qw13U' " | kubectl exec -it mogdb-fmgeuy-mogdb-1 --namespace ns-ldile -- bash`(B  check readonly db_client batch data [9973] equal [9973] Success(B skip bench: password contains &(B cluster update terminationPolicy WipeOut  `kbcli cluster update mogdb-fmgeuy --termination-policy=WipeOut --namespace ns-ldile `(B  cluster.apps.kubeblocks.io/mogdb-fmgeuy updated (no change) check cluster status  `kbcli cluster list mogdb-fmgeuy --show-labels --namespace ns-ldile `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS mogdb-fmgeuy ns-ldile WipeOut Running Feb 11,2026 17:00 UTC+0800 app.kubernetes.io/instance=mogdb-fmgeuy check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances mogdb-fmgeuy --namespace ns-ldile `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME mogdb-fmgeuy-mogdb-0 ns-ldile mogdb-fmgeuy mogdb Running primary 0 1200m / 700m 1353082470400m / 1285973606400m data:5Gi aks-cicdamdpool-13251918-vmss000002/10.224.0.8 Feb 11,2026 17:23 UTC+0800 mogdb-fmgeuy-mogdb-1 ns-ldile mogdb-fmgeuy mogdb Running secondary 0 1200m / 700m 1353082470400m / 1285973606400m data:5Gi aks-cicdamdpool-13251918-vmss000004/10.224.0.5 Feb 11,2026 17:32 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: mogdb-fmgeuy-mogdb-0;secondary(B: mogdb-fmgeuy-mogdb-1  `kubectl get secrets -l app.kubernetes.io/instance=mogdb-fmgeuy`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:39NeH&9&318qw13U;DB_PORT:26000;DB_DATABASE:(B check cluster connect  `echo "gsql -h mogdb-fmgeuy-mogdb.ns-ldile.svc.cluster.local -U root -p 26000 -d postgres -W '39NeH&9&318qw13U' " | kubectl exec -it mogdb-fmgeuy-mogdb-0 --namespace ns-ldile -- bash`(B  check cluster connect done(B check cluster storage class cluster volume-snapshot backup  `kbcli cluster backup mogdb-fmgeuy --method volume-snapshot --namespace ns-ldile `(B  Backup backup-ns-ldile-mogdb-fmgeuy-20260211173424 created successfully, you can view the progress: kbcli cluster list-backups --names=backup-ns-ldile-mogdb-fmgeuy-20260211173424 -n ns-ldile check backup status  `kbcli cluster list-backups mogdb-fmgeuy --namespace ns-ldile `(B  NAME NAMESPACE SOURCE-CLUSTER METHOD STATUS TOTAL-SIZE DURATION DELETION-POLICY CREATE-TIME COMPLETION-TIME EXPIRATION backup-ns-ldile-mogdb-fmgeuy-20260211173424 ns-ldile mogdb-fmgeuy volume-snapshot Delete Feb 11,2026 17:34 UTC+0800 backup_status:mogdb-fmgeuy-volume-snapshot-Running(B backup_status:mogdb-fmgeuy-volume-snapshot-Running(B backup_status:mogdb-fmgeuy-volume-snapshot-Running(B check backup status done(B backup_status:backup-ns-ldile-mogdb-fmgeuy-20260211173424 ns-ldile mogdb-fmgeuy volume-snapshot Completed 5Gi 13s Delete Feb 11,2026 17:34 UTC+0800 Feb 11,2026 17:34 UTC+0800 (B cluster restore backup  `kbcli cluster describe-backup --names backup-ns-ldile-mogdb-fmgeuy-20260211173424 --namespace ns-ldile `(B  Name: backup-ns-ldile-mogdb-fmgeuy-20260211173424 Cluster: mogdb-fmgeuy Namespace: ns-ldile Spec: Method: volume-snapshot Policy Name: mogdb-fmgeuy-mogdb-backup-policy Actions: createVolumeSnapshot-0:  `kbcli cluster restore mogdb-fmgeuy-backup --backup backup-ns-ldile-mogdb-fmgeuy-20260211173424 --namespace ns-ldile `(B  Cluster mogdb-fmgeuy-backup created check cluster status  `kbcli cluster list mogdb-fmgeuy-backup --show-labels --namespace ns-ldile `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS mogdb-fmgeuy-backup ns-ldile WipeOut Creating Feb 11,2026 17:34 UTC+0800 cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances mogdb-fmgeuy-backup --namespace ns-ldile `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME mogdb-fmgeuy-backup-mogdb-0 ns-ldile mogdb-fmgeuy-backup mogdb Running primary 0 1200m / 700m 1353082470400m / 1285973606400m data:5Gi aks-cicdamdpool-13251918-vmss000002/10.224.0.8 Feb 11,2026 17:34 UTC+0800 mogdb-fmgeuy-backup-mogdb-1 ns-ldile mogdb-fmgeuy-backup mogdb Running secondary 0 1200m / 700m 1353082470400m / 1285973606400m data:5Gi aks-cicdamdpool-13251918-vmss000001/10.224.0.9 Feb 11,2026 17:35 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: mogdb-fmgeuy-backup-mogdb-0;secondary(B: mogdb-fmgeuy-backup-mogdb-1  `kubectl get secrets -l app.kubernetes.io/instance=mogdb-fmgeuy-backup`(B   `kubectl get secrets mogdb-fmgeuy-backup-mogdb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mogdb-fmgeuy-backup-mogdb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mogdb-fmgeuy-backup-mogdb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:39NeH&9&318qw13U;DB_PORT:26000;DB_DATABASE:(B check cluster connect  `echo "gsql -h mogdb-fmgeuy-backup-mogdb.ns-ldile.svc.cluster.local -U root -p 26000 -d postgres -W '39NeH&9&318qw13U' " | kubectl exec -it mogdb-fmgeuy-backup-mogdb-0 --namespace ns-ldile -- bash`(B  check cluster connect done(B  `kbcli cluster describe-backup --names backup-ns-ldile-mogdb-fmgeuy-20260211173424 --namespace ns-ldile `(B  Name: backup-ns-ldile-mogdb-fmgeuy-20260211173424 Cluster: mogdb-fmgeuy Namespace: ns-ldile Spec: Method: volume-snapshot Policy Name: mogdb-fmgeuy-mogdb-backup-policy Actions: createVolumeSnapshot-0: cluster connect  `kubectl get secrets -l app.kubernetes.io/instance=mogdb-fmgeuy-backup`(B   `kubectl get secrets mogdb-fmgeuy-backup-mogdb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mogdb-fmgeuy-backup-mogdb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mogdb-fmgeuy-backup-mogdb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:39NeH&9&318qw13U;DB_PORT:26000;DB_DATABASE:(B  `echo "echo \"create database if not exists benchtest;SELECT * from pg_stat_database;\" | gsql -h mogdb-fmgeuy-backup-mogdb.ns-ldile.svc.cluster.local -U root -p 26000 -d postgres -W '39NeH&9&318qw13U' " | kubectl exec -it mogdb-fmgeuy-backup-mogdb-0 --namespace ns-ldile -- bash `(B  CREATE DATABASE datid | datname | numbackends | xact_commit | xact_rollback | blks_read | blks_hit | tup_returned | tup_fetched | tup_inserted | tup_updated | tup_deleted | conflicts | temp_files | temp_bytes | deadlocks | blk_read_time | blk_write_time | stats_reset -------+-----------------+-------------+-------------+---------------+-----------+----------+--------------+-------------+--------------+-------------+-------------+-----------+------------+------------+-----------+---------------+----------------+------------------------------- 1 | template1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 16384 | mogdb | 0 | 370 | 0 | 209 | 11307 | 5804 | 10960 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2026-02-11 09:35:13.53092+00 16393 | benchtest | 0 | 372 | 0 | 215 | 11377 | 6612 | 10978 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2026-02-11 09:35:13.817757+00 15315 | template0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 16394 | executions_loop | 0 | 370 | 0 | 209 | 11307 | 5804 | 10960 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2026-02-11 09:35:14.086759+00 15320 | postgres | 11 | 1651 | 0 | 131 | 49197 | 32871 | 63094 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2026-02-11 09:35:10.249297+00 (6 rows) connect cluster Success(B delete cluster mogdb-fmgeuy-backup  `kbcli cluster delete mogdb-fmgeuy-backup --auto-approve --namespace ns-ldile `(B  pod_info:mogdb-fmgeuy-backup-mogdb-0 4/4 Running 0 8m49s mogdb-fmgeuy-backup-mogdb-1 4/4 Running 0 7m53s Cluster mogdb-fmgeuy-backup deleted delete cluster pod done(B check cluster resource non-exist OK: pvc(B delete cluster done(B cluster delete backup  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge backups backup-ns-ldile-mogdb-fmgeuy-20260211173424 --namespace ns-ldile `(B  backup.dataprotection.kubeblocks.io/backup-ns-ldile-mogdb-fmgeuy-20260211173424 patched  `kbcli cluster delete-backup mogdb-fmgeuy --name backup-ns-ldile-mogdb-fmgeuy-20260211173424 --force --auto-approve --namespace ns-ldile `(B  Backup backup-ns-ldile-mogdb-fmgeuy-20260211173424 deleted cluster list-logs  `kbcli cluster list-logs mogdb-fmgeuy --namespace ns-ldile `(B  cluster logs  `kbcli cluster logs mogdb-fmgeuy --tail 30 --namespace ns-ldile `(B  0 WARNING: failed to open feature control file, please check whether it exists: FileName=gaussdb.version, Errno=2, Errmessage=No such file or directory. 0 WARNING: failed to parse feature control file: gaussdb.version. 0 WARNING: Failed to load the product control file, so gaussdb cannot distinguish product version. 2026-02-11 09:32:25.990 [unknown] [unknown] localhost 140031431939072 0[0:0#0] 0 [BACKEND] LOG: when starting as multi_standby mode, we couldn't support data replicaton. 2026-02-11 09:32:26.001 [unknown] [unknown] localhost 140031431939072 0[0:0#0] 0 [BACKEND] LOG: [Alarm Module]can not read GAUSS_WARNING_TYPE env. 2026-02-11 09:32:26.001 [unknown] [unknown] localhost 140031431939072 0[0:0#0] 0 [BACKEND] LOG: [Alarm Module]Host Name: mogdb-fmgeuy-mogdb-0 2026-02-11 09:32:26.001 [unknown] [unknown] localhost 140031431939072 0[0:0#0] 0 [BACKEND] LOG: [Alarm Module]Host IP: mogdb-fmgeuy-mogdb-0. Copy hostname directly in case of taking 10s to use 'gethostbyname' when /etc/hosts does not contain 2026-02-11 09:32:26.001 [unknown] [unknown] localhost 140031431939072 0[0:0#0] 0 [BACKEND] LOG: [Alarm Module]Get ENV GS_CLUSTER_NAME failed! 2026-02-11 09:32:26.014 [unknown] [unknown] localhost 140031431939072 0[0:0#0] 0 [BACKEND] LOG: loaded library "security_plugin" 2026-02-11 09:32:26.026 [unknown] [unknown] localhost 140031431939072 0[0:0#0] 0 [BACKEND] WARNING: could not create any HA TCP/IP sockets 2026-02-11 09:32:26.042 [unknown] [unknown] localhost 140031431939072 0[0:0#0] 0 [BACKEND] LOG: InitNuma numaNodeNum: 1 numa_distribute_mode: none inheritThreadPool: 0. 2026-02-11 09:32:26.042 [unknown] [unknown] localhost 140031431939072 0[0:0#0] 0 [BACKEND] LOG: reserved memory for backend threads is: 220 MB 2026-02-11 09:32:26.042 [unknown] [unknown] localhost 140031431939072 0[0:0#0] 0 [BACKEND] LOG: reserved memory for WAL buffers is: 128 MB 2026-02-11 09:32:26.042 [unknown] [unknown] localhost 140031431939072 0[0:0#0] 0 [BACKEND] LOG: Set max backend reserve memory is: 348 MB, max dynamic memory is: 11070 MB 2026-02-11 09:32:26.042 [unknown] [unknown] localhost 140031431939072 0[0:0#0] 0 [BACKEND] LOG: shared memory 357 Mbytes, memory context 11418 Mbytes, max process memory 12288 Mbytes 2026-02-11 09:32:26.080 [unknown] [unknown] localhost 140031431939072 0[0:0#0] 0 [CACHE] LOG: set data cache size(402653184) 2026-02-11 09:32:26.163 [unknown] [unknown] localhost 140031431939072 0[0:0#0] 0 [SEGMENT_PAGE] LOG: Segment-page constants: DF_MAP_SIZE: 8156, DF_MAP_BIT_CNT: 65248, DF_MAP_GROUP_EXTENTS: 4175872, IPBLOCK_SIZE: 8168, EXTENTS_PER_IPBLOCK: 1021, IPBLOCK_GROUP_SIZE: 4090, BMT_HEADER_LEVEL0_TOTAL_PAGES: 8323072, BktMapEntryNumberPerBlock: 2038, BktMapBlockNumber: 49, BktBitMaxMapCnt: 512 2026-02-11 09:32:26.185 [unknown] [unknown] localhost 140031431939072 0[0:0#0] 0 [BACKEND] LOG: mogdb: fsync file "/var/lib/mogdb/data/gaussdb.state.temp" success 2026-02-11 09:32:26.186 [unknown] [unknown] localhost 140031431939072 0[0:0#0] 0 [BACKEND] LOG: create gaussdb state file success: db state(STARTING_STATE), server mode(Primary), connection index(1) 2026-02-11 09:32:26.252 [unknown] [unknown] localhost 140031431939072 0[0:0#0] 0 [BACKEND] LOG: max_safe_fds = 979, usable_fds = 1000, already_open = 11 2026-02-11 09:32:26.255 [unknown] [unknown] localhost 140031431939072 0[0:0#0] 0 [BACKEND] LOG: the configure file /usr/local/mogdb/etc/gscgroup_omm.cfg doesn't exist or the size of configure file has changed. Please create it by root user! 2026-02-11 09:32:26.255 [unknown] [unknown] localhost 140031431939072 0[0:0#0] 0 [BACKEND] LOG: Failed to parse cgroup config file. 2026-02-11 09:32:26.269 [unknown] [unknown] localhost 140031431939072 0[0:0#0] 0 [EXECUTOR] WARNING: Failed to obtain environment value $GAUSSLOG! 2026-02-11 09:32:26.269 [unknown] [unknown] localhost 140031431939072 0[0:0#0] 0 [EXECUTOR] DETAIL: N/A 2026-02-11 09:32:26.269 [unknown] [unknown] localhost 140031431939072 0[0:0#0] 0 [EXECUTOR] CAUSE: Incorrect environment value. 2026-02-11 09:32:26.269 [unknown] [unknown] localhost 140031431939072 0[0:0#0] 0 [EXECUTOR] ACTION: Please refer to backend log for more details. LB_TYPE is set to: internet cluster expose check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster expose mogdb-fmgeuy --auto-approve --force=true --type internet --enable false --components mogdb --role-selector primary --namespace ns-ldile `(B  OpsRequest mogdb-fmgeuy-expose-bwrgq created successfully, you can view the progress: kbcli cluster describe-ops mogdb-fmgeuy-expose-bwrgq -n ns-ldile check ops status  `kbcli cluster list-ops mogdb-fmgeuy --status all --namespace ns-ldile `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mogdb-fmgeuy-expose-bwrgq ns-ldile Expose mogdb-fmgeuy mogdb Running 0/1 Feb 11,2026 17:43 UTC+0800 check cluster status  `kbcli cluster list mogdb-fmgeuy --show-labels --namespace ns-ldile `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS mogdb-fmgeuy ns-ldile WipeOut Running Feb 11,2026 17:00 UTC+0800 app.kubernetes.io/instance=mogdb-fmgeuy check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances mogdb-fmgeuy --namespace ns-ldile `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME mogdb-fmgeuy-mogdb-0 ns-ldile mogdb-fmgeuy mogdb Running primary 0 1200m / 700m 1353082470400m / 1285973606400m data:5Gi aks-cicdamdpool-13251918-vmss000002/10.224.0.8 Feb 11,2026 17:23 UTC+0800 mogdb-fmgeuy-mogdb-1 ns-ldile mogdb-fmgeuy mogdb Running secondary 0 1200m / 700m 1353082470400m / 1285973606400m data:5Gi aks-cicdamdpool-13251918-vmss000004/10.224.0.5 Feb 11,2026 17:32 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: mogdb-fmgeuy-mogdb-0;secondary(B: mogdb-fmgeuy-mogdb-1  `kubectl get secrets -l app.kubernetes.io/instance=mogdb-fmgeuy`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:39NeH&9&318qw13U;DB_PORT:26000;DB_DATABASE:(B check cluster connect  `echo "gsql -h mogdb-fmgeuy-mogdb.ns-ldile.svc.cluster.local -U root -p 26000 -d postgres -W '39NeH&9&318qw13U' " | kubectl exec -it mogdb-fmgeuy-mogdb-0 --namespace ns-ldile -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops mogdb-fmgeuy --status all --namespace ns-ldile `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mogdb-fmgeuy-expose-bwrgq ns-ldile Expose mogdb-fmgeuy mogdb Running 0/1 Feb 11,2026 17:43 UTC+0800 ops_status:mogdb-fmgeuy-expose-bwrgq ns-ldile Expose mogdb-fmgeuy mogdb Running 0/1 Feb 11,2026 17:43 UTC+0800 (B ops_status:mogdb-fmgeuy-expose-bwrgq ns-ldile Expose mogdb-fmgeuy mogdb Running 0/1 Feb 11,2026 17:43 UTC+0800 (B check ops status done(B ops_status:mogdb-fmgeuy-expose-bwrgq ns-ldile Expose mogdb-fmgeuy mogdb Succeed 1/1 Feb 11,2026 17:43 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations mogdb-fmgeuy-expose-bwrgq --namespace ns-ldile `(B  opsrequest.operations.kubeblocks.io/mogdb-fmgeuy-expose-bwrgq patched  `kbcli cluster delete-ops --name mogdb-fmgeuy-expose-bwrgq --force --auto-approve --namespace ns-ldile `(B  OpsRequest mogdb-fmgeuy-expose-bwrgq deleted  `kubectl get secrets -l app.kubernetes.io/instance=mogdb-fmgeuy`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:39NeH&9&318qw13U;DB_PORT:26000;DB_DATABASE:(B check db_client batch data count  `echo "echo \"select count(*) from executions_loop_table;\" | gsql -h mogdb-fmgeuy-mogdb.ns-ldile.svc.cluster.local -U root -p 26000 -d executions_loop -W '39NeH&9&318qw13U' " | kubectl exec -it mogdb-fmgeuy-mogdb-0 --namespace ns-ldile -- bash`(B  check db_client batch [9973] equal [9973] data Success(B  `kubectl get secrets -l app.kubernetes.io/instance=mogdb-fmgeuy`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mogdb-fmgeuy-mogdb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:39NeH&9&318qw13U;DB_PORT:26000;DB_DATABASE:(B check readonly db_client batch data count  `echo "echo \"select count(*) from executions_loop_table;\" | gsql -h 127.0.0.1 -U root -p 26000 -d executions_loop -W '39NeH&9&318qw13U' " | kubectl exec -it mogdb-fmgeuy-mogdb-1 --namespace ns-ldile -- bash`(B  check readonly db_client batch data [9973] equal [9973] Success(B delete cluster mogdb-fmgeuy  `kbcli cluster delete mogdb-fmgeuy --auto-approve --namespace ns-ldile `(B  pod_info:mogdb-fmgeuy-mogdb-0 4/4 Running 0 20m mogdb-fmgeuy-mogdb-1 4/4 Running 0 11m Cluster mogdb-fmgeuy deleted delete cluster pod done(B check cluster resource non-exist OK: pvc(B delete cluster done(B Mogdb Test Suite All Done!(B Test Engine: mogdb Test Type: 43 --------------------------------------Mogdb (Topology = Replicas 2) Test Result-------------------------------------- [PASSED]|[Create]|[ComponentDefinition=mogdb-1.0.1;ComponentVersion=mogdb;ServiceVersion=5.0.5;]|[Description=Create a cluster with the specified component definition mogdb-1.0.1 and component version mogdb and service version 5.0.5](B [PASSED]|[Connect]|[ComponentName=mogdb]|[Description=Connect to the cluster](B [PASSED]|[Expose]|[Enable=true;TYPE=internet;ComponentName=mogdb]|[Description=Expose Enable the internet service with mogdb component](B [PASSED]|[VerticalScaling]|[ComponentName=mogdb]|[Description=VerticalScaling the cluster specify component mogdb](B [PASSED]|[HorizontalScaling Out]|[ComponentName=mogdb]|[Description=HorizontalScaling Out the cluster specify component mogdb](B [PASSED]|[HorizontalScaling In]|[ComponentName=mogdb]|[Description=HorizontalScaling In the cluster specify component mogdb](B [PASSED]|[Restart]|[-]|[Description=Restart the cluster](B [PASSED]|[Stop]|[-]|[Description=Stop the cluster](B [PASSED]|[Start]|[-]|[Description=Start the cluster](B [PASSED]|[Update]|[TerminationPolicy=WipeOut]|[Description=Update the cluster TerminationPolicy WipeOut](B [PASSED]|[Backup]|[BackupMethod=volume-snapshot]|[Description=The cluster volume-snapshot Backup](B [PASSED]|[Restore]|[BackupMethod=volume-snapshot]|[Description=The cluster volume-snapshot Restore](B [PASSED]|[Connect]|[ComponentName=mogdb]|[Description=Connect to the cluster](B [PASSED]|[Delete Restore Cluster]|[BackupMethod=volume-snapshot]|[Description=Delete the volume-snapshot restore cluster](B [PASSED]|[Expose]|[Disable=true;TYPE=internet;ComponentName=mogdb]|[Description=Expose Disable the internet service with mogdb component](B [PASSED]|[Delete]|[-]|[Description=Delete the cluster](B [END]