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
Dispose pattern in SimpleSpanProcessor, SimpleActivityProcessor, BatchingSpanProcessor and BatchingActivityProcessor needs to be revised. As @reyang mentioned ShutdownAsync is not thread safe, race condition could happen for this.stopping, and it would re-enter to re-execute the same code.
Dispose
pattern inSimpleSpanProcessor
,SimpleActivityProcessor
,BatchingSpanProcessor
andBatchingActivityProcessor
needs to be revised. As @reyang mentionedShutdownAsync
is not thread safe, race condition could happen for this.stopping, and it would re-enter to re-execute the same code.Raised as a part of PR: #755 (comment)
The text was updated successfully, but these errors were encountered: