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
Encountered an unexpected 500 (Internal Server Error) while using the Qdrant vector benchmark tool on a remote qdrant setup.
This happens when we want to run multiple experiments with different index definitions one after the other (run benchmark -> recreate -> etc.... ).
The raw response content is as follows:
UnexpectedResponse: Unexpected Response: 500 (Internal Server Error)
Raw response content:
b'{"status":{"error":"Service internal error: Waiting for consensus operation commit failed. Timeout set at: 300 seconds"},"time":300.000856421}'
Thanks for creating this issue. This timeout is expected assuming your cluster was in a unhealthy state. Maybe we could have returned something other than 500 but it's not much of a problem.
Closing this issue for now. Let me know if you have anything to add :)
Encountered an unexpected 500 (Internal Server Error) while using the Qdrant vector benchmark tool on a remote qdrant setup.
This happens when we want to run multiple experiments with different index definitions one after the other (run benchmark -> recreate -> etc.... ).
The raw response content is as follows:
Unwinding of error:
Expected behaviour:
I expected the the timeout to happen but not to return a 500 error from the DB server.
The text was updated successfully, but these errors were encountered: