Is there an existing issue for this?
Environment
- Milvus version: master-20250717-ee439545-amd64
- Deployment mode(standalone or cluster): cluster
- MQ type(rocksmq, pulsar or kafka): with wp and sn
- SDK version(e.g. pymilvus v2.0.0rc2): pymilvus 2.6.0rc162
Current Behavior
if search immediately after load() successfully, some previous released data was not in the search results.
Expected Behavior
after load the collection again, the search results should be same as the first time load the collection. But in the example above, id 379(belongs to partition_1) does not in the res5.
Steps To Reproduce
run test_milvus_client_search_v2_new.py::TestSearchV2Independent::test_search_after_partition_release
run link: https://jenkins.milvus.io:18080/blue/rest/organizations/jenkins/pipelines/Milvus%20HA%20CI/branches/PR-43330/runs/6/nodes/64/steps/110/log/?start=0
Milvus Log
No response
Anything else?
No response