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
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwashington committed Jul 12, 2023
1 parent a3ada9c commit 6a10fdd
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 @@ -6072,7 +6072,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 6a10fdd

Please sign in to comment.