You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SpanExporter#export, LogRecordExporter#exportshould not be called concurrently, but SimpleSpanProcessor, SimpleLogRecordExporter don't have any synchronization:
SpanExporter#export
,LogRecordExporter#export
should not be called concurrently, butSimpleSpanProcessor
,SimpleLogRecordExporter
don't have any synchronization:opentelemetry-java/sdk/trace/src/main/java/io/opentelemetry/sdk/trace/export/SimpleSpanProcessor.java
Lines 84 to 102 in ee7fd27
opentelemetry-java/sdk/logs/src/main/java/io/opentelemetry/sdk/logs/export/SimpleLogRecordProcessor.java
Lines 63 to 79 in ee7fd27
Noted by @pellared in open-telemetry/opentelemetry-specification#4134 (comment)
The text was updated successfully, but these errors were encountered: