-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The number of accounts/ files in TdS and SLP snapshots is too high #8168
Comments
This is partly affected by this #8148, which causes some unneeded storage entries not to be deleted forever. |
This is starting to be a real problem. I'm getting snapshots on TdS and SLP that are from more than 10 minutes ago, which causes new validators to catch up very slowly |
Status update: I've created a fix locally which reduces the current TdS snapshot into 1/5. PRs are coming shortly after. |
oops, this is not fixed! |
@ryoqun - I think we can call this issue fixed now right? |
@mvines yes from operational standpoint! There is still minor security issue, which I noticed and could be mitigated by more aggressive cleaning implementation. But there are bunch of similar low-priority security issues when deserializing a snapshot, which is tracked by #7167. So, closing this now. |
Snapshots are taking 1000 slots or worse to unpack and process on TdS/SLP, due to the large number of
accounts/
files in them. At this time, TdS has over 4500 files inaccounts/
, SLP has almost 3000.This slows down the ability of validators to quickly boot and restart.
The text was updated successfully, but these errors were encountered: