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

Set max message size to 16MB in gRPC clients #931

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

andygrove
Copy link
Member

Which issue does this PR close?

Closes #773

Rationale for this change

This enables me to run TPC-H again.

What changes are included in this PR?

Explicitly set max encoding/decoding message sizes in gRPC clients to match the default for the servers. It would be better to make this configurable, so I filed a follow-on issue for that (#930).

Are there any user-facing changes?

No

@andygrove andygrove changed the title Set message sizes to 16MB in clients Set max message size to 16MB in gRPC clients Dec 12, 2023
@andygrove andygrove merged commit d0921c4 into apache:main Dec 12, 2023
17 checks passed
@andygrove andygrove deleted the set-message-size branch December 12, 2023 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error, message length too large: found 7666438 bytes, the limit is: 4194304 bytes
2 participants