-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[Pdata] LogRecordCount call should not cause panics #10033
Labels
bug
Something isn't working
Comments
We are attempting to upgrade to collector v0.99 and pdata v1.6 to see if it fixes anything. But checking through the release notes i don't see any bug fixes around these areas |
we are still seeing it with collector v0.99 and pdata v1.6
|
Do you have any way to see what other thread is changing the logs at the same time? Is there any way to reproduce this issue programmatically? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Intermittently, calling of
LogRecordCount
inside exporter batcher cause panic in the goroutine.Steps to reproduce
Unsure how this happens exactly. When there is data flowing, this happens from time to time
What did you expect to see?
Data ingested successfully and exporter successfully
What did you see instead?
goroutine is panicking
What version did you use?
collector v0.96 with pdata v1.5
What config did you use?
Environment
linux and mac
Additional context
Panic stacktrace example:
The text was updated successfully, but these errors were encountered: