log "next_id" to track append vec ids (#21971)
This commit is contained in:
committed by
GitHub
parent
6374995522
commit
5d40da5688
@ -2381,6 +2381,7 @@ impl AccountsDb {
|
||||
.swap(0, Ordering::Relaxed),
|
||||
i64
|
||||
),
|
||||
("next_store_id", self.next_id.load(Ordering::Relaxed), i64),
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user