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

Honor the --max-msg-size option in the gRPC service. #7762

Merged
merged 2 commits into from
Nov 10, 2020
Merged

Honor the --max-msg-size option in the gRPC service. #7762

merged 2 commits into from
Nov 10, 2020

Conversation

mcdee
Copy link
Contributor

@mcdee mcdee commented Nov 10, 2020

What type of PR is this?

Bug fix

What does this PR do? Why is it needed?

This passes the --max-msg-size option to the gRPC service. It is currently passed to the gateway service, but not the gRPC service itself.

This is required to pass large sets of information (e.g. large validator lists) to the gRPC without triggering a ResourceExhausted error.

@mcdee mcdee requested a review from a team as a code owner November 10, 2020 12:48
@codecov
Copy link

codecov bot commented Nov 10, 2020

Codecov Report

Merging #7762 (3e72213) into master (09e3f03) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #7762   +/-   ##
=======================================
  Coverage   62.12%   62.13%           
=======================================
  Files         429      429           
  Lines       30361    30365    +4     
=======================================
+ Hits        18863    18866    +3     
+ Misses       8557     8556    -1     
- Partials     2941     2943    +2     

@terencechain terencechain self-assigned this Nov 10, 2020
@terencechain terencechain added Ready For Review A pull request ready for code review OK to merge labels Nov 10, 2020
@prylabs-bulldozer prylabs-bulldozer bot merged commit 0fb465b into prysmaticlabs:master Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready For Review A pull request ready for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants