-
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]: it takes 12s to return 'count(*)' query for an unloaded , empty collection #37532
Comments
/assign @bigsheeper |
Quick question: Does the 12s include the time for quick setup (which including CreateCollection and CreateIndex)? @shanghaikid |
no, just query. |
UnexpectedError -> And the timeout is not set for some reason, cause the retry take for ever. @bigsheeper we need to fix the error code and make sure the retry follow timeout |
@xiaofan-luan I believe this fix should also be applied to version 2.4.x. Otherwise, users of Attu with that version will face significant slowness. |
issue: #37532 Signed-off-by: Wei Liu <wei.liu@zilliz.com>
@shanghaikid please help verify |
verified on |
Is there an existing issue for this?
Environment
- Milvus version: v2.4.14 & master
Current Behavior
it takes 12s to finish the query, which freezes the attu every time when loading the collection info.
Expected Behavior
it should return
collection not loaded
error right away.Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: