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

HTTP2: Fix keepalive time throttling #30164

Merged
merged 1 commit into from
Jul 29, 2022

Conversation

yashykt
Copy link
Member

@yashykt yashykt commented Jul 1, 2022

I noticed some error logs of the form -

E0701 01:03:36.197979050 2899029 client_channel.cc:652]      chand=0x15dada0: Illegal keepalive throttling value 9223372036854775807

This is happening since the consumer of this throttled time expects an integer value and not an int64 value.

Verified that the error logs go away with this.

@yashykt yashykt requested a review from ctiller July 1, 2022 01:33
@yashykt yashykt added release notes: no Indicates if PR should not be in release notes release notes: yes Indicates if PR needs to be in release notes and removed release notes: no Indicates if PR should not be in release notes labels Jul 1, 2022
@yashykt yashykt merged commit 658632f into grpc:master Jul 29, 2022
@copybara-service copybara-service bot added the imported Specifies if the PR has been imported to the internal repository label Jul 29, 2022
@yashykt yashykt deleted the KeepaliveTimeThrottlingLimits branch May 18, 2023 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bloat/none imported Specifies if the PR has been imported to the internal repository lang/core per-call-memory/neutral release notes: yes Indicates if PR needs to be in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants