Getting GOAWAY error
See original GitHub issueI have been getting the following error a lot after upgrading to 0.15.0
Received a GOAWAY with error code ENHANCE_YOUR_CALM and debug data equal to "too_many_pings"
It seems that the grpc
module is printing it (it is the only place in my code base where this string exists) and pubsub is the only component using grpc… Anyone else having this problem? What is the impact and how can we stop it?
Thanks! Mo
Environment details
- OS: Debian 8.10, x86_64 GNU/Linux
- Node.js version: 6.12.2
- npm version: 3.10.10
- @google-cloud/pubsub version: 0.16.1
Steps to reproduce
- Unsure, we are subscribing with multiple instances to a very active subscription
Issue Analytics
- State:
- Created 6 years ago
- Comments:29 (12 by maintainers)
Top Results From Across the Web
Getting GOAWAY in callback error of call · Issue #717 - GitHub
The problem there is that there is a race: if the server sends a GOAWAY because the max connection age is reached, the...
Read more >Update to gRPC logs GOAWAY with error code ... - GitLab
Why am I receiving a GOAWAY with error code ENHANCE_YOUR_CALM? A server sends a GOAWAY with ENHANCE_YOUR_CALM if the client sends too many ......
Read more >How to handle HTTP/2 GOAWAY with HttpClient?
I tried to reproduce this problem with a local nginx server with the default HTTP/2 configuration: server { listen 443 http2 ssl; ...
Read more >Received a GOAWAY with error code ... - Ray
Received a GOAWAY with error code ENHANCE_YOUR_CALM and debug data equal to "too_many_pings" ... Any idea what could be causing this error?
Read more >HTTP2 : GOAWAY sent with Protocol Error and Frame Size Error
1)GOAWAY with PROTOCOL ERROR : The content length header value [55294] does not agree with the size of the data received [55295] Where,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sorry, the fix was not shipped with 1.8.0. I’m creating a new release (v1.8.4) that includes this fix. I’ll update this thread after it’s done.
No longer relevant for us. We moved to SQS. I highly recommend getting this SDK stuff together. We were on pubsub for over a year and the we decided that the SDK is just not stable enough right now and we need something that is production ready