-
Notifications
You must be signed in to change notification settings - Fork 604
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
gcloud is spamming my stderr #1301
Comments
@matthewloring since we were chatting about this |
Appears to be coming from the transport layer of grpc: https://github.com/grpc/grpc/blob/c236a213ee10f549d328840bc21c307eedd4b545/src/core/ext/transport/chttp2/transport/chttp2_transport.c#L698 |
Duplicate of #1204 Current status is we're waiting on 0.14 of grpc to be released. |
I think this is a gRPC quirk, if an open channel idles for a few minutes, subsequent requests will fail with a |
Oops, is this not a duplicate? |
The error and steps to reproduce are the same as described in #1265, but this is the first time anyone reported the error itself being printed out. |
I'd prefer to keep this open until we're sure there is a solution coming :) |
It's the same as we are tracking in #1204. The excessive output comes in a variety of flavors, this being one of them. It was reported originally here: grpc/grpc#5967 (comment) We even have a PR ready for when the new gRPC release lands: #1288 Nobody is more excited for that day than me :) |
Much appreciated folks. Thanks! |
+1 I'm getting the above (periodically) as well as a log of Service URL and Bearer, it's spamming my console as I'm using PubSub which keeps pulling... and logging! ;) |
I have an app that makes heavy use of pub/sub, vision api, and storage:
https://github.com/JustinBeckwith/cloudcats
If I let it sit idle for a while, it starts spamming my stderr with goaway errors:
The text was updated successfully, but these errors were encountered: