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
150318: kvserver: drop opts in replica removal r=tbg a=pav-kv
All callers pass in the same opts, so no need in making it configurable. After this PR, `removeInitializedReplicaRaftMuLocked` is the only remaining call accepting `RemoveOptions`, which makes the scope/purpose of these options clearer.
This also does a couple of drive-by clean-ups in replica destruction stack.
Epic: CRDB-49111
Co-authored-by: Pavel Kalinnikov <[email protected]>
0 commit comments