Closed wangting0128 closed 1 month ago
argo task: fouramf-bitmap-scenes-pn8vs test case name: test_bitmap_locust_dql_dml_standalone image: master-20240926-7ff41697-amd64
server:
[2024-09-26 16:39:46,082 - INFO - fouram]: [Base] Deploy initial state:
I0926 13:01:56.333925 406 request.go:665] Waited for 1.178454381s due to client-side throttling, not priority and fairness, request: GET:https://kubernetes.default.svc.cluster.local/apis/authentication.k8s.io/v1?timeout=32s
I0926 13:02:06.334423 406 request.go:665] Waited for 3.998441925s due to client-side throttling, not priority and fairness, request: GET:https://kubernetes.default.svc.cluster.local/apis/dashboard.tekton.dev/v1alpha1?timeout=32s
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
fouramf-bitmap-scenes-pn8vs-1-etcd-0 1/1 Running 0 2m47s 10.104.16.39 4am-node21 <none> <none>
fouramf-bitmap-scenes-pn8vs-1-milvus-standalone-58bc49cdd7hfqvh 1/1 Running 1 (2m11s ago) 2m47s 10.104.23.67 4am-node27 <none> <none>
fouramf-bitmap-scenes-pn8vs-1-minio-6b7d55d749-c5kfm 1/1 Running 0 2m47s 10.104.16.38 4am-node21 <none> <none> (base.py:261)
[2024-09-26 16:39:46,083 - INFO - fouram]: [Cmd Exe] kubectl get pods -n qa-milvus -o wide | grep -E 'NAME|fouramf-bitmap-scenes-pn8vs-1-milvus|fouramf-bitmap-scenes-pn8vs-1-minio|fouramf-bitmap-scenes-pn8vs-1-etcd|fouramf-bitmap-scenes-pn8vs-1-pulsar|fouramf-bitmap-scenes-pn8vs-1-zookeeper|fouramf-bitmap-scenes-pn8vs-1-kafka|fouramf-bitmap-scenes-pn8vs-1-log|fouramf-bitmap-scenes-pn8vs-1-tikv' (util_cmd.py:14)
[2024-09-26 16:40:09,666 - INFO - fouram]: [CliClient] pod details of release(fouramf-bitmap-scenes-pn8vs-1):
I0926 16:39:50.347854 543 request.go:665] Waited for 1.172117329s due to client-side throttling, not priority and fairness, request: GET:https://kubernetes.default.svc.cluster.local/apis/certificates.k8s.io/v1?timeout=32s
I0926 16:40:00.547929 543 request.go:665] Waited for 4.198255053s due to client-side throttling, not priority and fairness, request: GET:https://kubernetes.default.svc.cluster.local/apis/storage.k8s.io/v1?timeout=32s
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
fouramf-bitmap-scenes-pn8vs-1-etcd-0 1/1 Running 0 3h40m 10.104.16.39 4am-node21 <none> <none>
fouramf-bitmap-scenes-pn8vs-1-milvus-standalone-58bc49cdd7hfqvh 1/1 Running 8 (69m ago) 3h40m 10.104.23.67 4am-node27 <none> <none>
fouramf-bitmap-scenes-pn8vs-1-minio-6b7d55d749-c5kfm 1/1 Running 0 3h40m 10.104.16.38 4am-node21 <none> <none>
test steps:
concurrent test and calculation of RT and QPS
:purpose: `primary key: INT64 autoID`
1. building `BITMAP` index on all supported 12 scalar fields
2. 2 fields of different vector types
3. verify DQL & DML requests
:test steps:
1. create collection with fields:
'float_vector': 128dim
'sparse_float_vector': sparse_range=[1, 100] <- the range of non-zero values of a sparse vector
'id': primary key type is INT64
all scalar fields: varchar max_length=100, array max_capacity=13
2. build indexes:
IVF_SQ8: 'float_vector'
SPARSE_WAND: 'sparse_float_vector'
BITMAP: all scalar fields
3. insert 2 million data
4. flush collection
5. build indexes again using the same params
6. load collection
7. concurrent request:
- search
- query
- hybrid_search
- load
- insert
- delete: delete all inserted data
- flush: ignore RateLimiter
/assign @zhengbuqian /unassign
argo task: fouramf-bitmap-scenes-wzj7v
test case name: test_bitmap_locust_dql_dml_upsert_standalone
image: master-20241015-aa904be6-amd64
Is there an existing issue for this?
Environment
Current Behavior
argo task: fouramf-bitmap-scenes-pn8vs test case name: test_bitmap_locust_dql_dml_upsert_standalone
server:
Expected Behavior
No response
Steps To Reproduce
Milvus Log
No response
Anything else?
test result: