Closed akevdmeer closed 1 year ago
/assign @soothing-rain /unassign
@akevdmeer Hi there! Can you provide us with the full log? Can you also provide us with a backup of your Etcd with our https://github.com/milvus-io/birdwatcher tool please?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Rotten issues close after 30d of inactivity. Reopen the issue with /reopen
.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Rotten issues close after 30d of inactivity. Reopen the issue with /reopen
.
Is there an existing issue for this?
Environment
Current Behavior
A querynode hits S3 NoSuchKey errors as it attempts to retrieve an S3 object that has been DELETEd by the datacoord.
We've hit this condition twice. Restarting querynodes and querycoord resolves the issue. That could be more restarting than necessary, we've not been able to pin that down since this occurs rarely.
Expected Behavior
Querynodes do not attempt to retrieve S3 objects that have been DELETEd by the datacoord.
Steps To Reproduce
Milvus Log
Here are excerpted logs that relate most directly to the phenomenon. They reflect the creation of the object, to the deletion and subsequent attempts to still retrieve it. Please advise what further diagnostic information would be useful.
milvus-nosuchkey-excerpt.log
(Timestamps in the attached logs are partly UTC partly local time, the timestamps on separate lines with '@' are consistently our local time.)
Anything else?
No response