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
153525: mmaprototype: make conf read only in makeNormalizedSpanConfig r=tbg a=wenyihu6
Previously, when fixing how makeNormalizedSpanConfig uses conf.NumVoters to
determine the number of voters, we incorrectly changed conf.NumVoters directly
to conf.NumReplicas when its value was 0. This commit corrects the behavior by
ensuring that the input conf is not modified when falling back to NumReplicas.
Epic: none
Release note: none
Co-authored-by: wenyihu6 <[email protected]>
0 commit comments