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

[concurrentbatch] skip size==0 requests #208

Closed jmacd closed 3 months ago

jmacd commented 3 months ago

Size=0 requests could get stuck in the concurrent batch processor if there are not other requests traveling through. This bug was able to cause test failures when race detection is enabled.

Fixes #206