open-telemetry / opentelemetry-cpp

The OpenTelemetry C++ Client
https://opentelemetry.io/
Apache License 2.0
811 stars 391 forks source link

OtlpFileSystemBackend has ThreadSanitizer problems. #2674

Closed owent closed 3 weeks ago

owent commented 1 month ago

std::ofstream::write and std::ofstream::flush may not be thread-safety.