mirror of
https://github.com/talent-plan/tinykv.git
synced 2025-03-15 20:31:03 +08:00
tiny change for comment
Signed-off-by: Connor1996 <zbk602423539@gmail.com>
This commit is contained in:
parent
c303272f5d
commit
2dad6f81cb
@ -218,7 +218,7 @@ func (d *storeWorker) maybeCreatePeer(regionID uint64, msg *rspb.RaftMessage) (b
|
||||
if err != nil {
|
||||
return false, err
|
||||
}
|
||||
// following snapshot may overlap, should insert into region_ranges after
|
||||
// following snapshot may overlap, should insert into regionRanges after
|
||||
// snapshot is applied.
|
||||
meta.regions[regionID] = peer.Region()
|
||||
d.ctx.router.register(peer)
|
||||
|
Loading…
Reference in New Issue
Block a user