Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
correctly log stats at remove_unrooted_slots (#32467)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwashington authored Jul 13, 2023
1 parent d80745c commit 09ddbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/accounts_db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6071,7 +6071,7 @@ impl AccountsDb {
&remove_unrooted_purge_stats,
true,
);
remove_unrooted_purge_stats.report("remove_unrooted_slots_purge_slots_stats", Some(0));
remove_unrooted_purge_stats.report("remove_unrooted_slots_purge_slots_stats", None);

let mut currently_contended_slots = slots_under_contention.lock().unwrap();
for (remove_slot, _) in remove_slots {
Expand Down

0 comments on commit 09ddbd7

Please sign in to comment.