correctly log stats at remove_unrooted_slots (#32467)
This commit is contained in:
parent
d80745cfaf
commit
09ddbd731c
|
@ -6071,7 +6071,7 @@ impl AccountsDb {
|
||||||
&remove_unrooted_purge_stats,
|
&remove_unrooted_purge_stats,
|
||||||
true,
|
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();
|
let mut currently_contended_slots = slots_under_contention.lock().unwrap();
|
||||||
for (remove_slot, _) in remove_slots {
|
for (remove_slot, _) in remove_slots {
|
||||||
|
|
Loading…
Reference in New Issue