-
Notifications
You must be signed in to change notification settings - Fork 3k
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]: [restful v2]hybrid search failed with error incomplete query result, missing id %!s(int64=3551), len(searchIDs) = 10, len(queryIDs) = 1, collection=448661016962138998: inconsistent requery result
#31642
Comments
/assign @czs007 |
When using the RESTful interface, unlike with the SDKs (pymilvus, go-sdk), you'll need to manually retry for code:2200. |
what causes code 2200, is it expected?
|
Can we retry is on proxy rather than on every SDK? |
Make retry on ErrInConsistentRequery in proxy rather than in every SDK. issue: #31642 --------- Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
/assign @zhuwenxing |
Should we remove the retry logic in SDKs in 2.4? @czs007 |
still reproduced in 2.4-20240401-f3216bfe1-amd64
cluster: 4am
|
/unassign @zhuwenxing |
not a stable reproduced issue, so remove critical label |
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
i am doing perf test for hybrid search restful API. 90% requests are failed with this error
Expected Behavior
No response
Steps To Reproduce
No response
Milvus Log
failed job: https://qa-jenkins.milvus.io/blue/organizations/jenkins/restful_v2_perf_test/detail/restful_v2_perf_test/8/pipeline
pod info
cluster: 4am
namespace: chaos-testing
Anything else?
related to #29656 (comment)
The text was updated successfully, but these errors were encountered: