[processor/logstransform]: Long running tasks uses the wrong context #31140
Labels
bug
Something isn't working
never stale
Issues marked with this label will be never staled and automatically removed
processor/logstransform
Logs Transform processor
Component(s)
processor/logstransform
Describe the issue you're reporting
The context passed in from Start should not be used for long-running operations; See the comment from the upstream collector:
https://github.com/open-telemetry/opentelemetry-collector/blob/9553bfeb936232fec9ff805ab763142880b391b6/component/component.go#L39-L44
This doesn't seem to actually lead to any negative effects, but it does seem that the logstransformprocessor is using the context passed in from start for long-running goroutines.
The text was updated successfully, but these errors were encountered: