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
kv: fix Replica stringer and SafeFormatter implementations
This commit fixes the Replica stringer and SafeFormatter implementations
so that they correctly include the range descriptor string. This was
unintentionally broken by 897d6e, which changed the return value of
`atomicDescString.get`.
Before this change, the stringer implementation looked something like:
```
[n1,s2,r&{3/4:{a-b} 3/4:{a-b} 3/4}]
```
The confusing `&{...}` portion was the internal structure `atomicDescInfo`.
After, it looks like:
```
[n1,s2,r3/4:{a-b}]
```
Epic: None
Release note: None
0 commit comments