You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Queries fail after trying to query, when app was recently deployed.
File "/home/beck/.local/share/virtualenvs/api-bjhqPKPA/lib/python3.11/site-packages/vespa/application.py", line 316, in query
return sync_app.query(body=body, groupname=groupname, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/beck/.local/share/virtualenvs/api-bjhqPKPA/lib/python3.11/site-packages/vespa/application.py", line 1236, in query
raise_for_status(response)
File "/home/beck/.local/share/virtualenvs/api-bjhqPKPA/lib/python3.11/site-packages/vespa/application.py", line 73, in raise_for_status
raise VespaError(errors) from http_error
vespa.exceptions.VespaError: [{'code': 10, 'summary': 'Backend communication error', 'source': 'images_content', 'message': 'Connection failure on nodes with distribution-keys: 0'}]
Application deployment finished successfully, but app couldn't query.
After some time, restarting app, it managed to query.
It seems that there are still some background stuff happening, which is not considered by application deployment.
The text was updated successfully, but these errors were encountered:
Queries fail after trying to query, when app was recently deployed.
Application deployment finished successfully, but app couldn't query.
After some time, restarting app, it managed to query.
It seems that there are still some background stuff happening, which is not considered by application deployment.
The text was updated successfully, but these errors were encountered: