You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a current refinery, a user has reported a crash with fatal error: concurrent map read and map write. The stack trace points to github.com/honeycombio/[email protected]/transmission/transmission.go:228 which is a call to the metrics object. It appears that the conflicting call is related to an error returned from a transmission. This is the stack trace there:
I think this is probably relating to the map of Gauge metrics being both written by an error reporting function and read by the periodic metrics posting logic. But to date I have not been able to reproduce the error.
This is to document the error in case we see it again.
The text was updated successfully, but these errors were encountered:
Using a current refinery, a user has reported a crash with
fatal error: concurrent map read and map write
. The stack trace points togithub.com/honeycombio/[email protected]/transmission/transmission.go:228
which is a call to the metrics object. It appears that the conflicting call is related to an error returned from a transmission. This is the stack trace there:I think this is probably relating to the map of Gauge metrics being both written by an error reporting function and read by the periodic metrics posting logic. But to date I have not been able to reproduce the error.
This is to document the error in case we see it again.
The text was updated successfully, but these errors were encountered: