You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like the checkpoints now map to bank (per slot). The bank objects get freed when they get merged with root. Also, any bank that cannot be merged, gets pruned.
So, this issue should be fixed. @aeyakovenko does that sound right?
Problem
Checkpoints cannot be stored forever because they take up space.
Proposed Solution
#2289
The checkpoint is
merged_into_root
in the forks.rs moduleThe text was updated successfully, but these errors were encountered: