milvus: [Bug]: Failed to search data after reloadding collection
Is there an existing issue for this?
- I have searched the existing issues
Environment
- Milvus version: 2.0.1
- Deployment mode(standalone or cluster): cluster
- SDK version(e.g. pymilvus v2.0.0rc2): attu and milvus-cpp-sdk
- OS(Ubuntu or CentOS): CentOS
- CPU/Memory: Total:125G, Used:25G, Free:27G, Shared:375M, buff/cache:72G, Available:98G
- GPU:
- Others:
Current Behavior
When I release collection and load collection, I can not search data in the colleciton.
Expected Behavior
When I release collection and load collection, I can search data in the colleciton successfully.
Steps To Reproduce
1. release collection
2. load collection
3. search data in the collection
4. can not search data in the collection, the error is "Timeout"
5. log file as shown below
Anything else?
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 28 (17 by maintainers)
May be I find the problem. It seems that I can not do the searching when I reload the milvus cluster. I will do more test.