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

Do Not Ignore Max Gateway Size gRPC #6232

Merged
merged 2 commits into from
Jun 12, 2020
Merged

Conversation

rauljordan
Copy link
Contributor

What type of PR is this?

Bug fix

What does this PR do? Why is it needed?

We were ignoring the max grpc message size in the grpc gateway unless the --enable-debug-rpc-endpoints flag was on, which doesn't make sense as they should not depend on each other.

Which issues(s) does this PR fix?

Fixes #6068

Other notes for review

@rauljordan rauljordan requested a review from a team as a code owner June 12, 2020 19:39
@rauljordan rauljordan self-assigned this Jun 12, 2020
@rauljordan rauljordan added API Api related tasks Ready For Review A pull request ready for code review labels Jun 12, 2020
@prylabs-bulldozer prylabs-bulldozer bot merged commit de45a54 into master Jun 12, 2020
@codecov
Copy link

codecov bot commented Jun 12, 2020

Codecov Report

Merging #6232 into master will increase coverage by 0.24%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master    #6232      +/-   ##
==========================================
+ Coverage   59.66%   59.90%   +0.24%     
==========================================
  Files         341      323      -18     
  Lines       29513    27384    -2129     
==========================================
- Hits        17609    16405    -1204     
+ Misses       9477     8743     -734     
+ Partials     2427     2236     -191     

@delete-merged-branch delete-merged-branch bot deleted the gateway-max-size branch June 12, 2020 20:02
lee51525125 pushed a commit to lee51525125/prysm that referenced this pull request Jun 15, 2020
* do not ignore max message size in gateway
* fix build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Api related tasks Ready For Review A pull request ready for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gRPC Max Message Size Not Working With gRPC Gateway
2 participants