Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
Signed-off-by: CalvinNeo <[email protected]>
  • Loading branch information
CalvinNeo committed Jan 10, 2024
1 parent d4712f0 commit cc067f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ impl<T: Transport + 'static, ER: RaftEngine> ProxyForwarder<T, ER> {
if self.get_cached_manager().access_cached_region_info_mut(
region_id,
|info: MapEntry<u64, Arc<CachedRegionInfo>>| match info {
MapEntry::Occupied(o) => {
MapEntry::Occupied(_) => {
if !self.engine_store_server_helper.kvstore_region_exist(region_id) {
if self.engine_store_server_helper.query_fap_snapshot_state(region_id, peer_id) == proxy_ffi::interfaces_ffi::FapSnapshotState::Persisted {
info!("fast path: prehandle first snapshot skipped {}:{} {}", self.store_id, region_id, peer_id;
Expand Down

0 comments on commit cc067f1

Please sign in to comment.