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
sql: fix cancel leak in happy case in fingerprint_span
The recent fix introduced a possible leak of the cancel function
(namely, in the happy case when the coordinator doesn't hit an early
error, we would never call the cancellation function). We should just
defer it unconditionally and might call it earlier on a shutdown due to
an error.
Release note: None
0 commit comments