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

Infinite Tracing logging connection errors at too high a priority #213

Closed
newrelic-eheinlein opened this issue Aug 14, 2020 · 6 comments · Fixed by #276
Closed

Infinite Tracing logging connection errors at too high a priority #213

newrelic-eheinlein opened this issue Aug 14, 2020 · 6 comments · Fixed by #276
Labels
bug p2 Priority 2 work items

Comments

@newrelic-eheinlein
Copy link
Contributor

Description

A customer has reported seeing a lot of these error messages in the logs when Infinite Tracing is configured:

(8) 2020/08/11 14:23:07.972736 {"level":"error","msg":"trace observer response error","context":{"err":"rpc error: code = Internal desc = stream terminated by RST_STREAM with error code: NO_ERROR"}}

After some investigation by the Infinite Tracing team, it looks like these are harmless, and we should log these as INFO/DEBUG errors (or not log them at all).

Additional context

For New Relic employees - see these two Slack threads:

@blakeroberts-wk
Copy link

Our go agents with infinite tracing configured have now started getting this log about every 30 seconds per pod/container:

(1) 2020/09/11 19:04:39.113127 {"level":"error","msg":"trace observer response error","context":{"err":"EOF"}}

@Miriam-R
Copy link
Contributor

We're investigating whether this should be remediated on the service side.

@RichVanderwal
Copy link
Contributor

Internal NR thread here.

@jodeev jodeev added the p2 Priority 2 work items label Mar 4, 2021
@RichVanderwal
Copy link
Contributor

After some research, it appears that this error is coming from the HTTP2 layer, and is caused by the Infinite Tracing load balancers. We've decided to set up a reproduction, and to inhibit logging for this specific type of error.

@nr-swilloughby
Copy link
Contributor

We have successfully reproduced this issue and will focus on a code change to squelch it.
(23104) 2021/03/11 16:56:38.094567 {"level":"debug","msg":"trace observer response error","context":{"err":"rpc error: code = Internal desc = stream terminated by RST_STREAM with error code: NO_ERROR"}}

@RichVanderwal
Copy link
Contributor

Hello @blakeroberts-wk , this issue should be fixed the the most recent release of the Go Agent, version 3.11.0. Please try it out and let us know if it works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug p2 Priority 2 work items
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants