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
143010: kvserver: replace roachpb. with ctpb.RangeClosedTimestampPolicy r=arulajmani a=wenyihu6
**kvserver: replace roachpb. with ctpb.RangeClosedTimestampPolicy**
This commit replaces roachpb.RangeClosedTimestampPolicy with
ctpb.LatencyBasedRangeClosedTimestampPolicy for kvserver sidetransport side.
Currently, it maintains the existing behavior. Future commits will introduce
additional enum values to add locality information into the side-transport
closed timestamp estimation.
Epic: none
Release note: none
---
**kvserver/closedts: change lastClosed to a map**
This commit changes streamState shared between sender and
receiver from a fixed size slice to a map, similar to
trackedRange. Currently, it does not change any existing
behavior. But future commits use this to make sure only
lastClosed will be populated for enums with a corresponding
roachpb.RangeClosedTimestampPolicy until the cluster has
been fully upgraded to v25.2.
Part of: #59680
Release note: none
Co-authored-by: Wenyi Hu <[email protected]>
Co-authored-by: wenyihu6 <[email protected]>
0 commit comments