You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closing as part of migration of issues labeled as questions to GitHub discussions.
GitHub discussions makes it easier for the whole community to provide answered.
What happened?
etcd 3.5 has following two variables
DefaultMaxRequestBytes = 1.5 * 1024 * 1024
etcd/server/embed/config.go
Line 62 in a3b410c
and
defaultMaxCallSendMsgSize = grpc.MaxCallSendMsgSize(2 * 1024 * 1024)
etcd/client/v3/options.go
Line 34 in e2d67f2
The comment says that the difference is to accommodate grpc overhead
code snip for quick ref:
This issue to request more insight on why the grpc overhead is estimated to be about 500K
What did you expect to happen?
We would like to find out why the estimate is the way it is and should it be lower.
How can we reproduce it (as minimally and precisely as possible)?
n/a - requesting info about the code.
Anything else we need to know?
No response
Etcd version (please run commands below)
Etcd configuration (command line flags or environment variables)
paste your configuration here
Etcd debug information (please run commands blow, feel free to obfuscate the IP address or FQDN in the output)
Relevant log output
No response
The text was updated successfully, but these errors were encountered: