milvus: [Bug]: two proxy nodes do not load balance
Is there an existing issue for this?
- I have searched the existing issues
Environment
- Milvus version: master-20211023-6949350
- Deployment mode(standalone or cluster): cluster
- SDK version(e.g. pymilvus v2.0.0rc2): rc8-dev14
- OS(Ubuntu or CentOS):
- CPU/Memory:
- GPU:
- Others:
Current Behavior
when inserting data into several collections with multiple threads, only one of two proxy nodes is working

Expected Behavior
2 proxy node load balanced
Steps To Reproduce
1. deploy milvus clsuter with 2 proxy node
2. insert data into several collections with multiple threads
Anything else?
No response
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 15 (14 by maintainers)
Hi Writtic, querynode load balance is probably due to other issues. You can try to release and load collection see if the problem can be solved. We’ll introduce handoff(RC8) and dynamic load balanace(GA) so once GA released the problem should be solved~ Thanks