Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
Signed-off-by: CalvinNeo <[email protected]>
  • Loading branch information
CalvinNeo committed Jan 5, 2024
1 parent a19b89b commit a4a4a67
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ impl<T: Transport + 'static, ER: RaftEngine> ProxyForwarder<T, ER> {
};

let mut should_check_fap_snapshot = self.packed_envs.engine_store_cfg.enable_unips;
#[allow(clippy::redundant_closure_call)]
(|| {
fail::fail_point!("post_apply_snapshot_allow_no_unips", |_| {
// UniPS can't provide a snapshot currently
Expand Down

0 comments on commit a4a4a67

Please sign in to comment.