Skip to content

Commit 335844a

Browse files
committed
always assert
Signed-off-by: CalvinNeo <[email protected]>
1 parent fd1e929 commit 335844a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy_components/engine_store_ffi/src/core/forward_raft/fap_snapshot.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ impl<T: Transport + 'static, ER: RaftEngine> ProxyForwarder<T, ER> {
160160
if !self.engine_store_server_helper.apply_fap_snapshot(
161161
region_id,
162162
peer_id,
163-
assert_exist,
163+
true,
164164
snap_key.idx,
165165
snap_key.term,
166166
) {

0 commit comments

Comments
 (0)