-
Notifications
You must be signed in to change notification settings - Fork 7
Timeout Exception after 1 minute but set to 5 minutes #63
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
Comments
@generall
The timeout error message also comes from the server. A timeout error message from the client looks different and would not appear in the logs from the Qdrant server. Best regards |
there are many different timeouts, conenction timeout, execution timeout e.t.c. They should be properly configured on client side |
As you can see from my code above, I have set each timeout to 5 minutes. More timeouts cannot be configured in the client. |
The problem still exists and everything still points to a problem on the server side! Can anyone please help? |
I have a Qdrant database with 65.909.239 points. When I do a large query with my Java application using searchBatchAsync() I get a timeout exception.
I have set all timeouts to 5 minutes, but the exception always comes after 1 minute. Have I overlooked something or where do I have to set the timeout.
I am using Qdrant 1.13.4 and io.qdrant.client:1.13.0.
Here is my code:
Here is the exception:
Here is the Qdrant logging:
Why does my timeout of 5 minutes not work, does anyone have an idea or can help?
Best regards
Thorben
The text was updated successfully, but these errors were encountered: