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
It was previously possible to make a new peer while the old one was in the
middle of being deleted, which caused a crash due to to acquiring child metrics
when they still existed.
Luckily, this is easy enough to fix: just remove some premature optimization
where I had tried to be too clever.
Fixescockroachdb#105335.
Epic: CRDB-21710
Release note: None (bug was never shipped in a release; it's new as of cockroachdb#99191).
0 commit comments