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

etcdserver: Fix 64 KB websocket notification message limit #12403

Merged
merged 1 commit into from
Oct 19, 2020

Conversation

vitalif
Copy link
Contributor

@vitalif vitalif commented Oct 19, 2020

This fixes etcd being unable to send any message longer than 64 KB as a notification over the websocket. This was because the older version of grpc-websocket-proxy was used and WithMaxRespBodyBufferSize option wasn't set.

Same as #12402, but for the master branch.

This fixes etcd being unable to send any message longer than 64 KB as
a notification over the websocket. This was because the older version
of grpc-websocket-proxy was used and WithMaxRespBodyBufferSize option
wasn't set.
@xiang90
Copy link
Contributor

xiang90 commented Oct 19, 2020

lgtm

@xiang90 xiang90 merged commit 15f507f into etcd-io:master Oct 19, 2020
@vitalif
Copy link
Contributor Author

vitalif commented Oct 19, 2020

Cool, thanks :-) waiting for 3.4.14 :-)

@warmchang
Copy link

Cool, thanks :-) waiting for 3.4.14 :-)

Pls cherry pick to the etcd-io:release-3.4 branch

@vitalif
Copy link
Contributor Author

vitalif commented Oct 21, 2020

I've already submitted it as #12402, point is that it also requires updating grpc-websocket-proxy version

@vitalif
Copy link
Contributor Author

vitalif commented Oct 22, 2020

Some tests in #12402 fail though, no idea why :)

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

Successfully merging this pull request may close these issues.

3 participants