-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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]: [benchmark][standalone][LRU] Build index raises error failed to upload index
and milvus restarts multiple times
#32487
Comments
I think you reach the limit of minio. |
Upload failure might lead to crash, it should be unexpected, could you help me to take a look at this? @xiaocai2333 |
let's skip this issue. small minio cluster is not designed for frequent save/delete |
Potential destruction issues caused by failure to upload objects to minio. |
Problems caused by incorrect use of C++ thread pools. If one of the threads in a thread pool throws an exception(timeout...), the upper-layer code will immediately catch the exception and perform GC logic, which will cause the |
The fix is to catch exceptions in threads when using the thread pool, and wait for all threads to finish executing before throwing the exception that occurs. |
/unassign @xiaocai2333 |
verification passedimage:milvus-io-lru-dev-2721816-20240507 |
…milvus-io#32810) issue: milvus-io#32487 Signed-off-by: Cai Zhang <cai.zhang@zilliz.com>
Is there an existing issue for this?
Environment
Current Behavior
argo task: lru-fouramf-nk4fk
server:
client pod name: lru-fouramf-nk4fk-1027207446
client log:
Expected Behavior
No response
Steps To Reproduce
Milvus Log
No response
Anything else?
client config:
server config:
The text was updated successfully, but these errors were encountered: