Expose etcd client MaxCallSendMsgSize config#28078
Conversation
Codecov Report
|
b6f8857 to
525c5b5
Compare
The etcdv3 client has a default request send limit of 2.0 MiB. This change exposes the configuration option to increase that limit enabling larger state using the etcdv3 backend. This also requires that the corresponding --max-request-bytes flag be increased on the server side. The default there is 1.5 MiB. Fixes hashicorp#25745
Fix website-link-check failing as https://coreos.com/etcd/ 301's to https://etcd.io/. Updated link to https://etcd.io/.
525c5b5 to
5ff9b76
Compare
|
@jbardin Thank you for fixing 28100! Is it possible to get this merged as well? Acceptance test output: |
|
LGTM, thanks! |
|
@jbardin Thank you! Do you have a rough estimate of when this might make it into a release? I understand if you can't provide that. |
|
Hi @jasons42, Since this is a fairly minor change (and I want to get the applicable backend PRs out of the way since there is no maintainer), I'm going to try and get this in an upcoming patch release. |
|
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
The etcdv3 client has a default request send limit of 2.0 MiB. This change
exposes the configuration option to increase that limit enabling larger
state using the etcdv3 backend.
This also requires that the corresponding --max-request-bytes flag be
increased on the server side. The default there is 1.5 MiB.
Fixes #25745