From 09ddbd731c0ffc5fd3f9db18158bb7d1046f8f3a Mon Sep 17 00:00:00 2001 From: "Jeff Washington (jwash)" Date: Thu, 13 Jul 2023 06:55:35 -0700 Subject: [PATCH] correctly log stats at remove_unrooted_slots (#32467) --- runtime/src/accounts_db.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/accounts_db.rs b/runtime/src/accounts_db.rs index 1b7be72057..d04cd61665 100644 --- a/runtime/src/accounts_db.rs +++ b/runtime/src/accounts_db.rs @@ -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 {