-
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]: Panic: etcdserver: too many operations in txn request #26748
Comments
My sequence of operations is as follows:
|
p300 = Partition(c, "p300") is this c.insert(insert_list, partition_name="p300")? |
This is just a typo, I actually did it in a loop in the code |
After check the code the code I think there is a bug in 2.3 when partition number is larger than 128. |
see details of etcd-io/etcd#10048 |
Ok, thanks, is there a way for me to modify this parameter in milvus.yaml? I don’t know how to modify etcd server config. |
Is the limit of 128 the number of all partitions in milvus or the number of patitions in single collections? |
this is a etcd parameter and milvus.yaml won't help. if you use docker compose add ETCD_MAX_TXN_OPS = 1024 at etcd.environement should help |
ok, it works! |
Or is it the number of operations to add new partitions within a period of time? |
/assign @yah01 |
I have modified the etcd parameter see #26855 |
fixed by #26763 |
i think we had added the tests. Not reproduced on 2.3.0-20230907-264c542b |
Is there an existing issue for this?
Environment
Current Behavior
I want to use a script to synchronously create 500 partitions in a collection, each with 1000 entities (1536 dimensions)
When I insert to about 300 partition,the container crashed, the logs seems to show "DataCoord is not serving"
when i want to start again container, it failed, the error msg is:
Expected Behavior
I want to get some help about:
thanks a lot!
Steps To Reproduce
No response
Milvus Log
milvus0831.log
Anything else?
No response
The text was updated successfully, but these errors were encountered: