mirror of
https://github.com/talent-plan/tinykv.git
synced 2025-02-19 16:20:51 +08:00
init applystate
Signed-off-by: Connor1996 <zbk602423539@gmail.com>
This commit is contained in:
parent
9dc51167e8
commit
300323f5fb
@ -70,6 +70,7 @@ func NewPeerStorage(engines *engine_util.Engines, region *metapb.Region, regionS
|
|||||||
region: region,
|
region: region,
|
||||||
Tag: tag,
|
Tag: tag,
|
||||||
raftState: *raftState,
|
raftState: *raftState,
|
||||||
|
applyState: *applyState,
|
||||||
regionSched: regionSched,
|
regionSched: regionSched,
|
||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user