-
Notifications
You must be signed in to change notification settings - Fork 92
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
backoff strategy should be used for rate-limited errors on milvus or reducing batch_size config #54
Comments
Are you testing Ziliz's cloud offering? |
Hello, are you running the test on zilliz cloud? |
@wangting0128 yes.
Sure. I've used the Dedicated Performance Optimized CU size 1 (issue happens on large CUs as well).
Notice that after around 10minutes of ingestion zilliz cloud "breaks" and we need 8 and 9 retries to complete that batch insert. I've preserved the full log of all variations in case we need it for the future. @wangting0128 notice that I've added a backoff strategy capacity to the tool to ensure we can properly handle this issues and benchmark with the correct conditions. I'll open a PR just for the zilliz cloud benchmarking still today. |
Hi, sorry for replying to your message now. Based on your problem description, I have some information to share with you~:
If you have any further questions, please feel free to contact us. Thank you very much~ |
It's recurrent to see the following type of errors on non-local setups:
Full traceback:
Given milvus configs dont specify the
batch_size
we're using 64 vectors, which seems to be constantly making the error state above.I suggest to either respect API Rate Limits With a Backoff or reduce the batch size.
The text was updated successfully, but these errors were encountered: