[Bug]: Empty import task result #38313
Labels
kind/bug
Issues or changes related a bug
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Is there an existing issue for this?
Environment
Current Behavior
When DataCoord fails to connect to DataNode due to an abnormality, the import task might be rescheduled. If the cluster has only one DataNode, the task will be assigned to the same DataNode. In this case, the old task on the DataNode will be replaced with the new task, resulting in an empty import result.
We should to ensure the idempotency of import tasks to prevent duplicate tasks in DataNode.
Expected Behavior
No response
Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: