Skip to content
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

How to expend the max txn opration number, now is 128 ? #10048

Closed
toranger opened this issue Aug 29, 2018 · 5 comments
Closed

How to expend the max txn opration number, now is 128 ? #10048

toranger opened this issue Aug 29, 2018 · 5 comments

Comments

@toranger
Copy link

etcd Version: 3.3.5

@wenjiaswe
Copy link
Contributor

cc @jingyih

@xiang90
Copy link
Contributor

xiang90 commented Aug 31, 2018

you have to change the code. what is your use case? why do you want to change it?

@toranger
Copy link
Author

Is there some value to change? where can i find it ? I use it for save ini configs, want to change file in one operation to keep consistent, the config file changed kvs might be bigger than 12.

@hexfusion
Copy link
Contributor

Is there some value to change? where can i find it ?

@toranger you can define this with etcd server --max-txn-ops flag default is 128.

--max-txn-ops '128'
     maximum number of operations permitted in a transaction.

@hexfusion
Copy link
Contributor

ref: #7826, #7976

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

4 participants