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
150462: kvserver: pass ReplicationTarget for TransferLease r=tbg a=wenyihu6
**asim: add node id for simulator replica**
Previously, the simulator replica interface did not include a NodeID() method.
Future changes to replica_rankings.go will require this as part of the candidate
replica interface. This commit updates the simulator replica to implement
NodeID() method.
Epic: none
Release note: none
---
**kvserver: pass ReplicationTarget for TransferLease**
Previously, the replicate queue’s TransferLease used store IDs to represent the
source and target. This will change in upcoming mma work, which requires full
replication targets as arguments. This change also brings it in line with
RangeRebalancer.RelocateRange for consistency.
Epic: none
Release note: none
Co-authored-by: wenyihu6 <[email protected]>
0 commit comments