-
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]: loadpatition block #22803
Comments
/assign @bigsheeper |
Hello, @hotwinters could you tell me of the version of Milvus you are using? Additionally, could you please provide me with the Milvus log? If you are unsure of how to export the Milvus log, you may refer to this guide. Thank you very much. |
2.2version ,日志明天上午能够提供给您 |
@bigsheeper 日志文件太大了,我应该怎么调整日志的输出内容呀,以及想知道清空日志这些操作应该怎么做 |
If you're deploying with k8s, Milvus will automatically do log retension. |
@hotwinters No worries, I belive I have located the issue and will fix it promptly. |
@bigsheeper ok. thanks |
Milvus Go SDK still uses ShowCollection and ShowPartitions to check the load state.However, ShowPartition does not assign the Type field to Fix: now, ShowCollection and ShowPartitions are deprecated for checking load state, we should use GetLoadingProgress instead, as in pymilvus. |
ok,学到了,我先部署下k8s,然后进行下一步的学习 |
close this issue for now. |
Is there an existing issue for this?
Environment
Current Behavior
在尝试使用goSDk,loadpatition加载一个分区的时候,发现线程卡住了,调试进去看发现卡在select里,inmemorypercentages一直为nil,导致持续循环,此时我断开连接,再次打开但不再加载分区,发现能够成功搜索,和释放分区,也就是之前分区加载已经成功了,但不清楚为什么
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: