Skip to content

Commit

Permalink
release fix
Browse files Browse the repository at this point in the history
Signed-off-by: bufferflies <1045931706@qq.com>
  • Loading branch information
bufferflies committed Oct 26, 2023
1 parent 313ab9c commit b94ea1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/raftstore/src/store/fsm/peer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6067,6 +6067,7 @@ where
);
} else {
// it means the buckets key range not any change, so don't need to refresh.
#[cfg(any(test, feature = "testexport"))]
test_only_callback(_cb, region_buckets.meta);
return;
}
Expand Down

0 comments on commit b94ea1c

Please sign in to comment.