Open chyezh opened 2 hours ago
Milvus standalone may be crash at startup if the /var/lib/milvus
directory is not empty.
IndexNode or other component may clear the file at the directory, but some component try to fetch the size of the directory.
the component fetch the size of directory may report failure if the file is removed, so startup failure happens.
Is there an existing issue for this?
Environment
Current Behavior
Expected Behavior
No panic should happen.
Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response