-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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]: when I try to run connections.connect, it raised grpc.FutureTimeoutError #28697
Comments
I do have milvus log but its quite too long to put it here, there are lots of errors and I selected one randomly and put it here |
This one is the latest |
it seems that your minio service is not working, please help to double check. Also you could use docker-compose logs > milvus.log to export the logs. |
/assign @zhaowenZhou |
How to make it work? I followed the instruction provided by tutorial: sudo docker-compose up -d |
I saved all logs to a txt file |
have you deployed milvus before, did you clean up the milvus volumes? it seem that the current milvus is trying to connect etcd with some exiting meta.
|
You are right, i deployed it before, could you show me how to clean up volume? And after I did it, what's the next step? Thank you |
jsut delete the folder /volume/, which locates the same folder with docker-compose.yaml. |
A big thank you for your great help. BTW could you tell me the logic behind it? Why I lost connections to the db yesterday and what happened after I deleted volumes folder |
the milvus was not running healthy yesterday, so you are not able to connect to it. |
Sorry for asking again
What does deleting the /volume folder mean? Does this mean remove existed
data? If yes this is quite dangerous.
Is there anyway that I can keep previous data and reconnect to milvus?
yanliang567 ***@***.***> 于2023年11月24日周五 15:29写道:
… the milvus was not running healthy yesterday, so you are not able to
connect to it.
—
Reply to this email directly, view it on GitHub
<#28697 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVRJEEQZCSIWOBVP66NUSWLYGBEEDAVCNFSM6AAAAAA7XSWYL2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRVGI2TAMZXGY>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
Sorry for asking again |
then you can create a new folder and run docker compose in the new created folder. |
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. |
Is there an existing issue for this?
Environment
Current Behavior
minio not showed up througn sudo docker compose ps after sudo docker-compose up -d
and as title, and when I try to run
connections.connect("default", host="localhost", port="19530")
It raises grpc.FutureTimeoutError
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: