-
Notifications
You must be signed in to change notification settings - Fork 114
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
Fix the issue of loading partition hanging #422
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: xwjdsh The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Welcome @xwjdsh! It looks like this is your first PR to milvus-io/milvus-sdk-go 🎉 |
Hi @xwjdsh thanks for you PR! |
@bigsheeper OK, |
3d43893
to
40d8051
Compare
@congqixia It's OK now. |
d6040af
to
35b6367
Compare
…the ShowPartition api response Fix load collection hang issue Signed-off-by: Wen Sun <[email protected]>
35b6367
to
8b32816
Compare
Signed-off-by: Wen Sun <[email protected]>
The program gets stuck here when I try to load a partition in sync mode.
Then I noticed that the InMemoryPercentages in ShowPartitions response has been deprecated, and I've also used
curl http://localhost:9091/api/v1/partitions
to confirm that it's not responding. I usedc.GetLoadingProgress
instead ofc.ShowPartitions
, and the problem was solved.