-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Increase transaction list size for /v1/txn endpoint #2921
Comments
We should do #2652 at the same time. |
I think the transaction size should be either unlimited or there should be a way |
Did we make any progress on this? It looks like that the limit of 64 txns is still there and the only way to handle this is what @krzyszko has suggested |
I am also wondering if this feature will be implemented |
we need this too. |
This issue has been implemented with #14599 and will be in the next major Consul release. |
Because the
/v1/txn
endpoint has a limit of 64 transactions per request, transaction performance suffers when performing thousands of transactions at once. Much of the degredation appears to be due to waiting for HTTP responses from Consul when sending thousands of 64 operation transaction payloads.I reached out to the mailing group with this message here, and it was stated that it would be possible to increase the
txn
transaction limit.consul version
for both Client and ServerClient:
0.8
Server:
0.8
Operating system and Environment details
CentOS7
AWS EC2 t2.large instances
Please let me know if there is any other information I should provide in this request.
The text was updated successfully, but these errors were encountered: