Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: SpadeA-Tang <u6748471@anu.edu.au>
  • Loading branch information
SpadeA-Tang committed Oct 8, 2022
1 parent 521f976 commit f1dc1ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/raftstore-v2/tests/integrations/cluster.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ impl TestNode {
}

fn stop(&mut self) {
self.running_state.take();
if let Some(state) = std::mem::take(&mut self.running_state) {
let mut meta = state.store_meta.lock().unwrap();
meta.tablet_caches.clear();
Expand Down

0 comments on commit f1dc1ad

Please sign in to comment.