-
Notifications
You must be signed in to change notification settings - Fork 193
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] Marqo cannot connect to Zookeeper #945
Comments
can this be because of docker volume that I try to use? |
Hello @tot-ra , thanks for raising this issue. First of all, the forum thread you followed to mount the volume is a bit out-dated. Please follow https://docs.marqo.ai/2.11/Guides/Advanced-Usage/transferring_state/#guide to mount |
I added the volume but I keep getting this issue with docker
|
Hello @tot-ra . The error you encounter is due to a Vespa default setting. Vespa reserves some disk for internal tasks, it will block feeding of documents when the disk usage is more than 75% by default. Because Marqo stores index information as Vespa document now (this will change in future releases), your creation of index will be blocked if the disk usage of your docker machine is more than 75%. Solution 1: use
Please let me know if this helps. Thanks |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
code:
Logs:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: