milvus-io / milvus

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

[Bug]: unstable integration test caused by paramtable.GetNodeID #37908

Open weiliu1031 opened 4 days ago

weiliu1031 commented 4 days ago

Is there an existing issue for this?

Environment

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

Current Behavior

cause paramtable is global single instance, which cause paramtable.GetNodeID may return wrong server id in integration test.

Expected Behavior

No response

Steps To Reproduce

No response

Milvus Log

No response

Anything else?

No response

weiliu1031 commented 4 days ago

/assign