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
kvserver: avoid leaked replica mutex during delegated snapshot
This one was possible hit. Interestingly, it would be "accidentally" fixed by
cockroachdb#104657 as well, since after that
PR we would never see a nil `status` here.
Touches cockroachdb#106568
0 commit comments