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

Make maxRequestBytes configurable #7923

Closed
xichen2020 opened this issue May 12, 2017 · 2 comments
Closed

Make maxRequestBytes configurable #7923

xichen2020 opened this issue May 12, 2017 · 2 comments
Assignees
Milestone

Comments

@xichen2020
Copy link

cc @xiang90

We've been using etcd to maintain config data. On average the size of each value is a few hundred KB, but some large values can go up to a few MBs. Recently during our load testing we discovered that there is a 1.5 MB hard limit on the maximize value size for a given key. Can we make this limit configurable so we can possibly provide a different limit (slightly larger than 1.5 MB) if needed?

Our write qps is relatively low and it's okay if the requests are blocked when large keys are persisted.

@xiang90 xiang90 added this to the v3.3.0 milestone May 17, 2017
@xiang90
Copy link
Contributor

xiang90 commented May 17, 2017

@xichen2020 We will add the support for this in 3.3.0

@xichen2020
Copy link
Author

@xiang90 Ah brilliant, do you know the rough ETA for the 3.2.0 and 3.3.0 release by any chance?

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

No branches or pull requests

3 participants