Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
Signed-off-by: CalvinNeo <[email protected]>
  • Loading branch information
CalvinNeo committed Jan 4, 2024
1 parent a7c7249 commit 8fab8d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ impl<T: Transport + 'static, ER: RaftEngine> ProxyForwarder<T, ER> {
// true.
let mut should_skip = false;

// TODO This function may hold slot write lock, must be opted.
let try_apply_fap_snapshot = |c: &mut Arc<CachedRegionInfo>, restart: bool| {
info!("fast path: start applied first snapshot {}:{} {}", self.store_id, region_id, peer_id;
"snap_key" => ?snap_key,
Expand Down

0 comments on commit 8fab8d9

Please sign in to comment.