From e452a6c265dcc5ec549b0f3fa9dc9136d4ebe9a6 Mon Sep 17 00:00:00 2001 From: HaoranYi Date: Wed, 11 Dec 2024 18:54:00 +0000 Subject: [PATCH 1/2] IgnoreReclaims in indexgen --- accounts-db/src/accounts_index/in_mem_accounts_index.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/accounts-db/src/accounts_index/in_mem_accounts_index.rs b/accounts-db/src/accounts_index/in_mem_accounts_index.rs index 0e0c5db9aa4afc..fef9d36e2c4f09 100644 --- a/accounts-db/src/accounts_index/in_mem_accounts_index.rs +++ b/accounts-db/src/accounts_index/in_mem_accounts_index.rs @@ -737,6 +737,7 @@ impl + Into> InMemAccountsIndex { // in cache, so merge into cache @@ -746,7 +747,7 @@ impl + Into> InMemAccountsIndex + Into> InMemAccountsIndex Date: Wed, 11 Dec 2024 22:19:43 +0000 Subject: [PATCH 2/2] pr --- accounts-db/src/accounts_index/in_mem_accounts_index.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/accounts-db/src/accounts_index/in_mem_accounts_index.rs b/accounts-db/src/accounts_index/in_mem_accounts_index.rs index fef9d36e2c4f09..330611e82f641b 100644 --- a/accounts-db/src/accounts_index/in_mem_accounts_index.rs +++ b/accounts-db/src/accounts_index/in_mem_accounts_index.rs @@ -737,7 +737,6 @@ impl + Into> InMemAccountsIndex { // in cache, so merge into cache @@ -747,7 +746,7 @@ impl + Into> InMemAccountsIndex + Into> InMemAccountsIndex