milvus-io / milvus

A cloud-native vector database, storage for next generation AI applications
https://milvus.io
Apache License 2.0
30.87k stars 2.94k forks source link

[Bug]: [Nightly] bulk insert fail frequently for timeout when insert all fields with numpy #37919

Open NicoYuan1986 opened 12 hours ago

NicoYuan1986 commented 12 hours ago

Is there an existing issue for this?

Environment

- Milvus version: 19572f5
- Deployment mode(standalone or cluster):cluster
- MQ type(rocksmq, pulsar or kafka):    kafka
- SDK version(e.g. pymilvus v2.0.0rc2):
- OS(Ubuntu or CentOS): 
- CPU/Memory: 
- GPU: 
- Others:

Current Behavior

bulk insert fail frequently for timeout when insert all fields with numpy. link: https://jenkins.milvus.io:18080/blue/organizations/jenkins/Milvus%20Nightly%20CI(new)/detail/master/189/pipeline/138

[pytest : test]         # import data
[pytest : test]         t0 = time.time()
[pytest : test]         task_id, _ = self.utility_wrap.do_bulk_insert(
[pytest : test]             collection_name=c_name, files=files
[pytest : test]         )
[pytest : test]         logging.info(f"bulk insert task ids:{task_id}")
[pytest : test] >       success, states = self.utility_wrap.wait_for_bulk_insert_tasks_completed(
[pytest : test]             task_ids=[task_id], timeout=300
[pytest : test]         )

timeout is 300s, 2000 entities.

Expected Behavior

pass

Steps To Reproduce

No response

Milvus Log

No response

Anything else?

No response

yanliang567 commented 5 hours ago

/assign @xiaocai2333 /unassign