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
When executing the otel agent with a race flag, it detects some data race in gzip package resulting in invalid index access (i.e. index out of the bound access)
Steps to Reproduce
Run the agent that scrapes metrics from following deployment
hvaghani221
changed the title
Data race detected when gzip compression is enabled
[exporter/splunkhec] Data race detected when gzip compression is enabled
Dec 19, 2022
Component(s)
exporter/splunkhec
What happened?
Description
When executing the otel agent with a race flag, it detects some data race in gzip package resulting in invalid index access (i.e. index out of the bound access)
Steps to Reproduce
Run the agent that scrapes metrics from following deployment
Expected Result
It should not throw any error
Actual Result
Agent panics because of invalid index access.
Collector version
0.66.0
Environment information
No response
OpenTelemetry Collector configuration
Log output
Additional context
Refer signalfx/splunk-otel-collector-chart#600 for more information
The text was updated successfully, but these errors were encountered: