open-telemetry / otel-arrow

Protocol and libraries for sending and receiving OpenTelemetry data using Apache Arrow
Apache License 2.0
68 stars 13 forks source link

Concurrent batch processor: test flake / races #206

Closed jmacd closed 3 months ago

jmacd commented 3 months ago

As seen in https://github.com/open-telemetry/otel-arrow/actions/runs/9310159268/job/25627016261 in #205.

In addition to that timeout, I checked and was easily able to reproduce a local race condition during CBP unittests. (Why is the race condition easy to repro but not generally causing CI/CD failures?)

jmacd commented 3 months ago

207 will enable race detection in the CI/CD tests.