https://github.com/apecloud/kubeblocks/actions/runs/21898070903 previous_version: kubeblocks_version:1.0.2 bash test/kbcli/test_kbcli_1.0.sh --type 10 --version 1.0.2 --generate-output true --chaos-mesh true --aws-access-key-id *** --aws-secret-access-key *** --jihulab-token *** --random-namespace true --region eastus --cloud-provider aks CURRENT_TEST_DIR:test/kbcli source commons files source engines files source kubeblocks files source kubedb files CLUSTER_NAME:  `kubectl get namespace | grep ns-awdfx `(B   `kubectl create namespace ns-awdfx`(B  namespace/ns-awdfx created create namespace ns-awdfx 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 helm repo add chaos-mesh https://charts.chaos-mesh.org "chaos-mesh" has been added to your repositories add helm chart repo chaos-mesh success chaos mesh already installed check component definition set component name:qdrant set component version set component version:qdrant set service versions:1.15.4,1.13.4,1.10.0,1.8.4,1.8.1,1.7.3,1.5.0 set service versions sorted:1.5.0,1.7.3,1.8.1,1.8.4,1.10.0,1.13.4,1.15.4 set qdrant component definition set qdrant component definition qdrant-1.0.2 REPORT_COUNT 0:0 set replicas first:2,1.5.0|2,1.7.3|2,1.8.1|2,1.8.4|2,1.10.0|2,1.13.4|2,1.15.4 set replicas third:2,1.8.1 set replicas fourth:2,1.5.0 set minimum cmpv service version set minimum cmpv service version replicas:2,1.5.0 set replicas end:2,1.5.0 REPORT_COUNT:1 CLUSTER_TOPOLOGY:cluster cluster definition topology: cluster topology cluster found in cluster definition qdrant set qdrant component definition set qdrant component definition qdrant-1.0.2 LIMIT_CPU:0.1 LIMIT_MEMORY:0.5 storage size: 1 CLUSTER_NAME:qdrant-qrtfrd pod_info: termination_policy:WipeOut create 2 replica WipeOut qdrant cluster check component definition set component definition by component version check cmpd by labels check cmpd by compDefs set component definition: qdrant-1.0.2 by component version:qdrant apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: name: qdrant-qrtfrd namespace: ns-awdfx spec: clusterDef: qdrant topology: cluster terminationPolicy: WipeOut componentSpecs: - name: qdrant serviceVersion: 1.5.0 replicas: 2 disableExporter: true resources: requests: cpu: 100m memory: 0.5Gi limits: cpu: 100m memory: 0.5Gi volumeClaimTemplates: - name: data spec: storageClassName: accessModes: - ReadWriteOnce resources: requests: storage: 1Gi  `kubectl apply -f test_create_qdrant-qrtfrd.yaml`(B  cluster.apps.kubeblocks.io/qdrant-qrtfrd created apply test_create_qdrant-qrtfrd.yaml Success(B  `rm -rf test_create_qdrant-qrtfrd.yaml`(B  check cluster status  `kbcli cluster list qdrant-qrtfrd --show-labels --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-qrtfrd ns-awdfx qdrant WipeOut Creating Feb 11,2026 17:29 UTC+0800 clusterdefinition.kubeblocks.io/name=qdrant 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 qdrant-qrtfrd --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-qrtfrd-qdrant-0 ns-awdfx qdrant-qrtfrd qdrant Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 17:29 UTC+0800 qdrant-qrtfrd-qdrant-1 ns-awdfx qdrant-qrtfrd qdrant Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 17:30 UTC+0800 check pod status done(B connect unsupported engine type: qdrant qdrant-1.0.2  `kubectl get secrets -l app.kubernetes.io/instance=qdrant-qrtfrd`(B  Not found cluster secret(B DB_USERNAME:;DB_PASSWORD:;DB_PORT:6333;DB_DATABASE:(B There is no password in Type: 10.(B describe cluster  `kbcli cluster describe qdrant-qrtfrd --namespace ns-awdfx `(B  Name: qdrant-qrtfrd Created Time: Feb 11,2026 17:29 UTC+0800 NAMESPACE CLUSTER-DEFINITION TOPOLOGY STATUS TERMINATION-POLICY ns-awdfx qdrant cluster Running WipeOut Endpoints: COMPONENT INTERNAL EXTERNAL qdrant qdrant-qrtfrd-qdrant-qdrant.ns-awdfx.svc.cluster.local:6333 qdrant-qrtfrd-qdrant-qdrant.ns-awdfx.svc.cluster.local:6334 Topology: COMPONENT SERVICE-VERSION INSTANCE ROLE STATUS AZ NODE CREATED-TIME qdrant 1.5.0 qdrant-qrtfrd-qdrant-0 Running 0 aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 17:29 UTC+0800 qdrant 1.5.0 qdrant-qrtfrd-qdrant-1 Running 0 aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 17:30 UTC+0800 Resources Allocation: COMPONENT INSTANCE-TEMPLATE CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE-SIZE STORAGE-CLASS qdrant 100m / 100m 512Mi / 512Mi data:1Gi default Images: COMPONENT COMPONENT-DEFINITION IMAGE qdrant qdrant-1.0.2 docker.io/apecloud/qdrant:v1.5.0 docker.io/apecloud/qdrant-tools:0.1.0 Data Protection: BACKUP-REPO AUTO-BACKUP BACKUP-SCHEDULE BACKUP-METHOD BACKUP-RETENTION RECOVERABLE-TIME Show cluster events: kbcli cluster list-events -n ns-awdfx qdrant-qrtfrd  `kbcli cluster label qdrant-qrtfrd app.kubernetes.io/instance- --namespace ns-awdfx `(B  label "app.kubernetes.io/instance" not found.  `kbcli cluster label qdrant-qrtfrd app.kubernetes.io/instance=qdrant-qrtfrd --namespace ns-awdfx `(B   `kbcli cluster label qdrant-qrtfrd --list --namespace ns-awdfx `(B  NAME NAMESPACE LABELS qdrant-qrtfrd ns-awdfx app.kubernetes.io/instance=qdrant-qrtfrd clusterdefinition.kubeblocks.io/name=qdrant label cluster app.kubernetes.io/instance=qdrant-qrtfrd Success(B  `kbcli cluster label case.name=kbcli.test1 -l app.kubernetes.io/instance=qdrant-qrtfrd --namespace ns-awdfx `(B   `kbcli cluster label qdrant-qrtfrd --list --namespace ns-awdfx `(B  NAME NAMESPACE LABELS qdrant-qrtfrd ns-awdfx app.kubernetes.io/instance=qdrant-qrtfrd case.name=kbcli.test1 clusterdefinition.kubeblocks.io/name=qdrant label cluster case.name=kbcli.test1 Success(B  `kbcli cluster label qdrant-qrtfrd case.name=kbcli.test2 --overwrite --namespace ns-awdfx `(B   `kbcli cluster label qdrant-qrtfrd --list --namespace ns-awdfx `(B  NAME NAMESPACE LABELS qdrant-qrtfrd ns-awdfx app.kubernetes.io/instance=qdrant-qrtfrd case.name=kbcli.test2 clusterdefinition.kubeblocks.io/name=qdrant label cluster case.name=kbcli.test2 Success(B  `kbcli cluster label qdrant-qrtfrd case.name- --namespace ns-awdfx `(B   `kbcli cluster label qdrant-qrtfrd --list --namespace ns-awdfx `(B  NAME NAMESPACE LABELS qdrant-qrtfrd ns-awdfx app.kubernetes.io/instance=qdrant-qrtfrd clusterdefinition.kubeblocks.io/name=qdrant delete cluster label case.name Success(B cluster connect insert batch data by db client  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-executionloop-qdrant-qrtfrd --namespace ns-awdfx `(B   `kubectl get secrets -l app.kubernetes.io/instance=qdrant-qrtfrd`(B  Not found cluster secret(B DB_USERNAME:;DB_PASSWORD:;DB_PORT:6333;DB_DATABASE:(B apiVersion: v1 kind: Pod metadata: name: test-db-client-executionloop-qdrant-qrtfrd namespace: ns-awdfx spec: containers: - name: test-dbclient imagePullPolicy: IfNotPresent image: docker.io/apecloud/dbclient:test args: - "--host" - "qdrant-qrtfrd-qdrant-qdrant.ns-awdfx.svc.cluster.local" - "--user" - "" - "--password" - "" - "--port" - "6333" - "--dbtype" - "qdrant" - "--test" - "executionloop" - "--duration" - "60" - "--interval" - "1" restartPolicy: Never  `kubectl apply -f test-db-client-executionloop-qdrant-qrtfrd.yaml`(B  pod/test-db-client-executionloop-qdrant-qrtfrd created apply test-db-client-executionloop-qdrant-qrtfrd.yaml Success(B  `rm -rf test-db-client-executionloop-qdrant-qrtfrd.yaml`(B  check pod status pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd 0/1 ContainerCreating 0 5s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd 1/1 Running 0 10s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd 1/1 Running 0 15s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd 1/1 Running 0 20s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd 1/1 Running 0 25s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd 1/1 Running 0 30s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd 1/1 Running 0 35s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd 1/1 Running 0 40s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd 1/1 Running 0 45s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd 1/1 Running 0 51s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd 1/1 Running 0 56s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd 1/1 Running 0 61s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd 1/1 Running 0 66s(B check pod test-db-client-executionloop-qdrant-qrtfrd status done(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd 0/1 Completed 0 71s(B check cluster status  `kbcli cluster list qdrant-qrtfrd --show-labels --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-qrtfrd ns-awdfx qdrant WipeOut Running Feb 11,2026 17:29 UTC+0800 app.kubernetes.io/instance=qdrant-qrtfrd,clusterdefinition.kubeblocks.io/name=qdrant check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances qdrant-qrtfrd --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-qrtfrd-qdrant-0 ns-awdfx qdrant-qrtfrd qdrant Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 17:29 UTC+0800 qdrant-qrtfrd-qdrant-1 ns-awdfx qdrant-qrtfrd qdrant Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 17:30 UTC+0800 check pod status done(B connect unsupported engine type: qdrant qdrant-1.0.2 --host qdrant-qrtfrd-qdrant-qdrant.ns-awdfx.svc.cluster.local --user --password --port 6333 --dbtype qdrant --test executionloop --duration 60 --interval 1 Execution loop start: Collection executions_loop_collection does not exist. Creating collection... Collection executions_loop_collection created successfully. Execution loop start: upsert:executions_loop_collection:1,1,1,1,1,{"name":"executions_loop_1"} [ 1s ] executions total: 1 successful: 1 failed: 0 disconnect: 0 [ 2s ] executions total: 206 successful: 206 failed: 0 disconnect: 0 [ 3s ] executions total: 425 successful: 425 failed: 0 disconnect: 0 [ 4s ] executions total: 637 successful: 637 failed: 0 disconnect: 0 [ 5s ] executions total: 856 successful: 856 failed: 0 disconnect: 0 [ 6s ] executions total: 1067 successful: 1067 failed: 0 disconnect: 0 [ 7s ] executions total: 1311 successful: 1311 failed: 0 disconnect: 0 [ 8s ] executions total: 1431 successful: 1431 failed: 0 disconnect: 0 [ 9s ] executions total: 1676 successful: 1676 failed: 0 disconnect: 0 [ 10s ] executions total: 1867 successful: 1867 failed: 0 disconnect: 0 [ 11s ] executions total: 2094 successful: 2094 failed: 0 disconnect: 0 [ 12s ] executions total: 2335 successful: 2335 failed: 0 disconnect: 0 [ 13s ] executions total: 2559 successful: 2559 failed: 0 disconnect: 0 [ 14s ] executions total: 2803 successful: 2803 failed: 0 disconnect: 0 [ 15s ] executions total: 3038 successful: 3038 failed: 0 disconnect: 0 [ 16s ] executions total: 3275 successful: 3275 failed: 0 disconnect: 0 [ 17s ] executions total: 3498 successful: 3498 failed: 0 disconnect: 0 [ 18s ] executions total: 3742 successful: 3742 failed: 0 disconnect: 0 [ 19s ] executions total: 3964 successful: 3964 failed: 0 disconnect: 0 [ 20s ] executions total: 4231 successful: 4231 failed: 0 disconnect: 0 [ 21s ] executions total: 4486 successful: 4486 failed: 0 disconnect: 0 [ 22s ] executions total: 4732 successful: 4732 failed: 0 disconnect: 0 [ 23s ] executions total: 4856 successful: 4856 failed: 0 disconnect: 0 [ 24s ] executions total: 5110 successful: 5110 failed: 0 disconnect: 0 [ 25s ] executions total: 5301 successful: 5301 failed: 0 disconnect: 0 [ 26s ] executions total: 5536 successful: 5536 failed: 0 disconnect: 0 [ 27s ] executions total: 5790 successful: 5790 failed: 0 disconnect: 0 [ 28s ] executions total: 6029 successful: 6029 failed: 0 disconnect: 0 [ 29s ] executions total: 6280 successful: 6280 failed: 0 disconnect: 0 [ 30s ] executions total: 6537 successful: 6537 failed: 0 disconnect: 0 [ 31s ] executions total: 6770 successful: 6770 failed: 0 disconnect: 0 [ 32s ] executions total: 7024 successful: 7024 failed: 0 disconnect: 0 [ 33s ] executions total: 7260 successful: 7260 failed: 0 disconnect: 0 [ 34s ] executions total: 7481 successful: 7481 failed: 0 disconnect: 0 [ 35s ] executions total: 7709 successful: 7709 failed: 0 disconnect: 0 [ 36s ] executions total: 7932 successful: 7932 failed: 0 disconnect: 0 [ 37s ] executions total: 8176 successful: 8176 failed: 0 disconnect: 0 [ 38s ] executions total: 8293 successful: 8293 failed: 0 disconnect: 0 [ 39s ] executions total: 8525 successful: 8525 failed: 0 disconnect: 0 [ 40s ] executions total: 8719 successful: 8719 failed: 0 disconnect: 0 [ 41s ] executions total: 8969 successful: 8969 failed: 0 disconnect: 0 [ 42s ] executions total: 9211 successful: 9211 failed: 0 disconnect: 0 [ 43s ] executions total: 9470 successful: 9470 failed: 0 disconnect: 0 [ 44s ] executions total: 9709 successful: 9709 failed: 0 disconnect: 0 [ 45s ] executions total: 9960 successful: 9960 failed: 0 disconnect: 0 [ 46s ] executions total: 10222 successful: 10222 failed: 0 disconnect: 0 [ 47s ] executions total: 10480 successful: 10480 failed: 0 disconnect: 0 [ 48s ] executions total: 10734 successful: 10734 failed: 0 disconnect: 0 [ 49s ] executions total: 10990 successful: 10990 failed: 0 disconnect: 0 [ 50s ] executions total: 11229 successful: 11229 failed: 0 disconnect: 0 [ 51s ] executions total: 11466 successful: 11466 failed: 0 disconnect: 0 [ 52s ] executions total: 11713 successful: 11713 failed: 0 disconnect: 0 [ 53s ] executions total: 11821 successful: 11821 failed: 0 disconnect: 0 [ 54s ] executions total: 12066 successful: 12066 failed: 0 disconnect: 0 [ 55s ] executions total: 12245 successful: 12245 failed: 0 disconnect: 0 [ 56s ] executions total: 12472 successful: 12472 failed: 0 disconnect: 0 [ 57s ] executions total: 12707 successful: 12707 failed: 0 disconnect: 0 [ 58s ] executions total: 12937 successful: 12937 failed: 0 disconnect: 0 [ 59s ] executions total: 13186 successful: 13186 failed: 0 disconnect: 0 [ 60s ] executions total: 13374 successful: 13374 failed: 0 disconnect: 0 Test Result: Total Executions: 13374 Successful Executions: 13374 Failed Executions: 0 Disconnection Counts: 0 Connection Information: Database Type: qdrant Host: qdrant-qrtfrd-qdrant-qdrant.ns-awdfx.svc.cluster.local Port: 6333 Database: Table: User: Org: Access Mode: mysql Test Type: executionloop Query: Duration: 60 seconds Interval: 1 seconds DB_CLIENT_BATCH_DATA_COUNT: 13373  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-executionloop-qdrant-qrtfrd --namespace ns-awdfx `(B  pod/test-db-client-executionloop-qdrant-qrtfrd patched (no change) pod "test-db-client-executionloop-qdrant-qrtfrd" force deleted check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster vscale qdrant-qrtfrd --auto-approve --force=true --components qdrant --cpu 200m --memory 0.6Gi --namespace ns-awdfx `(B  OpsRequest qdrant-qrtfrd-verticalscaling-z64pr created successfully, you can view the progress: kbcli cluster describe-ops qdrant-qrtfrd-verticalscaling-z64pr -n ns-awdfx check ops status  `kbcli cluster list-ops qdrant-qrtfrd --status all --namespace ns-awdfx `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-qrtfrd-verticalscaling-z64pr ns-awdfx VerticalScaling qdrant-qrtfrd qdrant Running -/- Feb 11,2026 17:32 UTC+0800 check cluster status  `kbcli cluster list qdrant-qrtfrd --show-labels --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-qrtfrd ns-awdfx qdrant WipeOut Updating Feb 11,2026 17:29 UTC+0800 app.kubernetes.io/instance=qdrant-qrtfrd,clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B 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 qdrant-qrtfrd --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-qrtfrd-qdrant-0 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 17:34 UTC+0800 qdrant-qrtfrd-qdrant-1 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 17:33 UTC+0800 check pod status done(B connect unsupported engine type: qdrant qdrant-1.0.2 check ops status  `kbcli cluster list-ops qdrant-qrtfrd --status all --namespace ns-awdfx `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-qrtfrd-verticalscaling-z64pr ns-awdfx VerticalScaling qdrant-qrtfrd qdrant Succeed 2/2 Feb 11,2026 17:32 UTC+0800 check ops status done(B ops_status:qdrant-qrtfrd-verticalscaling-z64pr ns-awdfx VerticalScaling qdrant-qrtfrd qdrant Succeed 2/2 Feb 11,2026 17:32 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations qdrant-qrtfrd-verticalscaling-z64pr --namespace ns-awdfx `(B  opsrequest.operations.kubeblocks.io/qdrant-qrtfrd-verticalscaling-z64pr patched  `kbcli cluster delete-ops --name qdrant-qrtfrd-verticalscaling-z64pr --force --auto-approve --namespace ns-awdfx `(B  OpsRequest qdrant-qrtfrd-verticalscaling-z64pr deleted check db_client batch data count  `echo "/qdrant/tools/curl -s -H 'Content-Type: application/json' -X POST http://qdrant-qrtfrd-qdrant-qdrant.ns-awdfx.svc.cluster.local:6333/collections/executions_loop_collection/points/search -d '{\"vector\":[1,1,1,1],\"top\":1}' | /qdrant/tools/jq '.result[].version' " | kubectl exec -it qdrant-qrtfrd-qdrant-0 --namespace ns-awdfx -- bash`(B  check db_client batch [13373] equal [13373] data Success(B cluster stop check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster stop qdrant-qrtfrd --auto-approve --force=true --namespace ns-awdfx `(B  OpsRequest qdrant-qrtfrd-stop-x8b6w created successfully, you can view the progress: kbcli cluster describe-ops qdrant-qrtfrd-stop-x8b6w -n ns-awdfx check ops status  `kbcli cluster list-ops qdrant-qrtfrd --status all --namespace ns-awdfx `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-qrtfrd-stop-x8b6w ns-awdfx Stop qdrant-qrtfrd Running -/- Feb 11,2026 17:34 UTC+0800 check cluster status  `kbcli cluster list qdrant-qrtfrd --show-labels --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-qrtfrd ns-awdfx qdrant WipeOut Stopping Feb 11,2026 17:29 UTC+0800 app.kubernetes.io/instance=qdrant-qrtfrd,clusterdefinition.kubeblocks.io/name=qdrant 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 qdrant-qrtfrd --namespace ns-awdfx `(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 qdrant-qrtfrd --status all --namespace ns-awdfx `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-qrtfrd-stop-x8b6w ns-awdfx Stop qdrant-qrtfrd qdrant Succeed 2/2 Feb 11,2026 17:34 UTC+0800 check ops status done(B ops_status:qdrant-qrtfrd-stop-x8b6w ns-awdfx Stop qdrant-qrtfrd qdrant Succeed 2/2 Feb 11,2026 17:34 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations qdrant-qrtfrd-stop-x8b6w --namespace ns-awdfx `(B  opsrequest.operations.kubeblocks.io/qdrant-qrtfrd-stop-x8b6w patched  `kbcli cluster delete-ops --name qdrant-qrtfrd-stop-x8b6w --force --auto-approve --namespace ns-awdfx `(B  OpsRequest qdrant-qrtfrd-stop-x8b6w deleted cluster start check cluster status before ops check cluster status done(B cluster_status:Stopped(B  `kbcli cluster start qdrant-qrtfrd --force=true --namespace ns-awdfx `(B  OpsRequest qdrant-qrtfrd-start-nfqmn created successfully, you can view the progress: kbcli cluster describe-ops qdrant-qrtfrd-start-nfqmn -n ns-awdfx check ops status  `kbcli cluster list-ops qdrant-qrtfrd --status all --namespace ns-awdfx `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-qrtfrd-start-nfqmn ns-awdfx Start qdrant-qrtfrd Creating -/- Feb 11,2026 17:36 UTC+0800 check cluster status  `kbcli cluster list qdrant-qrtfrd --show-labels --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-qrtfrd ns-awdfx qdrant WipeOut Updating Feb 11,2026 17:29 UTC+0800 app.kubernetes.io/instance=qdrant-qrtfrd,clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B 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 qdrant-qrtfrd --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-qrtfrd-qdrant-0 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 17:36 UTC+0800 qdrant-qrtfrd-qdrant-1 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 17:40 UTC+0800 check pod status done(B connect unsupported engine type: qdrant qdrant-1.0.2 check ops status  `kbcli cluster list-ops qdrant-qrtfrd --status all --namespace ns-awdfx `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-qrtfrd-start-nfqmn ns-awdfx Start qdrant-qrtfrd qdrant Succeed 2/2 Feb 11,2026 17:36 UTC+0800 check ops status done(B ops_status:qdrant-qrtfrd-start-nfqmn ns-awdfx Start qdrant-qrtfrd qdrant Succeed 2/2 Feb 11,2026 17:36 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations qdrant-qrtfrd-start-nfqmn --namespace ns-awdfx `(B  opsrequest.operations.kubeblocks.io/qdrant-qrtfrd-start-nfqmn patched  `kbcli cluster delete-ops --name qdrant-qrtfrd-start-nfqmn --force --auto-approve --namespace ns-awdfx `(B  OpsRequest qdrant-qrtfrd-start-nfqmn deleted check db_client batch data count  `echo "/qdrant/tools/curl -s -H 'Content-Type: application/json' -X POST http://qdrant-qrtfrd-qdrant-qdrant.ns-awdfx.svc.cluster.local:6333/collections/executions_loop_collection/points/search -d '{\"vector\":[1,1,1,1],\"top\":1}' | /qdrant/tools/jq '.result[].version' " | kubectl exec -it qdrant-qrtfrd-qdrant-0 --namespace ns-awdfx -- bash`(B  check db_client batch [13373] equal [13373] data Success(B  `kubectl get pvc -l app.kubernetes.io/instance=qdrant-qrtfrd,apps.kubeblocks.io/component-name=qdrant,apps.kubeblocks.io/vct-name=data --namespace ns-awdfx `(B  cluster volume-expand check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster volume-expand qdrant-qrtfrd --auto-approve --force=true --components qdrant --volume-claim-templates data --storage 6Gi --namespace ns-awdfx `(B  OpsRequest qdrant-qrtfrd-volumeexpansion-qscgj created successfully, you can view the progress: kbcli cluster describe-ops qdrant-qrtfrd-volumeexpansion-qscgj -n ns-awdfx check ops status  `kbcli cluster list-ops qdrant-qrtfrd --status all --namespace ns-awdfx `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-qrtfrd-volumeexpansion-qscgj ns-awdfx VolumeExpansion qdrant-qrtfrd qdrant Running -/- Feb 11,2026 17:41 UTC+0800 check cluster status  `kbcli cluster list qdrant-qrtfrd --show-labels --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-qrtfrd ns-awdfx qdrant WipeOut Updating Feb 11,2026 17:29 UTC+0800 app.kubernetes.io/instance=qdrant-qrtfrd,clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Updating(B 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 qdrant-qrtfrd --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-qrtfrd-qdrant-0 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 17:36 UTC+0800 qdrant-qrtfrd-qdrant-1 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 17:40 UTC+0800 check pod status done(B connect unsupported engine type: qdrant qdrant-1.0.2 check ops status  `kbcli cluster list-ops qdrant-qrtfrd --status all --namespace ns-awdfx `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-qrtfrd-volumeexpansion-qscgj ns-awdfx VolumeExpansion qdrant-qrtfrd qdrant Succeed 2/2 Feb 11,2026 17:41 UTC+0800 check ops status done(B ops_status:qdrant-qrtfrd-volumeexpansion-qscgj ns-awdfx VolumeExpansion qdrant-qrtfrd qdrant Succeed 2/2 Feb 11,2026 17:41 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations qdrant-qrtfrd-volumeexpansion-qscgj --namespace ns-awdfx `(B  opsrequest.operations.kubeblocks.io/qdrant-qrtfrd-volumeexpansion-qscgj patched  `kbcli cluster delete-ops --name qdrant-qrtfrd-volumeexpansion-qscgj --force --auto-approve --namespace ns-awdfx `(B  OpsRequest qdrant-qrtfrd-volumeexpansion-qscgj deleted check db_client batch data count  `echo "/qdrant/tools/curl -s -H 'Content-Type: application/json' -X POST http://qdrant-qrtfrd-qdrant-qdrant.ns-awdfx.svc.cluster.local:6333/collections/executions_loop_collection/points/search -d '{\"vector\":[1,1,1,1],\"top\":1}' | /qdrant/tools/jq '.result[].version' " | kubectl exec -it qdrant-qrtfrd-qdrant-0 --namespace ns-awdfx -- bash`(B  check db_client batch [13373] equal [13373] data Success(B  `kubectl get secrets -l app.kubernetes.io/instance=qdrant-qrtfrd`(B  Not found cluster secret(B DB_USERNAME:;DB_PASSWORD:;DB_PORT:6333;DB_DATABASE:(B  `/qdrant/tools/curl -H 'Content-Type: application/json' -s http://qdrant-qrtfrd-qdrant-qdrant.ns-awdfx.svc.cluster.local:6333/collections/collection_czids -X PUT -d '{"vectors":{"size":4,"distance":"Dot"}}'`(B  exec return msg:{"result":true,"status":"ok","time":0.791588467}  `/qdrant/tools/curl -H 'Content-Type: application/json' -s 'http://qdrant-qrtfrd-qdrant-qdrant.ns-awdfx.svc.cluster.local:6333/collections/collection_czids/points?wait=true' -X PUT -d '{"points":[{"id":1,"vector":[1,1,1,1],"payload":{"name":"'payloadczids'"}}]}'`(B  exec return msg:{"result":{"operation_id":0,"status":"completed"},"status":"ok","time":0.004020741}  `/qdrant/tools/curl -H 'Content-Type: application/json' -s http://qdrant-qrtfrd-qdrant-qdrant.ns-awdfx.svc.cluster.local:6333/collections/collection_czids/points/search -X POST -d '{"filter":{"should":[{"key":"name","match":{"value":"'payloadczids'"}}]},"vector":[1,1,1,1],"top":1}' | /qdrant/tools/jq '.result[].id'`(B  exec return msg:1 found vector:payloadczids(B upgrade service version unsupported hscale cluster qdrant scale-out cluster qdrant scale-out replicas: 3 check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster scale-out qdrant-qrtfrd --auto-approve --force=true --components qdrant --replicas 1 --namespace ns-awdfx `(B  OpsRequest qdrant-qrtfrd-horizontalscaling-5htdg created successfully, you can view the progress: kbcli cluster describe-ops qdrant-qrtfrd-horizontalscaling-5htdg -n ns-awdfx check ops status  `kbcli cluster list-ops qdrant-qrtfrd --status all --namespace ns-awdfx `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-qrtfrd-horizontalscaling-5htdg ns-awdfx HorizontalScaling qdrant-qrtfrd qdrant Running -/- Feb 11,2026 17:45 UTC+0800 check cluster status  `kbcli cluster list qdrant-qrtfrd --show-labels --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-qrtfrd ns-awdfx qdrant WipeOut Updating Feb 11,2026 17:29 UTC+0800 app.kubernetes.io/instance=qdrant-qrtfrd,clusterdefinition.kubeblocks.io/name=qdrant 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 qdrant-qrtfrd --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-qrtfrd-qdrant-0 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 17:36 UTC+0800 qdrant-qrtfrd-qdrant-1 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 17:40 UTC+0800 qdrant-qrtfrd-qdrant-2 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 17:45 UTC+0800 check pod status done(B connect unsupported engine type: qdrant qdrant-1.0.2 check ops status  `kbcli cluster list-ops qdrant-qrtfrd --status all --namespace ns-awdfx `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-qrtfrd-horizontalscaling-5htdg ns-awdfx HorizontalScaling qdrant-qrtfrd qdrant Succeed 1/1 Feb 11,2026 17:45 UTC+0800 check ops status done(B ops_status:qdrant-qrtfrd-horizontalscaling-5htdg ns-awdfx HorizontalScaling qdrant-qrtfrd qdrant Succeed 1/1 Feb 11,2026 17:45 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations qdrant-qrtfrd-horizontalscaling-5htdg --namespace ns-awdfx `(B  opsrequest.operations.kubeblocks.io/qdrant-qrtfrd-horizontalscaling-5htdg patched  `kbcli cluster delete-ops --name qdrant-qrtfrd-horizontalscaling-5htdg --force --auto-approve --namespace ns-awdfx `(B  OpsRequest qdrant-qrtfrd-horizontalscaling-5htdg deleted check db_client batch data count  `echo "/qdrant/tools/curl -s -H 'Content-Type: application/json' -X POST http://qdrant-qrtfrd-qdrant-qdrant.ns-awdfx.svc.cluster.local:6333/collections/executions_loop_collection/points/search -d '{\"vector\":[1,1,1,1],\"top\":1}' | /qdrant/tools/jq '.result[].version' " | kubectl exec -it qdrant-qrtfrd-qdrant-0 --namespace ns-awdfx -- bash`(B  check db_client batch [13373] equal [13373] data Success(B cluster qdrant scale-in cluster qdrant scale-in replicas: 2 check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster scale-in qdrant-qrtfrd --auto-approve --force=true --components qdrant --replicas 1 --namespace ns-awdfx `(B  OpsRequest qdrant-qrtfrd-horizontalscaling-tp84t created successfully, you can view the progress: kbcli cluster describe-ops qdrant-qrtfrd-horizontalscaling-tp84t -n ns-awdfx check ops status  `kbcli cluster list-ops qdrant-qrtfrd --status all --namespace ns-awdfx `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-qrtfrd-horizontalscaling-tp84t ns-awdfx HorizontalScaling qdrant-qrtfrd qdrant Creating -/- Feb 11,2026 17:46 UTC+0800 check cluster status  `kbcli cluster list qdrant-qrtfrd --show-labels --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-qrtfrd ns-awdfx qdrant WipeOut Updating Feb 11,2026 17:29 UTC+0800 app.kubernetes.io/instance=qdrant-qrtfrd,clusterdefinition.kubeblocks.io/name=qdrant 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 qdrant-qrtfrd --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-qrtfrd-qdrant-0 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 17:36 UTC+0800 qdrant-qrtfrd-qdrant-1 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 17:40 UTC+0800 check pod status done(B connect unsupported engine type: qdrant qdrant-1.0.2 check ops status  `kbcli cluster list-ops qdrant-qrtfrd --status all --namespace ns-awdfx `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-qrtfrd-horizontalscaling-tp84t ns-awdfx HorizontalScaling qdrant-qrtfrd qdrant Succeed 1/1 Feb 11,2026 17:46 UTC+0800 check ops status done(B ops_status:qdrant-qrtfrd-horizontalscaling-tp84t ns-awdfx HorizontalScaling qdrant-qrtfrd qdrant Succeed 1/1 Feb 11,2026 17:46 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations qdrant-qrtfrd-horizontalscaling-tp84t --namespace ns-awdfx `(B  opsrequest.operations.kubeblocks.io/qdrant-qrtfrd-horizontalscaling-tp84t patched  `kbcli cluster delete-ops --name qdrant-qrtfrd-horizontalscaling-tp84t --force --auto-approve --namespace ns-awdfx `(B  OpsRequest qdrant-qrtfrd-horizontalscaling-tp84t deleted check db_client batch data count  `echo "/qdrant/tools/curl -s -H 'Content-Type: application/json' -X POST http://qdrant-qrtfrd-qdrant-qdrant.ns-awdfx.svc.cluster.local:6333/collections/executions_loop_collection/points/search -d '{\"vector\":[1,1,1,1],\"top\":1}' | /qdrant/tools/jq '.result[].version' " | kubectl exec -it qdrant-qrtfrd-qdrant-0 --namespace ns-awdfx -- bash`(B  check db_client batch [13373] equal [13373] data Success(B cmpv upgrade service version:2,1.5.0|2,1.7.3|2,1.8.1|2,1.8.4|2,1.10.0|2,1.13.4|2,1.15.4 cmpv service version upgrade 1.7.3 is less than 1.8.* upgrade from:1.5.0 to service version:1.8.1 cluster upgrade apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: qdrant-qrtfrd-upgrade-cmpv- namespace: ns-awdfx spec: clusterName: qdrant-qrtfrd upgrade: components: - componentName: qdrant serviceVersion: 1.8.1 type: Upgrade check cluster status before ops check cluster status done(B cluster_status:Running(B  `kubectl create -f test_ops_cluster_qdrant-qrtfrd.yaml`(B  opsrequest.operations.kubeblocks.io/qdrant-qrtfrd-upgrade-cmpv-rdwrp created create test_ops_cluster_qdrant-qrtfrd.yaml Success(B  `rm -rf test_ops_cluster_qdrant-qrtfrd.yaml`(B  check ops status  `kbcli cluster list-ops qdrant-qrtfrd --status all --namespace ns-awdfx `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-qrtfrd-upgrade-cmpv-rdwrp ns-awdfx Upgrade qdrant-qrtfrd Running -/- Feb 11,2026 17:46 UTC+0800 check cluster status  `kbcli cluster list qdrant-qrtfrd --show-labels --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-qrtfrd ns-awdfx qdrant WipeOut Updating Feb 11,2026 17:29 UTC+0800 app.kubernetes.io/instance=qdrant-qrtfrd,clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B 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 qdrant-qrtfrd --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-qrtfrd-qdrant-0 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 17:36 UTC+0800 qdrant-qrtfrd-qdrant-1 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 17:40 UTC+0800 check pod status done(B connect unsupported engine type: qdrant qdrant-1.0.2 check ops status  `kbcli cluster list-ops qdrant-qrtfrd --status all --namespace ns-awdfx `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-qrtfrd-upgrade-cmpv-rdwrp ns-awdfx Upgrade qdrant-qrtfrd qdrant Succeed 2/2 Feb 11,2026 17:46 UTC+0800 check ops status done(B ops_status:qdrant-qrtfrd-upgrade-cmpv-rdwrp ns-awdfx Upgrade qdrant-qrtfrd qdrant Succeed 2/2 Feb 11,2026 17:46 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations qdrant-qrtfrd-upgrade-cmpv-rdwrp --namespace ns-awdfx `(B  opsrequest.operations.kubeblocks.io/qdrant-qrtfrd-upgrade-cmpv-rdwrp patched  `kbcli cluster delete-ops --name qdrant-qrtfrd-upgrade-cmpv-rdwrp --force --auto-approve --namespace ns-awdfx `(B  OpsRequest qdrant-qrtfrd-upgrade-cmpv-rdwrp deleted check db_client batch data count  `echo "/qdrant/tools/curl -s -H 'Content-Type: application/json' -X POST http://qdrant-qrtfrd-qdrant-qdrant.ns-awdfx.svc.cluster.local:6333/collections/executions_loop_collection/points/search -d '{\"vector\":[1,1,1,1],\"top\":1}' | /qdrant/tools/jq '.result[].version' " | kubectl exec -it qdrant-qrtfrd-qdrant-0 --namespace ns-awdfx -- bash`(B  check db_client batch [13373] equal [13373] data Success(B upgrade from:1.8.1 to service version:1.8.4 cluster upgrade apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: qdrant-qrtfrd-upgrade-cmpv- namespace: ns-awdfx spec: clusterName: qdrant-qrtfrd upgrade: components: - componentName: qdrant serviceVersion: 1.8.4 type: Upgrade check cluster status before ops check cluster status done(B cluster_status:Running(B  `kubectl create -f test_ops_cluster_qdrant-qrtfrd.yaml`(B  opsrequest.operations.kubeblocks.io/qdrant-qrtfrd-upgrade-cmpv-hppqv created create test_ops_cluster_qdrant-qrtfrd.yaml Success(B  `rm -rf test_ops_cluster_qdrant-qrtfrd.yaml`(B  check ops status  `kbcli cluster list-ops qdrant-qrtfrd --status all --namespace ns-awdfx `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-qrtfrd-upgrade-cmpv-hppqv ns-awdfx Upgrade qdrant-qrtfrd qdrant Running 0/2 Feb 11,2026 17:48 UTC+0800 check cluster status  `kbcli cluster list qdrant-qrtfrd --show-labels --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-qrtfrd ns-awdfx qdrant WipeOut Updating Feb 11,2026 17:29 UTC+0800 app.kubernetes.io/instance=qdrant-qrtfrd,clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B 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 qdrant-qrtfrd --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-qrtfrd-qdrant-0 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 17:36 UTC+0800 qdrant-qrtfrd-qdrant-1 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 17:40 UTC+0800 check pod status done(B connect unsupported engine type: qdrant qdrant-1.0.2 check ops status  `kbcli cluster list-ops qdrant-qrtfrd --status all --namespace ns-awdfx `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-qrtfrd-upgrade-cmpv-hppqv ns-awdfx Upgrade qdrant-qrtfrd qdrant Succeed 2/2 Feb 11,2026 17:48 UTC+0800 check ops status done(B ops_status:qdrant-qrtfrd-upgrade-cmpv-hppqv ns-awdfx Upgrade qdrant-qrtfrd qdrant Succeed 2/2 Feb 11,2026 17:48 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations qdrant-qrtfrd-upgrade-cmpv-hppqv --namespace ns-awdfx `(B  opsrequest.operations.kubeblocks.io/qdrant-qrtfrd-upgrade-cmpv-hppqv patched  `kbcli cluster delete-ops --name qdrant-qrtfrd-upgrade-cmpv-hppqv --force --auto-approve --namespace ns-awdfx `(B  OpsRequest qdrant-qrtfrd-upgrade-cmpv-hppqv deleted check db_client batch data count  `echo "/qdrant/tools/curl -s -H 'Content-Type: application/json' -X POST http://qdrant-qrtfrd-qdrant-qdrant.ns-awdfx.svc.cluster.local:6333/collections/executions_loop_collection/points/search -d '{\"vector\":[1,1,1,1],\"top\":1}' | /qdrant/tools/jq '.result[].version' " | kubectl exec -it qdrant-qrtfrd-qdrant-0 --namespace ns-awdfx -- bash`(B  check db_client batch [13373] equal [13373] data Success(B upgrade from:1.8.4 to service version:1.10.0 cluster upgrade apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: qdrant-qrtfrd-upgrade-cmpv- namespace: ns-awdfx spec: clusterName: qdrant-qrtfrd upgrade: components: - componentName: qdrant serviceVersion: 1.10.0 type: Upgrade check cluster status before ops check cluster status done(B cluster_status:Running(B  `kubectl create -f test_ops_cluster_qdrant-qrtfrd.yaml`(B  opsrequest.operations.kubeblocks.io/qdrant-qrtfrd-upgrade-cmpv-vbwh6 created create test_ops_cluster_qdrant-qrtfrd.yaml Success(B  `rm -rf test_ops_cluster_qdrant-qrtfrd.yaml`(B  check ops status  `kbcli cluster list-ops qdrant-qrtfrd --status all --namespace ns-awdfx `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-qrtfrd-upgrade-cmpv-vbwh6 ns-awdfx Upgrade qdrant-qrtfrd Creating -/- Feb 11,2026 17:50 UTC+0800 check cluster status  `kbcli cluster list qdrant-qrtfrd --show-labels --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-qrtfrd ns-awdfx qdrant WipeOut Updating Feb 11,2026 17:29 UTC+0800 app.kubernetes.io/instance=qdrant-qrtfrd,clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B 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 qdrant-qrtfrd --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-qrtfrd-qdrant-0 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 17:36 UTC+0800 qdrant-qrtfrd-qdrant-1 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 17:40 UTC+0800 check pod status done(B connect unsupported engine type: qdrant qdrant-1.0.2 check ops status  `kbcli cluster list-ops qdrant-qrtfrd --status all --namespace ns-awdfx `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-qrtfrd-upgrade-cmpv-vbwh6 ns-awdfx Upgrade qdrant-qrtfrd qdrant Succeed 2/2 Feb 11,2026 17:50 UTC+0800 check ops status done(B ops_status:qdrant-qrtfrd-upgrade-cmpv-vbwh6 ns-awdfx Upgrade qdrant-qrtfrd qdrant Succeed 2/2 Feb 11,2026 17:50 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations qdrant-qrtfrd-upgrade-cmpv-vbwh6 --namespace ns-awdfx `(B  opsrequest.operations.kubeblocks.io/qdrant-qrtfrd-upgrade-cmpv-vbwh6 patched  `kbcli cluster delete-ops --name qdrant-qrtfrd-upgrade-cmpv-vbwh6 --force --auto-approve --namespace ns-awdfx `(B  OpsRequest qdrant-qrtfrd-upgrade-cmpv-vbwh6 deleted check db_client batch data count  `echo "/qdrant/tools/curl -s -H 'Content-Type: application/json' -X POST http://qdrant-qrtfrd-qdrant-qdrant.ns-awdfx.svc.cluster.local:6333/collections/executions_loop_collection/points/search -d '{\"vector\":[1,1,1,1],\"top\":1}' | /qdrant/tools/jq '.result[].version' " | kubectl exec -it qdrant-qrtfrd-qdrant-0 --namespace ns-awdfx -- bash`(B  check db_client batch [13373] equal [13373] data Success(B upgrade from:1.10.0 to service version:1.13.4 cluster upgrade apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: qdrant-qrtfrd-upgrade-cmpv- namespace: ns-awdfx spec: clusterName: qdrant-qrtfrd upgrade: components: - componentName: qdrant serviceVersion: 1.13.4 type: Upgrade check cluster status before ops check cluster status done(B cluster_status:Running(B  `kubectl create -f test_ops_cluster_qdrant-qrtfrd.yaml`(B  opsrequest.operations.kubeblocks.io/qdrant-qrtfrd-upgrade-cmpv-2fs9p created create test_ops_cluster_qdrant-qrtfrd.yaml Success(B  `rm -rf test_ops_cluster_qdrant-qrtfrd.yaml`(B  check ops status  `kbcli cluster list-ops qdrant-qrtfrd --status all --namespace ns-awdfx `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-qrtfrd-upgrade-cmpv-2fs9p ns-awdfx Upgrade qdrant-qrtfrd Creating -/- Feb 11,2026 17:52 UTC+0800 check cluster status  `kbcli cluster list qdrant-qrtfrd --show-labels --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-qrtfrd ns-awdfx qdrant WipeOut Updating Feb 11,2026 17:29 UTC+0800 app.kubernetes.io/instance=qdrant-qrtfrd,clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B 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 qdrant-qrtfrd --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-qrtfrd-qdrant-0 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 17:36 UTC+0800 qdrant-qrtfrd-qdrant-1 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 17:40 UTC+0800 check pod status done(B connect unsupported engine type: qdrant qdrant-1.0.2 check ops status  `kbcli cluster list-ops qdrant-qrtfrd --status all --namespace ns-awdfx `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-qrtfrd-upgrade-cmpv-2fs9p ns-awdfx Upgrade qdrant-qrtfrd qdrant Succeed 2/2 Feb 11,2026 17:52 UTC+0800 check ops status done(B ops_status:qdrant-qrtfrd-upgrade-cmpv-2fs9p ns-awdfx Upgrade qdrant-qrtfrd qdrant Succeed 2/2 Feb 11,2026 17:52 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations qdrant-qrtfrd-upgrade-cmpv-2fs9p --namespace ns-awdfx `(B  opsrequest.operations.kubeblocks.io/qdrant-qrtfrd-upgrade-cmpv-2fs9p patched  `kbcli cluster delete-ops --name qdrant-qrtfrd-upgrade-cmpv-2fs9p --force --auto-approve --namespace ns-awdfx `(B  OpsRequest qdrant-qrtfrd-upgrade-cmpv-2fs9p deleted check db_client batch data count  `echo "/qdrant/tools/curl -s -H 'Content-Type: application/json' -X POST http://qdrant-qrtfrd-qdrant-qdrant.ns-awdfx.svc.cluster.local:6333/collections/executions_loop_collection/points/search -d '{\"vector\":[1,1,1,1],\"top\":1}' | /qdrant/tools/jq '.result[].version' " | kubectl exec -it qdrant-qrtfrd-qdrant-0 --namespace ns-awdfx -- bash`(B  check db_client batch [13373] equal [13373] data Success(B upgrade from:1.13.4 to service version:1.15.4 cluster upgrade apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: qdrant-qrtfrd-upgrade-cmpv- namespace: ns-awdfx spec: clusterName: qdrant-qrtfrd upgrade: components: - componentName: qdrant serviceVersion: 1.15.4 type: Upgrade check cluster status before ops check cluster status done(B cluster_status:Running(B  `kubectl create -f test_ops_cluster_qdrant-qrtfrd.yaml`(B  opsrequest.operations.kubeblocks.io/qdrant-qrtfrd-upgrade-cmpv-9dk7n created create test_ops_cluster_qdrant-qrtfrd.yaml Success(B  `rm -rf test_ops_cluster_qdrant-qrtfrd.yaml`(B  check ops status  `kbcli cluster list-ops qdrant-qrtfrd --status all --namespace ns-awdfx `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-qrtfrd-upgrade-cmpv-9dk7n ns-awdfx Upgrade qdrant-qrtfrd qdrant Running 0/2 Feb 11,2026 17:54 UTC+0800 check cluster status  `kbcli cluster list qdrant-qrtfrd --show-labels --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-qrtfrd ns-awdfx qdrant WipeOut Updating Feb 11,2026 17:29 UTC+0800 app.kubernetes.io/instance=qdrant-qrtfrd,clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B 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 qdrant-qrtfrd --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-qrtfrd-qdrant-0 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 17:36 UTC+0800 qdrant-qrtfrd-qdrant-1 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 17:40 UTC+0800 check pod status done(B connect unsupported engine type: qdrant qdrant-1.0.2 check ops status  `kbcli cluster list-ops qdrant-qrtfrd --status all --namespace ns-awdfx `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-qrtfrd-upgrade-cmpv-9dk7n ns-awdfx Upgrade qdrant-qrtfrd qdrant Succeed 2/2 Feb 11,2026 17:54 UTC+0800 check ops status done(B ops_status:qdrant-qrtfrd-upgrade-cmpv-9dk7n ns-awdfx Upgrade qdrant-qrtfrd qdrant Succeed 2/2 Feb 11,2026 17:54 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations qdrant-qrtfrd-upgrade-cmpv-9dk7n --namespace ns-awdfx `(B  opsrequest.operations.kubeblocks.io/qdrant-qrtfrd-upgrade-cmpv-9dk7n patched  `kbcli cluster delete-ops --name qdrant-qrtfrd-upgrade-cmpv-9dk7n --force --auto-approve --namespace ns-awdfx `(B  OpsRequest qdrant-qrtfrd-upgrade-cmpv-9dk7n deleted check db_client batch data count  `echo "/qdrant/tools/curl -s -H 'Content-Type: application/json' -X POST http://qdrant-qrtfrd-qdrant-qdrant.ns-awdfx.svc.cluster.local:6333/collections/executions_loop_collection/points/search -d '{\"vector\":[1,1,1,1],\"top\":1}' | /qdrant/tools/jq '.result[].version' " | kubectl exec -it qdrant-qrtfrd-qdrant-0 --namespace ns-awdfx -- bash`(B  check db_client batch [13373] equal [13373] data Success(B 1.5.0 is less than 1.8.* 1.7.3 is less than 1.8.* cmpv downgrade service version:1.13.4|1.10.0|1.8.4|1.8.1 cmpv service version downgrade downgrade from:1.15.4 to service version:1.13.4 cluster upgrade apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: qdrant-qrtfrd-upgrade-cmpv- namespace: ns-awdfx spec: clusterName: qdrant-qrtfrd upgrade: components: - componentName: qdrant serviceVersion: 1.13.4 type: Upgrade check cluster status before ops check cluster status done(B cluster_status:Running(B  `kubectl create -f test_ops_cluster_qdrant-qrtfrd.yaml`(B  opsrequest.operations.kubeblocks.io/qdrant-qrtfrd-upgrade-cmpv-hmv6n created create test_ops_cluster_qdrant-qrtfrd.yaml Success(B  `rm -rf test_ops_cluster_qdrant-qrtfrd.yaml`(B  check ops status  `kbcli cluster list-ops qdrant-qrtfrd --status all --namespace ns-awdfx `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-qrtfrd-upgrade-cmpv-hmv6n ns-awdfx Upgrade qdrant-qrtfrd Creating -/- Feb 11,2026 17:56 UTC+0800 check cluster status  `kbcli cluster list qdrant-qrtfrd --show-labels --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-qrtfrd ns-awdfx qdrant WipeOut Updating Feb 11,2026 17:29 UTC+0800 app.kubernetes.io/instance=qdrant-qrtfrd,clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B 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 qdrant-qrtfrd --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-qrtfrd-qdrant-0 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 17:36 UTC+0800 qdrant-qrtfrd-qdrant-1 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 17:40 UTC+0800 check pod status done(B connect unsupported engine type: qdrant qdrant-1.0.2 check ops status  `kbcli cluster list-ops qdrant-qrtfrd --status all --namespace ns-awdfx `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-qrtfrd-upgrade-cmpv-hmv6n ns-awdfx Upgrade qdrant-qrtfrd qdrant Succeed 2/2 Feb 11,2026 17:56 UTC+0800 check ops status done(B ops_status:qdrant-qrtfrd-upgrade-cmpv-hmv6n ns-awdfx Upgrade qdrant-qrtfrd qdrant Succeed 2/2 Feb 11,2026 17:56 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations qdrant-qrtfrd-upgrade-cmpv-hmv6n --namespace ns-awdfx `(B  opsrequest.operations.kubeblocks.io/qdrant-qrtfrd-upgrade-cmpv-hmv6n patched  `kbcli cluster delete-ops --name qdrant-qrtfrd-upgrade-cmpv-hmv6n --force --auto-approve --namespace ns-awdfx `(B  OpsRequest qdrant-qrtfrd-upgrade-cmpv-hmv6n deleted check db_client batch data count  `echo "/qdrant/tools/curl -s -H 'Content-Type: application/json' -X POST http://qdrant-qrtfrd-qdrant-qdrant.ns-awdfx.svc.cluster.local:6333/collections/executions_loop_collection/points/search -d '{\"vector\":[1,1,1,1],\"top\":1}' | /qdrant/tools/jq '.result[].version' " | kubectl exec -it qdrant-qrtfrd-qdrant-0 --namespace ns-awdfx -- bash`(B  check db_client batch [13373] equal [13373] data Success(B downgrade from:1.13.4 to service version:1.10.0 cluster upgrade apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: qdrant-qrtfrd-upgrade-cmpv- namespace: ns-awdfx spec: clusterName: qdrant-qrtfrd upgrade: components: - componentName: qdrant serviceVersion: 1.10.0 type: Upgrade check cluster status before ops check cluster status done(B cluster_status:Running(B  `kubectl create -f test_ops_cluster_qdrant-qrtfrd.yaml`(B  opsrequest.operations.kubeblocks.io/qdrant-qrtfrd-upgrade-cmpv-tf6tk created create test_ops_cluster_qdrant-qrtfrd.yaml Success(B  `rm -rf test_ops_cluster_qdrant-qrtfrd.yaml`(B  check ops status  `kbcli cluster list-ops qdrant-qrtfrd --status all --namespace ns-awdfx `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-qrtfrd-upgrade-cmpv-tf6tk ns-awdfx Upgrade qdrant-qrtfrd Running -/- Feb 11,2026 17:58 UTC+0800 check cluster status  `kbcli cluster list qdrant-qrtfrd --show-labels --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-qrtfrd ns-awdfx qdrant WipeOut Updating Feb 11,2026 17:29 UTC+0800 app.kubernetes.io/instance=qdrant-qrtfrd,clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B 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 qdrant-qrtfrd --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-qrtfrd-qdrant-0 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 17:36 UTC+0800 qdrant-qrtfrd-qdrant-1 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 17:40 UTC+0800 check pod status done(B connect unsupported engine type: qdrant qdrant-1.0.2 check ops status  `kbcli cluster list-ops qdrant-qrtfrd --status all --namespace ns-awdfx `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-qrtfrd-upgrade-cmpv-tf6tk ns-awdfx Upgrade qdrant-qrtfrd qdrant Succeed 2/2 Feb 11,2026 17:58 UTC+0800 check ops status done(B ops_status:qdrant-qrtfrd-upgrade-cmpv-tf6tk ns-awdfx Upgrade qdrant-qrtfrd qdrant Succeed 2/2 Feb 11,2026 17:58 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations qdrant-qrtfrd-upgrade-cmpv-tf6tk --namespace ns-awdfx `(B  opsrequest.operations.kubeblocks.io/qdrant-qrtfrd-upgrade-cmpv-tf6tk patched  `kbcli cluster delete-ops --name qdrant-qrtfrd-upgrade-cmpv-tf6tk --force --auto-approve --namespace ns-awdfx `(B  OpsRequest qdrant-qrtfrd-upgrade-cmpv-tf6tk deleted check db_client batch data count  `echo "/qdrant/tools/curl -s -H 'Content-Type: application/json' -X POST http://qdrant-qrtfrd-qdrant-qdrant.ns-awdfx.svc.cluster.local:6333/collections/executions_loop_collection/points/search -d '{\"vector\":[1,1,1,1],\"top\":1}' | /qdrant/tools/jq '.result[].version' " | kubectl exec -it qdrant-qrtfrd-qdrant-0 --namespace ns-awdfx -- bash`(B  check db_client batch [13373] equal [13373] data Success(B downgrade from:1.10.0 to service version:1.8.4 cluster upgrade apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: qdrant-qrtfrd-upgrade-cmpv- namespace: ns-awdfx spec: clusterName: qdrant-qrtfrd upgrade: components: - componentName: qdrant serviceVersion: 1.8.4 type: Upgrade check cluster status before ops check cluster status done(B cluster_status:Running(B  `kubectl create -f test_ops_cluster_qdrant-qrtfrd.yaml`(B  opsrequest.operations.kubeblocks.io/qdrant-qrtfrd-upgrade-cmpv-r2gpp created create test_ops_cluster_qdrant-qrtfrd.yaml Success(B  `rm -rf test_ops_cluster_qdrant-qrtfrd.yaml`(B  check ops status  `kbcli cluster list-ops qdrant-qrtfrd --status all --namespace ns-awdfx `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-qrtfrd-upgrade-cmpv-r2gpp ns-awdfx Upgrade qdrant-qrtfrd qdrant Running 0/2 Feb 11,2026 17:59 UTC+0800 check cluster status  `kbcli cluster list qdrant-qrtfrd --show-labels --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-qrtfrd ns-awdfx qdrant WipeOut Updating Feb 11,2026 17:29 UTC+0800 app.kubernetes.io/instance=qdrant-qrtfrd,clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B 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 qdrant-qrtfrd --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-qrtfrd-qdrant-0 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 17:36 UTC+0800 qdrant-qrtfrd-qdrant-1 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 17:40 UTC+0800 check pod status done(B connect unsupported engine type: qdrant qdrant-1.0.2 check ops status  `kbcli cluster list-ops qdrant-qrtfrd --status all --namespace ns-awdfx `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-qrtfrd-upgrade-cmpv-r2gpp ns-awdfx Upgrade qdrant-qrtfrd qdrant Succeed 2/2 Feb 11,2026 17:59 UTC+0800 check ops status done(B ops_status:qdrant-qrtfrd-upgrade-cmpv-r2gpp ns-awdfx Upgrade qdrant-qrtfrd qdrant Succeed 2/2 Feb 11,2026 17:59 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations qdrant-qrtfrd-upgrade-cmpv-r2gpp --namespace ns-awdfx `(B  opsrequest.operations.kubeblocks.io/qdrant-qrtfrd-upgrade-cmpv-r2gpp patched  `kbcli cluster delete-ops --name qdrant-qrtfrd-upgrade-cmpv-r2gpp --force --auto-approve --namespace ns-awdfx `(B  OpsRequest qdrant-qrtfrd-upgrade-cmpv-r2gpp deleted check db_client batch data count  `echo "/qdrant/tools/curl -s -H 'Content-Type: application/json' -X POST http://qdrant-qrtfrd-qdrant-qdrant.ns-awdfx.svc.cluster.local:6333/collections/executions_loop_collection/points/search -d '{\"vector\":[1,1,1,1],\"top\":1}' | /qdrant/tools/jq '.result[].version' " | kubectl exec -it qdrant-qrtfrd-qdrant-0 --namespace ns-awdfx -- bash`(B  check db_client batch [13373] equal [13373] data Success(B downgrade from:1.8.4 to service version:1.8.1 cluster upgrade apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: qdrant-qrtfrd-upgrade-cmpv- namespace: ns-awdfx spec: clusterName: qdrant-qrtfrd upgrade: components: - componentName: qdrant serviceVersion: 1.8.1 type: Upgrade check cluster status before ops check cluster status done(B cluster_status:Running(B  `kubectl create -f test_ops_cluster_qdrant-qrtfrd.yaml`(B  opsrequest.operations.kubeblocks.io/qdrant-qrtfrd-upgrade-cmpv-ls4k7 created create test_ops_cluster_qdrant-qrtfrd.yaml Success(B  `rm -rf test_ops_cluster_qdrant-qrtfrd.yaml`(B  check ops status  `kbcli cluster list-ops qdrant-qrtfrd --status all --namespace ns-awdfx `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-qrtfrd-upgrade-cmpv-ls4k7 ns-awdfx Upgrade qdrant-qrtfrd qdrant Running 0/2 Feb 11,2026 18:01 UTC+0800 check cluster status  `kbcli cluster list qdrant-qrtfrd --show-labels --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-qrtfrd ns-awdfx qdrant WipeOut Updating Feb 11,2026 17:29 UTC+0800 app.kubernetes.io/instance=qdrant-qrtfrd,clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B 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 qdrant-qrtfrd --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-qrtfrd-qdrant-0 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 17:36 UTC+0800 qdrant-qrtfrd-qdrant-1 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 17:40 UTC+0800 check pod status done(B connect unsupported engine type: qdrant qdrant-1.0.2 check ops status  `kbcli cluster list-ops qdrant-qrtfrd --status all --namespace ns-awdfx `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-qrtfrd-upgrade-cmpv-ls4k7 ns-awdfx Upgrade qdrant-qrtfrd qdrant Succeed 2/2 Feb 11,2026 18:01 UTC+0800 check ops status done(B ops_status:qdrant-qrtfrd-upgrade-cmpv-ls4k7 ns-awdfx Upgrade qdrant-qrtfrd qdrant Succeed 2/2 Feb 11,2026 18:01 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations qdrant-qrtfrd-upgrade-cmpv-ls4k7 --namespace ns-awdfx `(B  opsrequest.operations.kubeblocks.io/qdrant-qrtfrd-upgrade-cmpv-ls4k7 patched  `kbcli cluster delete-ops --name qdrant-qrtfrd-upgrade-cmpv-ls4k7 --force --auto-approve --namespace ns-awdfx `(B  OpsRequest qdrant-qrtfrd-upgrade-cmpv-ls4k7 deleted check db_client batch data count  `echo "/qdrant/tools/curl -s -H 'Content-Type: application/json' -X POST http://qdrant-qrtfrd-qdrant-qdrant.ns-awdfx.svc.cluster.local:6333/collections/executions_loop_collection/points/search -d '{\"vector\":[1,1,1,1],\"top\":1}' | /qdrant/tools/jq '.result[].version' " | kubectl exec -it qdrant-qrtfrd-qdrant-0 --namespace ns-awdfx -- bash`(B  check db_client batch [13373] equal [13373] data Success(B cluster does not need to check monitor currently check cluster status  `kbcli cluster list qdrant-qrtfrd --show-labels --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-qrtfrd ns-awdfx qdrant WipeOut Running Feb 11,2026 17:29 UTC+0800 app.kubernetes.io/instance=qdrant-qrtfrd,clusterdefinition.kubeblocks.io/name=qdrant check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances qdrant-qrtfrd --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-qrtfrd-qdrant-0 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 17:36 UTC+0800 qdrant-qrtfrd-qdrant-1 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 17:40 UTC+0800 check pod status done(B connect unsupported engine type: qdrant qdrant-1.0.2 test failover connectionstress(B check cluster status before cluster-failover-connectionstress check cluster status done(B cluster_status:Running(B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-connectionstress-qdrant-qrtfrd --namespace ns-awdfx `(B   `kubectl get secrets -l app.kubernetes.io/instance=qdrant-qrtfrd`(B  Not found cluster secret(B DB_USERNAME:;DB_PASSWORD:;DB_PORT:6333;DB_DATABASE:(B apiVersion: v1 kind: Pod metadata: name: test-db-client-connectionstress-qdrant-qrtfrd namespace: ns-awdfx spec: containers: - name: test-dbclient imagePullPolicy: IfNotPresent image: docker.io/apecloud/dbclient:test args: - "--host" - "qdrant-qrtfrd-qdrant-qdrant.ns-awdfx.svc.cluster.local" - "--user" - "" - "--password" - "" - "--port" - "6333" - "--database" - "" - "--dbtype" - "qdrant" - "--test" - "connectionstress" - "--connections" - "10000" - "--duration" - "60" restartPolicy: Never  `kubectl apply -f test-db-client-connectionstress-qdrant-qrtfrd.yaml`(B  pod/test-db-client-connectionstress-qdrant-qrtfrd created apply test-db-client-connectionstress-qdrant-qrtfrd.yaml Success(B  `rm -rf test-db-client-connectionstress-qdrant-qrtfrd.yaml`(B  check pod status pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-qrtfrd 1/1 Running 0 6s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-qrtfrd 1/1 Running 0 10s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-qrtfrd 1/1 Running 0 15s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-qrtfrd 1/1 Running 0 20s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-qrtfrd 1/1 Running 0 25s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-qrtfrd 1/1 Running 0 30s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-qrtfrd 1/1 Running 0 35s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-qrtfrd 1/1 Running 0 40s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-qrtfrd 1/1 Running 0 45s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-qrtfrd 1/1 Running 0 51s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-qrtfrd 1/1 Running 0 56s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-qrtfrd 1/1 Running 0 61s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-qrtfrd 1/1 Running 0 66s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-qrtfrd 1/1 Running 0 71s(B check pod test-db-client-connectionstress-qdrant-qrtfrd status done(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-qrtfrd 0/1 Completed 0 76s(B check cluster status  `kbcli cluster list qdrant-qrtfrd --show-labels --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-qrtfrd ns-awdfx qdrant WipeOut Running Feb 11,2026 17:29 UTC+0800 app.kubernetes.io/instance=qdrant-qrtfrd,clusterdefinition.kubeblocks.io/name=qdrant check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances qdrant-qrtfrd --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-qrtfrd-qdrant-0 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 17:36 UTC+0800 qdrant-qrtfrd-qdrant-1 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 17:40 UTC+0800 check pod status done(B connect unsupported engine type: qdrant qdrant-1.0.2 --host qdrant-qrtfrd-qdrant-qdrant.ns-awdfx.svc.cluster.local --user --password --port 6333 --database --dbtype qdrant --test connectionstress --connections 10000 --duration 60 Test Result: Connection stress test results: Attempted connections: 10000 Successful connections: 10000 Test duration: 60 seconds Connection Information: Database Type: qdrant Host: qdrant-qrtfrd-qdrant-qdrant.ns-awdfx.svc.cluster.local Port: 6333 Database: Table: User: Org: Access Mode: mysql Test Type: connectionstress Connection Count: 10000 Duration: 60 seconds  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-connectionstress-qdrant-qrtfrd --namespace ns-awdfx `(B  pod/test-db-client-connectionstress-qdrant-qrtfrd patched (no change) pod "test-db-client-connectionstress-qdrant-qrtfrd" force deleted check failover pod name failover pod name:qdrant-qrtfrd-qdrant-0 failover connectionstress Success(B check db_client batch data count  `echo "/qdrant/tools/curl -s -H 'Content-Type: application/json' -X POST http://qdrant-qrtfrd-qdrant-qdrant.ns-awdfx.svc.cluster.local:6333/collections/executions_loop_collection/points/search -d '{\"vector\":[1,1,1,1],\"top\":1}' | /qdrant/tools/jq '.result[].version' " | kubectl exec -it qdrant-qrtfrd-qdrant-0 --namespace ns-awdfx -- bash`(B  check db_client batch [13373] equal [13373] data Success(B cluster restart check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster restart qdrant-qrtfrd --auto-approve --force=true --namespace ns-awdfx `(B  OpsRequest qdrant-qrtfrd-restart-dpnb7 created successfully, you can view the progress: kbcli cluster describe-ops qdrant-qrtfrd-restart-dpnb7 -n ns-awdfx check ops status  `kbcli cluster list-ops qdrant-qrtfrd --status all --namespace ns-awdfx `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-qrtfrd-restart-dpnb7 ns-awdfx Restart qdrant-qrtfrd qdrant Running 0/2 Feb 11,2026 18:04 UTC+0800 check cluster status  `kbcli cluster list qdrant-qrtfrd --show-labels --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-qrtfrd ns-awdfx qdrant WipeOut Updating Feb 11,2026 17:29 UTC+0800 app.kubernetes.io/instance=qdrant-qrtfrd,clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B 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 qdrant-qrtfrd --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-qrtfrd-qdrant-0 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:05 UTC+0800 qdrant-qrtfrd-qdrant-1 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:05 UTC+0800 check pod status done(B connect unsupported engine type: qdrant qdrant-1.0.2 check ops status  `kbcli cluster list-ops qdrant-qrtfrd --status all --namespace ns-awdfx `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-qrtfrd-restart-dpnb7 ns-awdfx Restart qdrant-qrtfrd qdrant Succeed 2/2 Feb 11,2026 18:04 UTC+0800 check ops status done(B ops_status:qdrant-qrtfrd-restart-dpnb7 ns-awdfx Restart qdrant-qrtfrd qdrant Succeed 2/2 Feb 11,2026 18:04 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations qdrant-qrtfrd-restart-dpnb7 --namespace ns-awdfx `(B  opsrequest.operations.kubeblocks.io/qdrant-qrtfrd-restart-dpnb7 patched  `kbcli cluster delete-ops --name qdrant-qrtfrd-restart-dpnb7 --force --auto-approve --namespace ns-awdfx `(B  OpsRequest qdrant-qrtfrd-restart-dpnb7 deleted check db_client batch data count  `echo "/qdrant/tools/curl -s -H 'Content-Type: application/json' -X POST http://qdrant-qrtfrd-qdrant-qdrant.ns-awdfx.svc.cluster.local:6333/collections/executions_loop_collection/points/search -d '{\"vector\":[1,1,1,1],\"top\":1}' | /qdrant/tools/jq '.result[].version' " | kubectl exec -it qdrant-qrtfrd-qdrant-0 --namespace ns-awdfx -- bash`(B  check db_client batch [13373] equal [13373] data Success(B cluster update terminationPolicy WipeOut  `kbcli cluster update qdrant-qrtfrd --termination-policy=WipeOut --namespace ns-awdfx `(B  cluster.apps.kubeblocks.io/qdrant-qrtfrd updated (no change) check cluster status  `kbcli cluster list qdrant-qrtfrd --show-labels --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-qrtfrd ns-awdfx qdrant WipeOut Running Feb 11,2026 17:29 UTC+0800 app.kubernetes.io/instance=qdrant-qrtfrd,clusterdefinition.kubeblocks.io/name=qdrant check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances qdrant-qrtfrd --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-qrtfrd-qdrant-0 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:05 UTC+0800 qdrant-qrtfrd-qdrant-1 ns-awdfx qdrant-qrtfrd qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:05 UTC+0800 check pod status done(B connect unsupported engine type: qdrant qdrant-1.0.2 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-hnrh8 -n kb-qxtxx -o jsonpath="{.data.accessKeyId}"`(B   `kubectl get secrets kb-backuprepo-hnrh8 -n kb-qxtxx -o jsonpath="{.data.secretAccessKey}"`(B  KUBEBLOCKS NAMESPACE:kb-qxtxx get kubeblocks namespace done(B  `kubectl get secrets -l app.kubernetes.io/instance=kbcli-test-minio --namespace kb-qxtxx -o jsonpath="{.items[0].data.root-user}"`(B   `kubectl get secrets -l app.kubernetes.io/instance=kbcli-test-minio --namespace kb-qxtxx -o jsonpath="{.items[0].data.root-password}"`(B  minio_user:kbclitest,minio_password:kbclitest,minio_endpoint:kbcli-test-minio.kb-qxtxx.svc.cluster.local:9000 list minio bucket kbcli-test  `echo 'mc alias set minioserver http://kbcli-test-minio.kb-qxtxx.svc.cluster.local:9000 kbclitest kbclitest;mc ls minioserver' | kubectl exec -it kbcli-test-minio-6c77985d5f-55lsm --namespace kb-qxtxx -- bash`(B  list minio bucket done(B default backuprepo:backuprepo-kbcli-test exists(B  `kbcli cluster backup qdrant-qrtfrd --method datafile --namespace ns-awdfx `(B  Backup backup-ns-awdfx-qdrant-qrtfrd-20260211180700 created successfully, you can view the progress: kbcli cluster list-backups --names=backup-ns-awdfx-qdrant-qrtfrd-20260211180700 -n ns-awdfx check backup status  `kbcli cluster list-backups qdrant-qrtfrd --namespace ns-awdfx `(B  backup_status:qdrant-qrtfrd-datafile-Running(B backup_status:qdrant-qrtfrd-datafile-Running(B backup_status:qdrant-qrtfrd-datafile-Running(B backup_status:qdrant-qrtfrd-datafile-Running(B backup_status:qdrant-qrtfrd-datafile-Running(B check backup status done(B backup_status:backup-ns-awdfx-qdrant-qrtfrd-20260211180700 ns-awdfx qdrant-qrtfrd datafile Completed 268953600 21s Delete Feb 11,2026 18:07 UTC+0800 Feb 11,2026 18:07 UTC+0800 (B cluster restore backup  `kbcli cluster describe-backup --names backup-ns-awdfx-qdrant-qrtfrd-20260211180700 --namespace ns-awdfx `(B  Name: backup-ns-awdfx-qdrant-qrtfrd-20260211180700 Cluster: qdrant-qrtfrd Namespace: ns-awdfx Spec: Method: datafile Policy Name: qdrant-qrtfrd-qdrant-backup-policy Actions: dp-backup-0: ActionType: Job WorkloadName: dp-backup-0-backup-ns-awdfx-qdrant-qrtfrd-20260211180700-e76497 TargetPodName: qdrant-qrtfrd-qdrant-0 Phase: Completed Start Time: Feb 11,2026 18:07 UTC+0800 Completion Time: Feb 11,2026 18:07 UTC+0800 dp-backup-1: ActionType: Job WorkloadName: dp-backup-1-backup-ns-awdfx-qdrant-qrtfrd-20260211180700-e76497 TargetPodName: qdrant-qrtfrd-qdrant-1 Phase: Completed Start Time: Feb 11,2026 18:07 UTC+0800 Completion Time: Feb 11,2026 18:07 UTC+0800 Status: Phase: Completed Total Size: 268953600 ActionSet Name: qdrant-snapshot-br Repository: backuprepo-kbcli-test Duration: 21s Start Time: Feb 11,2026 18:07 UTC+0800 Completion Time: Feb 11,2026 18:07 UTC+0800 Path: /ns-awdfx/qdrant-qrtfrd-e62f43b7-f724-4629-bb12-26285c43124b/qdrant/backup-ns-awdfx-qdrant-qrtfrd-20260211180700 Warning Events:  `kbcli cluster restore qdrant-qrtfrd-backup --backup backup-ns-awdfx-qdrant-qrtfrd-20260211180700 --namespace ns-awdfx `(B  Cluster qdrant-qrtfrd-backup created check cluster status  `kbcli cluster list qdrant-qrtfrd-backup --show-labels --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-qrtfrd-backup ns-awdfx qdrant WipeOut Creating Feb 11,2026 18:07 UTC+0800 clusterdefinition.kubeblocks.io/name=qdrant 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 cluster_status:Creating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances qdrant-qrtfrd-backup --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-qrtfrd-backup-qdrant-0 ns-awdfx qdrant-qrtfrd-backup qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:07 UTC+0800 qdrant-qrtfrd-backup-qdrant-1 ns-awdfx qdrant-qrtfrd-backup qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:09 UTC+0800 check pod status done(B connect unsupported engine type: qdrant qdrant-1.0.2  `kbcli cluster describe-backup --names backup-ns-awdfx-qdrant-qrtfrd-20260211180700 --namespace ns-awdfx `(B  Name: backup-ns-awdfx-qdrant-qrtfrd-20260211180700 Cluster: qdrant-qrtfrd Namespace: ns-awdfx Spec: Method: datafile Policy Name: qdrant-qrtfrd-qdrant-backup-policy Actions: dp-backup-0: ActionType: Job WorkloadName: dp-backup-0-backup-ns-awdfx-qdrant-qrtfrd-20260211180700-e76497 TargetPodName: qdrant-qrtfrd-qdrant-0 Phase: Completed Start Time: Feb 11,2026 18:07 UTC+0800 Completion Time: Feb 11,2026 18:07 UTC+0800 dp-backup-1: ActionType: Job WorkloadName: dp-backup-1-backup-ns-awdfx-qdrant-qrtfrd-20260211180700-e76497 TargetPodName: qdrant-qrtfrd-qdrant-1 Phase: Completed Start Time: Feb 11,2026 18:07 UTC+0800 Completion Time: Feb 11,2026 18:07 UTC+0800 Status: Phase: Completed Total Size: 268953600 ActionSet Name: qdrant-snapshot-br Repository: backuprepo-kbcli-test Duration: 21s Start Time: Feb 11,2026 18:07 UTC+0800 Completion Time: Feb 11,2026 18:07 UTC+0800 Path: /ns-awdfx/qdrant-qrtfrd-e62f43b7-f724-4629-bb12-26285c43124b/qdrant/backup-ns-awdfx-qdrant-qrtfrd-20260211180700 Warning Events: cluster connect insert batch data by db client  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-executionloop-qdrant-qrtfrd-backup --namespace ns-awdfx `(B   `kubectl get secrets -l app.kubernetes.io/instance=qdrant-qrtfrd-backup`(B  Not found cluster secret(B DB_USERNAME:;DB_PASSWORD:;DB_PORT:6333;DB_DATABASE:(B apiVersion: v1 kind: Pod metadata: name: test-db-client-executionloop-qdrant-qrtfrd-backup namespace: ns-awdfx spec: containers: - name: test-dbclient imagePullPolicy: IfNotPresent image: docker.io/apecloud/dbclient:test args: - "--host" - "qdrant-qrtfrd-backup-qdrant-qdrant.ns-awdfx.svc.cluster.local" - "--user" - "" - "--password" - "" - "--port" - "6333" - "--dbtype" - "qdrant" - "--test" - "executionloop" - "--duration" - "60" - "--interval" - "1" restartPolicy: Never  `kubectl apply -f test-db-client-executionloop-qdrant-qrtfrd-backup.yaml`(B  pod/test-db-client-executionloop-qdrant-qrtfrd-backup created apply test-db-client-executionloop-qdrant-qrtfrd-backup.yaml Success(B  `rm -rf test-db-client-executionloop-qdrant-qrtfrd-backup.yaml`(B  check pod status pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd-backup 1/1 Running 0 6s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd-backup 1/1 Running 0 10s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd-backup 1/1 Running 0 15s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd-backup 1/1 Running 0 20s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd-backup 1/1 Running 0 25s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd-backup 1/1 Running 0 30s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd-backup 1/1 Running 0 35s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd-backup 1/1 Running 0 40s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd-backup 1/1 Running 0 46s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd-backup 1/1 Running 0 51s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd-backup 1/1 Running 0 56s(B check pod test-db-client-executionloop-qdrant-qrtfrd-backup status done(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd-backup 0/1 Completed 0 66s(B check cluster status  `kbcli cluster list qdrant-qrtfrd-backup --show-labels --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-qrtfrd-backup ns-awdfx qdrant WipeOut Running Feb 11,2026 18:07 UTC+0800 clusterdefinition.kubeblocks.io/name=qdrant check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances qdrant-qrtfrd-backup --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-qrtfrd-backup-qdrant-0 ns-awdfx qdrant-qrtfrd-backup qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:07 UTC+0800 qdrant-qrtfrd-backup-qdrant-1 ns-awdfx qdrant-qrtfrd-backup qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:09 UTC+0800 check pod status done(B connect unsupported engine type: qdrant qdrant-1.0.2 --host qdrant-qrtfrd-backup-qdrant-qdrant.ns-awdfx.svc.cluster.local --user --password --port 6333 --dbtype qdrant --test executionloop --duration 60 --interval 1 Execution loop start: Collection executions_loop_collection does not exist. Creating collection... Collection executions_loop_collection created successfully. Execution loop start: upsert:executions_loop_collection:1,1,1,1,1,{"name":"executions_loop_1"} [ 1s ] executions total: 1 successful: 1 failed: 0 disconnect: 0 [ 2s ] executions total: 64 successful: 64 failed: 0 disconnect: 0 [ 3s ] executions total: 440 successful: 440 failed: 0 disconnect: 0 [ 4s ] executions total: 928 successful: 928 failed: 0 disconnect: 0 [ 5s ] executions total: 1225 successful: 1225 failed: 0 disconnect: 0 [ 6s ] executions total: 1818 successful: 1818 failed: 0 disconnect: 0 [ 7s ] executions total: 2562 successful: 2562 failed: 0 disconnect: 0 [ 8s ] executions total: 3364 successful: 3364 failed: 0 disconnect: 0 [ 9s ] executions total: 4185 successful: 4185 failed: 0 disconnect: 0 [ 10s ] executions total: 5075 successful: 5075 failed: 0 disconnect: 0 [ 11s ] executions total: 5878 successful: 5878 failed: 0 disconnect: 0 [ 12s ] executions total: 6590 successful: 6590 failed: 0 disconnect: 0 [ 13s ] executions total: 7443 successful: 7443 failed: 0 disconnect: 0 [ 14s ] executions total: 8325 successful: 8325 failed: 0 disconnect: 0 [ 15s ] executions total: 9221 successful: 9221 failed: 0 disconnect: 0 [ 16s ] executions total: 10078 successful: 10078 failed: 0 disconnect: 0 [ 17s ] executions total: 10945 successful: 10945 failed: 0 disconnect: 0 [ 18s ] executions total: 11838 successful: 11838 failed: 0 disconnect: 0 [ 19s ] executions total: 12639 successful: 12639 failed: 0 disconnect: 0 [ 20s ] executions total: 13395 successful: 13395 failed: 0 disconnect: 0 [ 21s ] executions total: 14169 successful: 14169 failed: 0 disconnect: 0 [ 22s ] executions total: 14958 successful: 14958 failed: 0 disconnect: 0 [ 23s ] executions total: 15705 successful: 15705 failed: 0 disconnect: 0 [ 24s ] executions total: 16533 successful: 16533 failed: 0 disconnect: 0 [ 25s ] executions total: 17392 successful: 17392 failed: 0 disconnect: 0 [ 26s ] executions total: 18188 successful: 18188 failed: 0 disconnect: 0 [ 27s ] executions total: 18968 successful: 18968 failed: 0 disconnect: 0 [ 28s ] executions total: 19858 successful: 19858 failed: 0 disconnect: 0 [ 29s ] executions total: 20742 successful: 20742 failed: 0 disconnect: 0 [ 30s ] executions total: 21535 successful: 21535 failed: 0 disconnect: 0 [ 31s ] executions total: 22345 successful: 22345 failed: 0 disconnect: 0 [ 32s ] executions total: 23200 successful: 23200 failed: 0 disconnect: 0 [ 33s ] executions total: 24010 successful: 24010 failed: 0 disconnect: 0 [ 34s ] executions total: 24830 successful: 24830 failed: 0 disconnect: 0 [ 35s ] executions total: 25534 successful: 25534 failed: 0 disconnect: 0 [ 36s ] executions total: 26227 successful: 26227 failed: 0 disconnect: 0 [ 37s ] executions total: 26842 successful: 26842 failed: 0 disconnect: 0 [ 38s ] executions total: 27403 successful: 27403 failed: 0 disconnect: 0 [ 39s ] executions total: 28033 successful: 28033 failed: 0 disconnect: 0 [ 40s ] executions total: 28657 successful: 28657 failed: 0 disconnect: 0 [ 41s ] executions total: 29160 successful: 29160 failed: 0 disconnect: 0 [ 42s ] executions total: 29704 successful: 29704 failed: 0 disconnect: 0 [ 43s ] executions total: 30298 successful: 30298 failed: 0 disconnect: 0 [ 44s ] executions total: 30922 successful: 30922 failed: 0 disconnect: 0 [ 45s ] executions total: 31544 successful: 31544 failed: 0 disconnect: 0 [ 46s ] executions total: 32149 successful: 32149 failed: 0 disconnect: 0 [ 47s ] executions total: 32728 successful: 32728 failed: 0 disconnect: 0 [ 48s ] executions total: 33287 successful: 33287 failed: 0 disconnect: 0 [ 49s ] executions total: 33847 successful: 33847 failed: 0 disconnect: 0 [ 50s ] executions total: 34487 successful: 34487 failed: 0 disconnect: 0 [ 51s ] executions total: 35123 successful: 35123 failed: 0 disconnect: 0 [ 52s ] executions total: 35746 successful: 35746 failed: 0 disconnect: 0 [ 53s ] executions total: 36355 successful: 36355 failed: 0 disconnect: 0 [ 54s ] executions total: 36978 successful: 36978 failed: 0 disconnect: 0 [ 55s ] executions total: 37620 successful: 37620 failed: 0 disconnect: 0 [ 56s ] executions total: 38131 successful: 38131 failed: 0 disconnect: 0 [ 57s ] executions total: 38676 successful: 38676 failed: 0 disconnect: 0 [ 58s ] executions total: 39309 successful: 39309 failed: 0 disconnect: 0 [ 59s ] executions total: 39966 successful: 39966 failed: 0 disconnect: 0 [ 60s ] executions total: 40099 successful: 40099 failed: 0 disconnect: 0 Test Result: Total Executions: 40099 Successful Executions: 40099 Failed Executions: 0 Disconnection Counts: 0 Connection Information: Database Type: qdrant Host: qdrant-qrtfrd-backup-qdrant-qdrant.ns-awdfx.svc.cluster.local Port: 6333 Database: Table: User: Org: Access Mode: mysql Test Type: executionloop Query: Duration: 60 seconds Interval: 1 seconds DB_CLIENT_BATCH_DATA_COUNT: 40098  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-executionloop-qdrant-qrtfrd-backup --namespace ns-awdfx `(B  pod/test-db-client-executionloop-qdrant-qrtfrd-backup patched (no change) pod "test-db-client-executionloop-qdrant-qrtfrd-backup" force deleted delete cluster qdrant-qrtfrd-backup  `kbcli cluster delete qdrant-qrtfrd-backup --auto-approve --namespace ns-awdfx `(B  pod_info:qdrant-qrtfrd-backup-qdrant-0 2/2 Running 0 4m42s qdrant-qrtfrd-backup-qdrant-1 2/2 Running 0 2m42s Cluster qdrant-qrtfrd-backup deleted pod_info:qdrant-qrtfrd-backup-qdrant-0 2/2 Terminating 0 5m2s qdrant-qrtfrd-backup-qdrant-1 2/2 Terminating 0 3m2s delete cluster pod done(B check cluster resource non-exist OK: pvc(B delete cluster done(B cluster delete backup  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge backups backup-ns-awdfx-qdrant-qrtfrd-20260211180700 --namespace ns-awdfx `(B  backup.dataprotection.kubeblocks.io/backup-ns-awdfx-qdrant-qrtfrd-20260211180700 patched  `kbcli cluster delete-backup qdrant-qrtfrd --name backup-ns-awdfx-qdrant-qrtfrd-20260211180700 --force --auto-approve --namespace ns-awdfx `(B  Backup backup-ns-awdfx-qdrant-qrtfrd-20260211180700 deleted  `kubectl get backupschedule -l app.kubernetes.io/instance=qdrant-qrtfrd `(B   `kubectl get backupschedule qdrant-qrtfrd-qdrant-backup-schedule -ojsonpath='{.spec.schedules[*].backupMethod}' `(B  backupschedule.dataprotection.kubeblocks.io/qdrant-qrtfrd-qdrant-backup-schedule patched backupschedule.dataprotection.kubeblocks.io/qdrant-qrtfrd-qdrant-backup-schedule patched check backup status  `kbcli cluster list-backups qdrant-qrtfrd --namespace ns-awdfx `(B  backup_status:--(B backup_status:--(B  `kubectl get backupschedule -l app.kubernetes.io/instance=qdrant-qrtfrd `(B   `kubectl get backupschedule qdrant-qrtfrd-qdrant-backup-schedule -ojsonpath='{.spec.schedules[*].backupMethod}' `(B  backupschedule.dataprotection.kubeblocks.io/qdrant-qrtfrd-qdrant-backup-schedule patched backupschedule.dataprotection.kubeblocks.io/qdrant-qrtfrd-qdrant-backup-schedule patched backup_status:qdrant-qrtfrd-datafile-Running(B backup_status:qdrant-qrtfrd-datafile-Running(B backup_status:qdrant-qrtfrd-datafile-Running(B backup_status:qdrant-qrtfrd-datafile-Running(B check backup status done(B backup_status:qdrant-qrtfrd-datafile-20260211101301 ns-awdfx qdrant-qrtfrd datafile Completed 268953600 26s Delete Feb 11,2026 18:13 UTC+0800 Feb 11,2026 18:13 UTC+0800 Feb 18,2026 18:13 UTC+0800 (B  `kubectl get backupschedule -l app.kubernetes.io/instance=qdrant-qrtfrd `(B   `kubectl get backupschedule qdrant-qrtfrd-qdrant-backup-schedule -ojsonpath='{.spec.schedules[*].backupMethod}' `(B  backupschedule.dataprotection.kubeblocks.io/qdrant-qrtfrd-qdrant-backup-schedule patched (no change) backupschedule.dataprotection.kubeblocks.io/qdrant-qrtfrd-qdrant-backup-schedule patched (no change) cluster restore backup  `kbcli cluster describe-backup --names qdrant-qrtfrd-datafile-20260211101301 --namespace ns-awdfx `(B  Name: qdrant-qrtfrd-datafile-20260211101301 Cluster: qdrant-qrtfrd Namespace: ns-awdfx Spec: Method: datafile Policy Name: qdrant-qrtfrd-qdrant-backup-policy Actions: dp-backup-0: ActionType: Job WorkloadName: dp-backup-0-qdrant-qrtfrd-datafile-20260211101301-61e26fb7 TargetPodName: qdrant-qrtfrd-qdrant-0 Phase: Completed Start Time: Feb 11,2026 18:13 UTC+0800 Completion Time: Feb 11,2026 18:13 UTC+0800 dp-backup-1: ActionType: Job WorkloadName: dp-backup-1-qdrant-qrtfrd-datafile-20260211101301-61e26fb7 TargetPodName: qdrant-qrtfrd-qdrant-1 Phase: Completed Start Time: Feb 11,2026 18:13 UTC+0800 Completion Time: Feb 11,2026 18:13 UTC+0800 Status: Phase: Completed Total Size: 268953600 ActionSet Name: qdrant-snapshot-br Repository: backuprepo-kbcli-test Duration: 26s Expiration Time: Feb 18,2026 18:13 UTC+0800 Start Time: Feb 11,2026 18:13 UTC+0800 Completion Time: Feb 11,2026 18:13 UTC+0800 Path: /ns-awdfx/qdrant-qrtfrd-e62f43b7-f724-4629-bb12-26285c43124b/qdrant/qdrant-qrtfrd-datafile-20260211101301 Warning Events:  `kbcli cluster restore qdrant-qrtfrd-backup --backup qdrant-qrtfrd-datafile-20260211101301 --namespace ns-awdfx `(B  Cluster qdrant-qrtfrd-backup created check cluster status  `kbcli cluster list qdrant-qrtfrd-backup --show-labels --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-qrtfrd-backup ns-awdfx qdrant WipeOut Creating Feb 11,2026 18:13 UTC+0800 clusterdefinition.kubeblocks.io/name=qdrant 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 qdrant-qrtfrd-backup --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-qrtfrd-backup-qdrant-0 ns-awdfx qdrant-qrtfrd-backup qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:13 UTC+0800 qdrant-qrtfrd-backup-qdrant-1 ns-awdfx qdrant-qrtfrd-backup qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:14 UTC+0800 check pod status done(B connect unsupported engine type: qdrant qdrant-1.0.2  `kbcli cluster describe-backup --names qdrant-qrtfrd-datafile-20260211101301 --namespace ns-awdfx `(B  Name: qdrant-qrtfrd-datafile-20260211101301 Cluster: qdrant-qrtfrd Namespace: ns-awdfx Spec: Method: datafile Policy Name: qdrant-qrtfrd-qdrant-backup-policy Actions: dp-backup-0: ActionType: Job WorkloadName: dp-backup-0-qdrant-qrtfrd-datafile-20260211101301-61e26fb7 TargetPodName: qdrant-qrtfrd-qdrant-0 Phase: Completed Start Time: Feb 11,2026 18:13 UTC+0800 Completion Time: Feb 11,2026 18:13 UTC+0800 dp-backup-1: ActionType: Job WorkloadName: dp-backup-1-qdrant-qrtfrd-datafile-20260211101301-61e26fb7 TargetPodName: qdrant-qrtfrd-qdrant-1 Phase: Completed Start Time: Feb 11,2026 18:13 UTC+0800 Completion Time: Feb 11,2026 18:13 UTC+0800 Status: Phase: Completed Total Size: 268953600 ActionSet Name: qdrant-snapshot-br Repository: backuprepo-kbcli-test Duration: 26s Expiration Time: Feb 18,2026 18:13 UTC+0800 Start Time: Feb 11,2026 18:13 UTC+0800 Completion Time: Feb 11,2026 18:13 UTC+0800 Path: /ns-awdfx/qdrant-qrtfrd-e62f43b7-f724-4629-bb12-26285c43124b/qdrant/qdrant-qrtfrd-datafile-20260211101301 Warning Events: cluster connect insert batch data by db client  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-executionloop-qdrant-qrtfrd-backup --namespace ns-awdfx `(B   `kubectl get secrets -l app.kubernetes.io/instance=qdrant-qrtfrd-backup`(B  Not found cluster secret(B DB_USERNAME:;DB_PASSWORD:;DB_PORT:6333;DB_DATABASE:(B apiVersion: v1 kind: Pod metadata: name: test-db-client-executionloop-qdrant-qrtfrd-backup namespace: ns-awdfx spec: containers: - name: test-dbclient imagePullPolicy: IfNotPresent image: docker.io/apecloud/dbclient:test args: - "--host" - "qdrant-qrtfrd-backup-qdrant-qdrant.ns-awdfx.svc.cluster.local" - "--user" - "" - "--password" - "" - "--port" - "6333" - "--dbtype" - "qdrant" - "--test" - "executionloop" - "--duration" - "60" - "--interval" - "1" restartPolicy: Never  `kubectl apply -f test-db-client-executionloop-qdrant-qrtfrd-backup.yaml`(B  pod/test-db-client-executionloop-qdrant-qrtfrd-backup created apply test-db-client-executionloop-qdrant-qrtfrd-backup.yaml Success(B  `rm -rf test-db-client-executionloop-qdrant-qrtfrd-backup.yaml`(B  check pod status pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd-backup 1/1 Running 0 5s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd-backup 1/1 Running 0 9s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd-backup 1/1 Running 0 14s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd-backup 1/1 Running 0 19s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd-backup 1/1 Running 0 24s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd-backup 1/1 Running 0 30s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd-backup 1/1 Running 0 35s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd-backup 1/1 Running 0 40s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd-backup 1/1 Running 0 45s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd-backup 1/1 Running 0 50s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd-backup 1/1 Running 0 55s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd-backup 1/1 Running 0 60s(B check pod test-db-client-executionloop-qdrant-qrtfrd-backup status done(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-qdrant-qrtfrd-backup 0/1 Completed 0 65s(B check cluster status  `kbcli cluster list qdrant-qrtfrd-backup --show-labels --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-qrtfrd-backup ns-awdfx qdrant WipeOut Running Feb 11,2026 18:13 UTC+0800 clusterdefinition.kubeblocks.io/name=qdrant check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances qdrant-qrtfrd-backup --namespace ns-awdfx `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-qrtfrd-backup-qdrant-0 ns-awdfx qdrant-qrtfrd-backup qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:13 UTC+0800 qdrant-qrtfrd-backup-qdrant-1 ns-awdfx qdrant-qrtfrd-backup qdrant Running 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:14 UTC+0800 check pod status done(B connect unsupported engine type: qdrant qdrant-1.0.2 --host qdrant-qrtfrd-backup-qdrant-qdrant.ns-awdfx.svc.cluster.local --user --password --port 6333 --dbtype qdrant --test executionloop --duration 60 --interval 1 Execution loop start: Collection executions_loop_collection does not exist. Creating collection... Collection executions_loop_collection created successfully. Execution loop start: upsert:executions_loop_collection:1,1,1,1,1,{"name":"executions_loop_1"} [ 1s ] executions total: 1 successful: 1 failed: 0 disconnect: 0 [ 2s ] executions total: 92 successful: 92 failed: 0 disconnect: 0 [ 3s ] executions total: 132 successful: 132 failed: 0 disconnect: 0 [ 4s ] executions total: 483 successful: 483 failed: 0 disconnect: 0 [ 5s ] executions total: 903 successful: 903 failed: 0 disconnect: 0 [ 6s ] executions total: 1096 successful: 1096 failed: 0 disconnect: 0 [ 7s ] executions total: 1375 successful: 1375 failed: 0 disconnect: 0 [ 8s ] executions total: 1771 successful: 1771 failed: 0 disconnect: 0 [ 9s ] executions total: 1797 successful: 1797 failed: 0 disconnect: 0 [ 10s ] executions total: 2034 successful: 2034 failed: 0 disconnect: 0 [ 11s ] executions total: 2243 successful: 2243 failed: 0 disconnect: 0 [ 12s ] executions total: 2674 successful: 2674 failed: 0 disconnect: 0 [ 13s ] executions total: 3119 successful: 3119 failed: 0 disconnect: 0 [ 14s ] executions total: 3438 successful: 3438 failed: 0 disconnect: 0 [ 15s ] executions total: 3842 successful: 3842 failed: 0 disconnect: 0 [ 16s ] executions total: 4211 successful: 4211 failed: 0 disconnect: 0 [ 17s ] executions total: 4607 successful: 4607 failed: 0 disconnect: 0 [ 18s ] executions total: 5013 successful: 5013 failed: 0 disconnect: 0 [ 19s ] executions total: 5445 successful: 5445 failed: 0 disconnect: 0 [ 20s ] executions total: 5831 successful: 5831 failed: 0 disconnect: 0 [ 21s ] executions total: 6265 successful: 6265 failed: 0 disconnect: 0 [ 22s ] executions total: 6689 successful: 6689 failed: 0 disconnect: 0 [ 23s ] executions total: 7114 successful: 7114 failed: 0 disconnect: 0 [ 24s ] executions total: 7521 successful: 7521 failed: 0 disconnect: 0 [ 25s ] executions total: 7886 successful: 7886 failed: 0 disconnect: 0 [ 26s ] executions total: 8300 successful: 8300 failed: 0 disconnect: 0 [ 27s ] executions total: 8719 successful: 8719 failed: 0 disconnect: 0 [ 28s ] executions total: 9129 successful: 9129 failed: 0 disconnect: 0 [ 29s ] executions total: 9548 successful: 9548 failed: 0 disconnect: 0 [ 30s ] executions total: 9973 successful: 9973 failed: 0 disconnect: 0 [ 31s ] executions total: 10362 successful: 10362 failed: 0 disconnect: 0 [ 32s ] executions total: 10726 successful: 10726 failed: 0 disconnect: 0 [ 33s ] executions total: 11153 successful: 11153 failed: 0 disconnect: 0 [ 34s ] executions total: 11557 successful: 11557 failed: 0 disconnect: 0 [ 35s ] executions total: 11983 successful: 11983 failed: 0 disconnect: 0 [ 36s ] executions total: 12385 successful: 12385 failed: 0 disconnect: 0 [ 37s ] executions total: 12772 successful: 12772 failed: 0 disconnect: 0 [ 38s ] executions total: 13195 successful: 13195 failed: 0 disconnect: 0 [ 39s ] executions total: 13638 successful: 13638 failed: 0 disconnect: 0 [ 40s ] executions total: 14049 successful: 14049 failed: 0 disconnect: 0 [ 41s ] executions total: 14453 successful: 14453 failed: 0 disconnect: 0 [ 42s ] executions total: 14872 successful: 14872 failed: 0 disconnect: 0 [ 43s ] executions total: 15274 successful: 15274 failed: 0 disconnect: 0 [ 44s ] executions total: 15718 successful: 15718 failed: 0 disconnect: 0 [ 45s ] executions total: 16116 successful: 16116 failed: 0 disconnect: 0 [ 46s ] executions total: 16466 successful: 16466 failed: 0 disconnect: 0 [ 47s ] executions total: 16822 successful: 16822 failed: 0 disconnect: 0 [ 48s ] executions total: 17249 successful: 17249 failed: 0 disconnect: 0 [ 49s ] executions total: 17704 successful: 17704 failed: 0 disconnect: 0 [ 50s ] executions total: 18135 successful: 18135 failed: 0 disconnect: 0 [ 51s ] executions total: 18573 successful: 18573 failed: 0 disconnect: 0 [ 52s ] executions total: 18991 successful: 18991 failed: 0 disconnect: 0 [ 53s ] executions total: 19407 successful: 19407 failed: 0 disconnect: 0 [ 54s ] executions total: 19812 successful: 19812 failed: 0 disconnect: 0 [ 55s ] executions total: 20218 successful: 20218 failed: 0 disconnect: 0 [ 56s ] executions total: 20655 successful: 20655 failed: 0 disconnect: 0 [ 60s ] executions total: 20740 successful: 20740 failed: 0 disconnect: 0 Test Result: Total Executions: 20740 Successful Executions: 20740 Failed Executions: 0 Disconnection Counts: 0 Connection Information: Database Type: qdrant Host: qdrant-qrtfrd-backup-qdrant-qdrant.ns-awdfx.svc.cluster.local Port: 6333 Database: Table: User: Org: Access Mode: mysql Test Type: executionloop Query: Duration: 60 seconds Interval: 1 seconds DB_CLIENT_BATCH_DATA_COUNT: 20739  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-executionloop-qdrant-qrtfrd-backup --namespace ns-awdfx `(B  pod/test-db-client-executionloop-qdrant-qrtfrd-backup patched (no change) pod "test-db-client-executionloop-qdrant-qrtfrd-backup" force deleted delete cluster qdrant-qrtfrd-backup  `kbcli cluster delete qdrant-qrtfrd-backup --auto-approve --namespace ns-awdfx `(B  pod_info:qdrant-qrtfrd-backup-qdrant-0 2/2 Running 0 2m30s qdrant-qrtfrd-backup-qdrant-1 2/2 Running 0 111s Cluster qdrant-qrtfrd-backup deleted pod_info:qdrant-qrtfrd-backup-qdrant-0 2/2 Terminating 0 2m50s qdrant-qrtfrd-backup-qdrant-1 2/2 Terminating 0 2m11s delete cluster pod done(B check cluster resource non-exist OK: pvc(B delete cluster done(B cluster delete backup  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge backups qdrant-qrtfrd-datafile-20260211101301 --namespace ns-awdfx `(B  backup.dataprotection.kubeblocks.io/qdrant-qrtfrd-datafile-20260211101301 patched  `kbcli cluster delete-backup qdrant-qrtfrd --name qdrant-qrtfrd-datafile-20260211101301 --force --auto-approve --namespace ns-awdfx `(B  Backup qdrant-qrtfrd-datafile-20260211101301 deleted cluster list-logs  `kbcli cluster list-logs qdrant-qrtfrd --namespace ns-awdfx `(B  cluster logs  `kbcli cluster logs qdrant-qrtfrd --tail 30 --namespace ns-awdfx `(B  2026-02-11T10:12:04.971152Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 719 "-" "curl/8.1.1" 0.000071 2026-02-11T10:12:19.970059Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 719 "-" "curl/8.1.1" 0.000073 2026-02-11T10:12:34.971724Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 719 "-" "curl/8.1.1" 0.000074 2026-02-11T10:12:49.970219Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 719 "-" "curl/8.1.1" 0.000072 2026-02-11T10:13:03.846020Z INFO actix_web::middleware::logger: 10.244.3.142 "GET /collections HTTP/1.1" 200 120 "-" "curl/8.1.1" 0.000056 2026-02-11T10:13:03.883867Z INFO collection::collection::snapshots: Creating collection snapshot executions_loop_collection-8225914876241580-2026-02-11-10-13-03.snapshot into "./snapshots/executions_loop_collection/executions_loop_collection-8225914876241580-2026-02-11-10-13-03.snapshot" 2026-02-11T10:13:04.969849Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 719 "-" "curl/8.1.1" 0.000078 2026-02-11T10:13:08.386725Z INFO actix_web::middleware::logger: 10.244.3.142 "POST /collections/executions_loop_collection/snapshots HTTP/1.1" 200 259 "-" "curl/8.1.1" 4.502984 2026-02-11T10:13:08.989730Z INFO actix_web::middleware::logger: 10.244.3.142 "GET /collections/executions_loop_collection/snapshots/executions_loop_collection-8225914876241580-2026-02-11-10-13-03.snapshot HTTP/1.1" 200 67226624 "-" "curl/8.1.1" 0.532648 2026-02-11T10:13:09.940746Z INFO storage::content_manager::snapshots: Deleting collection snapshot "./snapshots/executions_loop_collection/executions_loop_collection-8225914876241580-2026-02-11-10-13-03.snapshot" 2026-02-11T10:13:09.949502Z INFO actix_web::middleware::logger: 10.244.3.142 "DELETE /collections/executions_loop_collection/snapshots/executions_loop_collection-8225914876241580-2026-02-11-10-13-03.snapshot HTTP/1.1" 200 48 "-" "curl/8.1.1" 0.008870 2026-02-11T10:13:09.955847Z INFO collection::collection::snapshots: Creating collection snapshot collection_czids-8225914876241580-2026-02-11-10-13-09.snapshot into "./snapshots/collection_czids/collection_czids-8225914876241580-2026-02-11-10-13-09.snapshot" 2026-02-11T10:13:14.793759Z INFO actix_web::middleware::logger: 10.244.3.142 "POST /collections/collection_czids/snapshots HTTP/1.1" 200 248 "-" "curl/8.1.1" 4.838005 2026-02-11T10:13:15.487047Z INFO actix_web::middleware::logger: 10.244.3.142 "GET /collections/collection_czids/snapshots/collection_czids-8225914876241580-2026-02-11-10-13-09.snapshot HTTP/1.1" 200 67226624 "-" "curl/8.1.1" 0.621204 2026-02-11T10:13:16.332216Z INFO storage::content_manager::snapshots: Deleting collection snapshot "./snapshots/collection_czids/collection_czids-8225914876241580-2026-02-11-10-13-09.snapshot" 2026-02-11T10:13:16.341935Z INFO actix_web::middleware::logger: 10.244.3.142 "DELETE /collections/collection_czids/snapshots/collection_czids-8225914876241580-2026-02-11-10-13-09.snapshot HTTP/1.1" 200 48 "-" "curl/8.1.1" 0.009820 2026-02-11T10:13:19.969933Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 719 "-" "curl/8.1.1" 0.000075 2026-02-11T10:13:34.971340Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 719 "-" "curl/8.1.1" 0.000076 2026-02-11T10:13:49.969815Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 719 "-" "curl/8.1.1" 0.000068 2026-02-11T10:14:04.970767Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 721 "-" "curl/8.1.1" 0.000072 2026-02-11T10:14:19.969196Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 719 "-" "curl/8.1.1" 0.000070 2026-02-11T10:14:34.969464Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 719 "-" "curl/8.1.1" 0.000074 2026-02-11T10:14:49.977633Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 719 "-" "curl/8.1.1" 0.000072 2026-02-11T10:15:04.969871Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 719 "-" "curl/8.1.1" 0.000071 2026-02-11T10:15:19.970504Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 719 "-" "curl/8.1.1" 0.000071 2026-02-11T10:15:34.971071Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 722 "-" "curl/8.1.1" 0.000094 2026-02-11T10:15:49.971028Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 719 "-" "curl/8.1.1" 0.000078 2026-02-11T10:16:04.969907Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 722 "-" "curl/8.1.1" 0.000079 2026-02-11T10:16:19.970153Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 719 "-" "curl/8.1.1" 0.000076 2026-02-11T10:16:34.970984Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 719 "-" "curl/8.1.1" 0.000073 delete cluster qdrant-qrtfrd  `kbcli cluster delete qdrant-qrtfrd --auto-approve --namespace ns-awdfx `(B  pod_info:qdrant-qrtfrd-qdrant-0 2/2 Running 0 10m qdrant-qrtfrd-qdrant-1 2/2 Running 0 11m Cluster qdrant-qrtfrd deleted pod_info:qdrant-qrtfrd-qdrant-0 2/2 Terminating 0 11m qdrant-qrtfrd-qdrant-1 2/2 Terminating 0 12m delete cluster pod done(B check cluster resource non-exist OK: pvc(B delete cluster done(B Qdrant Test Suite All Done!(B Test Engine: qdrant Test Type: 10 --------------------------------------Qdrant (Topology = cluster Replicas 2) Test Result-------------------------------------- [PASSED]|[Create]|[Topology=cluster;ComponentDefinition=qdrant-1.0.2;ComponentVersion=qdrant;ServiceVersion=1.5.0;]|[Description=Create a cluster with the specified topology cluster with the specified component definition qdrant-1.0.2 and component version qdrant and service version 1.5.0](B [PASSED]|[VerticalScaling]|[ComponentName=qdrant]|[Description=VerticalScaling the cluster specify component qdrant](B [PASSED]|[Stop]|[-]|[Description=Stop the cluster](B [PASSED]|[Start]|[-]|[Description=Start the cluster](B [PASSED]|[VolumeExpansion]|[ComponentName=qdrant]|[Description=VolumeExpansion the cluster specify component qdrant](B [PASSED]|[Connect]|[Endpoints=true]|[Description=Connect to the cluster](B [PASSED]|[HorizontalScaling Out]|[ComponentName=qdrant]|[Description=HorizontalScaling Out the cluster specify component qdrant](B [PASSED]|[HorizontalScaling In]|[ComponentName=qdrant]|[Description=HorizontalScaling In the cluster specify component qdrant](B [PASSED]|[Upgrade]|[ComponentName=qdrant;ComponentVersionFrom=1.5.0;ComponentVersionTo=1.8.1]|[Description=Upgrade the cluster specify component qdrant service version from 1.5.0 to 1.8.1](B [PASSED]|[Upgrade]|[ComponentName=qdrant;ComponentVersionFrom=1.8.1;ComponentVersionTo=1.8.4]|[Description=Upgrade the cluster specify component qdrant service version from 1.8.1 to 1.8.4](B [PASSED]|[Upgrade]|[ComponentName=qdrant;ComponentVersionFrom=1.8.4;ComponentVersionTo=1.10.0]|[Description=Upgrade the cluster specify component qdrant service version from 1.8.4 to 1.10.0](B [PASSED]|[Upgrade]|[ComponentName=qdrant;ComponentVersionFrom=1.10.0;ComponentVersionTo=1.13.4]|[Description=Upgrade the cluster specify component qdrant service version from 1.10.0 to 1.13.4](B [PASSED]|[Upgrade]|[ComponentName=qdrant;ComponentVersionFrom=1.13.4;ComponentVersionTo=1.15.4]|[Description=Upgrade the cluster specify component qdrant service version from 1.13.4 to 1.15.4](B [PASSED]|[Upgrade]|[ComponentName=qdrant;ComponentVersionFrom=1.15.4;ComponentVersionTo=1.13.4]|[Description=Upgrade the cluster specify component qdrant service version from 1.15.4 to 1.13.4](B [PASSED]|[Upgrade]|[ComponentName=qdrant;ComponentVersionFrom=1.13.4;ComponentVersionTo=1.10.0]|[Description=Upgrade the cluster specify component qdrant service version from 1.13.4 to 1.10.0](B [PASSED]|[Upgrade]|[ComponentName=qdrant;ComponentVersionFrom=1.10.0;ComponentVersionTo=1.8.4]|[Description=Upgrade the cluster specify component qdrant service version from 1.10.0 to 1.8.4](B [PASSED]|[Upgrade]|[ComponentName=qdrant;ComponentVersionFrom=1.8.4;ComponentVersionTo=1.8.1]|[Description=Upgrade the cluster specify component qdrant service version from 1.8.4 to 1.8.1](B [PASSED]|[Update]|[Monitor=true]|[Description=Update the cluster Monitor enable](B [PASSED]|[NoFailover]|[HA=Connection Stress;ComponentName=qdrant]|[Description=Simulates conditions where pods experience connection stress either due to expected/undesired processes thereby testing the application's resilience to potential slowness/unavailability of some replicas due to high Connection load.](B [PASSED]|[Restart]|[-]|[Description=Restart the cluster](B [PASSED]|[Update]|[TerminationPolicy=WipeOut]|[Description=Update the cluster TerminationPolicy WipeOut](B [PASSED]|[Backup]|[BackupMethod=datafile]|[Description=The cluster datafile Backup](B [PASSED]|[Restore]|[BackupMethod=datafile]|[Description=The cluster datafile Restore](B [PASSED]|[Delete Restore Cluster]|[BackupMethod=datafile]|[Description=Delete the datafile restore cluster](B [PASSED]|[Backup]|[Schedule=true;BackupMethod=datafile]|[Description=The cluster Schedule datafile Backup](B [PASSED]|[Restore]|[Schedule=true;BackupMethod=datafile]|[Description=The cluster Schedule datafile Restore](B [PASSED]|[Delete Restore Cluster]|[Schedule=true;BackupMethod=datafile]|[Description=Delete the Schedule datafile restore cluster](B [PASSED]|[Delete]|[-]|[Description=Delete the cluster](B [END]