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
The lock in NewSubStopper caused lock ordering warnings when run under
deadlock detection. The justification given for the lock's existence is
wrong. If a closer is added to an already stopped stopper, the closer is
called immediately.
Release note: None
Fixes: cockroachdb#106571
0 commit comments