-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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: