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
distsqlrun: fix panic due to multiple calls to tracing.FinishSpan
This commit removes calls to tracing.FinishSpan from the samplerProcessor
and sampleAggregatorProcessor. These calls are no longer necessary after
memory accounting was added in #39144, which includes a call to
tracing.FinishSpan in InternalClose().
Fixes#39262
Release note: None
0 commit comments