Skip to content

Commit

Permalink
raftstore: make release work (tikv#15850)
Browse files Browse the repository at this point in the history
close tikv#15851

Signed-off-by: bufferflies <1045931706@qq.com>
  • Loading branch information
bufferflies authored and ti-chi-bot committed Nov 6, 2023
1 parent d07fcc0 commit f616436
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 f616436

Please sign in to comment.