-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: error="Error:DirExist:Operation not permitted" extra="get local used size failed" #38169
Comments
/assign @czs007 |
check the access of this directory. |
/assign @sunwsh |
Is there an existing issue for this?
Environment
Current Behavior
docker run --net=host -it -v /tmp/wsh:/work -w /milvus milvusdb/milvus-gpu:ubuntu-v2.4.14 /bin/bash
./bin/milvus run querynode &
然后程序报错。
Expected Behavior
看代码是这段程序报错了
发现个问题,在 querynode 上这个 local_chunk_manager 对象应该是 nullptr, 因为看代码 func InitLocalChunkManager(path string) 是在之后发生的。
上面代码应该判断一下 local_chunk_manager 不能为空, 或者这个判断 根本就不该放在这里
Steps To Reproduce
Milvus Log
Anything else?
无
The text was updated successfully, but these errors were encountered: