[SDK] Tracer provider shutdown blocks in-definitively #3187
Labels
bug
Something isn't working
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
The following code, in file
sdk/src/trace/tracer_provider.cc
:does not take a timeout parameter.
TracerProvider::Shutdown()
will block in-definitively if unsent spans are present.This prevents an application to shutdown opentelemetry-cpp.
The text was updated successfully, but these errors were encountered: