https://github.com/apecloud/apecloud-cd/actions/runs/21930235150 previous_version: kubeblocks_version:1.0.2 bash test/kbcli/test_kbcli_1.0.sh --type 6 --version 1.0.2 --service-version 6 --generate-output true --aws-access-key-id *** --aws-secret-access-key *** --jihulab-token *** --random-namespace true --region eastus --cloud-provider aks CURRENT_TEST_DIR:test/kbcli source commons files source engines files source kubeblocks files source kubedb files CLUSTER_NAME:  `kubectl get namespace | grep ns-xihxr `(B   `kubectl create namespace ns-xihxr`(B  namespace/ns-xihxr created create namespace ns-xihxr done(B download kbcli  `gh release list --repo apecloud/kbcli --limit 100 | (grep "1.0" || true)`(B   `curl -fsSL https://kubeblocks.io/installer/install_cli.sh | bash -s v1.0.2`(B  Your system is linux_amd64 Installing kbcli ... Downloading ... kbcli installed successfully. Kubernetes: v1.32.10 KubeBlocks: 1.0.2 kbcli: 1.0.2 Make sure your docker service is running and begin your journey with kbcli: kbcli playground init For more information on how to get started, please visit: https://kubeblocks.io download kbcli v1.0.2 done(B Kubernetes: v1.32.10 KubeBlocks: 1.0.2 kbcli: 1.0.2 Kubernetes Env: v1.32.10 check snapshot controller check snapshot controller done(B POD_RESOURCES: aks kb-default-sc found aks default-vsc found found default storage class: default (B KubeBlocks version is:1.0.2 skip upgrade KubeBlocks(B current KubeBlocks version: 1.0.2 check component definition set component name:mongodb set component version set component version:mongodb set service versions:8.0.17,7.0.28,6.0.27,5.0.29,4.4.29 set service versions sorted:4.4.29,5.0.29,6.0.27,7.0.28,8.0.17 set mongodb component definition set mongodb component definition mongo-shard-1.0.2 REPORT_COUNT 0:0 set replicas first:3,4.4.29|3,5.0.29|3,6.0.27|3,7.0.28|3,8.0.17 set replicas second max again:3,6.0.27 REPORT_COUNT 2:1 CLUSTER_TOPOLOGY:replicaset cluster definition topology: replicaset sharding topology replicaset found in cluster definition mongodb set mongodb component definition set mongodb component definition mongodb-1.0.2 LIMIT_CPU:0.1 LIMIT_MEMORY:0.5 storage size: 3 CLUSTER_NAME:mongodb-dbodqv pod_info: termination_policy:WipeOut create 3 replica WipeOut mongodb cluster check component definition set component definition by component version check cmpd by labels check cmpd by compDefs set component definition: mongodb-1.0.2 by component version:mongodb apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: name: mongodb-dbodqv namespace: ns-xihxr spec: clusterDef: mongodb topology: replicaset terminationPolicy: WipeOut componentSpecs: - name: mongodb serviceVersion: 6.0.27 replicas: 3 resources: limits: cpu: 100m memory: 0.5Gi requests: cpu: 100m memory: 0.5Gi volumeClaimTemplates: - name: data spec: storageClassName: accessModes: - ReadWriteOnce resources: requests: storage: 3Gi  `kubectl apply -f test_create_mongodb-dbodqv.yaml`(B  cluster.apps.kubeblocks.io/mongodb-dbodqv created apply test_create_mongodb-dbodqv.yaml Success(B  `rm -rf test_create_mongodb-dbodqv.yaml`(B  check cluster status  `kbcli cluster list mongodb-dbodqv --show-labels --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS mongodb-dbodqv ns-xihxr mongodb WipeOut Creating Feb 12,2026 15:18 UTC+0800 clusterdefinition.kubeblocks.io/name=mongodb 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 mongodb-dbodqv --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME mongodb-dbodqv-mongodb-0 ns-xihxr mongodb-dbodqv mongodb Running primary 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 15:18 UTC+0800 mongodb-dbodqv-mongodb-1 ns-xihxr mongodb-dbodqv mongodb Running secondary 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 15:20 UTC+0800 mongodb-dbodqv-mongodb-2 ns-xihxr mongodb-dbodqv mongodb Running secondary 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 15:21 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: mongodb-dbodqv-mongodb-0;secondary(B: mongodb-dbodqv-mongodb-1 mongodb-dbodqv-mongodb-2  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B check cluster connect  `echo " echo \"\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-0 --namespace ns-xihxr -- bash`(B  check cluster connect done(B  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B check pod mongodb-dbodqv-mongodb-0 container_name mongodb exist password 5E956nwR60hLpQ78(B Container mongodb logs contain secret password:2026-02-12T07:20:09Z INFO MongoDB Create user: root, passwd: 5E956nwR60hLpQ78, roles: map[db:admin role:root](B describe cluster  `kbcli cluster describe mongodb-dbodqv --namespace ns-xihxr `(B  Name: mongodb-dbodqv Created Time: Feb 12,2026 15:18 UTC+0800 NAMESPACE CLUSTER-DEFINITION TOPOLOGY STATUS TERMINATION-POLICY ns-xihxr mongodb replicaset Running WipeOut Endpoints: COMPONENT INTERNAL EXTERNAL mongodb mongodb-dbodqv-mongodb.ns-xihxr.svc.cluster.local:27017 mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local:27017 mongodb-dbodqv-mongodb-mongodb-ro.ns-xihxr.svc.cluster.local:27017 Topology: COMPONENT SERVICE-VERSION INSTANCE ROLE STATUS AZ NODE CREATED-TIME mongodb 6.0.27 mongodb-dbodqv-mongodb-0 primary Running 0 aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 15:18 UTC+0800 mongodb 6.0.27 mongodb-dbodqv-mongodb-1 secondary Running 0 aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 15:20 UTC+0800 mongodb 6.0.27 mongodb-dbodqv-mongodb-2 secondary Running 0 aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 15:21 UTC+0800 Resources Allocation: COMPONENT INSTANCE-TEMPLATE CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE-SIZE STORAGE-CLASS mongodb 100m / 100m 512Mi / 512Mi data:3Gi default Images: COMPONENT COMPONENT-DEFINITION IMAGE mongodb mongodb-1.0.2 docker.io/apecloud/percona-server-mongodb:6.0.27 docker.io/apecloud/percona-backup-mongodb:2.10.0 docker.io/apecloud/mongodb_exporter:0.44.0 Data Protection: BACKUP-REPO AUTO-BACKUP BACKUP-SCHEDULE BACKUP-METHOD BACKUP-RETENTION RECOVERABLE-TIME Show cluster events: kbcli cluster list-events -n ns-xihxr mongodb-dbodqv  `kbcli cluster label mongodb-dbodqv app.kubernetes.io/instance- --namespace ns-xihxr `(B  label "app.kubernetes.io/instance" not found.  `kbcli cluster label mongodb-dbodqv app.kubernetes.io/instance=mongodb-dbodqv --namespace ns-xihxr `(B   `kbcli cluster label mongodb-dbodqv --list --namespace ns-xihxr `(B  NAME NAMESPACE LABELS mongodb-dbodqv ns-xihxr app.kubernetes.io/instance=mongodb-dbodqv clusterdefinition.kubeblocks.io/name=mongodb label cluster app.kubernetes.io/instance=mongodb-dbodqv Success(B  `kbcli cluster label case.name=kbcli.test1 -l app.kubernetes.io/instance=mongodb-dbodqv --namespace ns-xihxr `(B   `kbcli cluster label mongodb-dbodqv --list --namespace ns-xihxr `(B  NAME NAMESPACE LABELS mongodb-dbodqv ns-xihxr app.kubernetes.io/instance=mongodb-dbodqv case.name=kbcli.test1 clusterdefinition.kubeblocks.io/name=mongodb label cluster case.name=kbcli.test1 Success(B  `kbcli cluster label mongodb-dbodqv case.name=kbcli.test2 --overwrite --namespace ns-xihxr `(B   `kbcli cluster label mongodb-dbodqv --list --namespace ns-xihxr `(B  NAME NAMESPACE LABELS mongodb-dbodqv ns-xihxr app.kubernetes.io/instance=mongodb-dbodqv case.name=kbcli.test2 clusterdefinition.kubeblocks.io/name=mongodb label cluster case.name=kbcli.test2 Success(B  `kbcli cluster label mongodb-dbodqv case.name- --namespace ns-xihxr `(B   `kbcli cluster label mongodb-dbodqv --list --namespace ns-xihxr `(B  NAME NAMESPACE LABELS mongodb-dbodqv ns-xihxr app.kubernetes.io/instance=mongodb-dbodqv clusterdefinition.kubeblocks.io/name=mongodb delete cluster label case.name Success(B list-accounts on characterType mongodb is not supported yet cluster connect  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B  `echo " echo \"rs.status()\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-0 --namespace ns-xihxr -- bash `(B  Current Mongosh Log ID: 698d7ffd78b75bc30d8b79a1 Connecting to: mongodb://@mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local:27017/admin?directConnection=true&authSource=admin&appName=mongosh+2.5.10 Using MongoDB: 6.0.27-21 Using Mongosh: 2.5.10 mongosh 2.6.0 is available for download: https://www.mongodb.com/try/download/shell For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/ ------ The server generated these startup warnings when booting 2026-02-12T07:19:56.733+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem 2026-02-12T07:20:03.192+00:00: You are running this process as the root user, which is not recommended 2026-02-12T07:20:03.192+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version 2026-02-12T07:20:03.192+00:00: vm.max_map_count is too low ------ mongodb-dbodqv-mongodb [direct: primary] admin> { set: 'mongodb-dbodqv-mongodb', date: ISODate('2026-02-12T07:24:10.434Z'), myState: 1, term: Long('1'), syncSourceHost: '', syncSourceId: -1, heartbeatIntervalMillis: Long('2000'), majorityVoteCount: 2, writeMajorityCount: 2, votingMembersCount: 3, writableVotingMembersCount: 3, optimes: { lastCommittedOpTime: { ts: Timestamp({ t: 1770881050, i: 2 }), t: Long('1') }, lastCommittedWallTime: ISODate('2026-02-12T07:24:10.234Z'), readConcernMajorityOpTime: { ts: Timestamp({ t: 1770881050, i: 2 }), t: Long('1') }, appliedOpTime: { ts: Timestamp({ t: 1770881050, i: 2 }), t: Long('1') }, durableOpTime: { ts: Timestamp({ t: 1770881050, i: 2 }), t: Long('1') }, lastAppliedWallTime: ISODate('2026-02-12T07:24:10.234Z'), lastDurableWallTime: ISODate('2026-02-12T07:24:10.234Z') }, lastStableRecoveryTimestamp: Timestamp({ t: 1770881045, i: 2 }), electionCandidateMetrics: { lastElectionReason: 'electionTimeout', lastElectionDate: ISODate('2026-02-12T07:20:04.359Z'), electionTerm: Long('1'), lastCommittedOpTimeAtElection: { ts: Timestamp({ t: 1770880804, i: 1 }), t: Long('-1') }, lastSeenOpTimeAtElection: { ts: Timestamp({ t: 1770880804, i: 1 }), t: Long('-1') }, numVotesNeeded: 1, priorityAtElection: 2, electionTimeoutMillis: Long('10000'), newTermStartDate: ISODate('2026-02-12T07:20:04.736Z'), wMajorityWriteAvailabilityDate: ISODate('2026-02-12T07:20:04.841Z') }, members: [ { _id: 0, name: 'mongodb-dbodqv-mongodb-0.mongodb-dbodqv-mongodb-headless.ns-xihxr.svc:27017', health: 1, state: 1, stateStr: 'PRIMARY', uptime: 254, optime: { ts: Timestamp({ t: 1770881050, i: 2 }), t: Long('1') }, optimeDate: ISODate('2026-02-12T07:24:10.000Z'), lastAppliedWallTime: ISODate('2026-02-12T07:24:10.234Z'), lastDurableWallTime: ISODate('2026-02-12T07:24:10.234Z'), syncSourceHost: '', syncSourceId: -1, infoMessage: '', electionTime: Timestamp({ t: 1770880804, i: 2 }), electionDate: ISODate('2026-02-12T07:20:04.000Z'), configVersion: 5, configTerm: 1, self: true, lastHeartbeatMessage: '' }, { _id: 1, name: 'mongodb-dbodqv-mongodb-1.mongodb-dbodqv-mongodb-headless.ns-xihxr.svc:27017', health: 1, state: 2, stateStr: 'SECONDARY', uptime: 164, optime: { ts: Timestamp({ t: 1770881048, i: 1 }), t: Long('1') }, optimeDurable: { ts: Timestamp({ t: 1770881048, i: 1 }), t: Long('1') }, optimeDate: ISODate('2026-02-12T07:24:08.000Z'), optimeDurableDate: ISODate('2026-02-12T07:24:08.000Z'), lastAppliedWallTime: ISODate('2026-02-12T07:24:10.234Z'), lastDurableWallTime: ISODate('2026-02-12T07:24:10.234Z'), lastHeartbeat: ISODate('2026-02-12T07:24:09.032Z'), lastHeartbeatRecv: ISODate('2026-02-12T07:24:09.333Z'), pingMs: Long('5'), lastHeartbeatMessage: '', syncSourceHost: 'mongodb-dbodqv-mongodb-0.mongodb-dbodqv-mongodb-headless.ns-xihxr.svc:27017', syncSourceId: 0, infoMessage: '', configVersion: 5, configTerm: 1 }, { _id: 2, name: 'mongodb-dbodqv-mongodb-2.mongodb-dbodqv-mongodb-headless.ns-xihxr.svc:27017', health: 1, state: 2, stateStr: 'SECONDARY', uptime: 125, optime: { ts: Timestamp({ t: 1770881047, i: 1 }), t: Long('1') }, optimeDurable: { ts: Timestamp({ t: 1770881047, i: 1 }), t: Long('1') }, optimeDate: ISODate('2026-02-12T07:24:07.000Z'), optimeDurableDate: ISODate('2026-02-12T07:24:07.000Z'), lastAppliedWallTime: ISODate('2026-02-12T07:24:10.234Z'), lastDurableWallTime: ISODate('2026-02-12T07:24:10.234Z'), lastHeartbeat: ISODate('2026-02-12T07:24:08.535Z'), lastHeartbeatRecv: ISODate('2026-02-12T07:24:09.930Z'), pingMs: Long('29'), lastHeartbeatMessage: '', syncSourceHost: 'mongodb-dbodqv-mongodb-1.mongodb-dbodqv-mongodb-headless.ns-xihxr.svc:27017', syncSourceId: 1, infoMessage: '', configVersion: 5, configTerm: 1 } ], ok: 1, '$clusterTime': { clusterTime: Timestamp({ t: 1770881050, i: 2 }), signature: { hash: Binary.createFromBase64('AAAAAAAAAAAAAAAAAAAAAAAAAAA=', 0), keyId: Long('0') } }, operationTime: Timestamp({ t: 1770881050, i: 2 }) } mongodb-dbodqv-mongodb [direct: primary] admin> connect cluster Success(B insert batch data by db client  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-executionloop-mongodb-dbodqv --namespace ns-xihxr `(B   `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B apiVersion: v1 kind: Pod metadata: name: test-db-client-executionloop-mongodb-dbodqv namespace: ns-xihxr spec: containers: - name: test-dbclient imagePullPolicy: IfNotPresent image: docker.io/apecloud/dbclient:test args: - "--host" - "mongodb-dbodqv-mongodb.ns-xihxr.svc.cluster.local" - "--user" - "root" - "--password" - "5E956nwR60hLpQ78" - "--port" - "27017" - "--dbtype" - "mongodb" - "--test" - "executionloop" - "--duration" - "60" - "--interval" - "1" restartPolicy: Never  `kubectl apply -f test-db-client-executionloop-mongodb-dbodqv.yaml`(B  pod/test-db-client-executionloop-mongodb-dbodqv created apply test-db-client-executionloop-mongodb-dbodqv.yaml Success(B  `rm -rf test-db-client-executionloop-mongodb-dbodqv.yaml`(B  check pod status pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-mongodb-dbodqv 1/1 Running 0 5s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-mongodb-dbodqv 1/1 Running 0 9s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-mongodb-dbodqv 1/1 Running 0 14s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-mongodb-dbodqv 1/1 Running 0 19s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-mongodb-dbodqv 1/1 Running 0 24s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-mongodb-dbodqv 1/1 Running 0 29s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-mongodb-dbodqv 1/1 Running 0 35s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-mongodb-dbodqv 1/1 Running 0 40s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-mongodb-dbodqv 1/1 Running 0 45s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-mongodb-dbodqv 1/1 Running 0 50s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-mongodb-dbodqv 1/1 Running 0 55s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-mongodb-dbodqv 1/1 Running 0 60s(B check pod test-db-client-executionloop-mongodb-dbodqv status done(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-mongodb-dbodqv 0/1 Completed 0 65s(B check cluster status  `kbcli cluster list mongodb-dbodqv --show-labels --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS mongodb-dbodqv ns-xihxr mongodb WipeOut Running Feb 12,2026 15:18 UTC+0800 app.kubernetes.io/instance=mongodb-dbodqv,clusterdefinition.kubeblocks.io/name=mongodb check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances mongodb-dbodqv --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME mongodb-dbodqv-mongodb-0 ns-xihxr mongodb-dbodqv mongodb Running primary 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 15:18 UTC+0800 mongodb-dbodqv-mongodb-1 ns-xihxr mongodb-dbodqv mongodb Running secondary 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 15:20 UTC+0800 mongodb-dbodqv-mongodb-2 ns-xihxr mongodb-dbodqv mongodb Running secondary 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 15:21 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: mongodb-dbodqv-mongodb-0;secondary(B: mongodb-dbodqv-mongodb-1 mongodb-dbodqv-mongodb-2  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B check cluster connect  `echo " echo \"\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-0 --namespace ns-xihxr -- bash`(B  check cluster connect done(B Inserted document: BsonObjectId{value=698d804eaf6f5a5cd9ba7f48} Inserted document: BsonObjectId{value=698d804eaf6f5a5cd9ba7f49} Inserted document: BsonObjectId{value=698d804faf6f5a5cd9ba7f4a} Inserted document: BsonObjectId{value=698d804faf6f5a5cd9ba7f4b} Inserted document: BsonObjectId{value=698d804faf6f5a5cd9ba7f4c} Inserted document: BsonObjectId{value=698d804faf6f5a5cd9ba7f4d} [ 45s ] executions total: 328 successful: 328 failed: 0 disconnect: 0 Inserted document: BsonObjectId{value=698d804faf6f5a5cd9ba7f4e} Inserted document: BsonObjectId{value=698d8050af6f5a5cd9ba7f4f} Inserted document: BsonObjectId{value=698d8050af6f5a5cd9ba7f50} [ 46s ] executions total: 331 successful: 331 failed: 0 disconnect: 0 Inserted document: BsonObjectId{value=698d8050af6f5a5cd9ba7f51} Inserted document: BsonObjectId{value=698d8051af6f5a5cd9ba7f52} Inserted document: BsonObjectId{value=698d8051af6f5a5cd9ba7f53} Inserted document: BsonObjectId{value=698d8051af6f5a5cd9ba7f54} [ 47s ] executions total: 335 successful: 335 failed: 0 disconnect: 0 Inserted document: BsonObjectId{value=698d8052af6f5a5cd9ba7f55} Inserted document: BsonObjectId{value=698d8052af6f5a5cd9ba7f56} Inserted document: BsonObjectId{value=698d8052af6f5a5cd9ba7f57} Inserted document: BsonObjectId{value=698d8052af6f5a5cd9ba7f58} Inserted document: BsonObjectId{value=698d8052af6f5a5cd9ba7f59} Inserted document: BsonObjectId{value=698d8052af6f5a5cd9ba7f5a} Inserted document: BsonObjectId{value=698d8052af6f5a5cd9ba7f5b} [ 48s ] executions total: 342 successful: 342 failed: 0 disconnect: 0 Inserted document: BsonObjectId{value=698d8053af6f5a5cd9ba7f5c} Inserted document: BsonObjectId{value=698d8053af6f5a5cd9ba7f5d} Inserted document: BsonObjectId{value=698d8053af6f5a5cd9ba7f5e} Inserted document: BsonObjectId{value=698d8053af6f5a5cd9ba7f5f} Inserted document: BsonObjectId{value=698d8053af6f5a5cd9ba7f60} Inserted document: BsonObjectId{value=698d8053af6f5a5cd9ba7f61} Inserted document: BsonObjectId{value=698d8054af6f5a5cd9ba7f62} [ 49s ] executions total: 349 successful: 349 failed: 0 disconnect: 0 Inserted document: BsonObjectId{value=698d8054af6f5a5cd9ba7f63} Inserted document: BsonObjectId{value=698d8054af6f5a5cd9ba7f64} Inserted document: BsonObjectId{value=698d8054af6f5a5cd9ba7f65} Inserted document: BsonObjectId{value=698d8054af6f5a5cd9ba7f66} Inserted document: BsonObjectId{value=698d8055af6f5a5cd9ba7f67} [ 50s ] executions total: 354 successful: 354 failed: 0 disconnect: 0 Inserted document: BsonObjectId{value=698d8055af6f5a5cd9ba7f68} Inserted document: BsonObjectId{value=698d8055af6f5a5cd9ba7f69} Inserted document: BsonObjectId{value=698d8055af6f5a5cd9ba7f6a} Inserted document: BsonObjectId{value=698d8056af6f5a5cd9ba7f6b} [ 51s ] executions total: 358 successful: 358 failed: 0 disconnect: 0 Inserted document: BsonObjectId{value=698d8056af6f5a5cd9ba7f6c} Inserted document: BsonObjectId{value=698d8056af6f5a5cd9ba7f6d} Inserted document: BsonObjectId{value=698d8056af6f5a5cd9ba7f6e} Inserted document: BsonObjectId{value=698d8056af6f5a5cd9ba7f6f} Inserted document: BsonObjectId{value=698d8056af6f5a5cd9ba7f70} Inserted document: BsonObjectId{value=698d8057af6f5a5cd9ba7f71} [ 52s ] executions total: 364 successful: 364 failed: 0 disconnect: 0 Inserted document: BsonObjectId{value=698d8057af6f5a5cd9ba7f72} Inserted document: BsonObjectId{value=698d8057af6f5a5cd9ba7f73} Inserted document: BsonObjectId{value=698d8057af6f5a5cd9ba7f74} Inserted document: BsonObjectId{value=698d8057af6f5a5cd9ba7f75} Inserted document: BsonObjectId{value=698d8057af6f5a5cd9ba7f76} Inserted document: BsonObjectId{value=698d8057af6f5a5cd9ba7f77} Inserted document: BsonObjectId{value=698d8058af6f5a5cd9ba7f78} Inserted document: BsonObjectId{value=698d8058af6f5a5cd9ba7f79} Inserted document: BsonObjectId{value=698d8058af6f5a5cd9ba7f7a} [ 53s ] executions total: 373 successful: 373 failed: 0 disconnect: 0 Inserted document: BsonObjectId{value=698d8058af6f5a5cd9ba7f7b} Inserted document: BsonObjectId{value=698d8058af6f5a5cd9ba7f7c} Inserted document: BsonObjectId{value=698d8058af6f5a5cd9ba7f7d} Inserted document: BsonObjectId{value=698d8058af6f5a5cd9ba7f7e} Inserted document: BsonObjectId{value=698d8058af6f5a5cd9ba7f7f} Inserted document: BsonObjectId{value=698d8059af6f5a5cd9ba7f80} Inserted document: BsonObjectId{value=698d8059af6f5a5cd9ba7f81} Inserted document: BsonObjectId{value=698d8059af6f5a5cd9ba7f82} [ 54s ] executions total: 381 successful: 381 failed: 0 disconnect: 0 Inserted document: BsonObjectId{value=698d8059af6f5a5cd9ba7f83} Inserted document: BsonObjectId{value=698d8059af6f5a5cd9ba7f84} Inserted document: BsonObjectId{value=698d8059af6f5a5cd9ba7f85} Inserted document: BsonObjectId{value=698d8059af6f5a5cd9ba7f86} Inserted document: BsonObjectId{value=698d8059af6f5a5cd9ba7f87} Inserted document: BsonObjectId{value=698d8059af6f5a5cd9ba7f88} Inserted document: BsonObjectId{value=698d805aaf6f5a5cd9ba7f89} [ 55s ] executions total: 388 successful: 388 failed: 0 disconnect: 0 Inserted document: BsonObjectId{value=698d805aaf6f5a5cd9ba7f8a} Inserted document: BsonObjectId{value=698d805aaf6f5a5cd9ba7f8b} Inserted document: BsonObjectId{value=698d805baf6f5a5cd9ba7f8c} [ 60s ] executions total: 391 successful: 391 failed: 0 disconnect: 0 Test Result: Total Executions: 391 Successful Executions: 391 Failed Executions: 0 Disconnection Counts: 0 Connection Information: Database Type: mongodb Host: mongodb-dbodqv-mongodb.ns-xihxr.svc.cluster.local Port: 27017 Database: Table: User: root Org: Access Mode: mysql Test Type: executionloop Query: Duration: 60 seconds Interval: 1 seconds DB_CLIENT_BATCH_DATA_COUNT: 391  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-executionloop-mongodb-dbodqv --namespace ns-xihxr `(B  pod/test-db-client-executionloop-mongodb-dbodqv patched (no change) pod "test-db-client-executionloop-mongodb-dbodqv" force deleted  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B  `echo "echo \"db.col.remove({}) ; db.col.insertOne({a:'ibswq'})\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin" | kubectl exec -it mongodb-dbodqv-mongodb-0 --namespace ns-xihxr -- bash `(B  Current Mongosh Log ID: 698d8098b88eb8518a8b79a1 Connecting to: mongodb://@mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local:27017/admin?directConnection=true&authSource=admin&appName=mongosh+2.5.10 Using MongoDB: 6.0.27-21 Using Mongosh: 2.5.10 mongosh 2.6.0 is available for download: https://www.mongodb.com/try/download/shell For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/ ------ The server generated these startup warnings when booting 2026-02-12T07:19:56.733+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem 2026-02-12T07:20:03.192+00:00: You are running this process as the root user, which is not recommended 2026-02-12T07:20:03.192+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version 2026-02-12T07:20:03.192+00:00: vm.max_map_count is too low ------ mongodb-dbodqv-mongodb [direct: primary] admin> DeprecationWarning: Collection.remove() is deprecated. Use deleteOne, deleteMany, findOneAndDelete, or bulkWrite. { acknowledged: true, insertedId: ObjectId('698d80b4b88eb8518a8b79a2') } mongodb-dbodqv-mongodb [direct: primary] admin> add consistent data ibswq Success(B  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B  `echo "echo \"db.col.remove({}) ; db.col.insertOne({a:'ibswq'})\" | mongosh --host mongodb-dbodqv-mongodb-mongodb-ro.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin" | kubectl exec -it mongodb-dbodqv-mongodb-1 --namespace ns-xihxr -- bash `(B  Defaulted container "mongodb" out of: mongodb, mongodb-backup-agent, exporter, kbagent, init-syncer (init), init-kubectl (init), init-pbm-agent (init), init-kbagent (init), kbagent-worker (init) Unable to use a TTY - input is not a terminal or the right kind of file Current Mongosh Log ID: 698d80cd9524900ea68b79a1 Connecting to: mongodb://@mongodb-dbodqv-mongodb-mongodb-ro.ns-xihxr.svc.cluster.local:27017/admin?directConnection=true&authSource=admin&appName=mongosh+2.5.10 Using MongoDB: 6.0.27-21 Using Mongosh: 2.5.10 mongosh 2.6.0 is available for download: https://www.mongodb.com/try/download/shell For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/ To help improve our products, anonymous usage data is collected and sent to MongoDB periodically (https://www.mongodb.com/legal/privacy-policy). You can opt-out by running the disableTelemetry() command. ------ The server generated these startup warnings when booting 2026-02-12T07:21:17.591+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem 2026-02-12T07:21:24.409+00:00: You are running this process as the root user, which is not recommended 2026-02-12T07:21:24.409+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version 2026-02-12T07:21:24.409+00:00: vm.max_map_count is too low ------ mongodb-dbodqv-mongodb [direct: secondary] admin> DeprecationWarning: Collection.remove() is deprecated. Use deleteOne, deleteMany, findOneAndDelete, or bulkWrite. Uncaught MongoServerError[NotWritablePrimary]: not primary mongodb-dbodqv-mongodb [direct: secondary] admin> check add consistent data readonly Success(B cluster restart check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster restart mongodb-dbodqv --auto-approve --force=true --namespace ns-xihxr `(B  OpsRequest mongodb-dbodqv-restart-9fllc created successfully, you can view the progress: kbcli cluster describe-ops mongodb-dbodqv-restart-9fllc -n ns-xihxr check ops status  `kbcli cluster list-ops mongodb-dbodqv --status all --namespace ns-xihxr `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mongodb-dbodqv-restart-9fllc ns-xihxr Restart mongodb-dbodqv mongodb Creating -/- Feb 12,2026 15:27 UTC+0800 check cluster status  `kbcli cluster list mongodb-dbodqv --show-labels --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS mongodb-dbodqv ns-xihxr mongodb WipeOut Updating Feb 12,2026 15:18 UTC+0800 app.kubernetes.io/instance=mongodb-dbodqv,clusterdefinition.kubeblocks.io/name=mongodb cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B 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 mongodb-dbodqv --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME mongodb-dbodqv-mongodb-0 ns-xihxr mongodb-dbodqv mongodb Running secondary 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 15:29 UTC+0800 mongodb-dbodqv-mongodb-1 ns-xihxr mongodb-dbodqv mongodb Running primary 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 15:29 UTC+0800 mongodb-dbodqv-mongodb-2 ns-xihxr mongodb-dbodqv mongodb Running secondary 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 15:27 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: mongodb-dbodqv-mongodb-1;secondary(B: mongodb-dbodqv-mongodb-0 mongodb-dbodqv-mongodb-2  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B check cluster connect  `echo " echo \"\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-1 --namespace ns-xihxr -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops mongodb-dbodqv --status all --namespace ns-xihxr `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mongodb-dbodqv-restart-9fllc ns-xihxr Restart mongodb-dbodqv mongodb Succeed 3/3 Feb 12,2026 15:27 UTC+0800 check ops status done(B ops_status:mongodb-dbodqv-restart-9fllc ns-xihxr Restart mongodb-dbodqv mongodb Succeed 3/3 Feb 12,2026 15:27 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations mongodb-dbodqv-restart-9fllc --namespace ns-xihxr `(B  opsrequest.operations.kubeblocks.io/mongodb-dbodqv-restart-9fllc patched  `kbcli cluster delete-ops --name mongodb-dbodqv-restart-9fllc --force --auto-approve --namespace ns-xihxr `(B  OpsRequest mongodb-dbodqv-restart-9fllc deleted  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B  `echo "echo \"db.col.find()\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-1 --namespace ns-xihxr -- bash `(B  check data: Defaulted container "mongodb" out of: mongodb, mongodb-backup-agent, exporter, kbagent, init-syncer (init), init-kubectl (init), init-pbm-agent (init), init-kbagent (init), kbagent-worker (init) Unable to use a TTY - input is not a terminal or the right kind of file Current Mongosh Log ID: 698d81d63bab24c6c18b79a1 Connecting to: mongodb://@mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local:27017/admin?directConnection=true&authSource=admin&appName=mongosh+2.5.10 Using MongoDB: 6.0.27-21 Using Mongosh: 2.5.10 mongosh 2.6.0 is available for download: https://www.mongodb.com/try/download/shell For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/ ------ The server generated these startup warnings when booting 2026-02-12T07:29:10.292+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem 2026-02-12T07:29:21.199+00:00: You are running this process as the root user, which is not recommended 2026-02-12T07:29:21.199+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version 2026-02-12T07:29:21.199+00:00: vm.max_map_count is too low ------ mongodb-dbodqv-mongodb [direct: primary] admin> [ { _id: ObjectId('698d80b4b88eb8518a8b79a2'), a: 'ibswq' } ] mongodb-dbodqv-mongodb [direct: primary] admin> check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B  `echo "echo \"db.col.find().readPref('secondary')\" | mongosh --host mongodb-dbodqv-mongodb-mongodb-ro.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-0 --namespace ns-xihxr -- bash `(B  check readonly data: Defaulted container "mongodb" out of: mongodb, mongodb-backup-agent, exporter, kbagent, init-syncer (init), init-kubectl (init), init-pbm-agent (init), init-kbagent (init), kbagent-worker (init) Unable to use a TTY - input is not a terminal or the right kind of file Current Mongosh Log ID: 698d81f7be9f7415a28b79a1 Connecting to: mongodb://@mongodb-dbodqv-mongodb-mongodb-ro.ns-xihxr.svc.cluster.local:27017/admin?directConnection=true&authSource=admin&appName=mongosh+2.5.10 Using MongoDB: 6.0.27-21 Using Mongosh: 2.5.10 For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/ To help improve our products, anonymous usage data is collected and sent to MongoDB periodically (https://www.mongodb.com/legal/privacy-policy). You can opt-out by running the disableTelemetry() command. ------ The server generated these startup warnings when booting 2026-02-12T07:30:32.733+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem 2026-02-12T07:30:44.144+00:00: You are running this process as the root user, which is not recommended 2026-02-12T07:30:44.144+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version 2026-02-12T07:30:44.144+00:00: vm.max_map_count is too low ------ mongodb-dbodqv-mongodb [direct: secondary] admin> [ { _id: ObjectId('698d80b4b88eb8518a8b79a2'), a: 'ibswq' } ] mongodb-dbodqv-mongodb [direct: secondary] admin> check cluster readonly data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B check db_client batch data count  `echo "echo \"db.executions_loop_table.estimatedDocumentCount();\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin" | kubectl exec -it mongodb-dbodqv-mongodb-1 --namespace ns-xihxr -- bash `(B  check db_client batch [391] equal [391] data Success(B cluster does not need to check monitor currently check cluster status  `kbcli cluster list mongodb-dbodqv --show-labels --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS mongodb-dbodqv ns-xihxr mongodb WipeOut Running Feb 12,2026 15:18 UTC+0800 app.kubernetes.io/instance=mongodb-dbodqv,clusterdefinition.kubeblocks.io/name=mongodb check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances mongodb-dbodqv --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME mongodb-dbodqv-mongodb-0 ns-xihxr mongodb-dbodqv mongodb Running secondary 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 15:29 UTC+0800 mongodb-dbodqv-mongodb-1 ns-xihxr mongodb-dbodqv mongodb Running primary 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 15:29 UTC+0800 mongodb-dbodqv-mongodb-2 ns-xihxr mongodb-dbodqv mongodb Running secondary 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 15:27 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: mongodb-dbodqv-mongodb-1;secondary(B: mongodb-dbodqv-mongodb-0 mongodb-dbodqv-mongodb-2  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B check cluster connect  `echo " echo \"\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-1 --namespace ns-xihxr -- bash`(B  check cluster connect done(B cluster rebuild instances apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: mongodb-dbodqv-rebuildinstance- namespace: ns-xihxr spec: type: RebuildInstance clusterName: mongodb-dbodqv force: true rebuildFrom: - componentName: mongodb instances: - name: mongodb-dbodqv-mongodb-0 inPlace: false check cluster status before ops check cluster status done(B cluster_status:Running(B  `kubectl create -f test_ops_cluster_mongodb-dbodqv.yaml`(B  opsrequest.operations.kubeblocks.io/mongodb-dbodqv-rebuildinstance-hnh5l created create test_ops_cluster_mongodb-dbodqv.yaml Success(B  `rm -rf test_ops_cluster_mongodb-dbodqv.yaml`(B  check ops status  `kbcli cluster list-ops mongodb-dbodqv --status all --namespace ns-xihxr `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mongodb-dbodqv-rebuildinstance-hnh5l ns-xihxr RebuildInstance mongodb-dbodqv Running -/- Feb 12,2026 15:33 UTC+0800 ops_status:mongodb-dbodqv-rebuildinstance-hnh5l ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 15:33 UTC+0800 (B ops_status:mongodb-dbodqv-rebuildinstance-hnh5l ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 15:33 UTC+0800 (B ops_status:mongodb-dbodqv-rebuildinstance-hnh5l ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 15:33 UTC+0800 (B ops_status:mongodb-dbodqv-rebuildinstance-hnh5l ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 15:33 UTC+0800 (B ops_status:mongodb-dbodqv-rebuildinstance-hnh5l ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 15:33 UTC+0800 (B ops_status:mongodb-dbodqv-rebuildinstance-hnh5l ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 15:33 UTC+0800 (B ops_status:mongodb-dbodqv-rebuildinstance-hnh5l ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 15:33 UTC+0800 (B ops_status:mongodb-dbodqv-rebuildinstance-hnh5l ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 15:33 UTC+0800 (B ops_status:mongodb-dbodqv-rebuildinstance-hnh5l ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 15:33 UTC+0800 (B ops_status:mongodb-dbodqv-rebuildinstance-hnh5l ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 15:33 UTC+0800 (B ops_status:mongodb-dbodqv-rebuildinstance-hnh5l ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 15:33 UTC+0800 (B ops_status:mongodb-dbodqv-rebuildinstance-hnh5l ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 15:33 UTC+0800 (B ops_status:mongodb-dbodqv-rebuildinstance-hnh5l ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 15:33 UTC+0800 (B ops_status:mongodb-dbodqv-rebuildinstance-hnh5l ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 15:33 UTC+0800 (B ops_status:mongodb-dbodqv-rebuildinstance-hnh5l ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 15:33 UTC+0800 (B ops_status:mongodb-dbodqv-rebuildinstance-hnh5l ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 15:33 UTC+0800 (B ops_status:mongodb-dbodqv-rebuildinstance-hnh5l ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 15:33 UTC+0800 (B ops_status:mongodb-dbodqv-rebuildinstance-hnh5l ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 15:33 UTC+0800 (B ops_status:mongodb-dbodqv-rebuildinstance-hnh5l ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 15:33 UTC+0800 (B ops_status:mongodb-dbodqv-rebuildinstance-hnh5l ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 15:33 UTC+0800 (B ops_status:mongodb-dbodqv-rebuildinstance-hnh5l ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 15:33 UTC+0800 (B ops_status:mongodb-dbodqv-rebuildinstance-hnh5l ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 15:33 UTC+0800 (B ops_status:mongodb-dbodqv-rebuildinstance-hnh5l ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 15:33 UTC+0800 (B ops_status:mongodb-dbodqv-rebuildinstance-hnh5l ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 15:33 UTC+0800 (B check ops status done(B ops_status:mongodb-dbodqv-rebuildinstance-hnh5l ns-xihxr RebuildInstance mongodb-dbodqv mongodb Succeed 1/1 Feb 12,2026 15:33 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations mongodb-dbodqv-rebuildinstance-hnh5l --namespace ns-xihxr `(B  opsrequest.operations.kubeblocks.io/mongodb-dbodqv-rebuildinstance-hnh5l patched  `kbcli cluster delete-ops --name mongodb-dbodqv-rebuildinstance-hnh5l --force --auto-approve --namespace ns-xihxr `(B  OpsRequest mongodb-dbodqv-rebuildinstance-hnh5l deleted check cluster status  `kbcli cluster list mongodb-dbodqv --show-labels --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS mongodb-dbodqv ns-xihxr mongodb WipeOut Running Feb 12,2026 15:18 UTC+0800 app.kubernetes.io/instance=mongodb-dbodqv,clusterdefinition.kubeblocks.io/name=mongodb check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances mongodb-dbodqv --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME mongodb-dbodqv-mongodb-1 ns-xihxr mongodb-dbodqv mongodb Running primary 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 15:29 UTC+0800 mongodb-dbodqv-mongodb-2 ns-xihxr mongodb-dbodqv mongodb Running secondary 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 15:27 UTC+0800 mongodb-dbodqv-mongodb-3 ns-xihxr mongodb-dbodqv mongodb Running secondary 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 15:33 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: mongodb-dbodqv-mongodb-1;secondary(B: mongodb-dbodqv-mongodb-2 mongodb-dbodqv-mongodb-3  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B check cluster connect  `echo " echo \"\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-1 --namespace ns-xihxr -- bash`(B  check cluster connect done(B  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B  `echo "echo \"db.col.find()\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-1 --namespace ns-xihxr -- bash `(B  check data: Defaulted container "mongodb" out of: mongodb, mongodb-backup-agent, exporter, kbagent, init-syncer (init), init-kubectl (init), init-pbm-agent (init), init-kbagent (init), kbagent-worker (init) Unable to use a TTY - input is not a terminal or the right kind of file Current Mongosh Log ID: 698d830308f7adcabc8b79a1 Connecting to: mongodb://@mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local:27017/admin?directConnection=true&authSource=admin&appName=mongosh+2.5.10 Using MongoDB: 6.0.27-21 Using Mongosh: 2.5.10 mongosh 2.6.0 is available for download: https://www.mongodb.com/try/download/shell For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/ ------ The server generated these startup warnings when booting 2026-02-12T07:29:10.292+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem 2026-02-12T07:29:21.199+00:00: You are running this process as the root user, which is not recommended 2026-02-12T07:29:21.199+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version 2026-02-12T07:29:21.199+00:00: vm.max_map_count is too low ------ mongodb-dbodqv-mongodb [direct: primary] admin> [ { _id: ObjectId('698d80b4b88eb8518a8b79a2'), a: 'ibswq' } ] mongodb-dbodqv-mongodb [direct: primary] admin> check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B  `echo "echo \"db.col.find().readPref('secondary')\" | mongosh --host mongodb-dbodqv-mongodb-mongodb-ro.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-2 --namespace ns-xihxr -- bash `(B  check readonly data: Defaulted container "mongodb" out of: mongodb, mongodb-backup-agent, exporter, kbagent, init-syncer (init), init-kubectl (init), init-pbm-agent (init), init-kbagent (init), kbagent-worker (init) Unable to use a TTY - input is not a terminal or the right kind of file Current Mongosh Log ID: 698d832324f45cf1028b79a1 Connecting to: mongodb://@mongodb-dbodqv-mongodb-mongodb-ro.ns-xihxr.svc.cluster.local:27017/admin?directConnection=true&authSource=admin&appName=mongosh+2.5.10 Using MongoDB: 6.0.27-21 Using Mongosh: 2.5.10 mongosh 2.6.0 is available for download: https://www.mongodb.com/try/download/shell For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/ To help improve our products, anonymous usage data is collected and sent to MongoDB periodically (https://www.mongodb.com/legal/privacy-policy). You can opt-out by running the disableTelemetry() command. ------ The server generated these startup warnings when booting 2026-02-12T07:28:28.405+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem 2026-02-12T07:28:39.608+00:00: You are running this process as the root user, which is not recommended 2026-02-12T07:28:39.609+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version 2026-02-12T07:28:39.609+00:00: vm.max_map_count is too low ------ mongodb-dbodqv-mongodb [direct: secondary] admin> [ { _id: ObjectId('698d80b4b88eb8518a8b79a2'), a: 'ibswq' } ] mongodb-dbodqv-mongodb [direct: secondary] admin> check cluster readonly data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B check db_client batch data count  `echo "echo \"db.executions_loop_table.estimatedDocumentCount();\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin" | kubectl exec -it mongodb-dbodqv-mongodb-1 --namespace ns-xihxr -- bash `(B  check db_client batch [391] equal [391] data Success(B test switchover(B cluster promote check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster promote mongodb-dbodqv --auto-approve --force=true --instance mongodb-dbodqv-mongodb-1 --candidate mongodb-dbodqv-mongodb-2 --namespace ns-xihxr `(B  OpsRequest mongodb-dbodqv-switchover-4tskj created successfully, you can view the progress: kbcli cluster describe-ops mongodb-dbodqv-switchover-4tskj -n ns-xihxr check ops status  `kbcli cluster list-ops mongodb-dbodqv --status all --namespace ns-xihxr `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mongodb-dbodqv-switchover-4tskj ns-xihxr Switchover mongodb-dbodqv Creating -/- Feb 12,2026 15:38 UTC+0800 check cluster status  `kbcli cluster list mongodb-dbodqv --show-labels --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS mongodb-dbodqv ns-xihxr mongodb WipeOut Running Feb 12,2026 15:18 UTC+0800 app.kubernetes.io/instance=mongodb-dbodqv,clusterdefinition.kubeblocks.io/name=mongodb check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances mongodb-dbodqv --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME mongodb-dbodqv-mongodb-1 ns-xihxr mongodb-dbodqv mongodb Running primary 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 15:29 UTC+0800 mongodb-dbodqv-mongodb-2 ns-xihxr mongodb-dbodqv mongodb Running secondary 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 15:27 UTC+0800 mongodb-dbodqv-mongodb-3 ns-xihxr mongodb-dbodqv mongodb Running secondary 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 15:33 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: mongodb-dbodqv-mongodb-1;secondary(B: mongodb-dbodqv-mongodb-2 mongodb-dbodqv-mongodb-3  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B check cluster connect  `echo " echo \"\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-1 --namespace ns-xihxr -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops mongodb-dbodqv --status all --namespace ns-xihxr `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mongodb-dbodqv-switchover-4tskj ns-xihxr Switchover mongodb-dbodqv mongodb-dbodqv-mongodb Succeed 1/1 Feb 12,2026 15:38 UTC+0800 check ops status done(B ops_status:mongodb-dbodqv-switchover-4tskj ns-xihxr Switchover mongodb-dbodqv mongodb-dbodqv-mongodb Succeed 1/1 Feb 12,2026 15:38 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations mongodb-dbodqv-switchover-4tskj --namespace ns-xihxr `(B  opsrequest.operations.kubeblocks.io/mongodb-dbodqv-switchover-4tskj patched  `kbcli cluster delete-ops --name mongodb-dbodqv-switchover-4tskj --force --auto-approve --namespace ns-xihxr `(B  OpsRequest mongodb-dbodqv-switchover-4tskj deleted  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B  `echo "echo \"db.col.find()\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-2 --namespace ns-xihxr -- bash `(B  check data: Defaulted container "mongodb" out of: mongodb, mongodb-backup-agent, exporter, kbagent, init-syncer (init), init-kubectl (init), init-pbm-agent (init), init-kbagent (init), kbagent-worker (init) Unable to use a TTY - input is not a terminal or the right kind of file Current Mongosh Log ID: 698d838b60f2c747678b79a1 Connecting to: mongodb://@mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local:27017/admin?directConnection=true&authSource=admin&appName=mongosh+2.5.10 Using MongoDB: 6.0.27-21 Using Mongosh: 2.5.10 mongosh 2.6.0 is available for download: https://www.mongodb.com/try/download/shell For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/ ------ The server generated these startup warnings when booting 2026-02-12T07:28:28.405+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem 2026-02-12T07:28:39.608+00:00: You are running this process as the root user, which is not recommended 2026-02-12T07:28:39.609+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version 2026-02-12T07:28:39.609+00:00: vm.max_map_count is too low ------ mongodb-dbodqv-mongodb [direct: primary] admin> [ { _id: ObjectId('698d80b4b88eb8518a8b79a2'), a: 'ibswq' } ] mongodb-dbodqv-mongodb [direct: primary] admin> check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B  `echo "echo \"db.col.find().readPref('secondary')\" | mongosh --host mongodb-dbodqv-mongodb-mongodb-ro.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-1 --namespace ns-xihxr -- bash `(B  check readonly data: Defaulted container "mongodb" out of: mongodb, mongodb-backup-agent, exporter, kbagent, init-syncer (init), init-kubectl (init), init-pbm-agent (init), init-kbagent (init), kbagent-worker (init) Unable to use a TTY - input is not a terminal or the right kind of file Current Mongosh Log ID: 698d83a9abc189ee3e8b79a1 Connecting to: mongodb://@mongodb-dbodqv-mongodb-mongodb-ro.ns-xihxr.svc.cluster.local:27017/admin?directConnection=true&authSource=admin&appName=mongosh+2.5.10 Using MongoDB: 6.0.27-21 Using Mongosh: 2.5.10 mongosh 2.6.0 is available for download: https://www.mongodb.com/try/download/shell For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/ ------ The server generated these startup warnings when booting 2026-02-12T07:35:13.805+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem 2026-02-12T07:35:20.540+00:00: You are running this process as the root user, which is not recommended 2026-02-12T07:35:20.540+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version 2026-02-12T07:35:20.540+00:00: vm.max_map_count is too low ------ mongodb-dbodqv-mongodb [direct: secondary] admin> [ { _id: ObjectId('698d80b4b88eb8518a8b79a2'), a: 'ibswq' } ] mongodb-dbodqv-mongodb [direct: secondary] admin> check cluster readonly data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B check db_client batch data count  `echo "echo \"db.executions_loop_table.estimatedDocumentCount();\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin" | kubectl exec -it mongodb-dbodqv-mongodb-2 --namespace ns-xihxr -- bash `(B  check db_client batch [391] equal [391] data Success(B switchover pod:mongodb-dbodqv-mongodb-2 switchover success(B cluster mongodb scale-out cluster mongodb scale-out replicas: 5 check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster scale-out mongodb-dbodqv --auto-approve --force=true --components mongodb --replicas 2 --namespace ns-xihxr `(B  OpsRequest mongodb-dbodqv-horizontalscaling-xmbgr created successfully, you can view the progress: kbcli cluster describe-ops mongodb-dbodqv-horizontalscaling-xmbgr -n ns-xihxr check ops status  `kbcli cluster list-ops mongodb-dbodqv --status all --namespace ns-xihxr `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mongodb-dbodqv-horizontalscaling-xmbgr ns-xihxr HorizontalScaling mongodb-dbodqv mongodb Creating -/- Feb 12,2026 15:40 UTC+0800 ops_status:mongodb-dbodqv-horizontalscaling-xmbgr ns-xihxr HorizontalScaling mongodb-dbodqv mongodb Creating -/- Feb 12,2026 15:40 UTC+0800 (B check cluster status  `kbcli cluster list mongodb-dbodqv --show-labels --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS mongodb-dbodqv ns-xihxr mongodb WipeOut Updating Feb 12,2026 15:18 UTC+0800 app.kubernetes.io/instance=mongodb-dbodqv,clusterdefinition.kubeblocks.io/name=mongodb cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B [Error] check cluster status timeout(B --------------------------------------get cluster mongodb-dbodqv yaml--------------------------------------  `kubectl get cluster mongodb-dbodqv -o yaml --namespace ns-xihxr `(B  apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: annotations: kubeblocks.io/crd-api-version: apps.kubeblocks.io/v1 kubeblocks.io/ops-request: '[{"name":"mongodb-dbodqv-horizontalscaling-xmbgr","type":"HorizontalScaling"}]' kubectl.kubernetes.io/last-applied-configuration: | {"apiVersion":"apps.kubeblocks.io/v1","kind":"Cluster","metadata":{"annotations":{},"name":"mongodb-dbodqv","namespace":"ns-xihxr"},"spec":{"clusterDef":"mongodb","componentSpecs":[{"name":"mongodb","replicas":3,"resources":{"limits":{"cpu":"100m","memory":"0.5Gi"},"requests":{"cpu":"100m","memory":"0.5Gi"}},"serviceVersion":"6.0.27","volumeClaimTemplates":[{"name":"data","spec":{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"3Gi"}},"storageClassName":null}}]}],"terminationPolicy":"WipeOut","topology":"replicaset"}} creationTimestamp: "2026-02-12T07:18:36Z" finalizers: - cluster.kubeblocks.io/finalizer generation: 6 labels: app.kubernetes.io/instance: mongodb-dbodqv clusterdefinition.kubeblocks.io/name: mongodb name: mongodb-dbodqv namespace: ns-xihxr resourceVersion: "400098" uid: c2126754-eb2b-484b-b504-89dc8348a359 spec: clusterDef: mongodb componentSpecs: - annotations: kubeblocks.io/restart: "2026-02-12T07:27:31Z" componentDef: mongodb-1.0.2 name: mongodb offlineInstances: - mongodb-dbodqv-mongodb-0 podUpdatePolicy: PreferInPlace replicas: 5 resources: limits: cpu: 100m memory: 512Mi requests: cpu: 100m memory: 512Mi serviceVersion: 6.0.27 volumeClaimTemplates: - name: data spec: accessModes: - ReadWriteOnce resources: requests: storage: 3Gi terminationPolicy: WipeOut topology: replicaset status: components: mongodb: observedGeneration: 6 phase: Updating upToDate: true conditions: - lastTransitionTime: "2026-02-12T07:18:36Z" message: 'The operator has started the provisioning of Cluster: mongodb-dbodqv' observedGeneration: 6 reason: PreCheckSucceed status: "True" type: ProvisioningStarted - lastTransitionTime: "2026-02-12T07:18:36Z" message: Successfully applied for resources observedGeneration: 6 reason: ApplyResourcesSucceed status: "True" type: ApplyResources - lastTransitionTime: "2026-02-12T07:22:17Z" message: cluster mongodb-dbodqv is ready reason: ClusterReady status: "True" type: Ready observedGeneration: 6 phase: Updating ------------------------------------------------------------------------------------------------------------------ --------------------------------------describe cluster mongodb-dbodqv--------------------------------------  `kubectl describe cluster mongodb-dbodqv --namespace ns-xihxr `(B  Name: mongodb-dbodqv Namespace: ns-xihxr Labels: app.kubernetes.io/instance=mongodb-dbodqv clusterdefinition.kubeblocks.io/name=mongodb Annotations: kubeblocks.io/crd-api-version: apps.kubeblocks.io/v1 kubeblocks.io/ops-request: [{"name":"mongodb-dbodqv-horizontalscaling-xmbgr","type":"HorizontalScaling"}] API Version: apps.kubeblocks.io/v1 Kind: Cluster Metadata: Creation Timestamp: 2026-02-12T07:18:36Z Finalizers: cluster.kubeblocks.io/finalizer Generation: 6 Resource Version: 400098 UID: c2126754-eb2b-484b-b504-89dc8348a359 Spec: Cluster Def: mongodb Component Specs: Annotations: kubeblocks.io/restart: 2026-02-12T07:27:31Z Component Def: mongodb-1.0.2 Name: mongodb Offline Instances: mongodb-dbodqv-mongodb-0 Pod Update Policy: PreferInPlace Replicas: 5 Resources: Limits: Cpu: 100m Memory: 512Mi Requests: Cpu: 100m Memory: 512Mi Service Version: 6.0.27 Volume Claim Templates: Name: data Spec: Access Modes: ReadWriteOnce Resources: Requests: Storage: 3Gi Termination Policy: WipeOut Topology: replicaset Status: Components: Mongodb: Observed Generation: 6 Phase: Updating Up To Date: true Conditions: Last Transition Time: 2026-02-12T07:18:36Z Message: The operator has started the provisioning of Cluster: mongodb-dbodqv Observed Generation: 6 Reason: PreCheckSucceed Status: True Type: ProvisioningStarted Last Transition Time: 2026-02-12T07:18:36Z Message: Successfully applied for resources Observed Generation: 6 Reason: ApplyResourcesSucceed Status: True Type: ApplyResources Last Transition Time: 2026-02-12T07:22:17Z Message: cluster mongodb-dbodqv is ready Reason: ClusterReady Status: True Type: Ready Observed Generation: 6 Phase: Updating Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal ClusterComponentPhaseTransition 29m (x2 over 29m) cluster-controller cluster component mongodb is Creating Normal ClusterReady 25m cluster-controller cluster mongodb-dbodqv is ready Normal PreCheckSucceed 20m (x3 over 29m) cluster-controller The operator has started the provisioning of Cluster: mongodb-dbodqv Normal ApplyResourcesSucceed 20m (x3 over 29m) cluster-controller Successfully applied for resources Normal ClusterComponentPhaseTransition 20m (x4 over 20m) cluster-controller cluster component mongodb is Updating Normal Running 17m (x2 over 25m) cluster-controller Cluster: mongodb-dbodqv is ready, current phase is Running Normal ClusterComponentPhaseTransition 7m23s (x23 over 25m) cluster-controller cluster component mongodb is Running ------------------------------------------------------------------------------------------------------------------ check pod status  `kbcli cluster list-instances mongodb-dbodqv --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME mongodb-dbodqv-mongodb-1 ns-xihxr mongodb-dbodqv mongodb Running secondary 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 15:29 UTC+0800 mongodb-dbodqv-mongodb-2 ns-xihxr mongodb-dbodqv mongodb Running primary 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 15:27 UTC+0800 mongodb-dbodqv-mongodb-3 ns-xihxr mongodb-dbodqv mongodb Running secondary 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 15:33 UTC+0800 mongodb-dbodqv-mongodb-4 ns-xihxr mongodb-dbodqv mongodb Init:0/5 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 15:40 UTC+0800 pod_status:Init:0/5(B pod_status:Init:0/5(B pod_status:Init:3/5(B check pod status done(B check cluster status again cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status again done(B check cluster role check cluster role done(B primary(B: mongodb-dbodqv-mongodb-2;secondary(B: mongodb-dbodqv-mongodb-1 mongodb-dbodqv-mongodb-3 mongodb-dbodqv-mongodb-4 mongodb-dbodqv-mongodb-5  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B check cluster connect  `echo " echo \"\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-2 --namespace ns-xihxr -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops mongodb-dbodqv --status all --namespace ns-xihxr `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mongodb-dbodqv-horizontalscaling-xmbgr ns-xihxr HorizontalScaling mongodb-dbodqv mongodb Succeed 2/2 Feb 12,2026 15:40 UTC+0800 check ops status done(B ops_status:mongodb-dbodqv-horizontalscaling-xmbgr ns-xihxr HorizontalScaling mongodb-dbodqv mongodb Succeed 2/2 Feb 12,2026 15:40 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations mongodb-dbodqv-horizontalscaling-xmbgr --namespace ns-xihxr `(B  opsrequest.operations.kubeblocks.io/mongodb-dbodqv-horizontalscaling-xmbgr patched  `kbcli cluster delete-ops --name mongodb-dbodqv-horizontalscaling-xmbgr --force --auto-approve --namespace ns-xihxr `(B  OpsRequest mongodb-dbodqv-horizontalscaling-xmbgr deleted  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B  `echo "echo \"db.col.find()\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-2 --namespace ns-xihxr -- bash `(B  check data: Defaulted container "mongodb" out of: mongodb, mongodb-backup-agent, exporter, kbagent, init-syncer (init), init-kubectl (init), init-pbm-agent (init), init-kbagent (init), kbagent-worker (init) Unable to use a TTY - input is not a terminal or the right kind of file Current Mongosh Log ID: 698d864781c5792ce08b79a1 Connecting to: mongodb://@mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local:27017/admin?directConnection=true&authSource=admin&appName=mongosh+2.5.10 Using MongoDB: 6.0.27-21 Using Mongosh: 2.5.10 mongosh 2.6.0 is available for download: https://www.mongodb.com/try/download/shell For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/ ------ The server generated these startup warnings when booting 2026-02-12T07:28:28.405+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem 2026-02-12T07:28:39.608+00:00: You are running this process as the root user, which is not recommended 2026-02-12T07:28:39.609+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version 2026-02-12T07:28:39.609+00:00: vm.max_map_count is too low ------ mongodb-dbodqv-mongodb [direct: primary] admin> [ { _id: ObjectId('698d80b4b88eb8518a8b79a2'), a: 'ibswq' } ] mongodb-dbodqv-mongodb [direct: primary] admin> check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B  `echo "echo \"db.col.find().readPref('secondary')\" | mongosh --host mongodb-dbodqv-mongodb-mongodb-ro.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-1 --namespace ns-xihxr -- bash `(B  check readonly data: Defaulted container "mongodb" out of: mongodb, mongodb-backup-agent, exporter, kbagent, init-syncer (init), init-kubectl (init), init-pbm-agent (init), init-kbagent (init), kbagent-worker (init) Unable to use a TTY - input is not a terminal or the right kind of file Current Mongosh Log ID: 698d8678d997e636668b79a1 Connecting to: mongodb://@mongodb-dbodqv-mongodb-mongodb-ro.ns-xihxr.svc.cluster.local:27017/admin?directConnection=true&authSource=admin&appName=mongosh+2.5.10 Using MongoDB: 6.0.27-21 Using Mongosh: 2.5.10 mongosh 2.6.0 is available for download: https://www.mongodb.com/try/download/shell For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/ ------ The server generated these startup warnings when booting 2026-02-12T07:35:13.805+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem 2026-02-12T07:35:20.540+00:00: You are running this process as the root user, which is not recommended 2026-02-12T07:35:20.540+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version 2026-02-12T07:35:20.540+00:00: vm.max_map_count is too low ------ mongodb-dbodqv-mongodb [direct: secondary] admin> [ { _id: ObjectId('698d80b4b88eb8518a8b79a2'), a: 'ibswq' } ] mongodb-dbodqv-mongodb [direct: secondary] admin> check cluster readonly data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B check db_client batch data count  `echo "echo \"db.executions_loop_table.estimatedDocumentCount();\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin" | kubectl exec -it mongodb-dbodqv-mongodb-2 --namespace ns-xihxr -- bash `(B  check db_client batch [391] equal [391] data Success(B cluster mongodb scale-in cluster mongodb scale-in replicas: 3 check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster scale-in mongodb-dbodqv --auto-approve --force=true --components mongodb --replicas 2 --namespace ns-xihxr `(B  OpsRequest mongodb-dbodqv-horizontalscaling-wmrs5 created successfully, you can view the progress: kbcli cluster describe-ops mongodb-dbodqv-horizontalscaling-wmrs5 -n ns-xihxr check ops status  `kbcli cluster list-ops mongodb-dbodqv --status all --namespace ns-xihxr `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mongodb-dbodqv-horizontalscaling-wmrs5 ns-xihxr HorizontalScaling mongodb-dbodqv mongodb Running -/- Feb 12,2026 15:52 UTC+0800 check cluster status  `kbcli cluster list mongodb-dbodqv --show-labels --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS mongodb-dbodqv ns-xihxr mongodb WipeOut Updating Feb 12,2026 15:18 UTC+0800 app.kubernetes.io/instance=mongodb-dbodqv,clusterdefinition.kubeblocks.io/name=mongodb cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances mongodb-dbodqv --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME mongodb-dbodqv-mongodb-1 ns-xihxr mongodb-dbodqv mongodb Running secondary 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 15:29 UTC+0800 mongodb-dbodqv-mongodb-2 ns-xihxr mongodb-dbodqv mongodb Running primary 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 15:27 UTC+0800 mongodb-dbodqv-mongodb-3 ns-xihxr mongodb-dbodqv mongodb Running secondary 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 15:33 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: mongodb-dbodqv-mongodb-2;secondary(B: mongodb-dbodqv-mongodb-1 mongodb-dbodqv-mongodb-3  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B check cluster connect  `echo " echo \"\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-2 --namespace ns-xihxr -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops mongodb-dbodqv --status all --namespace ns-xihxr `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mongodb-dbodqv-horizontalscaling-wmrs5 ns-xihxr HorizontalScaling mongodb-dbodqv mongodb Succeed 2/2 Feb 12,2026 15:52 UTC+0800 check ops status done(B ops_status:mongodb-dbodqv-horizontalscaling-wmrs5 ns-xihxr HorizontalScaling mongodb-dbodqv mongodb Succeed 2/2 Feb 12,2026 15:52 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations mongodb-dbodqv-horizontalscaling-wmrs5 --namespace ns-xihxr `(B  opsrequest.operations.kubeblocks.io/mongodb-dbodqv-horizontalscaling-wmrs5 patched  `kbcli cluster delete-ops --name mongodb-dbodqv-horizontalscaling-wmrs5 --force --auto-approve --namespace ns-xihxr `(B  OpsRequest mongodb-dbodqv-horizontalscaling-wmrs5 deleted  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B  `echo "echo \"db.col.find()\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-2 --namespace ns-xihxr -- bash `(B  check data: Defaulted container "mongodb" out of: mongodb, mongodb-backup-agent, exporter, kbagent, init-syncer (init), init-kubectl (init), init-pbm-agent (init), init-kbagent (init), kbagent-worker (init) Unable to use a TTY - input is not a terminal or the right kind of file Current Mongosh Log ID: 698d86fb1e73155d728b79a1 Connecting to: mongodb://@mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local:27017/admin?directConnection=true&authSource=admin&appName=mongosh+2.5.10 Using MongoDB: 6.0.27-21 Using Mongosh: 2.5.10 mongosh 2.6.0 is available for download: https://www.mongodb.com/try/download/shell For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/ ------ The server generated these startup warnings when booting 2026-02-12T07:28:28.405+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem 2026-02-12T07:28:39.608+00:00: You are running this process as the root user, which is not recommended 2026-02-12T07:28:39.609+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version 2026-02-12T07:28:39.609+00:00: vm.max_map_count is too low ------ mongodb-dbodqv-mongodb [direct: primary] admin> [ { _id: ObjectId('698d80b4b88eb8518a8b79a2'), a: 'ibswq' } ] mongodb-dbodqv-mongodb [direct: primary] admin> check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B  `echo "echo \"db.col.find().readPref('secondary')\" | mongosh --host mongodb-dbodqv-mongodb-mongodb-ro.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-1 --namespace ns-xihxr -- bash `(B  check readonly data: Defaulted container "mongodb" out of: mongodb, mongodb-backup-agent, exporter, kbagent, init-syncer (init), init-kubectl (init), init-pbm-agent (init), init-kbagent (init), kbagent-worker (init) Unable to use a TTY - input is not a terminal or the right kind of file Current Mongosh Log ID: 698d87224e05f7185d8b79a1 Connecting to: mongodb://@mongodb-dbodqv-mongodb-mongodb-ro.ns-xihxr.svc.cluster.local:27017/admin?directConnection=true&authSource=admin&appName=mongosh+2.5.10 Using MongoDB: 6.0.27-21 Using Mongosh: 2.5.10 mongosh 2.6.0 is available for download: https://www.mongodb.com/try/download/shell For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/ ------ The server generated these startup warnings when booting 2026-02-12T07:35:13.805+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem 2026-02-12T07:35:20.540+00:00: You are running this process as the root user, which is not recommended 2026-02-12T07:35:20.540+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version 2026-02-12T07:35:20.540+00:00: vm.max_map_count is too low ------ mongodb-dbodqv-mongodb [direct: secondary] admin> [ { _id: ObjectId('698d80b4b88eb8518a8b79a2'), a: 'ibswq' } ] mongodb-dbodqv-mongodb [direct: secondary] admin> check cluster readonly data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B check db_client batch data count  `echo "echo \"db.executions_loop_table.estimatedDocumentCount();\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin" | kubectl exec -it mongodb-dbodqv-mongodb-2 --namespace ns-xihxr -- bash `(B  check db_client batch [391] equal [391] data Success(B cluster stop check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster stop mongodb-dbodqv --auto-approve --force=true --namespace ns-xihxr `(B  OpsRequest mongodb-dbodqv-stop-skbwm created successfully, you can view the progress: kbcli cluster describe-ops mongodb-dbodqv-stop-skbwm -n ns-xihxr check ops status  `kbcli cluster list-ops mongodb-dbodqv --status all --namespace ns-xihxr `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mongodb-dbodqv-stop-skbwm ns-xihxr Stop mongodb-dbodqv Running -/- Feb 12,2026 15:55 UTC+0800 check cluster status  `kbcli cluster list mongodb-dbodqv --show-labels --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS mongodb-dbodqv ns-xihxr mongodb WipeOut Stopping Feb 12,2026 15:18 UTC+0800 app.kubernetes.io/instance=mongodb-dbodqv,clusterdefinition.kubeblocks.io/name=mongodb cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B check cluster status done(B cluster_status:Stopped(B check pod status  `kbcli cluster list-instances mongodb-dbodqv --namespace ns-xihxr `(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 mongodb-dbodqv --status all --namespace ns-xihxr `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mongodb-dbodqv-stop-skbwm ns-xihxr Stop mongodb-dbodqv mongodb Succeed 3/3 Feb 12,2026 15:55 UTC+0800 check ops status done(B ops_status:mongodb-dbodqv-stop-skbwm ns-xihxr Stop mongodb-dbodqv mongodb Succeed 3/3 Feb 12,2026 15:55 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations mongodb-dbodqv-stop-skbwm --namespace ns-xihxr `(B  opsrequest.operations.kubeblocks.io/mongodb-dbodqv-stop-skbwm patched  `kbcli cluster delete-ops --name mongodb-dbodqv-stop-skbwm --force --auto-approve --namespace ns-xihxr `(B  OpsRequest mongodb-dbodqv-stop-skbwm deleted cluster start check cluster status before ops check cluster status done(B cluster_status:Stopped(B  `kbcli cluster start mongodb-dbodqv --force=true --namespace ns-xihxr `(B  OpsRequest mongodb-dbodqv-start-wvpf5 created successfully, you can view the progress: kbcli cluster describe-ops mongodb-dbodqv-start-wvpf5 -n ns-xihxr check ops status  `kbcli cluster list-ops mongodb-dbodqv --status all --namespace ns-xihxr `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mongodb-dbodqv-start-wvpf5 ns-xihxr Start mongodb-dbodqv Creating -/- Feb 12,2026 15:56 UTC+0800 check cluster status  `kbcli cluster list mongodb-dbodqv --show-labels --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS mongodb-dbodqv ns-xihxr mongodb WipeOut Updating Feb 12,2026 15:18 UTC+0800 app.kubernetes.io/instance=mongodb-dbodqv,clusterdefinition.kubeblocks.io/name=mongodb cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B 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 mongodb-dbodqv --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME mongodb-dbodqv-mongodb-1 ns-xihxr mongodb-dbodqv mongodb Running primary 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 15:56 UTC+0800 mongodb-dbodqv-mongodb-2 ns-xihxr mongodb-dbodqv mongodb Running secondary 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 16:03 UTC+0800 mongodb-dbodqv-mongodb-3 ns-xihxr mongodb-dbodqv mongodb Running secondary 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 16:03 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: mongodb-dbodqv-mongodb-1;secondary(B: mongodb-dbodqv-mongodb-2 mongodb-dbodqv-mongodb-3  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B check cluster connect  `echo " echo \"\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-1 --namespace ns-xihxr -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops mongodb-dbodqv --status all --namespace ns-xihxr `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mongodb-dbodqv-start-wvpf5 ns-xihxr Start mongodb-dbodqv mongodb Succeed 3/3 Feb 12,2026 15:56 UTC+0800 check ops status done(B ops_status:mongodb-dbodqv-start-wvpf5 ns-xihxr Start mongodb-dbodqv mongodb Succeed 3/3 Feb 12,2026 15:56 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations mongodb-dbodqv-start-wvpf5 --namespace ns-xihxr `(B  opsrequest.operations.kubeblocks.io/mongodb-dbodqv-start-wvpf5 patched  `kbcli cluster delete-ops --name mongodb-dbodqv-start-wvpf5 --force --auto-approve --namespace ns-xihxr `(B  OpsRequest mongodb-dbodqv-start-wvpf5 deleted  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B  `echo "echo \"db.col.find()\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-3 --namespace ns-xihxr -- bash `(B  check data: Defaulted container "mongodb" out of: mongodb, mongodb-backup-agent, exporter, kbagent, init-syncer (init), init-kubectl (init), init-pbm-agent (init), init-kbagent (init), kbagent-worker (init) Unable to use a TTY - input is not a terminal or the right kind of file Current Mongosh Log ID: 698d89a35b8b95b68c8b79a1 Connecting to: mongodb://@mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local:27017/admin?directConnection=true&authSource=admin&appName=mongosh+2.5.10 Using MongoDB: 6.0.27-21 Using Mongosh: 2.5.10 mongosh 2.6.0 is available for download: https://www.mongodb.com/try/download/shell For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/ To help improve our products, anonymous usage data is collected and sent to MongoDB periodically (https://www.mongodb.com/legal/privacy-policy). You can opt-out by running the disableTelemetry() command. ------ The server generated these startup warnings when booting 2026-02-12T08:03:47.408+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem 2026-02-12T08:03:58.806+00:00: You are running this process as the root user, which is not recommended 2026-02-12T08:03:58.807+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version 2026-02-12T08:03:58.807+00:00: vm.max_map_count is too low ------ mongodb-dbodqv-mongodb [direct: primary] admin> [ { _id: ObjectId('698d80b4b88eb8518a8b79a2'), a: 'ibswq' } ] mongodb-dbodqv-mongodb [direct: primary] admin> check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B  `echo "echo \"db.col.find().readPref('secondary')\" | mongosh --host mongodb-dbodqv-mongodb-mongodb-ro.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-1 --namespace ns-xihxr -- bash `(B  check readonly data: Defaulted container "mongodb" out of: mongodb, mongodb-backup-agent, exporter, kbagent, init-syncer (init), init-kubectl (init), init-pbm-agent (init), init-kbagent (init), kbagent-worker (init) Unable to use a TTY - input is not a terminal or the right kind of file Current Mongosh Log ID: 698d89c4c6b0ec8fa78b79a1 Connecting to: mongodb://@mongodb-dbodqv-mongodb-mongodb-ro.ns-xihxr.svc.cluster.local:27017/admin?directConnection=true&authSource=admin&appName=mongosh+2.5.10 Using MongoDB: 6.0.27-21 Using Mongosh: 2.5.10 mongosh 2.6.0 is available for download: https://www.mongodb.com/try/download/shell For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/ ------ The server generated these startup warnings when booting 2026-02-12T08:03:43.994+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem 2026-02-12T08:03:54.303+00:00: You are running this process as the root user, which is not recommended 2026-02-12T08:03:54.304+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version 2026-02-12T08:03:54.304+00:00: vm.max_map_count is too low ------ mongodb-dbodqv-mongodb [direct: secondary] admin> [ { _id: ObjectId('698d80b4b88eb8518a8b79a2'), a: 'ibswq' } ] mongodb-dbodqv-mongodb [direct: secondary] admin> check cluster readonly data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B check db_client batch data count  `echo "echo \"db.executions_loop_table.estimatedDocumentCount();\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin" | kubectl exec -it mongodb-dbodqv-mongodb-3 --namespace ns-xihxr -- bash `(B  check db_client batch [391] equal [391] data Success(B test failover kill1(B check cluster status before cluster-failover-kill1 check cluster status done(B cluster_status:Running(B  `kill 1`(B  exec return message: check cluster status  `kbcli cluster list mongodb-dbodqv --show-labels --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS mongodb-dbodqv ns-xihxr mongodb WipeOut Running Feb 12,2026 15:18 UTC+0800 app.kubernetes.io/instance=mongodb-dbodqv,clusterdefinition.kubeblocks.io/name=mongodb check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances mongodb-dbodqv --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME mongodb-dbodqv-mongodb-1 ns-xihxr mongodb-dbodqv mongodb Running secondary 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 15:56 UTC+0800 mongodb-dbodqv-mongodb-2 ns-xihxr mongodb-dbodqv mongodb Running secondary 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 16:03 UTC+0800 mongodb-dbodqv-mongodb-3 ns-xihxr mongodb-dbodqv mongodb Running primary 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 16:03 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: mongodb-dbodqv-mongodb-3;secondary(B: mongodb-dbodqv-mongodb-1 mongodb-dbodqv-mongodb-2  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B check cluster connect  `echo " echo \"\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-3 --namespace ns-xihxr -- bash`(B  connect checking...(B connect checking...(B check cluster connect done(B check failover pod name failover pod name:mongodb-dbodqv-mongodb-1 failover kill1 Success(B  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B  `echo "echo \"db.col.find()\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-1 --namespace ns-xihxr -- bash `(B  check data: Defaulted container "mongodb" out of: mongodb, mongodb-backup-agent, exporter, kbagent, init-syncer (init), init-kubectl (init), init-pbm-agent (init), init-kbagent (init), kbagent-worker (init) Unable to use a TTY - input is not a terminal or the right kind of file Current Mongosh Log ID: 698d8a5580a914a2298b79a1 Connecting to: mongodb://@mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local:27017/admin?directConnection=true&authSource=admin&appName=mongosh+2.5.10 Using MongoDB: 6.0.27-21 Using Mongosh: 2.5.10 mongosh 2.6.0 is available for download: https://www.mongodb.com/try/download/shell For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/ ------ The server generated these startup warnings when booting 2026-02-12T08:02:59.440+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem 2026-02-12T08:03:12.131+00:00: You are running this process as the root user, which is not recommended 2026-02-12T08:03:12.131+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version 2026-02-12T08:03:12.131+00:00: vm.max_map_count is too low ------ mongodb-dbodqv-mongodb [direct: primary] admin> [ { _id: ObjectId('698d80b4b88eb8518a8b79a2'), a: 'ibswq' } ] mongodb-dbodqv-mongodb [direct: primary] admin> check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B  `echo "echo \"db.col.find().readPref('secondary')\" | mongosh --host mongodb-dbodqv-mongodb-mongodb-ro.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-2 --namespace ns-xihxr -- bash `(B  check readonly data: Defaulted container "mongodb" out of: mongodb, mongodb-backup-agent, exporter, kbagent, init-syncer (init), init-kubectl (init), init-pbm-agent (init), init-kbagent (init), kbagent-worker (init) Unable to use a TTY - input is not a terminal or the right kind of file Current Mongosh Log ID: 698d8a75836fa6ffff8b79a1 Connecting to: mongodb://@mongodb-dbodqv-mongodb-mongodb-ro.ns-xihxr.svc.cluster.local:27017/admin?directConnection=true&authSource=admin&appName=mongosh+2.5.10 Using MongoDB: 6.0.27-21 Using Mongosh: 2.5.10 mongosh 2.6.0 is available for download: https://www.mongodb.com/try/download/shell For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/ To help improve our products, anonymous usage data is collected and sent to MongoDB periodically (https://www.mongodb.com/legal/privacy-policy). You can opt-out by running the disableTelemetry() command. ------ The server generated these startup warnings when booting 2026-02-12T08:06:52.906+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem 2026-02-12T08:07:10.312+00:00: You are running this process as the root user, which is not recommended 2026-02-12T08:07:10.313+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version 2026-02-12T08:07:10.313+00:00: vm.max_map_count is too low ------ mongodb-dbodqv-mongodb [direct: secondary] admin> [ { _id: ObjectId('698d80b4b88eb8518a8b79a2'), a: 'ibswq' } ] mongodb-dbodqv-mongodb [direct: secondary] admin> check cluster readonly data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B check db_client batch data count  `echo "echo \"db.executions_loop_table.estimatedDocumentCount();\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin" | kubectl exec -it mongodb-dbodqv-mongodb-1 --namespace ns-xihxr -- bash `(B  check db_client batch [391] equal [391] data Success(B  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B  `mongosh mongodb://root:5E956nwR60hLpQ78@mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local`(B  exec return msg:Current Mongosh Log ID: 698d8af5e87cf15e6f8b79a1 Connecting to: mongodb://@mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local/?directConnection=true&appName=mongosh+2.5.10 Using MongoDB: 6.0.27-21 Using Mongosh: 2.5.10 mongosh 2.6.0 is available for download: https://www.mongodb.com/try/download/shell For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/ ------ The server generated these startup warnings when booting 2026-02-12T08:02:59.440+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem 2026-02-12T08:03:12.131+00:00: You are running this process as the root user, which is not recommended 2026-02-12T08:03:12.131+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version 2026-02-12T08:03:12.131+00:00: vm.max_map_count is too low ------ mongodb-dbodqv-mongodb [direct: primary] test> connect headlessEndpoints Success(B skip cluster Upgrade(B check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster vscale mongodb-dbodqv --auto-approve --force=true --components mongodb --cpu 200m --memory 0.6Gi --namespace ns-xihxr `(B  OpsRequest mongodb-dbodqv-verticalscaling-xx6v4 created successfully, you can view the progress: kbcli cluster describe-ops mongodb-dbodqv-verticalscaling-xx6v4 -n ns-xihxr check ops status  `kbcli cluster list-ops mongodb-dbodqv --status all --namespace ns-xihxr `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mongodb-dbodqv-verticalscaling-xx6v4 ns-xihxr VerticalScaling mongodb-dbodqv mongodb Creating -/- Feb 12,2026 16:10 UTC+0800 check cluster status  `kbcli cluster list mongodb-dbodqv --show-labels --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS mongodb-dbodqv ns-xihxr mongodb WipeOut Updating Feb 12,2026 15:18 UTC+0800 app.kubernetes.io/instance=mongodb-dbodqv,clusterdefinition.kubeblocks.io/name=mongodb cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B 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 mongodb-dbodqv --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME mongodb-dbodqv-mongodb-1 ns-xihxr mongodb-dbodqv mongodb Running secondary 0 200m / 200m 644245094400m / 644245094400m data:3Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 16:12 UTC+0800 mongodb-dbodqv-mongodb-2 ns-xihxr mongodb-dbodqv mongodb Running secondary 0 200m / 200m 644245094400m / 644245094400m data:3Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 16:11 UTC+0800 mongodb-dbodqv-mongodb-3 ns-xihxr mongodb-dbodqv mongodb Running primary 0 200m / 200m 644245094400m / 644245094400m data:3Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 16:11 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: mongodb-dbodqv-mongodb-3;secondary(B: mongodb-dbodqv-mongodb-1 mongodb-dbodqv-mongodb-2  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B check cluster connect  `echo " echo \"\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-3 --namespace ns-xihxr -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops mongodb-dbodqv --status all --namespace ns-xihxr `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mongodb-dbodqv-verticalscaling-xx6v4 ns-xihxr VerticalScaling mongodb-dbodqv mongodb Succeed 3/3 Feb 12,2026 16:10 UTC+0800 check ops status done(B ops_status:mongodb-dbodqv-verticalscaling-xx6v4 ns-xihxr VerticalScaling mongodb-dbodqv mongodb Succeed 3/3 Feb 12,2026 16:10 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations mongodb-dbodqv-verticalscaling-xx6v4 --namespace ns-xihxr `(B  opsrequest.operations.kubeblocks.io/mongodb-dbodqv-verticalscaling-xx6v4 patched  `kbcli cluster delete-ops --name mongodb-dbodqv-verticalscaling-xx6v4 --force --auto-approve --namespace ns-xihxr `(B  OpsRequest mongodb-dbodqv-verticalscaling-xx6v4 deleted  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B  `echo "echo \"db.col.find()\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-3 --namespace ns-xihxr -- bash `(B  check data: Defaulted container "mongodb" out of: mongodb, mongodb-backup-agent, exporter, kbagent, init-syncer (init), init-kubectl (init), init-pbm-agent (init), init-kbagent (init), kbagent-worker (init) Unable to use a TTY - input is not a terminal or the right kind of file Current Mongosh Log ID: 698d8badc827316bba8b79a1 Connecting to: mongodb://@mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local:27017/admin?directConnection=true&authSource=admin&appName=mongosh+2.5.10 Using MongoDB: 6.0.27-21 Using Mongosh: 2.5.10 mongosh 2.6.0 is available for download: https://www.mongodb.com/try/download/shell For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/ ------ The server generated these startup warnings when booting 2026-02-12T08:11:18.516+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem 2026-02-12T08:11:23.921+00:00: You are running this process as the root user, which is not recommended 2026-02-12T08:11:23.922+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version 2026-02-12T08:11:23.922+00:00: vm.max_map_count is too low ------ mongodb-dbodqv-mongodb [direct: primary] admin> [ { _id: ObjectId('698d80b4b88eb8518a8b79a2'), a: 'ibswq' } ] mongodb-dbodqv-mongodb [direct: primary] admin> check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B  `echo "echo \"db.col.find().readPref('secondary')\" | mongosh --host mongodb-dbodqv-mongodb-mongodb-ro.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-1 --namespace ns-xihxr -- bash `(B  check readonly data: Defaulted container "mongodb" out of: mongodb, mongodb-backup-agent, exporter, kbagent, init-syncer (init), init-kubectl (init), init-pbm-agent (init), init-kbagent (init), kbagent-worker (init) Unable to use a TTY - input is not a terminal or the right kind of file Current Mongosh Log ID: 698d8bb6b16e0110988b79a1 Connecting to: mongodb://@mongodb-dbodqv-mongodb-mongodb-ro.ns-xihxr.svc.cluster.local:27017/admin?directConnection=true&authSource=admin&appName=mongosh+2.5.10 Using MongoDB: 6.0.27-21 Using Mongosh: 2.5.10 For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/ To help improve our products, anonymous usage data is collected and sent to MongoDB periodically (https://www.mongodb.com/legal/privacy-policy). You can opt-out by running the disableTelemetry() command. ------ The server generated these startup warnings when booting 2026-02-12T08:13:09.337+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem 2026-02-12T08:13:14.757+00:00: You are running this process as the root user, which is not recommended 2026-02-12T08:13:14.757+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version 2026-02-12T08:13:14.758+00:00: vm.max_map_count is too low ------ mongodb-dbodqv-mongodb [direct: secondary] admin> [ { _id: ObjectId('698d80b4b88eb8518a8b79a2'), a: 'ibswq' } ] mongodb-dbodqv-mongodb [direct: secondary] admin> check cluster readonly data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B check db_client batch data count  `echo "echo \"db.executions_loop_table.estimatedDocumentCount();\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin" | kubectl exec -it mongodb-dbodqv-mongodb-3 --namespace ns-xihxr -- bash `(B  check db_client batch [391] equal [391] data Success(B test failover (B check cluster status before cluster-failover- check cluster status done(B cluster_status:Running(B delete pod:mongodb-dbodqv-mongodb-3  `kubectl delete pod mongodb-dbodqv-mongodb-3 --force --namespace ns-xihxr `(B  pod "mongodb-dbodqv-mongodb-3" force deleted check cluster status  `kbcli cluster list mongodb-dbodqv --show-labels --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS mongodb-dbodqv ns-xihxr mongodb WipeOut Running Feb 12,2026 15:18 UTC+0800 app.kubernetes.io/instance=mongodb-dbodqv,clusterdefinition.kubeblocks.io/name=mongodb check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances mongodb-dbodqv --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME mongodb-dbodqv-mongodb-1 ns-xihxr mongodb-dbodqv mongodb Running secondary 0 200m / 200m 644245094400m / 644245094400m data:3Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 16:12 UTC+0800 mongodb-dbodqv-mongodb-2 ns-xihxr mongodb-dbodqv mongodb Running secondary 0 200m / 200m 644245094400m / 644245094400m data:3Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 16:11 UTC+0800 mongodb-dbodqv-mongodb-3 ns-xihxr mongodb-dbodqv mongodb Init:0/5 0 200m / 200m 644245094400m / 644245094400m data:3Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 16:13 UTC+0800 pod_status:Init:0/5(B pod_status:Init:4/5(B check pod status done(B check cluster role primary(B: ;secondary(B: mongodb-dbodqv-mongodb-1 mongodb-dbodqv-mongodb-2 check cluster role done(B primary(B: mongodb-dbodqv-mongodb-1;secondary(B: mongodb-dbodqv-mongodb-2  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B check cluster connect  `echo " echo \"\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-1 --namespace ns-xihxr -- bash`(B  check cluster connect done(B check failover pod name failover pod name:mongodb-dbodqv-mongodb-1 failover Success(B  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B  `echo "echo \"db.col.find()\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-1 --namespace ns-xihxr -- bash `(B  check data: Defaulted container "mongodb" out of: mongodb, mongodb-backup-agent, exporter, kbagent, init-syncer (init), init-kubectl (init), init-pbm-agent (init), init-kbagent (init), kbagent-worker (init) Unable to use a TTY - input is not a terminal or the right kind of file Current Mongosh Log ID: 698d8be0180030cc4e8b79a1 Connecting to: mongodb://@mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local:27017/admin?directConnection=true&authSource=admin&appName=mongosh+2.5.10 Using MongoDB: 6.0.27-21 Using Mongosh: 2.5.10 mongosh 2.6.0 is available for download: https://www.mongodb.com/try/download/shell For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/ ------ The server generated these startup warnings when booting 2026-02-12T08:13:09.337+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem 2026-02-12T08:13:14.757+00:00: You are running this process as the root user, which is not recommended 2026-02-12T08:13:14.757+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version 2026-02-12T08:13:14.758+00:00: vm.max_map_count is too low ------ mongodb-dbodqv-mongodb [direct: primary] admin> [ { _id: ObjectId('698d80b4b88eb8518a8b79a2'), a: 'ibswq' } ] mongodb-dbodqv-mongodb [direct: primary] admin> check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B  `echo "echo \"db.col.find().readPref('secondary')\" | mongosh --host mongodb-dbodqv-mongodb-mongodb-ro.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-2 --namespace ns-xihxr -- bash `(B  check readonly data: Defaulted container "mongodb" out of: mongodb, mongodb-backup-agent, exporter, kbagent, init-syncer (init), init-kubectl (init), init-pbm-agent (init), init-kbagent (init), kbagent-worker (init) Unable to use a TTY - input is not a terminal or the right kind of file Current Mongosh Log ID: 698d8beb238929ce6b8b79a1 Connecting to: mongodb://@mongodb-dbodqv-mongodb-mongodb-ro.ns-xihxr.svc.cluster.local:27017/admin?directConnection=true&authSource=admin&appName=mongosh+2.5.10 Using MongoDB: 6.0.27-21 Using Mongosh: 2.5.10 For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/ To help improve our products, anonymous usage data is collected and sent to MongoDB periodically (https://www.mongodb.com/legal/privacy-policy). You can opt-out by running the disableTelemetry() command. ------ The server generated these startup warnings when booting 2026-02-12T08:11:50.789+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem 2026-02-12T08:11:56.509+00:00: You are running this process as the root user, which is not recommended 2026-02-12T08:11:56.509+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version 2026-02-12T08:11:56.509+00:00: vm.max_map_count is too low ------ mongodb-dbodqv-mongodb [direct: secondary] admin> [ { _id: ObjectId('698d80b4b88eb8518a8b79a2'), a: 'ibswq' } ] mongodb-dbodqv-mongodb [direct: secondary] admin> check cluster readonly data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B check db_client batch data count  `echo "echo \"db.executions_loop_table.estimatedDocumentCount();\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin" | kubectl exec -it mongodb-dbodqv-mongodb-1 --namespace ns-xihxr -- bash `(B  check db_client batch [391] equal [391] data Success(B  `kubectl get pvc -l app.kubernetes.io/instance=mongodb-dbodqv,apps.kubeblocks.io/component-name=mongodb,apps.kubeblocks.io/vct-name=data --namespace ns-xihxr `(B  cluster volume-expand check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster volume-expand mongodb-dbodqv --auto-approve --force=true --components mongodb --volume-claim-templates data --storage 4Gi --namespace ns-xihxr `(B  OpsRequest mongodb-dbodqv-volumeexpansion-c8cj9 created successfully, you can view the progress: kbcli cluster describe-ops mongodb-dbodqv-volumeexpansion-c8cj9 -n ns-xihxr check ops status  `kbcli cluster list-ops mongodb-dbodqv --status all --namespace ns-xihxr `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mongodb-dbodqv-volumeexpansion-c8cj9 ns-xihxr VolumeExpansion mongodb-dbodqv mongodb Running -/- Feb 12,2026 16:14 UTC+0800 check cluster status  `kbcli cluster list mongodb-dbodqv --show-labels --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS mongodb-dbodqv ns-xihxr mongodb WipeOut Updating Feb 12,2026 15:18 UTC+0800 app.kubernetes.io/instance=mongodb-dbodqv,clusterdefinition.kubeblocks.io/name=mongodb cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B 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 mongodb-dbodqv --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME mongodb-dbodqv-mongodb-1 ns-xihxr mongodb-dbodqv mongodb Running primary 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 16:12 UTC+0800 mongodb-dbodqv-mongodb-2 ns-xihxr mongodb-dbodqv mongodb Running secondary 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 16:11 UTC+0800 mongodb-dbodqv-mongodb-3 ns-xihxr mongodb-dbodqv mongodb Running secondary 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 16:13 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: mongodb-dbodqv-mongodb-1;secondary(B: mongodb-dbodqv-mongodb-2 mongodb-dbodqv-mongodb-3  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B check cluster connect  `echo " echo \"\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-1 --namespace ns-xihxr -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops mongodb-dbodqv --status all --namespace ns-xihxr `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mongodb-dbodqv-volumeexpansion-c8cj9 ns-xihxr VolumeExpansion mongodb-dbodqv mongodb Succeed 3/3 Feb 12,2026 16:14 UTC+0800 check ops status done(B ops_status:mongodb-dbodqv-volumeexpansion-c8cj9 ns-xihxr VolumeExpansion mongodb-dbodqv mongodb Succeed 3/3 Feb 12,2026 16:14 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations mongodb-dbodqv-volumeexpansion-c8cj9 --namespace ns-xihxr `(B  opsrequest.operations.kubeblocks.io/mongodb-dbodqv-volumeexpansion-c8cj9 patched  `kbcli cluster delete-ops --name mongodb-dbodqv-volumeexpansion-c8cj9 --force --auto-approve --namespace ns-xihxr `(B  OpsRequest mongodb-dbodqv-volumeexpansion-c8cj9 deleted  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B  `echo "echo \"db.col.find()\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-1 --namespace ns-xihxr -- bash `(B  check data: Defaulted container "mongodb" out of: mongodb, mongodb-backup-agent, exporter, kbagent, init-syncer (init), init-kubectl (init), init-pbm-agent (init), init-kbagent (init), kbagent-worker (init) Unable to use a TTY - input is not a terminal or the right kind of file Current Mongosh Log ID: 698d8d588b9716a1b88b79a1 Connecting to: mongodb://@mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local:27017/admin?directConnection=true&authSource=admin&appName=mongosh+2.5.10 Using MongoDB: 6.0.27-21 Using Mongosh: 2.5.10 mongosh 2.6.0 is available for download: https://www.mongodb.com/try/download/shell For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/ ------ The server generated these startup warnings when booting 2026-02-12T08:13:09.337+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem 2026-02-12T08:13:14.757+00:00: You are running this process as the root user, which is not recommended 2026-02-12T08:13:14.757+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version 2026-02-12T08:13:14.758+00:00: vm.max_map_count is too low ------ mongodb-dbodqv-mongodb [direct: primary] admin> [ { _id: ObjectId('698d80b4b88eb8518a8b79a2'), a: 'ibswq' } ] mongodb-dbodqv-mongodb [direct: primary] admin> check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B  `echo "echo \"db.col.find().readPref('secondary')\" | mongosh --host mongodb-dbodqv-mongodb-mongodb-ro.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-2 --namespace ns-xihxr -- bash `(B  check readonly data: Defaulted container "mongodb" out of: mongodb, mongodb-backup-agent, exporter, kbagent, init-syncer (init), init-kubectl (init), init-pbm-agent (init), init-kbagent (init), kbagent-worker (init) Unable to use a TTY - input is not a terminal or the right kind of file Current Mongosh Log ID: 698d8d62bdfd77bf148b79a1 Connecting to: mongodb://@mongodb-dbodqv-mongodb-mongodb-ro.ns-xihxr.svc.cluster.local:27017/admin?directConnection=true&authSource=admin&appName=mongosh+2.5.10 Using MongoDB: 6.0.27-21 Using Mongosh: 2.5.10 mongosh 2.6.0 is available for download: https://www.mongodb.com/try/download/shell For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/ ------ The server generated these startup warnings when booting 2026-02-12T08:14:20.303+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem 2026-02-12T08:14:24.815+00:00: You are running this process as the root user, which is not recommended 2026-02-12T08:14:24.815+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version 2026-02-12T08:14:24.815+00:00: vm.max_map_count is too low ------ mongodb-dbodqv-mongodb [direct: secondary] admin> [ { _id: ObjectId('698d80b4b88eb8518a8b79a2'), a: 'ibswq' } ] mongodb-dbodqv-mongodb [direct: secondary] admin> check cluster readonly data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B check db_client batch data count  `echo "echo \"db.executions_loop_table.estimatedDocumentCount();\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin" | kubectl exec -it mongodb-dbodqv-mongodb-1 --namespace ns-xihxr -- bash `(B  check db_client batch [391] equal [391] data Success(B cluster update terminationPolicy WipeOut  `kbcli cluster update mongodb-dbodqv --termination-policy=WipeOut --namespace ns-xihxr `(B  cluster.apps.kubeblocks.io/mongodb-dbodqv updated (no change) check cluster status  `kbcli cluster list mongodb-dbodqv --show-labels --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS mongodb-dbodqv ns-xihxr mongodb WipeOut Running Feb 12,2026 15:18 UTC+0800 app.kubernetes.io/instance=mongodb-dbodqv,clusterdefinition.kubeblocks.io/name=mongodb check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances mongodb-dbodqv --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME mongodb-dbodqv-mongodb-1 ns-xihxr mongodb-dbodqv mongodb Running primary 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 16:12 UTC+0800 mongodb-dbodqv-mongodb-2 ns-xihxr mongodb-dbodqv mongodb Running secondary 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 16:11 UTC+0800 mongodb-dbodqv-mongodb-3 ns-xihxr mongodb-dbodqv mongodb Running secondary 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 16:13 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: mongodb-dbodqv-mongodb-1;secondary(B: mongodb-dbodqv-mongodb-2 mongodb-dbodqv-mongodb-3  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B check cluster connect  `echo " echo \"\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-1 --namespace ns-xihxr -- bash`(B  check cluster connect done(B cluster pbm-physical backup  `kubectl get backuprepo backuprepo-kbcli-test -o jsonpath="{.spec.credential.name}"`(B   `kubectl get backuprepo backuprepo-kbcli-test -o jsonpath="{.spec.credential.namespace}"`(B   `kubectl get secrets kb-backuprepo-pn64t -n kb-wrwyg -o jsonpath="{.data.accessKeyId}"`(B   `kubectl get secrets kb-backuprepo-pn64t -n kb-wrwyg -o jsonpath="{.data.secretAccessKey}"`(B  KUBEBLOCKS NAMESPACE:kb-wrwyg get kubeblocks namespace done(B  `kubectl get secrets -l app.kubernetes.io/instance=kbcli-test-minio --namespace kb-wrwyg -o jsonpath="{.items[0].data.root-user}"`(B   `kubectl get secrets -l app.kubernetes.io/instance=kbcli-test-minio --namespace kb-wrwyg -o jsonpath="{.items[0].data.root-password}"`(B  minio_user:kbclitest,minio_password:kbclitest,minio_endpoint:kbcli-test-minio.kb-wrwyg.svc.cluster.local:9000 list minio bucket kbcli-test  `echo 'mc alias set minioserver http://kbcli-test-minio.kb-wrwyg.svc.cluster.local:9000 kbclitest kbclitest;mc ls minioserver' | kubectl exec -it kbcli-test-minio-546f6447c7-cvf8k --namespace kb-wrwyg -- bash`(B  list minio bucket done(B default backuprepo:backuprepo-kbcli-test exists(B  `kbcli cluster backup mongodb-dbodqv --method pbm-physical --namespace ns-xihxr `(B  Backup backup-ns-xihxr-mongodb-dbodqv-20260212162126 created successfully, you can view the progress: kbcli cluster list-backups --names=backup-ns-xihxr-mongodb-dbodqv-20260212162126 -n ns-xihxr check backup status  `kbcli cluster list-backups mongodb-dbodqv --namespace ns-xihxr `(B  NAME NAMESPACE SOURCE-CLUSTER METHOD STATUS TOTAL-SIZE DURATION DELETION-POLICY CREATE-TIME COMPLETION-TIME EXPIRATION backup-ns-xihxr-mongodb-dbodqv-20260212162126 ns-xihxr mongodb-dbodqv pbm-physical Running Delete Feb 12,2026 16:21 UTC+0800 backup_status:mongodb-dbodqv-pbm-physical-Running(B backup_status:mongodb-dbodqv-pbm-physical-Running(B backup_status:mongodb-dbodqv-pbm-physical-Running(B backup_status:mongodb-dbodqv-pbm-physical-Running(B check backup status done(B backup_status:backup-ns-xihxr-mongodb-dbodqv-20260212162126 ns-xihxr mongodb-dbodqv pbm-physical Completed 546190 21s Delete Feb 12,2026 16:21 UTC+0800 Feb 12,2026 16:21 UTC+0800 (B cluster restore backup  `kbcli cluster describe-backup --names backup-ns-xihxr-mongodb-dbodqv-20260212162126 --namespace ns-xihxr `(B  Name: backup-ns-xihxr-mongodb-dbodqv-20260212162126 Cluster: mongodb-dbodqv Namespace: ns-xihxr Spec: Method: pbm-physical Policy Name: mongodb-dbodqv-mongodb-backup-policy Actions: dp-backup-0: ActionType: Job WorkloadName: dp-backup-0-backup-ns-xihxr-mongodb-dbodqv-20260212162126-41410 TargetPodName: mongodb-dbodqv-mongodb-2 Phase: Completed Start Time: Feb 12,2026 16:21 UTC+0800 Completion Time: Feb 12,2026 16:21 UTC+0800 Extras: =================== 1 =================== backupType: physical lastWriteTime: 2026-02-12T08:21:36Z backupName: 2026-02-12T08:21:34Z Status: Phase: Completed Total Size: 546190 ActionSet Name: mongodb-rs-pbm-physical Repository: backuprepo-kbcli-test Duration: 21s Start Time: Feb 12,2026 16:21 UTC+0800 Completion Time: Feb 12,2026 16:21 UTC+0800 Path: /ns-xihxr/mongodb-dbodqv-c2126754-eb2b-484b-b504-89dc8348a359/mongodb/backup-ns-xihxr-mongodb-dbodqv-20260212162126 Time Range Start: Feb 12,2026 16:21 UTC+0800 Time Range End: Feb 12,2026 16:21 UTC+0800 Warning Events:  `kbcli cluster restore mongodb-dbodqv-backup --backup backup-ns-xihxr-mongodb-dbodqv-20260212162126 --namespace ns-xihxr `(B  Cluster mongodb-dbodqv-backup created check cluster status  `kbcli cluster list mongodb-dbodqv-backup --show-labels --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS mongodb-dbodqv-backup ns-xihxr mongodb WipeOut Creating Feb 12,2026 16:21 UTC+0800 clusterdefinition.kubeblocks.io/name=mongodb 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 cluster_status:Creating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances mongodb-dbodqv-backup --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME mongodb-dbodqv-backup-mongodb-0 ns-xihxr mongodb-dbodqv-backup mongodb Running primary 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 16:22 UTC+0800 mongodb-dbodqv-backup-mongodb-1 ns-xihxr mongodb-dbodqv-backup mongodb Running secondary 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 16:22 UTC+0800 mongodb-dbodqv-backup-mongodb-2 ns-xihxr mongodb-dbodqv-backup mongodb Running secondary 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 16:22 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: mongodb-dbodqv-backup-mongodb-0;secondary(B: mongodb-dbodqv-backup-mongodb-1 mongodb-dbodqv-backup-mongodb-2  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv-backup`(B   `kubectl get secrets mongodb-dbodqv-backup-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-backup-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-backup-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B check cluster connect  `echo " echo \"\" | mongosh --host mongodb-dbodqv-backup-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-backup-mongodb-0 --namespace ns-xihxr -- bash`(B  check cluster connect done(B check backup restore post ready check backup restore post ready exists(B post_ready_pod_status:restore-post-ready-e9d31c44-backup-ns-xihxr-mongodb-dbodq-pllsw 2/2 Running 0 19s(B post_ready_pod_status:restore-post-ready-e9d31c44-backup-ns-xihxr-mongodb-dbodq-pllsw 2/2 Running 0 27s(B post_ready_pod_status:restore-post-ready-e9d31c44-backup-ns-xihxr-mongodb-dbodq-pllsw 2/2 Running 0 37s(B post_ready_pod_status:restore-post-ready-e9d31c44-backup-ns-xihxr-mongodb-dbodq-pllsw 2/2 Running 0 47s(B post_ready_pod_status:restore-post-ready-e9d31c44-backup-ns-xihxr-mongodb-dbodq-pllsw 2/2 Running 0 58s(B post_ready_pod_status:restore-post-ready-e9d31c44-backup-ns-xihxr-mongodb-dbodq-pllsw 2/2 Running 0 68s(B post_ready_pod_status:restore-post-ready-e9d31c44-backup-ns-xihxr-mongodb-dbodq-pllsw 2/2 Running 0 78s(B post_ready_pod_status:restore-post-ready-e9d31c44-backup-ns-xihxr-mongodb-dbodq-pllsw 2/2 Running 0 88s(B post_ready_pod_status:restore-post-ready-e9d31c44-backup-ns-xihxr-mongodb-dbodq-pllsw 2/2 Running 0 98s(B post_ready_pod_status:restore-post-ready-e9d31c44-backup-ns-xihxr-mongodb-dbodq-pllsw 2/2 Running 0 108s(B post_ready_pod_status:restore-post-ready-e9d31c44-backup-ns-xihxr-mongodb-dbodq-pllsw 2/2 Running 0 118s(B post_ready_pod_status:restore-post-ready-e9d31c44-backup-ns-xihxr-mongodb-dbodq-pllsw 2/2 Running 0 2m8s(B post_ready_pod_status:restore-post-ready-e9d31c44-backup-ns-xihxr-mongodb-dbodq-pllsw 2/2 Running 0 2m19s(B post_ready_pod_status:restore-post-ready-e9d31c44-backup-ns-xihxr-mongodb-dbodq-pllsw 2/2 Running 0 2m29s(B post_ready_pod_status:restore-post-ready-e9d31c44-backup-ns-xihxr-mongodb-dbodq-pllsw 2/2 Running 0 2m39s(B check backup restore post ready done(B  `kbcli cluster describe-backup --names backup-ns-xihxr-mongodb-dbodqv-20260212162126 --namespace ns-xihxr `(B  Name: backup-ns-xihxr-mongodb-dbodqv-20260212162126 Cluster: mongodb-dbodqv Namespace: ns-xihxr Spec: Method: pbm-physical Policy Name: mongodb-dbodqv-mongodb-backup-policy Actions: dp-backup-0: ActionType: Job WorkloadName: dp-backup-0-backup-ns-xihxr-mongodb-dbodqv-20260212162126-41410 TargetPodName: mongodb-dbodqv-mongodb-2 Phase: Completed Start Time: Feb 12,2026 16:21 UTC+0800 Completion Time: Feb 12,2026 16:21 UTC+0800 Extras: =================== 1 =================== backupName: 2026-02-12T08:21:34Z backupType: physical lastWriteTime: 2026-02-12T08:21:36Z Status: Phase: Completed Total Size: 546190 ActionSet Name: mongodb-rs-pbm-physical Repository: backuprepo-kbcli-test Duration: 21s Start Time: Feb 12,2026 16:21 UTC+0800 Completion Time: Feb 12,2026 16:21 UTC+0800 Path: /ns-xihxr/mongodb-dbodqv-c2126754-eb2b-484b-b504-89dc8348a359/mongodb/backup-ns-xihxr-mongodb-dbodqv-20260212162126 Time Range Start: Feb 12,2026 16:21 UTC+0800 Time Range End: Feb 12,2026 16:21 UTC+0800 Warning Events: cluster connect  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv-backup`(B   `kubectl get secrets mongodb-dbodqv-backup-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-backup-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-backup-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B  `echo " echo \"rs.status()\" | mongosh --host mongodb-dbodqv-backup-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-backup-mongodb-0 --namespace ns-xihxr -- bash `(B  check connect cluster...(B check connect cluster...(B Current Mongosh Log ID: 698d8ec83034252d898b79a1 Connecting to: mongodb://@mongodb-dbodqv-backup-mongodb-mongodb.ns-xihxr.svc.cluster.local:27017/admin?directConnection=true&authSource=admin&appName=mongosh+2.5.10 Using MongoDB: 6.0.27-21 Using Mongosh: 2.5.10 mongosh 2.6.0 is available for download: https://www.mongodb.com/try/download/shell For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/ ------ The server generated these startup warnings when booting 2026-02-12T08:26:25.889+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem 2026-02-12T08:26:31.783+00:00: You are running this process as the root user, which is not recommended 2026-02-12T08:26:31.784+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version 2026-02-12T08:26:31.784+00:00: vm.max_map_count is too low ------ mongodb-dbodqv-backup-mongodb [direct: primary] admin> { set: 'mongodb-dbodqv-backup-mongodb', date: ISODate('2026-02-12T08:26:52.815Z'), myState: 1, term: Long('11'), syncSourceHost: '', syncSourceId: -1, heartbeatIntervalMillis: Long('2000'), majorityVoteCount: 2, writeMajorityCount: 2, votingMembersCount: 3, writableVotingMembersCount: 3, optimes: { lastCommittedOpTime: { ts: Timestamp({ t: 1770884810, i: 3 }), t: Long('11') }, lastCommittedWallTime: ISODate('2026-02-12T08:26:50.033Z'), readConcernMajorityOpTime: { ts: Timestamp({ t: 1770884810, i: 3 }), t: Long('11') }, appliedOpTime: { ts: Timestamp({ t: 1770884810, i: 3 }), t: Long('11') }, durableOpTime: { ts: Timestamp({ t: 1770884810, i: 3 }), t: Long('11') }, lastAppliedWallTime: ISODate('2026-02-12T08:26:50.033Z'), lastDurableWallTime: ISODate('2026-02-12T08:26:50.033Z') }, lastStableRecoveryTimestamp: Timestamp({ t: 1770884803, i: 2 }), electionCandidateMetrics: { lastElectionReason: 'electionTimeout', lastElectionDate: ISODate('2026-02-12T08:26:43.723Z'), electionTerm: Long('11'), lastCommittedOpTimeAtElection: { ts: Timestamp({ t: 0, i: 0 }), t: Long('-1') }, lastSeenOpTimeAtElection: { ts: Timestamp({ t: 1770884496, i: 2 }), t: Long('10') }, numVotesNeeded: 2, priorityAtElection: 1, electionTimeoutMillis: Long('10000'), numCatchUpOps: Long('0'), newTermStartDate: ISODate('2026-02-12T08:26:43.736Z'), wMajorityWriteAvailabilityDate: ISODate('2026-02-12T08:26:44.737Z') }, members: [ { _id: 0, name: 'mongodb-dbodqv-backup-mongodb-0.mongodb-dbodqv-backup-mongodb-headless.ns-xihxr.svc:27017', health: 1, state: 2, stateStr: 'SECONDARY', uptime: 17, optime: { ts: Timestamp({ t: 1770884810, i: 3 }), t: Long('11') }, optimeDurable: { ts: Timestamp({ t: 1770884810, i: 3 }), t: Long('11') }, optimeDate: ISODate('2026-02-12T08:26:50.000Z'), optimeDurableDate: ISODate('2026-02-12T08:26:50.000Z'), lastAppliedWallTime: ISODate('2026-02-12T08:26:50.033Z'), lastDurableWallTime: ISODate('2026-02-12T08:26:50.033Z'), lastHeartbeat: ISODate('2026-02-12T08:26:51.732Z'), lastHeartbeatRecv: ISODate('2026-02-12T08:26:52.804Z'), pingMs: Long('0'), lastHeartbeatMessage: '', syncSourceHost: 'mongodb-dbodqv-backup-mongodb-2.mongodb-dbodqv-backup-mongodb-headless.ns-xihxr.svc:27017', syncSourceId: 2, infoMessage: '', configVersion: 1, configTerm: -1 }, { _id: 1, name: 'mongodb-dbodqv-backup-mongodb-1.mongodb-dbodqv-backup-mongodb-headless.ns-xihxr.svc:27017', health: 1, state: 2, stateStr: 'SECONDARY', uptime: 19, optime: { ts: Timestamp({ t: 1770884810, i: 3 }), t: Long('11') }, optimeDurable: { ts: Timestamp({ t: 1770884810, i: 3 }), t: Long('11') }, optimeDate: ISODate('2026-02-12T08:26:50.000Z'), optimeDurableDate: ISODate('2026-02-12T08:26:50.000Z'), lastAppliedWallTime: ISODate('2026-02-12T08:26:50.033Z'), lastDurableWallTime: ISODate('2026-02-12T08:26:50.033Z'), lastHeartbeat: ISODate('2026-02-12T08:26:51.735Z'), lastHeartbeatRecv: ISODate('2026-02-12T08:26:51.237Z'), pingMs: Long('0'), lastHeartbeatMessage: '', syncSourceHost: 'mongodb-dbodqv-backup-mongodb-2.mongodb-dbodqv-backup-mongodb-headless.ns-xihxr.svc:27017', syncSourceId: 2, infoMessage: '', configVersion: 1, configTerm: -1 }, { _id: 2, name: 'mongodb-dbodqv-backup-mongodb-2.mongodb-dbodqv-backup-mongodb-headless.ns-xihxr.svc:27017', health: 1, state: 1, stateStr: 'PRIMARY', uptime: 27, optime: { ts: Timestamp({ t: 1770884810, i: 3 }), t: Long('11') }, optimeDate: ISODate('2026-02-12T08:26:50.000Z'), lastAppliedWallTime: ISODate('2026-02-12T08:26:50.033Z'), lastDurableWallTime: ISODate('2026-02-12T08:26:50.033Z'), syncSourceHost: '', syncSourceId: -1, infoMessage: '', electionTime: Timestamp({ t: 1770884803, i: 1 }), electionDate: ISODate('2026-02-12T08:26:43.000Z'), configVersion: 1, configTerm: -1, self: true, lastHeartbeatMessage: '' } ], ok: 1, '$clusterTime': { clusterTime: Timestamp({ t: 1770884810, i: 3 }), signature: { hash: Binary.createFromBase64('AAAAAAAAAAAAAAAAAAAAAAAAAAA=', 0), keyId: Long('0') } }, operationTime: Timestamp({ t: 1770884810, i: 3 }) } mongodb-dbodqv-backup-mongodb [direct: primary] admin> connect cluster Success(B delete cluster mongodb-dbodqv-backup  `kbcli cluster delete mongodb-dbodqv-backup --auto-approve --namespace ns-xihxr `(B  pod_info:mongodb-dbodqv-backup-mongodb-0 4/4 Running 0 4m37s mongodb-dbodqv-backup-mongodb-1 4/4 Running 0 4m25s mongodb-dbodqv-backup-mongodb-2 4/4 Running 0 4m5s Cluster mongodb-dbodqv-backup deleted delete cluster pod done(B check cluster resource non-exist OK: pvc(B delete cluster done(B check resource cm non exists check resource cm non exists(B cluster delete backup  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge backups backup-ns-xihxr-mongodb-dbodqv-20260212162126 --namespace ns-xihxr `(B  backup.dataprotection.kubeblocks.io/backup-ns-xihxr-mongodb-dbodqv-20260212162126 patched  `kbcli cluster delete-backup mongodb-dbodqv --name backup-ns-xihxr-mongodb-dbodqv-20260212162126 --force --auto-approve --namespace ns-xihxr `(B  Backup backup-ns-xihxr-mongodb-dbodqv-20260212162126 deleted  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B  `db.msg.drop();db.createCollection('msg');db.msg.insertOne({msg: 'kbcli-test-data-dbodqv0',time: new Date()});db.msg.insertOne({msg: 'kbcli-test-data-dbodqv1',time: new Date()});db.msg.insertOne({msg: 'kbcli-test-data-dbodqv2',time: new Date()});db.msg.insertOne({msg: 'kbcli-test-data-dbodqv3',time: new Date()});db.msg.insertOne({msg: 'kbcli-test-data-dbodqv4',time: new Date()});db.msg.insertOne({msg: 'kbcli-test-data-dbodqv5',time: new Date()});db.msg.insertOne({msg: 'kbcli-test-data-dbodqv6',time: new Date()});db.msg.insertOne({msg: 'kbcli-test-data-dbodqv7',time: new Date()});db.msg.insertOne({msg: 'kbcli-test-data-dbodqv8',time: new Date()});db.msg.insertOne({msg: 'kbcli-test-data-dbodqv9',time: new Date()});db.msg.insertOne({msg: 'kbcli-test-data-dbodqv10',time: new Date()});db.msg.insertOne({msg: 'kbcli-test-data-dbodqv11',time: new Date()});db.msg.insertOne({msg: 'kbcli-test-data-dbodqv12',time: new Date()});db.msg.insertOne({msg: 'kbcli-test-data-dbodqv13',time: new Date()});db.msg.insertOne({msg: 'kbcli-test-data-dbodqv14',time: new Date()});db.msg.insertOne({msg: 'kbcli-test-data-dbodqv15',time: new Date()});`(B  Current Mongosh Log ID: 698d8ee631c15f090e8b79a1 Connecting to: mongodb://@mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local:27017/admin?directConnection=true&authSource=admin&appName=mongosh+2.5.10 Using MongoDB: 6.0.27-21 Using Mongosh: 2.5.10 mongosh 2.6.0 is available for download: https://www.mongodb.com/try/download/shell For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/ ------ The server generated these startup warnings when booting 2026-02-12T08:13:09.337+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem 2026-02-12T08:13:14.757+00:00: You are running this process as the root user, which is not recommended 2026-02-12T08:13:14.757+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version 2026-02-12T08:13:14.758+00:00: vm.max_map_count is too low ------ mongodb-dbodqv-mongodb [direct: primary] admin> { acknowledged: true, insertedId: ObjectId('698d8ef131c15f090e8b79b1') } mongodb-dbodqv-mongodb [direct: primary] admin> cluster dump backup  `kubectl get backuprepo backuprepo-kbcli-test -o jsonpath="{.spec.credential.name}"`(B   `kubectl get backuprepo backuprepo-kbcli-test -o jsonpath="{.spec.credential.namespace}"`(B   `kubectl get secrets kb-backuprepo-pn64t -n kb-wrwyg -o jsonpath="{.data.accessKeyId}"`(B   `kubectl get secrets kb-backuprepo-pn64t -n kb-wrwyg -o jsonpath="{.data.secretAccessKey}"`(B  KUBEBLOCKS NAMESPACE:kb-wrwyg get kubeblocks namespace done(B  `kubectl get secrets -l app.kubernetes.io/instance=kbcli-test-minio --namespace kb-wrwyg -o jsonpath="{.items[0].data.root-user}"`(B   `kubectl get secrets -l app.kubernetes.io/instance=kbcli-test-minio --namespace kb-wrwyg -o jsonpath="{.items[0].data.root-password}"`(B  minio_user:kbclitest,minio_password:kbclitest,minio_endpoint:kbcli-test-minio.kb-wrwyg.svc.cluster.local:9000 list minio bucket kbcli-test  `echo 'mc alias set minioserver http://kbcli-test-minio.kb-wrwyg.svc.cluster.local:9000 kbclitest kbclitest;mc ls minioserver' | kubectl exec -it kbcli-test-minio-546f6447c7-cvf8k --namespace kb-wrwyg -- bash`(B  list minio bucket done(B default backuprepo:backuprepo-kbcli-test exists(B  `kbcli cluster backup mongodb-dbodqv --method dump --namespace ns-xihxr `(B  Backup backup-ns-xihxr-mongodb-dbodqv-20260212162731 created successfully, you can view the progress: kbcli cluster list-backups --names=backup-ns-xihxr-mongodb-dbodqv-20260212162731 -n ns-xihxr check backup status  `kbcli cluster list-backups mongodb-dbodqv --namespace ns-xihxr `(B  NAME NAMESPACE SOURCE-CLUSTER METHOD STATUS TOTAL-SIZE DURATION DELETION-POLICY CREATE-TIME COMPLETION-TIME EXPIRATION backup-ns-xihxr-mongodb-dbodqv-20260212162731 ns-xihxr mongodb-dbodqv dump Running Delete Feb 12,2026 16:27 UTC+0800 backup_status:mongodb-dbodqv-dump-Running(B backup_status:mongodb-dbodqv-dump-Running(B check backup status done(B backup_status:backup-ns-xihxr-mongodb-dbodqv-20260212162731 ns-xihxr mongodb-dbodqv dump Completed 36503 12s Delete Feb 12,2026 16:27 UTC+0800 Feb 12,2026 16:27 UTC+0800 (B cluster restore backup  `kbcli cluster describe-backup --names backup-ns-xihxr-mongodb-dbodqv-20260212162731 --namespace ns-xihxr `(B  Name: backup-ns-xihxr-mongodb-dbodqv-20260212162731 Cluster: mongodb-dbodqv Namespace: ns-xihxr Spec: Method: dump Policy Name: mongodb-dbodqv-mongodb-backup-policy Actions: dp-backup-0: ActionType: Job WorkloadName: dp-backup-0-backup-ns-xihxr-mongodb-dbodqv-20260212162731-0a17e TargetPodName: mongodb-dbodqv-mongodb-2 Phase: Completed Start Time: Feb 12,2026 16:27 UTC+0800 Completion Time: Feb 12,2026 16:27 UTC+0800 Status: Phase: Completed Total Size: 36503 ActionSet Name: mongodb-dump-br Repository: backuprepo-kbcli-test Duration: 12s Start Time: Feb 12,2026 16:27 UTC+0800 Completion Time: Feb 12,2026 16:27 UTC+0800 Path: /ns-xihxr/mongodb-dbodqv-c2126754-eb2b-484b-b504-89dc8348a359/mongodb/backup-ns-xihxr-mongodb-dbodqv-20260212162731 Time Range Start: Feb 12,2026 16:27 UTC+0800 Time Range End: Feb 12,2026 16:27 UTC+0800 Warning Events:  `kbcli cluster restore mongodb-dbodqv-backup --backup backup-ns-xihxr-mongodb-dbodqv-20260212162731 --namespace ns-xihxr `(B  Cluster mongodb-dbodqv-backup created check cluster status  `kbcli cluster list mongodb-dbodqv-backup --show-labels --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS mongodb-dbodqv-backup ns-xihxr mongodb WipeOut Creating Feb 12,2026 16:27 UTC+0800 clusterdefinition.kubeblocks.io/name=mongodb 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 cluster_status:Creating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances mongodb-dbodqv-backup --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME mongodb-dbodqv-backup-mongodb-0 ns-xihxr mongodb-dbodqv-backup mongodb Running primary 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 16:27 UTC+0800 mongodb-dbodqv-backup-mongodb-1 ns-xihxr mongodb-dbodqv-backup mongodb Running secondary 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 16:28 UTC+0800 mongodb-dbodqv-backup-mongodb-2 ns-xihxr mongodb-dbodqv-backup mongodb Running secondary 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 16:28 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: mongodb-dbodqv-backup-mongodb-0;secondary(B: mongodb-dbodqv-backup-mongodb-1 mongodb-dbodqv-backup-mongodb-2  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv-backup`(B   `kubectl get secrets mongodb-dbodqv-backup-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-backup-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-backup-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B check cluster connect  `echo " echo \"\" | mongosh --host mongodb-dbodqv-backup-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-backup-mongodb-0 --namespace ns-xihxr -- bash`(B  check cluster connect done(B check backup restore post ready post_ready_pod_exists:(B post_ready_pod_exists:(B post_ready_pod_exists:(B post_ready_pod_exists:(B post_ready_pod_exists:(B post_ready_pod_exists:(B post_ready_pod_exists:(B post_ready_pod_exists:(B post_ready_pod_exists:(B post_ready_pod_exists:(B post_ready_pod_exists:(B post_ready_pod_exists:(B post_ready_pod_exists:(B post_ready_pod_exists:(B post_ready_pod_exists:(B post_ready_pod_exists:(B post_ready_pod_exists:(B post_ready_pod_exists:(B post_ready_pod_exists:(B post_ready_pod_exists:(B post_ready_pod_exists:(B post_ready_pod_exists:(B post_ready_pod_exists:(B post_ready_pod_exists:(B post_ready_pod_exists:(B check backup restore post ready exists timeout(B check backup restore post ready done(B  `kbcli cluster describe-backup --names backup-ns-xihxr-mongodb-dbodqv-20260212162731 --namespace ns-xihxr `(B  Name: backup-ns-xihxr-mongodb-dbodqv-20260212162731 Cluster: mongodb-dbodqv Namespace: ns-xihxr Spec: Method: dump Policy Name: mongodb-dbodqv-mongodb-backup-policy Actions: dp-backup-0: ActionType: Job WorkloadName: dp-backup-0-backup-ns-xihxr-mongodb-dbodqv-20260212162731-0a17e TargetPodName: mongodb-dbodqv-mongodb-2 Phase: Completed Start Time: Feb 12,2026 16:27 UTC+0800 Completion Time: Feb 12,2026 16:27 UTC+0800 Status: Phase: Completed Total Size: 36503 ActionSet Name: mongodb-dump-br Repository: backuprepo-kbcli-test Duration: 12s Start Time: Feb 12,2026 16:27 UTC+0800 Completion Time: Feb 12,2026 16:27 UTC+0800 Path: /ns-xihxr/mongodb-dbodqv-c2126754-eb2b-484b-b504-89dc8348a359/mongodb/backup-ns-xihxr-mongodb-dbodqv-20260212162731 Time Range Start: Feb 12,2026 16:27 UTC+0800 Time Range End: Feb 12,2026 16:27 UTC+0800 Warning Events:  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv-backup`(B   `kubectl get secrets mongodb-dbodqv-backup-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-backup-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-backup-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B  `db.msg.find();`(B  Current Mongosh Log ID: 698d8ffb60d2a172518b79a1 Connecting to: mongodb://@mongodb-dbodqv-backup-mongodb-mongodb.ns-xihxr.svc.cluster.local:27017/admin?directConnection=true&authSource=admin&appName=mongosh+2.5.10 Using MongoDB: 6.0.27-21 Using Mongosh: 2.5.10 mongosh 2.6.0 is available for download: https://www.mongodb.com/try/download/shell For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/ ------ The server generated these startup warnings when booting 2026-02-12T08:28:11.340+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem 2026-02-12T08:28:14.451+00:00: You are running this process as the root user, which is not recommended 2026-02-12T08:28:14.451+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version 2026-02-12T08:28:14.451+00:00: vm.max_map_count is too low ------ mongodb-dbodqv-backup-mongodb [direct: primary] admin> [ { _id: ObjectId('698d8eee31c15f090e8b79a2'), msg: 'kbcli-test-data-dbodqv0', time: ISODate('2026-02-12T08:27:26.932Z') }, { _id: ObjectId('698d8eef31c15f090e8b79a3'), msg: 'kbcli-test-data-dbodqv1', time: ISODate('2026-02-12T08:27:27.137Z') }, { _id: ObjectId('698d8eef31c15f090e8b79a4'), msg: 'kbcli-test-data-dbodqv2', time: ISODate('2026-02-12T08:27:27.336Z') }, { _id: ObjectId('698d8eef31c15f090e8b79a5'), msg: 'kbcli-test-data-dbodqv3', time: ISODate('2026-02-12T08:27:27.633Z') }, { _id: ObjectId('698d8eef31c15f090e8b79a6'), msg: 'kbcli-test-data-dbodqv4', time: ISODate('2026-02-12T08:27:27.737Z') }, { _id: ObjectId('698d8eef31c15f090e8b79a7'), msg: 'kbcli-test-data-dbodqv5', time: ISODate('2026-02-12T08:27:27.933Z') }, { _id: ObjectId('698d8ef031c15f090e8b79a8'), msg: 'kbcli-test-data-dbodqv6', time: ISODate('2026-02-12T08:27:28.133Z') }, { _id: ObjectId('698d8ef031c15f090e8b79a9'), msg: 'kbcli-test-data-dbodqv7', time: ISODate('2026-02-12T08:27:28.142Z') }, { _id: ObjectId('698d8ef031c15f090e8b79aa'), msg: 'kbcli-test-data-dbodqv8', time: ISODate('2026-02-12T08:27:28.333Z') }, { _id: ObjectId('698d8ef031c15f090e8b79ab'), msg: 'kbcli-test-data-dbodqv9', time: ISODate('2026-02-12T08:27:28.432Z') }, { _id: ObjectId('698d8ef031c15f090e8b79ac'), msg: 'kbcli-test-data-dbodqv10', time: ISODate('2026-02-12T08:27:28.733Z') }, { _id: ObjectId('698d8ef031c15f090e8b79ad'), msg: 'kbcli-test-data-dbodqv11', time: ISODate('2026-02-12T08:27:28.932Z') }, { _id: ObjectId('698d8ef131c15f090e8b79ae'), msg: 'kbcli-test-data-dbodqv12', time: ISODate('2026-02-12T08:27:29.132Z') }, { _id: ObjectId('698d8ef131c15f090e8b79af'), msg: 'kbcli-test-data-dbodqv13', time: ISODate('2026-02-12T08:27:29.232Z') }, { _id: ObjectId('698d8ef131c15f090e8b79b0'), msg: 'kbcli-test-data-dbodqv14', time: ISODate('2026-02-12T08:27:29.432Z') }, { _id: ObjectId('698d8ef131c15f090e8b79b1'), msg: 'kbcli-test-data-dbodqv15', time: ISODate('2026-02-12T08:27:29.442Z') } ] mongodb-dbodqv-backup-mongodb [direct: primary] admin> dump backup check data Success(B cluster connect  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv-backup`(B   `kubectl get secrets mongodb-dbodqv-backup-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-backup-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-backup-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B  `echo " echo \"rs.status()\" | mongosh --host mongodb-dbodqv-backup-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-backup-mongodb-0 --namespace ns-xihxr -- bash `(B  Current Mongosh Log ID: 698d90069a7090c53c8b79a1 Connecting to: mongodb://@mongodb-dbodqv-backup-mongodb-mongodb.ns-xihxr.svc.cluster.local:27017/admin?directConnection=true&authSource=admin&appName=mongosh+2.5.10 Using MongoDB: 6.0.27-21 Using Mongosh: 2.5.10 mongosh 2.6.0 is available for download: https://www.mongodb.com/try/download/shell For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/ ------ The server generated these startup warnings when booting 2026-02-12T08:28:11.340+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem 2026-02-12T08:28:14.451+00:00: You are running this process as the root user, which is not recommended 2026-02-12T08:28:14.451+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version 2026-02-12T08:28:14.451+00:00: vm.max_map_count is too low ------ mongodb-dbodqv-backup-mongodb [direct: primary] admin> { set: 'mongodb-dbodqv-backup-mongodb', date: ISODate('2026-02-12T08:32:13.238Z'), myState: 1, term: Long('1'), syncSourceHost: '', syncSourceId: -1, heartbeatIntervalMillis: Long('2000'), majorityVoteCount: 2, writeMajorityCount: 2, votingMembersCount: 3, writableVotingMembersCount: 3, optimes: { lastCommittedOpTime: { ts: Timestamp({ t: 1770885131, i: 1 }), t: Long('1') }, lastCommittedWallTime: ISODate('2026-02-12T08:32:11.832Z'), readConcernMajorityOpTime: { ts: Timestamp({ t: 1770885131, i: 1 }), t: Long('1') }, appliedOpTime: { ts: Timestamp({ t: 1770885131, i: 1 }), t: Long('1') }, durableOpTime: { ts: Timestamp({ t: 1770885131, i: 1 }), t: Long('1') }, lastAppliedWallTime: ISODate('2026-02-12T08:32:11.832Z'), lastDurableWallTime: ISODate('2026-02-12T08:32:11.832Z') }, lastStableRecoveryTimestamp: Timestamp({ t: 1770885074, i: 1 }), electionCandidateMetrics: { lastElectionReason: 'electionTimeout', lastElectionDate: ISODate('2026-02-12T08:28:15.698Z'), electionTerm: Long('1'), lastCommittedOpTimeAtElection: { ts: Timestamp({ t: 1770884895, i: 1 }), t: Long('-1') }, lastSeenOpTimeAtElection: { ts: Timestamp({ t: 1770884895, i: 1 }), t: Long('-1') }, numVotesNeeded: 1, priorityAtElection: 2, electionTimeoutMillis: Long('10000'), newTermStartDate: ISODate('2026-02-12T08:28:15.819Z'), wMajorityWriteAvailabilityDate: ISODate('2026-02-12T08:28:15.899Z') }, members: [ { _id: 0, name: 'mongodb-dbodqv-backup-mongodb-0.mongodb-dbodqv-backup-mongodb-headless.ns-xihxr.svc:27017', health: 1, state: 1, stateStr: 'PRIMARY', uptime: 242, optime: { ts: Timestamp({ t: 1770885131, i: 1 }), t: Long('1') }, optimeDate: ISODate('2026-02-12T08:32:11.000Z'), lastAppliedWallTime: ISODate('2026-02-12T08:32:11.832Z'), lastDurableWallTime: ISODate('2026-02-12T08:32:11.832Z'), syncSourceHost: '', syncSourceId: -1, infoMessage: '', electionTime: Timestamp({ t: 1770884895, i: 2 }), electionDate: ISODate('2026-02-12T08:28:15.000Z'), configVersion: 5, configTerm: 1, self: true, lastHeartbeatMessage: '' }, { _id: 1, name: 'mongodb-dbodqv-backup-mongodb-1.mongodb-dbodqv-backup-mongodb-headless.ns-xihxr.svc:27017', health: 1, state: 2, stateStr: 'SECONDARY', uptime: 190, optime: { ts: Timestamp({ t: 1770885131, i: 1 }), t: Long('1') }, optimeDurable: { ts: Timestamp({ t: 1770885131, i: 1 }), t: Long('1') }, optimeDate: ISODate('2026-02-12T08:32:11.000Z'), optimeDurableDate: ISODate('2026-02-12T08:32:11.000Z'), lastAppliedWallTime: ISODate('2026-02-12T08:32:11.832Z'), lastDurableWallTime: ISODate('2026-02-12T08:32:11.832Z'), lastHeartbeat: ISODate('2026-02-12T08:32:12.031Z'), lastHeartbeatRecv: ISODate('2026-02-12T08:32:11.832Z'), pingMs: Long('0'), lastHeartbeatMessage: '', syncSourceHost: 'mongodb-dbodqv-backup-mongodb-0.mongodb-dbodqv-backup-mongodb-headless.ns-xihxr.svc:27017', syncSourceId: 0, infoMessage: '', configVersion: 5, configTerm: 1 }, { _id: 2, name: 'mongodb-dbodqv-backup-mongodb-2.mongodb-dbodqv-backup-mongodb-headless.ns-xihxr.svc:27017', health: 1, state: 2, stateStr: 'SECONDARY', uptime: 165, optime: { ts: Timestamp({ t: 1770885129, i: 1 }), t: Long('1') }, optimeDurable: { ts: Timestamp({ t: 1770885129, i: 1 }), t: Long('1') }, optimeDate: ISODate('2026-02-12T08:32:09.000Z'), optimeDurableDate: ISODate('2026-02-12T08:32:09.000Z'), lastAppliedWallTime: ISODate('2026-02-12T08:32:11.832Z'), lastDurableWallTime: ISODate('2026-02-12T08:32:11.832Z'), lastHeartbeat: ISODate('2026-02-12T08:32:12.031Z'), lastHeartbeatRecv: ISODate('2026-02-12T08:32:11.635Z'), pingMs: Long('18'), lastHeartbeatMessage: '', syncSourceHost: 'mongodb-dbodqv-backup-mongodb-0.mongodb-dbodqv-backup-mongodb-headless.ns-xihxr.svc:27017', syncSourceId: 0, infoMessage: '', configVersion: 5, configTerm: 1 } ], ok: 1, '$clusterTime': { clusterTime: Timestamp({ t: 1770885131, i: 1 }), signature: { hash: Binary.createFromBase64('AAAAAAAAAAAAAAAAAAAAAAAAAAA=', 0), keyId: Long('0') } }, operationTime: Timestamp({ t: 1770885131, i: 1 }) } mongodb-dbodqv-backup-mongodb [direct: primary] admin> connect cluster Success(B delete cluster mongodb-dbodqv-backup  `kbcli cluster delete mongodb-dbodqv-backup --auto-approve --namespace ns-xihxr `(B  pod_info:mongodb-dbodqv-backup-mongodb-0 4/4 Running 0 4m28s mongodb-dbodqv-backup-mongodb-1 4/4 Running 0 3m58s mongodb-dbodqv-backup-mongodb-2 4/4 Running 0 3m28s Cluster mongodb-dbodqv-backup deleted pod_info:mongodb-dbodqv-backup-mongodb-0 4/4 Terminating 0 4m48s delete cluster pod done(B check cluster resource non-exist OK: pvc(B delete cluster done(B check resource cm non exists check resource cm non exists(B cluster delete backup  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge backups backup-ns-xihxr-mongodb-dbodqv-20260212162731 --namespace ns-xihxr `(B  backup.dataprotection.kubeblocks.io/backup-ns-xihxr-mongodb-dbodqv-20260212162731 patched  `kbcli cluster delete-backup mongodb-dbodqv --name backup-ns-xihxr-mongodb-dbodqv-20260212162731 --force --auto-approve --namespace ns-xihxr `(B  Backup backup-ns-xihxr-mongodb-dbodqv-20260212162731 deleted cluster datafile backup  `kubectl get backuprepo backuprepo-kbcli-test -o jsonpath="{.spec.credential.name}"`(B   `kubectl get backuprepo backuprepo-kbcli-test -o jsonpath="{.spec.credential.namespace}"`(B   `kubectl get secrets kb-backuprepo-pn64t -n kb-wrwyg -o jsonpath="{.data.accessKeyId}"`(B   `kubectl get secrets kb-backuprepo-pn64t -n kb-wrwyg -o jsonpath="{.data.secretAccessKey}"`(B  KUBEBLOCKS NAMESPACE:kb-wrwyg get kubeblocks namespace done(B  `kubectl get secrets -l app.kubernetes.io/instance=kbcli-test-minio --namespace kb-wrwyg -o jsonpath="{.items[0].data.root-user}"`(B   `kubectl get secrets -l app.kubernetes.io/instance=kbcli-test-minio --namespace kb-wrwyg -o jsonpath="{.items[0].data.root-password}"`(B  minio_user:kbclitest,minio_password:kbclitest,minio_endpoint:kbcli-test-minio.kb-wrwyg.svc.cluster.local:9000 list minio bucket kbcli-test  `echo 'mc alias set minioserver http://kbcli-test-minio.kb-wrwyg.svc.cluster.local:9000 kbclitest kbclitest;mc ls minioserver' | kubectl exec -it kbcli-test-minio-546f6447c7-cvf8k --namespace kb-wrwyg -- bash`(B  list minio bucket done(B default backuprepo:backuprepo-kbcli-test exists(B  `kbcli cluster backup mongodb-dbodqv --method datafile --namespace ns-xihxr `(B  Backup backup-ns-xihxr-mongodb-dbodqv-20260212163302 created successfully, you can view the progress: kbcli cluster list-backups --names=backup-ns-xihxr-mongodb-dbodqv-20260212163302 -n ns-xihxr check backup status  `kbcli cluster list-backups mongodb-dbodqv --namespace ns-xihxr `(B  NAME NAMESPACE SOURCE-CLUSTER METHOD STATUS TOTAL-SIZE DURATION DELETION-POLICY CREATE-TIME COMPLETION-TIME EXPIRATION backup-ns-xihxr-mongodb-dbodqv-20260212163302 ns-xihxr mongodb-dbodqv datafile Running Delete Feb 12,2026 16:33 UTC+0800 backup_status:mongodb-dbodqv-datafile-Running(B backup_status:mongodb-dbodqv-datafile-Running(B check backup status done(B backup_status:backup-ns-xihxr-mongodb-dbodqv-20260212163302 ns-xihxr mongodb-dbodqv datafile Completed 3384643 11s Delete Feb 12,2026 16:33 UTC+0800 Feb 12,2026 16:33 UTC+0800 (B cluster restore backup  `kbcli cluster describe-backup --names backup-ns-xihxr-mongodb-dbodqv-20260212163302 --namespace ns-xihxr `(B  Name: backup-ns-xihxr-mongodb-dbodqv-20260212163302 Cluster: mongodb-dbodqv Namespace: ns-xihxr Spec: Method: datafile Policy Name: mongodb-dbodqv-mongodb-backup-policy Actions: dp-backup-0: ActionType: Job WorkloadName: dp-backup-0-backup-ns-xihxr-mongodb-dbodqv-20260212163302-38ed0 TargetPodName: mongodb-dbodqv-mongodb-2 Phase: Completed Start Time: Feb 12,2026 16:33 UTC+0800 Completion Time: Feb 12,2026 16:33 UTC+0800 Status: Phase: Completed Total Size: 3384643 ActionSet Name: mongodb-physical-br Repository: backuprepo-kbcli-test Duration: 11s Start Time: Feb 12,2026 16:33 UTC+0800 Completion Time: Feb 12,2026 16:33 UTC+0800 Path: /ns-xihxr/mongodb-dbodqv-c2126754-eb2b-484b-b504-89dc8348a359/mongodb/backup-ns-xihxr-mongodb-dbodqv-20260212163302 Time Range Start: Feb 12,2026 16:33 UTC+0800 Time Range End: Feb 12,2026 16:33 UTC+0800 Warning Events:  `kbcli cluster restore mongodb-dbodqv-backup --backup backup-ns-xihxr-mongodb-dbodqv-20260212163302 --namespace ns-xihxr `(B  Cluster mongodb-dbodqv-backup created check cluster status  `kbcli cluster list mongodb-dbodqv-backup --show-labels --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS mongodb-dbodqv-backup ns-xihxr mongodb WipeOut Feb 12,2026 16:33 UTC+0800 cluster_status:(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 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 mongodb-dbodqv-backup --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME mongodb-dbodqv-backup-mongodb-0 ns-xihxr mongodb-dbodqv-backup mongodb Running primary 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 16:34 UTC+0800 mongodb-dbodqv-backup-mongodb-1 ns-xihxr mongodb-dbodqv-backup mongodb Running secondary 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 16:34 UTC+0800 mongodb-dbodqv-backup-mongodb-2 ns-xihxr mongodb-dbodqv-backup mongodb Running secondary 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 16:35 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: mongodb-dbodqv-backup-mongodb-0;secondary(B: mongodb-dbodqv-backup-mongodb-1 mongodb-dbodqv-backup-mongodb-2  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv-backup`(B   `kubectl get secrets mongodb-dbodqv-backup-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-backup-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-backup-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B check cluster connect  `echo " echo \"\" | mongosh --host mongodb-dbodqv-backup-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-backup-mongodb-0 --namespace ns-xihxr -- bash`(B  check cluster connect done(B  `kbcli cluster describe-backup --names backup-ns-xihxr-mongodb-dbodqv-20260212163302 --namespace ns-xihxr `(B  Name: backup-ns-xihxr-mongodb-dbodqv-20260212163302 Cluster: mongodb-dbodqv Namespace: ns-xihxr Spec: Method: datafile Policy Name: mongodb-dbodqv-mongodb-backup-policy Actions: dp-backup-0: ActionType: Job WorkloadName: dp-backup-0-backup-ns-xihxr-mongodb-dbodqv-20260212163302-38ed0 TargetPodName: mongodb-dbodqv-mongodb-2 Phase: Completed Start Time: Feb 12,2026 16:33 UTC+0800 Completion Time: Feb 12,2026 16:33 UTC+0800 Status: Phase: Completed Total Size: 3384643 ActionSet Name: mongodb-physical-br Repository: backuprepo-kbcli-test Duration: 11s Start Time: Feb 12,2026 16:33 UTC+0800 Completion Time: Feb 12,2026 16:33 UTC+0800 Path: /ns-xihxr/mongodb-dbodqv-c2126754-eb2b-484b-b504-89dc8348a359/mongodb/backup-ns-xihxr-mongodb-dbodqv-20260212163302 Time Range Start: Feb 12,2026 16:33 UTC+0800 Time Range End: Feb 12,2026 16:33 UTC+0800 Warning Events: cluster connect  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv-backup`(B   `kubectl get secrets mongodb-dbodqv-backup-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-backup-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-backup-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B  `echo " echo \"rs.status()\" | mongosh --host mongodb-dbodqv-backup-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-backup-mongodb-0 --namespace ns-xihxr -- bash `(B  Current Mongosh Log ID: 698d9130d474c191ae8b79a1 Connecting to: mongodb://@mongodb-dbodqv-backup-mongodb-mongodb.ns-xihxr.svc.cluster.local:27017/admin?directConnection=true&authSource=admin&appName=mongosh+2.5.10 Using MongoDB: 6.0.27-21 Using Mongosh: 2.5.10 mongosh 2.6.0 is available for download: https://www.mongodb.com/try/download/shell For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/ ------ The server generated these startup warnings when booting 2026-02-12T08:35:12.140+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem 2026-02-12T08:35:18.050+00:00: You are running this process as the root user, which is not recommended 2026-02-12T08:35:18.050+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version 2026-02-12T08:35:18.050+00:00: vm.max_map_count is too low ------ mongodb-dbodqv-backup-mongodb [direct: primary] admin> { set: 'mongodb-dbodqv-backup-mongodb', date: ISODate('2026-02-12T08:37:10.931Z'), myState: 1, term: Long('1'), syncSourceHost: '', syncSourceId: -1, heartbeatIntervalMillis: Long('2000'), majorityVoteCount: 2, writeMajorityCount: 2, votingMembersCount: 3, writableVotingMembersCount: 3, optimes: { lastCommittedOpTime: { ts: Timestamp({ t: 1770885426, i: 3 }), t: Long('1') }, lastCommittedWallTime: ISODate('2026-02-12T08:37:06.436Z'), readConcernMajorityOpTime: { ts: Timestamp({ t: 1770885426, i: 3 }), t: Long('1') }, appliedOpTime: { ts: Timestamp({ t: 1770885426, i: 3 }), t: Long('1') }, durableOpTime: { ts: Timestamp({ t: 1770885426, i: 3 }), t: Long('1') }, lastAppliedWallTime: ISODate('2026-02-12T08:37:06.436Z'), lastDurableWallTime: ISODate('2026-02-12T08:37:06.436Z') }, lastStableRecoveryTimestamp: Timestamp({ t: 1770885394, i: 1 }), electionCandidateMetrics: { lastElectionReason: 'electionTimeout', lastElectionDate: ISODate('2026-02-12T08:36:45.787Z'), electionTerm: Long('1'), lastCommittedOpTimeAtElection: { ts: Timestamp({ t: 1770885394, i: 1 }), t: Long('-1') }, lastSeenOpTimeAtElection: { ts: Timestamp({ t: 1770885394, i: 1 }), t: Long('-1') }, numVotesNeeded: 2, priorityAtElection: 2, electionTimeoutMillis: Long('10000'), numCatchUpOps: Long('0'), newTermStartDate: ISODate('2026-02-12T08:36:45.805Z'), wMajorityWriteAvailabilityDate: ISODate('2026-02-12T08:36:46.370Z') }, members: [ { _id: 0, name: 'mongodb-dbodqv-backup-mongodb-0.mongodb-dbodqv-backup-mongodb-headless.ns-xihxr.svc:27017', health: 1, state: 1, stateStr: 'PRIMARY', uptime: 119, optime: { ts: Timestamp({ t: 1770885426, i: 3 }), t: Long('1') }, optimeDate: ISODate('2026-02-12T08:37:06.000Z'), lastAppliedWallTime: ISODate('2026-02-12T08:37:06.436Z'), lastDurableWallTime: ISODate('2026-02-12T08:37:06.436Z'), syncSourceHost: '', syncSourceId: -1, infoMessage: '', electionTime: Timestamp({ t: 1770885405, i: 1 }), electionDate: ISODate('2026-02-12T08:36:45.000Z'), configVersion: 1, configTerm: 1, self: true, lastHeartbeatMessage: '' }, { _id: 1, name: 'mongodb-dbodqv-backup-mongodb-1.mongodb-dbodqv-backup-mongodb-headless.ns-xihxr.svc:27017', health: 1, state: 2, stateStr: 'SECONDARY', uptime: 35, optime: { ts: Timestamp({ t: 1770885426, i: 3 }), t: Long('1') }, optimeDurable: { ts: Timestamp({ t: 1770885426, i: 3 }), t: Long('1') }, optimeDate: ISODate('2026-02-12T08:37:06.000Z'), optimeDurableDate: ISODate('2026-02-12T08:37:06.000Z'), lastAppliedWallTime: ISODate('2026-02-12T08:37:06.436Z'), lastDurableWallTime: ISODate('2026-02-12T08:37:06.436Z'), lastHeartbeat: ISODate('2026-02-12T08:37:10.031Z'), lastHeartbeatRecv: ISODate('2026-02-12T08:37:10.832Z'), pingMs: Long('19'), lastHeartbeatMessage: '', syncSourceHost: 'mongodb-dbodqv-backup-mongodb-0.mongodb-dbodqv-backup-mongodb-headless.ns-xihxr.svc:27017', syncSourceId: 0, infoMessage: '', configVersion: 1, configTerm: 1 }, { _id: 2, name: 'mongodb-dbodqv-backup-mongodb-2.mongodb-dbodqv-backup-mongodb-headless.ns-xihxr.svc:27017', health: 1, state: 2, stateStr: 'SECONDARY', uptime: 35, optime: { ts: Timestamp({ t: 1770885426, i: 3 }), t: Long('1') }, optimeDurable: { ts: Timestamp({ t: 1770885426, i: 3 }), t: Long('1') }, optimeDate: ISODate('2026-02-12T08:37:06.000Z'), optimeDurableDate: ISODate('2026-02-12T08:37:06.000Z'), lastAppliedWallTime: ISODate('2026-02-12T08:37:06.436Z'), lastDurableWallTime: ISODate('2026-02-12T08:37:06.436Z'), lastHeartbeat: ISODate('2026-02-12T08:37:10.031Z'), lastHeartbeatRecv: ISODate('2026-02-12T08:37:08.934Z'), pingMs: Long('19'), lastHeartbeatMessage: '', syncSourceHost: 'mongodb-dbodqv-backup-mongodb-0.mongodb-dbodqv-backup-mongodb-headless.ns-xihxr.svc:27017', syncSourceId: 0, infoMessage: '', configVersion: 1, configTerm: 1 } ], ok: 1, '$clusterTime': { clusterTime: Timestamp({ t: 1770885426, i: 3 }), signature: { hash: Binary.createFromBase64('AAAAAAAAAAAAAAAAAAAAAAAAAAA=', 0), keyId: Long('0') } }, operationTime: Timestamp({ t: 1770885426, i: 3 }) } mongodb-dbodqv-backup-mongodb [direct: primary] admin> connect cluster Success(B delete cluster mongodb-dbodqv-backup  `kbcli cluster delete mongodb-dbodqv-backup --auto-approve --namespace ns-xihxr `(B  pod_info:mongodb-dbodqv-backup-mongodb-0 4/4 Running 0 3m5s mongodb-dbodqv-backup-mongodb-1 4/4 Running 0 2m30s mongodb-dbodqv-backup-mongodb-2 4/4 Running 0 2m4s Cluster mongodb-dbodqv-backup deleted pod_info:mongodb-dbodqv-backup-mongodb-0 4/4 Terminating 0 3m25s delete cluster pod done(B check cluster resource non-exist OK: pvc(B delete cluster done(B check resource cm non exists check resource cm non exists(B cluster rebuild instances apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: mongodb-dbodqv-rebuildinstance- namespace: ns-xihxr spec: type: RebuildInstance clusterName: mongodb-dbodqv force: true rebuildFrom: - componentName: mongodb instances: - name: mongodb-dbodqv-mongodb-2 inPlace: false check cluster status before ops check cluster status done(B cluster_status:Running(B  `kubectl create -f test_ops_cluster_mongodb-dbodqv.yaml`(B  opsrequest.operations.kubeblocks.io/mongodb-dbodqv-rebuildinstance-w2gld created create test_ops_cluster_mongodb-dbodqv.yaml Success(B  `rm -rf test_ops_cluster_mongodb-dbodqv.yaml`(B  check ops status  `kbcli cluster list-ops mongodb-dbodqv --status all --namespace ns-xihxr `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mongodb-dbodqv-rebuildinstance-w2gld ns-xihxr RebuildInstance mongodb-dbodqv Creating -/- Feb 12,2026 16:37 UTC+0800 ops_status:mongodb-dbodqv-rebuildinstance-w2gld ns-xihxr RebuildInstance mongodb-dbodqv Running -/- Feb 12,2026 16:37 UTC+0800 (B ops_status:mongodb-dbodqv-rebuildinstance-w2gld ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 16:37 UTC+0800 (B ops_status:mongodb-dbodqv-rebuildinstance-w2gld ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 16:37 UTC+0800 (B ops_status:mongodb-dbodqv-rebuildinstance-w2gld ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 16:37 UTC+0800 (B ops_status:mongodb-dbodqv-rebuildinstance-w2gld ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 16:37 UTC+0800 (B ops_status:mongodb-dbodqv-rebuildinstance-w2gld ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 16:37 UTC+0800 (B ops_status:mongodb-dbodqv-rebuildinstance-w2gld ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 16:37 UTC+0800 (B ops_status:mongodb-dbodqv-rebuildinstance-w2gld ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 16:37 UTC+0800 (B ops_status:mongodb-dbodqv-rebuildinstance-w2gld ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 16:37 UTC+0800 (B ops_status:mongodb-dbodqv-rebuildinstance-w2gld ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 16:37 UTC+0800 (B ops_status:mongodb-dbodqv-rebuildinstance-w2gld ns-xihxr RebuildInstance mongodb-dbodqv mongodb Running 0/1 Feb 12,2026 16:37 UTC+0800 (B check ops status done(B ops_status:mongodb-dbodqv-rebuildinstance-w2gld ns-xihxr RebuildInstance mongodb-dbodqv mongodb Succeed 1/1 Feb 12,2026 16:37 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations mongodb-dbodqv-rebuildinstance-w2gld --namespace ns-xihxr `(B  opsrequest.operations.kubeblocks.io/mongodb-dbodqv-rebuildinstance-w2gld patched  `kbcli cluster delete-ops --name mongodb-dbodqv-rebuildinstance-w2gld --force --auto-approve --namespace ns-xihxr `(B  OpsRequest mongodb-dbodqv-rebuildinstance-w2gld deleted check cluster status  `kbcli cluster list mongodb-dbodqv --show-labels --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS mongodb-dbodqv ns-xihxr mongodb WipeOut Running Feb 12,2026 15:18 UTC+0800 app.kubernetes.io/instance=mongodb-dbodqv,clusterdefinition.kubeblocks.io/name=mongodb check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances mongodb-dbodqv --namespace ns-xihxr `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME mongodb-dbodqv-mongodb-1 ns-xihxr mongodb-dbodqv mongodb Running primary 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 16:12 UTC+0800 mongodb-dbodqv-mongodb-3 ns-xihxr mongodb-dbodqv mongodb Running secondary 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 16:13 UTC+0800 mongodb-dbodqv-mongodb-4 ns-xihxr mongodb-dbodqv mongodb Running secondary 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 16:37 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: mongodb-dbodqv-mongodb-1;secondary(B: mongodb-dbodqv-mongodb-3 mongodb-dbodqv-mongodb-4  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B check cluster connect  `echo " echo \"\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-1 --namespace ns-xihxr -- bash`(B  check cluster connect done(B  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B  `echo "echo \"db.col.find()\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-1 --namespace ns-xihxr -- bash `(B  check data: Defaulted container "mongodb" out of: mongodb, mongodb-backup-agent, exporter, kbagent, init-syncer (init), init-kubectl (init), init-pbm-agent (init), init-kbagent (init), kbagent-worker (init) Unable to use a TTY - input is not a terminal or the right kind of file Current Mongosh Log ID: 698d91b7f60708300a8b79a1 Connecting to: mongodb://@mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local:27017/admin?directConnection=true&authSource=admin&appName=mongosh+2.5.10 Using MongoDB: 6.0.27-21 Using Mongosh: 2.5.10 mongosh 2.6.0 is available for download: https://www.mongodb.com/try/download/shell For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/ ------ The server generated these startup warnings when booting 2026-02-12T08:13:09.337+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem 2026-02-12T08:13:14.757+00:00: You are running this process as the root user, which is not recommended 2026-02-12T08:13:14.757+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version 2026-02-12T08:13:14.758+00:00: vm.max_map_count is too low ------ mongodb-dbodqv-mongodb [direct: primary] admin> [ { _id: ObjectId('698d80b4b88eb8518a8b79a2'), a: 'ibswq' } ] mongodb-dbodqv-mongodb [direct: primary] admin> check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B  `echo "echo \"db.col.find().readPref('secondary')\" | mongosh --host mongodb-dbodqv-mongodb-mongodb-ro.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin " | kubectl exec -it mongodb-dbodqv-mongodb-3 --namespace ns-xihxr -- bash `(B  check readonly data: Defaulted container "mongodb" out of: mongodb, mongodb-backup-agent, exporter, kbagent, init-syncer (init), init-kubectl (init), init-pbm-agent (init), init-kbagent (init), kbagent-worker (init) Unable to use a TTY - input is not a terminal or the right kind of file Current Mongosh Log ID: 698d91c077914efc4b8b79a1 Connecting to: mongodb://@mongodb-dbodqv-mongodb-mongodb-ro.ns-xihxr.svc.cluster.local:27017/admin?directConnection=true&authSource=admin&appName=mongosh+2.5.10 Using MongoDB: 6.0.27-21 Using Mongosh: 2.5.10 mongosh 2.6.0 is available for download: https://www.mongodb.com/try/download/shell For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/ To help improve our products, anonymous usage data is collected and sent to MongoDB periodically (https://www.mongodb.com/legal/privacy-policy). You can opt-out by running the disableTelemetry() command. ------ The server generated these startup warnings when booting 2026-02-12T08:14:20.303+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem 2026-02-12T08:14:24.815+00:00: You are running this process as the root user, which is not recommended 2026-02-12T08:14:24.815+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version 2026-02-12T08:14:24.815+00:00: vm.max_map_count is too low ------ mongodb-dbodqv-mongodb [direct: secondary] admin> [ { _id: ObjectId('698d80b4b88eb8518a8b79a2'), a: 'ibswq' } ] mongodb-dbodqv-mongodb [direct: secondary] admin> check cluster readonly data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=mongodb-dbodqv`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets mongodb-dbodqv-mongodb-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:5E956nwR60hLpQ78;DB_PORT:27017;DB_DATABASE:(B check db_client batch data count  `echo "echo \"db.executions_loop_table.estimatedDocumentCount();\" | mongosh --host mongodb-dbodqv-mongodb-mongodb.ns-xihxr.svc.cluster.local --port 27017 -u root -p 5E956nwR60hLpQ78 --authenticationDatabase admin admin" | kubectl exec -it mongodb-dbodqv-mongodb-1 --namespace ns-xihxr -- bash `(B  check db_client batch [391] equal [391] data Success(B cluster delete backup  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge backups backup-ns-xihxr-mongodb-dbodqv-20260212163302 --namespace ns-xihxr `(B  backup.dataprotection.kubeblocks.io/backup-ns-xihxr-mongodb-dbodqv-20260212163302 patched  `kbcli cluster delete-backup mongodb-dbodqv --name backup-ns-xihxr-mongodb-dbodqv-20260212163302 --force --auto-approve --namespace ns-xihxr `(B  Backup backup-ns-xihxr-mongodb-dbodqv-20260212163302 deleted cluster list-logs  `kbcli cluster list-logs mongodb-dbodqv --namespace ns-xihxr `(B  cluster logs  `kbcli cluster logs mongodb-dbodqv --tail 30 --namespace ns-xihxr `(B  2026-02-12T08:29:43Z INFO HA This member is Cluster's leader 2026-02-12T08:29:43Z DEBUG HA Refresh leader ttl 2026-02-12T08:30:43Z INFO HA This member is Cluster's leader 2026-02-12T08:30:43Z DEBUG HA Refresh leader ttl 2026-02-12T08:31:44Z INFO HA This member is Cluster's leader 2026-02-12T08:31:44Z DEBUG HA Refresh leader ttl 2026-02-12T08:32:43Z INFO HA This member is Cluster's leader 2026-02-12T08:32:43Z DEBUG HA Refresh leader ttl 2026-02-12T08:33:43Z INFO HA This member is Cluster's leader 2026-02-12T08:33:43Z DEBUG HA Refresh leader ttl 2026-02-12T08:34:43Z INFO HA This member is Cluster's leader 2026-02-12T08:34:43Z DEBUG HA Refresh leader ttl 2026-02-12T08:35:43Z INFO HA This member is Cluster's leader 2026-02-12T08:35:43Z DEBUG HA Refresh leader ttl 2026-02-12T08:36:43Z INFO HA This member is Cluster's leader 2026-02-12T08:36:43Z DEBUG HA Refresh leader ttl 2026-02-12T08:37:44Z INFO HA This member is Cluster's leader 2026-02-12T08:37:44Z DEBUG HA Refresh leader ttl 2026-02-12T08:38:05Z INFO DCS-K8S pod selector: app.kubernetes.io/instance=mongodb-dbodqv,app.kubernetes.io/managed-by=kubeblocks,apps.kubeblocks.io/component-name=mongodb 2026-02-12T08:38:05Z INFO DCS-K8S podlist: 4 2026-02-12T08:38:16Z INFO DCS-K8S pod selector: app.kubernetes.io/instance=mongodb-dbodqv,app.kubernetes.io/managed-by=kubeblocks,apps.kubeblocks.io/component-name=mongodb 2026-02-12T08:38:16Z INFO DCS-K8S podlist: 4 2026-02-12T08:38:26Z INFO DCS-K8S pod selector: app.kubernetes.io/instance=mongodb-dbodqv,app.kubernetes.io/managed-by=kubeblocks,apps.kubeblocks.io/component-name=mongodb 2026-02-12T08:38:26Z INFO DCS-K8S podlist: 4 2026-02-12T08:38:44Z INFO HA This member is Cluster's leader 2026-02-12T08:38:44Z DEBUG HA Refresh leader ttl 2026-02-12T08:38:48Z INFO DCS-K8S pod selector: app.kubernetes.io/instance=mongodb-dbodqv,app.kubernetes.io/managed-by=kubeblocks,apps.kubeblocks.io/component-name=mongodb 2026-02-12T08:38:48Z INFO DCS-K8S podlist: 4 2026-02-12T08:38:58Z INFO DCS-K8S pod selector: app.kubernetes.io/instance=mongodb-dbodqv,app.kubernetes.io/managed-by=kubeblocks,apps.kubeblocks.io/component-name=mongodb 2026-02-12T08:38:58Z INFO DCS-K8S podlist: 3 cluster logs running  `kbcli cluster logs mongodb-dbodqv --tail 30 --file-type=running --namespace ns-xihxr `(B  ==> /data/mongodb/logs/mongodb.log <== {"t":{"$date":"2026-02-12T08:39:44.913+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn28175","msg":"client metadata","attr":{"remote":"10.244.4.250:34528","client":"conn28175","negotiatedCompressors":[],"doc":{"driver":{"name":"mongo-go-driver","version":"v1.11.6"},"os":{"type":"linux","architecture":"amd64"},"platform":"go1.24.10"}}} {"t":{"$date":"2026-02-12T08:39:44.917+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"10.244.4.250:34540","uuid":"4c40554a-555b-4ce5-b76e-bb30eb453d10","connectionId":28177,"connectionCount":39}} {"t":{"$date":"2026-02-12T08:39:44.917+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn28177","msg":"client metadata","attr":{"remote":"10.244.4.250:34540","client":"conn28177","negotiatedCompressors":[],"doc":{"driver":{"name":"mongo-go-driver","version":"v1.11.6"},"os":{"type":"linux","architecture":"amd64"},"platform":"go1.24.10"}}} {"t":{"$date":"2026-02-12T08:39:44.935+00:00"},"s":"I", "c":"ACCESS", "id":20250, "ctx":"conn28177","msg":"Authentication succeeded","attr":{"mechanism":"SCRAM-SHA-256","speculative":true,"principalName":"root","authenticationDatabase":"admin","remote":"10.244.4.250:34540","extraInfo":{}}} {"t":{"$date":"2026-02-12T08:39:44.935+00:00"},"s":"I", "c":"-", "id":20883, "ctx":"conn28175","msg":"Interrupted operation as its client disconnected","attr":{"opId":117906}} {"t":{"$date":"2026-02-12T08:39:44.935+00:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn28177","msg":"Connection ended","attr":{"remote":"10.244.4.250:34540","uuid":"4c40554a-555b-4ce5-b76e-bb30eb453d10","connectionId":28177,"connectionCount":38}} {"t":{"$date":"2026-02-12T08:39:44.935+00:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn28176","msg":"Connection ended","attr":{"remote":"10.244.4.250:34536","uuid":"a172855e-bae6-4f80-8e95-e3c0eb61f21b","connectionId":28176,"connectionCount":37}} {"t":{"$date":"2026-02-12T08:39:44.936+00:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn28175","msg":"Connection ended","attr":{"remote":"10.244.4.250:34528","uuid":"86c3c588-2441-4a65-99d6-8e6e5120994c","connectionId":28175,"connectionCount":36}} {"t":{"$date":"2026-02-12T08:39:45.258+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"10.244.4.150:56500","uuid":"4de142ae-192d-46e4-85d5-e7f8b427f6f4","connectionId":28178,"connectionCount":37}} {"t":{"$date":"2026-02-12T08:39:45.258+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"10.244.4.150:56506","uuid":"551ebd32-cf04-4a52-a42b-82669214844b","connectionId":28179,"connectionCount":38}} {"t":{"$date":"2026-02-12T08:39:45.258+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn28178","msg":"client metadata","attr":{"remote":"10.244.4.150:56500","client":"conn28178","negotiatedCompressors":[],"doc":{"driver":{"name":"mongo-go-driver","version":"v1.11.6"},"os":{"type":"linux","architecture":"amd64"},"platform":"go1.24.10"}}} {"t":{"$date":"2026-02-12T08:39:45.258+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn28179","msg":"client metadata","attr":{"remote":"10.244.4.150:56506","client":"conn28179","negotiatedCompressors":[],"doc":{"driver":{"name":"mongo-go-driver","version":"v1.11.6"},"os":{"type":"linux","architecture":"amd64"},"platform":"go1.24.10"}}} {"t":{"$date":"2026-02-12T08:39:45.262+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"10.244.4.150:56512","uuid":"e30efd12-1da7-49e5-9290-4640a58d665f","connectionId":28180,"connectionCount":39}} {"t":{"$date":"2026-02-12T08:39:45.262+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn28180","msg":"client metadata","attr":{"remote":"10.244.4.150:56512","client":"conn28180","negotiatedCompressors":[],"doc":{"driver":{"name":"mongo-go-driver","version":"v1.11.6"},"os":{"type":"linux","architecture":"amd64"},"platform":"go1.24.10"}}} {"t":{"$date":"2026-02-12T08:39:45.272+00:00"},"s":"I", "c":"ACCESS", "id":20250, "ctx":"conn28180","msg":"Authentication succeeded","attr":{"mechanism":"SCRAM-SHA-256","speculative":true,"principalName":"root","authenticationDatabase":"admin","remote":"10.244.4.150:56512","extraInfo":{}}} {"t":{"$date":"2026-02-12T08:39:45.331+00:00"},"s":"I", "c":"-", "id":20883, "ctx":"conn28178","msg":"Interrupted operation as its client disconnected","attr":{"opId":117921}} {"t":{"$date":"2026-02-12T08:39:45.331+00:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn28179","msg":"Connection ended","attr":{"remote":"10.244.4.150:56506","uuid":"551ebd32-cf04-4a52-a42b-82669214844b","connectionId":28179,"connectionCount":38}} {"t":{"$date":"2026-02-12T08:39:45.331+00:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn28180","msg":"Connection ended","attr":{"remote":"10.244.4.150:56512","uuid":"e30efd12-1da7-49e5-9290-4640a58d665f","connectionId":28180,"connectionCount":37}} {"t":{"$date":"2026-02-12T08:39:45.332+00:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn28178","msg":"Connection ended","attr":{"remote":"10.244.4.150:56500","uuid":"4de142ae-192d-46e4-85d5-e7f8b427f6f4","connectionId":28178,"connectionCount":36}} {"t":{"$date":"2026-02-12T08:39:45.336+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"10.244.4.150:56520","uuid":"670d295b-556e-4d47-9fed-13b6397925ae","connectionId":28181,"connectionCount":37}} {"t":{"$date":"2026-02-12T08:39:45.336+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"10.244.4.150:56536","uuid":"3b2a4267-5bce-48d1-82a7-25eb1d38c58c","connectionId":28182,"connectionCount":38}} {"t":{"$date":"2026-02-12T08:39:45.336+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn28181","msg":"client metadata","attr":{"remote":"10.244.4.150:56520","client":"conn28181","negotiatedCompressors":[],"doc":{"driver":{"name":"mongo-go-driver","version":"v1.11.6"},"os":{"type":"linux","architecture":"amd64"},"platform":"go1.24.10"}}} {"t":{"$date":"2026-02-12T08:39:45.336+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn28182","msg":"client metadata","attr":{"remote":"10.244.4.150:56536","client":"conn28182","negotiatedCompressors":[],"doc":{"driver":{"name":"mongo-go-driver","version":"v1.11.6"},"os":{"type":"linux","architecture":"amd64"},"platform":"go1.24.10"}}} {"t":{"$date":"2026-02-12T08:39:45.339+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"10.244.4.150:56540","uuid":"4ef2ad84-c869-4a39-a745-a4bb8e896f04","connectionId":28183,"connectionCount":39}} {"t":{"$date":"2026-02-12T08:39:45.339+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn28183","msg":"client metadata","attr":{"remote":"10.244.4.150:56540","client":"conn28183","negotiatedCompressors":[],"doc":{"driver":{"name":"mongo-go-driver","version":"v1.11.6"},"os":{"type":"linux","architecture":"amd64"},"platform":"go1.24.10"}}} {"t":{"$date":"2026-02-12T08:39:45.348+00:00"},"s":"I", "c":"ACCESS", "id":20250, "ctx":"conn28183","msg":"Authentication succeeded","attr":{"mechanism":"SCRAM-SHA-256","speculative":true,"principalName":"root","authenticationDatabase":"admin","remote":"10.244.4.150:56540","extraInfo":{}}} {"t":{"$date":"2026-02-12T08:39:45.431+00:00"},"s":"I", "c":"-", "id":20883, "ctx":"conn28181","msg":"Interrupted operation as its client disconnected","attr":{"opId":117929}} {"t":{"$date":"2026-02-12T08:39:45.431+00:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn28182","msg":"Connection ended","attr":{"remote":"10.244.4.150:56536","uuid":"3b2a4267-5bce-48d1-82a7-25eb1d38c58c","connectionId":28182,"connectionCount":38}} {"t":{"$date":"2026-02-12T08:39:45.432+00:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn28183","msg":"Connection ended","attr":{"remote":"10.244.4.150:56540","uuid":"4ef2ad84-c869-4a39-a745-a4bb8e896f04","connectionId":28183,"connectionCount":37}} {"t":{"$date":"2026-02-12T08:39:45.432+00:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn28181","msg":"Connection ended","attr":{"remote":"10.244.4.150:56520","uuid":"670d295b-556e-4d47-9fed-13b6397925ae","connectionId":28181,"connectionCount":36}} ==> /data/mongodb/logs/mongodb.log.2026-02-12T07-29-09 <== {"t":{"$date":"2026-02-12T07:28:59.645+00:00"},"s":"I", "c":"CONTROL", "id":4784928, "ctx":"SignalHandler","msg":"Shutting down the TTL monitor"} {"t":{"$date":"2026-02-12T07:28:59.645+00:00"},"s":"I", "c":"INDEX", "id":3684100, "ctx":"SignalHandler","msg":"Shutting down TTL collection monitor thread"} {"t":{"$date":"2026-02-12T07:28:59.645+00:00"},"s":"I", "c":"INDEX", "id":3684101, "ctx":"SignalHandler","msg":"Finished shutting down TTL collection monitor thread"} {"t":{"$date":"2026-02-12T07:28:59.645+00:00"},"s":"I", "c":"CONTROL", "id":6278511, "ctx":"SignalHandler","msg":"Shutting down the Change Stream Expired Pre-images Remover"} {"t":{"$date":"2026-02-12T07:28:59.645+00:00"},"s":"I", "c":"QUERY", "id":6278515, "ctx":"SignalHandler","msg":"Shutting down Change Stream Expired Pre-images Remover thread"} {"t":{"$date":"2026-02-12T07:28:59.645+00:00"},"s":"I", "c":"QUERY", "id":6278516, "ctx":"SignalHandler","msg":"Finished shutting down Change Stream Expired Pre-images Remover thread"} {"t":{"$date":"2026-02-12T07:28:59.645+00:00"},"s":"I", "c":"CONTROL", "id":4784929, "ctx":"SignalHandler","msg":"Acquiring the global lock for shutdown"} {"t":{"$date":"2026-02-12T07:28:59.645+00:00"},"s":"I", "c":"CONTROL", "id":4784930, "ctx":"SignalHandler","msg":"Shutting down the storage engine"} {"t":{"$date":"2026-02-12T07:28:59.645+00:00"},"s":"I", "c":"STORAGE", "id":22320, "ctx":"SignalHandler","msg":"Shutting down journal flusher thread"} {"t":{"$date":"2026-02-12T07:28:59.645+00:00"},"s":"I", "c":"STORAGE", "id":22321, "ctx":"SignalHandler","msg":"Finished shutting down journal flusher thread"} {"t":{"$date":"2026-02-12T07:28:59.645+00:00"},"s":"I", "c":"STORAGE", "id":22322, "ctx":"SignalHandler","msg":"Shutting down checkpoint thread"} {"t":{"$date":"2026-02-12T07:28:59.645+00:00"},"s":"I", "c":"STORAGE", "id":22323, "ctx":"SignalHandler","msg":"Finished shutting down checkpoint thread"} {"t":{"$date":"2026-02-12T07:28:59.645+00:00"},"s":"I", "c":"STORAGE", "id":22261, "ctx":"SignalHandler","msg":"Timestamp monitor shutting down"} {"t":{"$date":"2026-02-12T07:28:59.646+00:00"},"s":"I", "c":"STORAGE", "id":20282, "ctx":"SignalHandler","msg":"Deregistering all the collections"} {"t":{"$date":"2026-02-12T07:28:59.646+00:00"},"s":"I", "c":"STORAGE", "id":22372, "ctx":"OplogVisibilityThread","msg":"Oplog visibility thread shutting down."} {"t":{"$date":"2026-02-12T07:28:59.646+00:00"},"s":"I", "c":"STORAGE", "id":22317, "ctx":"SignalHandler","msg":"WiredTigerKVEngine shutting down"} {"t":{"$date":"2026-02-12T07:28:59.646+00:00"},"s":"I", "c":"STORAGE", "id":22318, "ctx":"SignalHandler","msg":"Shutting down session sweeper thread"} {"t":{"$date":"2026-02-12T07:28:59.646+00:00"},"s":"I", "c":"STORAGE", "id":22319, "ctx":"SignalHandler","msg":"Finished shutting down session sweeper thread"} {"t":{"$date":"2026-02-12T07:28:59.649+00:00"},"s":"I", "c":"STORAGE", "id":4795902, "ctx":"SignalHandler","msg":"Closing WiredTiger","attr":{"closeConfig":"leak_memory=true,"}} {"t":{"$date":"2026-02-12T07:28:59.687+00:00"},"s":"I", "c":"WTRECOV", "id":22430, "ctx":"SignalHandler","msg":"WiredTiger message","attr":{"message":{"ts_sec":1770881339,"ts_usec":687855,"thread":"19:0x7fedc9c43640","session_name":"WT_CONNECTION.close","category":"WT_VERB_RECOVERY_PROGRESS","category_id":30,"verbose_level":"DEBUG","verbose_level_id":1,"msg":"shutdown rollback to stable has successfully finished and ran for 38 milliseconds"}}} {"t":{"$date":"2026-02-12T07:28:59.693+00:00"},"s":"I", "c":"WTCHKPT", "id":22430, "ctx":"SignalHandler","msg":"WiredTiger message","attr":{"message":{"ts_sec":1770881339,"ts_usec":693552,"thread":"19:0x7fedc9c43640","session_name":"close_ckpt","category":"WT_VERB_CHECKPOINT_PROGRESS","category_id":6,"verbose_level":"DEBUG","verbose_level_id":1,"msg":"saving checkpoint snapshot min: 4934, snapshot max: 4934 snapshot count: 0, oldest timestamp: (1770881038, 2) , meta checkpoint timestamp: (1770881338, 2) base write gen: 1"}}} {"t":{"$date":"2026-02-12T07:28:59.835+00:00"},"s":"I", "c":"WTRECOV", "id":22430, "ctx":"SignalHandler","msg":"WiredTiger message","attr":{"message":{"ts_sec":1770881339,"ts_usec":835454,"thread":"19:0x7fedc9c43640","session_name":"WT_CONNECTION.close","category":"WT_VERB_RECOVERY_PROGRESS","category_id":30,"verbose_level":"DEBUG","verbose_level_id":1,"msg":"shutdown checkpoint has successfully finished and ran for 147 milliseconds"}}} {"t":{"$date":"2026-02-12T07:28:59.835+00:00"},"s":"I", "c":"WTRECOV", "id":22430, "ctx":"SignalHandler","msg":"WiredTiger message","attr":{"message":{"ts_sec":1770881339,"ts_usec":835701,"thread":"19:0x7fedc9c43640","session_name":"WT_CONNECTION.close","category":"WT_VERB_RECOVERY_PROGRESS","category_id":30,"verbose_level":"DEBUG","verbose_level_id":1,"msg":"shutdown was completed successfully and took 186ms, including 38ms for the rollback to stable, and 147ms for the checkpoint."}}} {"t":{"$date":"2026-02-12T07:28:59.862+00:00"},"s":"I", "c":"STORAGE", "id":4795901, "ctx":"SignalHandler","msg":"WiredTiger closed","attr":{"durationMillis":213}} {"t":{"$date":"2026-02-12T07:28:59.862+00:00"},"s":"I", "c":"STORAGE", "id":22279, "ctx":"SignalHandler","msg":"shutdown: removing fs lock..."} {"t":{"$date":"2026-02-12T07:28:59.862+00:00"},"s":"I", "c":"-", "id":4784931, "ctx":"SignalHandler","msg":"Dropping the scope cache for shutdown"} {"t":{"$date":"2026-02-12T07:28:59.862+00:00"},"s":"I", "c":"FTDC", "id":20626, "ctx":"SignalHandler","msg":"Shutting down full-time diagnostic data capture"} {"t":{"$date":"2026-02-12T07:28:59.866+00:00"},"s":"I", "c":"CONTROL", "id":20565, "ctx":"SignalHandler","msg":"Now exiting"} {"t":{"$date":"2026-02-12T07:28:59.887+00:00"},"s":"I", "c":"CONTROL", "id":8423404, "ctx":"SignalHandler","msg":"mongod shutdown complete","attr":{"Summary of time elapsed":{"Statistics":{"Enter terminal shutdown":"0 ms","Step down the replication coordinator for shutdown":"0 ms","Time spent in quiesce mode":"15013 ms","Shut down FLE Crud subsystem":"0 ms","Shut down MirrorMaestro":"1 ms","Shut down WaitForMajorityService":"0 ms","Shut down the logical session cache":"0 ms","Shut down the transport layer":"0 ms","Shut down the global connection pool":"1 ms","Shut down the flow control ticket holder":"0 ms","Shut down the replica set node executor":"0 ms","Shut down the replica set aware services":"0 ms","Shut down the replica set aware services":"1 ms","Shut down replication":"0 ms","Shut down replication":"0 ms","Shut down initial syncer":"0 ms","Shut down initial syncer":"0 ms","Shut down external state":"0 ms","Shut down external state":"137 ms","Shut down replication executor":"0 ms","Shut down replication executor":"0 ms","Join replication executor":"0 ms","Join replication executor":"0 ms","Kill all operations for shutdown":"0 ms","Shut down all tenant migration access blockers on global shutdown":"0 ms","Shut down all open transactions":"0 ms","Acquire the RSTL for shutdown":"0 ms","Shut down the IndexBuildsCoordinator and wait for index builds to finish":"0 ms","Shut down the replica set monitor":"1 ms","Shut down the logical time validator":"1 ms","Shut down the migration util executor":"0 ms","Shut down the health log":"0 ms","Shut down the TTL monitor":"0 ms","Shut down expired pre-images remover":"0 ms","Shut down the storage engine":"217 ms","Shut down full-time data capture":"0 ms","shutdownTask total elapsed time":"15397 ms"}}}} {"t":{"$date":"2026-02-12T07:28:59.888+00:00"},"s":"I", "c":"CONTROL", "id":23138, "ctx":"SignalHandler","msg":"Shutting down","attr":{"exitCode":0}} ==> /data/mongodb/logs/mongodb.log.2026-02-12T08-02-59 <== {"t":{"$date":"2026-02-12T07:56:25.776+00:00"},"s":"I", "c":"INDEX", "id":3684100, "ctx":"SignalHandler","msg":"Shutting down TTL collection monitor thread"} {"t":{"$date":"2026-02-12T07:56:25.776+00:00"},"s":"I", "c":"INDEX", "id":3684101, "ctx":"SignalHandler","msg":"Finished shutting down TTL collection monitor thread"} {"t":{"$date":"2026-02-12T07:56:25.776+00:00"},"s":"I", "c":"CONTROL", "id":6278511, "ctx":"SignalHandler","msg":"Shutting down the Change Stream Expired Pre-images Remover"} {"t":{"$date":"2026-02-12T07:56:25.776+00:00"},"s":"I", "c":"QUERY", "id":6278515, "ctx":"SignalHandler","msg":"Shutting down Change Stream Expired Pre-images Remover thread"} {"t":{"$date":"2026-02-12T07:56:25.776+00:00"},"s":"I", "c":"QUERY", "id":6278516, "ctx":"SignalHandler","msg":"Finished shutting down Change Stream Expired Pre-images Remover thread"} {"t":{"$date":"2026-02-12T07:56:25.776+00:00"},"s":"I", "c":"CONTROL", "id":4784929, "ctx":"SignalHandler","msg":"Acquiring the global lock for shutdown"} {"t":{"$date":"2026-02-12T07:56:25.776+00:00"},"s":"I", "c":"CONTROL", "id":4784930, "ctx":"SignalHandler","msg":"Shutting down the storage engine"} {"t":{"$date":"2026-02-12T07:56:25.776+00:00"},"s":"I", "c":"STORAGE", "id":22320, "ctx":"SignalHandler","msg":"Shutting down journal flusher thread"} {"t":{"$date":"2026-02-12T07:56:25.776+00:00"},"s":"I", "c":"STORAGE", "id":22321, "ctx":"SignalHandler","msg":"Finished shutting down journal flusher thread"} {"t":{"$date":"2026-02-12T07:56:25.776+00:00"},"s":"I", "c":"STORAGE", "id":22322, "ctx":"SignalHandler","msg":"Shutting down checkpoint thread"} {"t":{"$date":"2026-02-12T07:56:25.776+00:00"},"s":"I", "c":"STORAGE", "id":22323, "ctx":"SignalHandler","msg":"Finished shutting down checkpoint thread"} {"t":{"$date":"2026-02-12T07:56:25.776+00:00"},"s":"I", "c":"STORAGE", "id":22261, "ctx":"SignalHandler","msg":"Timestamp monitor shutting down"} {"t":{"$date":"2026-02-12T07:56:25.776+00:00"},"s":"I", "c":"STORAGE", "id":20282, "ctx":"SignalHandler","msg":"Deregistering all the collections"} {"t":{"$date":"2026-02-12T07:56:25.777+00:00"},"s":"I", "c":"STORAGE", "id":22372, "ctx":"OplogVisibilityThread","msg":"Oplog visibility thread shutting down."} {"t":{"$date":"2026-02-12T07:56:25.777+00:00"},"s":"I", "c":"STORAGE", "id":22317, "ctx":"SignalHandler","msg":"WiredTigerKVEngine shutting down"} {"t":{"$date":"2026-02-12T07:56:25.777+00:00"},"s":"I", "c":"STORAGE", "id":22318, "ctx":"SignalHandler","msg":"Shutting down session sweeper thread"} {"t":{"$date":"2026-02-12T07:56:25.777+00:00"},"s":"I", "c":"STORAGE", "id":22319, "ctx":"SignalHandler","msg":"Finished shutting down session sweeper thread"} {"t":{"$date":"2026-02-12T07:56:25.787+00:00"},"s":"I", "c":"STORAGE", "id":4795902, "ctx":"SignalHandler","msg":"Closing WiredTiger","attr":{"closeConfig":"leak_memory=true,"}} {"t":{"$date":"2026-02-12T07:56:25.790+00:00"},"s":"I", "c":"WTRECOV", "id":22430, "ctx":"SignalHandler","msg":"WiredTiger message","attr":{"message":{"ts_sec":1770882985,"ts_usec":790162,"thread":"18:0x7faae7e65640","session_name":"WT_CONNECTION.close","category":"WT_VERB_RECOVERY_PROGRESS","category_id":30,"verbose_level":"DEBUG","verbose_level_id":1,"msg":"shutdown rollback to stable has successfully finished and ran for 2 milliseconds"}}} {"t":{"$date":"2026-02-12T07:56:25.889+00:00"},"s":"I", "c":"WTCHKPT", "id":22430, "ctx":"SignalHandler","msg":"WiredTiger message","attr":{"message":{"ts_sec":1770882985,"ts_usec":889824,"thread":"18:0x7faae7e65640","session_name":"close_ckpt","category":"WT_VERB_CHECKPOINT_PROGRESS","category_id":6,"verbose_level":"DEBUG","verbose_level_id":1,"msg":"saving checkpoint snapshot min: 8686, snapshot max: 8686 snapshot count: 0, oldest timestamp: (1770882649, 2) , meta checkpoint timestamp: (1770882949, 2) base write gen: 88"}}} {"t":{"$date":"2026-02-12T07:56:26.001+00:00"},"s":"W", "c":"REPL", "id":6100702, "ctx":"ftdc","msg":"Failed to get last stable recovery timestamp due to lock acquire timeout. Note this is expected if shutdown is in progress."} {"t":{"$date":"2026-02-12T07:56:26.015+00:00"},"s":"I", "c":"WTRECOV", "id":22430, "ctx":"SignalHandler","msg":"WiredTiger message","attr":{"message":{"ts_sec":1770882986,"ts_usec":15404,"thread":"18:0x7faae7e65640","session_name":"WT_CONNECTION.close","category":"WT_VERB_RECOVERY_PROGRESS","category_id":30,"verbose_level":"DEBUG","verbose_level_id":1,"msg":"shutdown checkpoint has successfully finished and ran for 225 milliseconds"}}} {"t":{"$date":"2026-02-12T07:56:26.015+00:00"},"s":"I", "c":"WTRECOV", "id":22430, "ctx":"SignalHandler","msg":"WiredTiger message","attr":{"message":{"ts_sec":1770882986,"ts_usec":15695,"thread":"18:0x7faae7e65640","session_name":"WT_CONNECTION.close","category":"WT_VERB_RECOVERY_PROGRESS","category_id":30,"verbose_level":"DEBUG","verbose_level_id":1,"msg":"shutdown was completed successfully and took 227ms, including 2ms for the rollback to stable, and 225ms for the checkpoint."}}} {"t":{"$date":"2026-02-12T07:56:26.115+00:00"},"s":"I", "c":"STORAGE", "id":4795901, "ctx":"SignalHandler","msg":"WiredTiger closed","attr":{"durationMillis":328}} {"t":{"$date":"2026-02-12T07:56:26.115+00:00"},"s":"I", "c":"STORAGE", "id":22279, "ctx":"SignalHandler","msg":"shutdown: removing fs lock..."} {"t":{"$date":"2026-02-12T07:56:26.116+00:00"},"s":"I", "c":"-", "id":4784931, "ctx":"SignalHandler","msg":"Dropping the scope cache for shutdown"} {"t":{"$date":"2026-02-12T07:56:26.116+00:00"},"s":"I", "c":"FTDC", "id":20626, "ctx":"SignalHandler","msg":"Shutting down full-time diagnostic data capture"} {"t":{"$date":"2026-02-12T07:56:26.117+00:00"},"s":"I", "c":"CONTROL", "id":20565, "ctx":"SignalHandler","msg":"Now exiting"} {"t":{"$date":"2026-02-12T07:56:26.118+00:00"},"s":"I", "c":"CONTROL", "id":8423404, "ctx":"SignalHandler","msg":"mongod shutdown complete","attr":{"Summary of time elapsed":{"Statistics":{"Enter terminal shutdown":"0 ms","Step down the replication coordinator for shutdown":"1 ms","Time spent in quiesce mode":"15008 ms","Shut down FLE Crud subsystem":"1 ms","Shut down MirrorMaestro":"0 ms","Shut down WaitForMajorityService":"1 ms","Shut down the logical session cache":"0 ms","Shut down the transport layer":"0 ms","Shut down the global connection pool":"0 ms","Shut down the flow control ticket holder":"0 ms","Shut down the replica set node executor":"1 ms","Shut down the replica set aware services":"0 ms","Shut down the replica set aware services":"1 ms","Shut down replication":"0 ms","Shut down replication":"0 ms","Shut down external state":"0 ms","Shut down external state":"678 ms","Shut down replication executor":"0 ms","Shut down replication executor":"0 ms","Join replication executor":"0 ms","Join replication executor":"1 ms","Kill all operations for shutdown":"0 ms","Shut down all tenant migration access blockers on global shutdown":"0 ms","Shut down all open transactions":"0 ms","Acquire the RSTL for shutdown":"0 ms","Shut down the IndexBuildsCoordinator and wait for index builds to finish":"0 ms","Shut down the replica set monitor":"0 ms","Shut down the logical time validator":"0 ms","Shut down the migration util executor":"1 ms","Shut down the health log":"0 ms","Shut down the TTL monitor":"0 ms","Shut down expired pre-images remover":"0 ms","Shut down the storage engine":"340 ms","Shut down full-time data capture":"0 ms","shutdownTask total elapsed time":"16034 ms"}}}} {"t":{"$date":"2026-02-12T07:56:26.118+00:00"},"s":"I", "c":"CONTROL", "id":23138, "ctx":"SignalHandler","msg":"Shutting down","attr":{"exitCode":0}} ==> /data/mongodb/logs/mongodb.log.2026-02-12T08-13-09 <== {"t":{"$date":"2026-02-12T08:12:28.606+00:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn6742","msg":"Connection ended","attr":{"remote":"10.244.5.13:50328","uuid":"eaff38df-a313-4316-a93f-309560013250","connectionId":6742,"connectionCount":4}} {"t":{"$date":"2026-02-12T08:12:28.609+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"10.244.6.187:40444","uuid":"1eccb740-c2cb-456e-9f1f-55be7b140ace","connectionId":6743,"connectionCount":5}} {"t":{"$date":"2026-02-12T08:12:28.609+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"10.244.6.187:40452","uuid":"0c905b37-f979-4bdf-ac2e-96ea732d3ac3","connectionId":6744,"connectionCount":6}} {"t":{"$date":"2026-02-12T08:12:28.609+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn6743","msg":"client metadata","attr":{"remote":"10.244.6.187:40444","client":"conn6743","negotiatedCompressors":[],"doc":{"driver":{"name":"mongo-go-driver","version":"v1.11.6"},"os":{"type":"linux","architecture":"amd64"},"platform":"go1.24.10"}}} {"t":{"$date":"2026-02-12T08:12:28.609+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn6744","msg":"client metadata","attr":{"remote":"10.244.6.187:40452","client":"conn6744","negotiatedCompressors":[],"doc":{"driver":{"name":"mongo-go-driver","version":"v1.11.6"},"os":{"type":"linux","architecture":"amd64"},"platform":"go1.24.10"}}} {"t":{"$date":"2026-02-12T08:12:28.610+00:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn6743","msg":"Connection ended","attr":{"remote":"10.244.6.187:40444","uuid":"1eccb740-c2cb-456e-9f1f-55be7b140ace","connectionId":6743,"connectionCount":5}} {"t":{"$date":"2026-02-12T08:12:28.610+00:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn6744","msg":"Connection ended","attr":{"remote":"10.244.6.187:40452","uuid":"0c905b37-f979-4bdf-ac2e-96ea732d3ac3","connectionId":6744,"connectionCount":4}} {"t":{"$date":"2026-02-12T08:12:28.739+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"10.244.5.13:50352","uuid":"8b955912-b5fe-47ec-b202-60dd0acf84f6","connectionId":6745,"connectionCount":5}} {"t":{"$date":"2026-02-12T08:12:28.739+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"10.244.5.13:50336","uuid":"a1c61fc0-a56e-4790-8071-4ff617672364","connectionId":6746,"connectionCount":6}} {"t":{"$date":"2026-02-12T08:12:28.739+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn6745","msg":"client metadata","attr":{"remote":"10.244.5.13:50352","client":"conn6745","negotiatedCompressors":[],"doc":{"driver":{"name":"mongo-go-driver","version":"v1.11.6"},"os":{"type":"linux","architecture":"amd64"},"platform":"go1.24.10"}}} {"t":{"$date":"2026-02-12T08:12:28.739+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn6746","msg":"client metadata","attr":{"remote":"10.244.5.13:50336","client":"conn6746","negotiatedCompressors":[],"doc":{"driver":{"name":"mongo-go-driver","version":"v1.11.6"},"os":{"type":"linux","architecture":"amd64"},"platform":"go1.24.10"}}} {"t":{"$date":"2026-02-12T08:12:28.740+00:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn6745","msg":"Connection ended","attr":{"remote":"10.244.5.13:50352","uuid":"8b955912-b5fe-47ec-b202-60dd0acf84f6","connectionId":6745,"connectionCount":5}} {"t":{"$date":"2026-02-12T08:12:28.740+00:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn6746","msg":"Connection ended","attr":{"remote":"10.244.5.13:50336","uuid":"a1c61fc0-a56e-4790-8071-4ff617672364","connectionId":6746,"connectionCount":4}} {"t":{"$date":"2026-02-12T08:12:28.790+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"10.244.5.13:50360","uuid":"540e2226-299c-45c8-bdce-7a61360ae346","connectionId":6747,"connectionCount":5}} {"t":{"$date":"2026-02-12T08:12:28.791+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"10.244.5.13:50362","uuid":"b8e5fab2-4428-4d70-a281-76f99c63451e","connectionId":6748,"connectionCount":6}} {"t":{"$date":"2026-02-12T08:12:28.791+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn6747","msg":"client metadata","attr":{"remote":"10.244.5.13:50360","client":"conn6747","negotiatedCompressors":[],"doc":{"driver":{"name":"mongo-go-driver","version":"v1.11.6"},"os":{"type":"linux","architecture":"amd64"},"platform":"go1.24.10"}}} {"t":{"$date":"2026-02-12T08:12:28.791+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn6748","msg":"client metadata","attr":{"remote":"10.244.5.13:50362","client":"conn6748","negotiatedCompressors":[],"doc":{"driver":{"name":"mongo-go-driver","version":"v1.11.6"},"os":{"type":"linux","architecture":"amd64"},"platform":"go1.24.10"}}} {"t":{"$date":"2026-02-12T08:12:28.792+00:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn6748","msg":"Connection ended","attr":{"remote":"10.244.5.13:50362","uuid":"b8e5fab2-4428-4d70-a281-76f99c63451e","connectionId":6748,"connectionCount":5}} {"t":{"$date":"2026-02-12T08:12:28.792+00:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn6747","msg":"Connection ended","attr":{"remote":"10.244.5.13:50360","uuid":"540e2226-299c-45c8-bdce-7a61360ae346","connectionId":6747,"connectionCount":4}} {"t":{"$date":"2026-02-12T08:12:28.947+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"10.244.5.13:50372","uuid":"1c97f4af-13f2-46f3-8c19-1a76ec0c00bc","connectionId":6749,"connectionCount":5}} {"t":{"$date":"2026-02-12T08:12:28.948+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn6749","msg":"client metadata","attr":{"remote":"10.244.5.13:50372","client":"conn6749","negotiatedCompressors":["snappy","zstd","zlib"],"doc":{"driver":{"name":"NetworkInterfaceTL-ReplNetwork","version":"6.0.27-21"},"os":{"type":"Linux","name":"Red Hat Enterprise Linux release 9.7 (Plow)","architecture":"x86_64","version":"Kernel 5.15.0-1102-azure"}}}} {"t":{"$date":"2026-02-12T08:12:28.948+00:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn6749","msg":"Connection ended","attr":{"remote":"10.244.5.13:50372","uuid":"1c97f4af-13f2-46f3-8c19-1a76ec0c00bc","connectionId":6749,"connectionCount":4}} {"t":{"$date":"2026-02-12T08:12:28.958+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"10.244.5.13:50378","uuid":"17ad4430-b1dc-47b8-b1a9-bc3cc605e239","connectionId":6750,"connectionCount":5}} {"t":{"$date":"2026-02-12T08:12:28.959+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn6750","msg":"client metadata","attr":{"remote":"10.244.5.13:50378","client":"conn6750","negotiatedCompressors":["snappy","zstd","zlib"],"doc":{"driver":{"name":"NetworkInterfaceTL-ReplNetwork","version":"6.0.27-21"},"os":{"type":"Linux","name":"Red Hat Enterprise Linux release 9.7 (Plow)","architecture":"x86_64","version":"Kernel 5.15.0-1102-azure"}}}} {"t":{"$date":"2026-02-12T08:12:28.959+00:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn6750","msg":"Connection ended","attr":{"remote":"10.244.5.13:50378","uuid":"17ad4430-b1dc-47b8-b1a9-bc3cc605e239","connectionId":6750,"connectionCount":4}} {"t":{"$date":"2026-02-12T08:12:28.964+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"10.244.5.13:50382","uuid":"45043482-6949-41a1-bfc9-e63818b935fa","connectionId":6751,"connectionCount":5}} {"t":{"$date":"2026-02-12T08:12:28.964+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn6751","msg":"client metadata","attr":{"remote":"10.244.5.13:50382","client":"conn6751","negotiatedCompressors":["snappy","zstd","zlib"],"doc":{"driver":{"name":"NetworkInterfaceTL-ReplNetwork","version":"6.0.27-21"},"os":{"type":"Linux","name":"Red Hat Enterprise Linux release 9.7 (Plow)","architecture":"x86_64","version":"Kernel 5.15.0-1102-azure"}}}} {"t":{"$date":"2026-02-12T08:12:28.965+00:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn6751","msg":"Connection ended","attr":{"remote":"10.244.5.13:50382","uuid":"45043482-6949-41a1-bfc9-e63818b935fa","connectionId":6751,"connectionCount":4}} {"t":{"$date":"2026-02-12T08:12:29.098+00:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn340","msg":"Connection ended","attr":{"remote":"127.0.0.1:48486","uuid":"8e92eeb1-1835-4e86-a8da-e6a92ac68bf5","connectionId":340,"connectionCount":3}} {"t":{"$date":"2026-02-12T08:12:29.098+00:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn5","msg":"Connection ended","attr":{"remote":"127.0.0.1:38524","uuid":"f64b6baa-d9a3-4735-b075-d55fe3c964e6","connectionId":5,"connectionCount":2}} delete cluster mongodb-dbodqv  `kbcli cluster delete mongodb-dbodqv --auto-approve --namespace ns-xihxr `(B  pod_info:mongodb-dbodqv-mongodb-1 4/4 Running 0 27m mongodb-dbodqv-mongodb-3 4/4 Running 0 25m mongodb-dbodqv-mongodb-4 4/4 Running 0 107s Cluster mongodb-dbodqv deleted pod_info:mongodb-dbodqv-mongodb-1 4/4 Terminating 0 27m delete cluster pod done(B check cluster resource non-exist OK: pvc(B delete cluster done(B check resource cm non exists check resource cm non exists(B Mongodb Test Suite All Done!(B Test Engine: mongodb Test Type: 6 --------------------------------------Mongodb 6.0.27 (Topology = replicaset Replicas 3) Test Result-------------------------------------- [PASSED]|[Create]|[Topology=replicaset;ComponentDefinition=mongodb-1.0.2;ComponentVersion=mongodb;ServiceVersion=6.0.27;]|[Description=Create a cluster with the specified topology replicaset with the specified component definition mongodb-1.0.2 and component version mongodb and service version 6.0.27](B [PASSED]|[Connect]|[ComponentName=mongodb]|[Description=Connect to the cluster](B [PASSED]|[AddData]|[Values=ibswq]|[Description=Add data to the cluster](B [PASSED]|[CheckAddDataReadonly]|[Values=ibswq;Role=Readonly]|[Description=Add data to the cluster readonly](B [PASSED]|[Restart]|[-]|[Description=Restart the cluster](B [PASSED]|[Update]|[Monitor=true]|[Description=Update the cluster Monitor enable](B [PASSED]|[RebuildInstance]|[ComponentName=mongodb]|[Description=Rebuild the cluster instance specify component mongodb](B [PASSED]|[SwitchOver]|[ComponentName=mongodb]|[Description=SwitchOver the cluster specify component mongodb](B [PASSED]|[HorizontalScaling Out]|[ComponentName=mongodb]|[Description=HorizontalScaling Out the cluster specify component mongodb](B [PASSED]|[HorizontalScaling In]|[ComponentName=mongodb]|[Description=HorizontalScaling In the cluster specify component mongodb](B [PASSED]|[Stop]|[-]|[Description=Stop the cluster](B [PASSED]|[Start]|[-]|[Description=Start the cluster](B [PASSED]|[Failover]|[HA=Kill 1;ComponentName=mongodb]|[Description=Simulates conditions where process 1 killed either due to expected/undesired processes thereby testing the application's resilience to unavailability of some replicas due to abnormal termination signals.](B [PASSED]|[Connect]|[Endpoints=true]|[Description=Connect to the cluster](B [PASSED]|[VerticalScaling]|[ComponentName=mongodb]|[Description=VerticalScaling the cluster specify component mongodb](B [PASSED]|[Failover]|[HA=Delete Pod;ComponentName=mongodb]|[Description=Simulates conditions where pods terminating forced/graceful thereby testing deployment sanity (replica availability & uninterrupted service) and recovery workflow of the application.](B [PASSED]|[VolumeExpansion]|[ComponentName=mongodb]|[Description=VolumeExpansion the cluster specify component mongodb](B [PASSED]|[Update]|[TerminationPolicy=WipeOut]|[Description=Update the cluster TerminationPolicy WipeOut](B [PASSED]|[Backup]|[BackupMethod=pbm-physical]|[Description=The cluster pbm-physical Backup](B [PASSED]|[Restore]|[BackupMethod=pbm-physical]|[Description=The cluster pbm-physical Restore](B [PASSED]|[Connect]|[ComponentName=mongodb]|[Description=Connect to the cluster](B [PASSED]|[Delete Restore Cluster]|[BackupMethod=pbm-physical]|[Description=Delete the pbm-physical restore cluster](B [PASSED]|[Backup]|[BackupMethod=dump]|[Description=The cluster dump Backup](B [PASSED]|[Restore]|[BackupMethod=dump]|[Description=The cluster dump Restore](B [PASSED]|[Check Data]|[BackupMethod=dump]|[Description=Check the cluster data restore via dump](B [PASSED]|[Connect]|[ComponentName=mongodb]|[Description=Connect to the cluster](B [PASSED]|[Delete Restore Cluster]|[BackupMethod=dump]|[Description=Delete the dump restore cluster](B [PASSED]|[Backup]|[BackupMethod=datafile]|[Description=The cluster datafile Backup](B [PASSED]|[Restore]|[BackupMethod=datafile]|[Description=The cluster datafile Restore](B [PASSED]|[Connect]|[ComponentName=mongodb]|[Description=Connect to the cluster](B [PASSED]|[Delete Restore Cluster]|[BackupMethod=datafile]|[Description=Delete the datafile restore cluster](B [PASSED]|[RebuildInstance]|[ComponentName=mongodb]|[Description=Rebuild the cluster instance specify component mongodb](B [PASSED]|[Delete]|[-]|[Description=Delete the cluster](B [END]