Skip to content

Commit

Permalink
metrics: remove retry_to_get_account_accessor-panic (#2755)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau committed Aug 30, 2024
1 parent 9122212 commit f79cea1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion accounts-db/src/accounts_db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5687,7 +5687,6 @@ impl AccountsDb {
// Notice the subtle `?` at previous line, we bail out pretty early if missing.

if new_slot == slot && new_storage_location.is_store_id_equal(&storage_location) {
inc_new_counter_info!("retry_to_get_account_accessor-panic", 1);
let message = format!(
"Bad index entry detected ({}, {}, {:?}, {:?}, {:?}, {:?})",
pubkey,
Expand Down

0 comments on commit f79cea1

Please sign in to comment.