Skip to content
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

Performance: Snapshots #4275

Open
bw-solana opened this issue Jan 3, 2025 · 1 comment
Open

Performance: Snapshots #4275

bw-solana opened this issue Jan 3, 2025 · 1 comment

Comments

@bw-solana
Copy link

bw-solana commented Jan 3, 2025

A few ideas in this space:

  1. There appears to be an issue when snapshots are disabled, we don’t purge zero lamport accounts. This is a common scenario for RPCs. Startup only sets latest_full_snapshot_slot if generating snapshots #3633 fixed this
  2. There’s a thought that we should pause snapshot (and really all background activity in ABS - or maybe even all non-essential work) leading into and during leader slot. This is because there is a bunch of extra work to do leading up to leader slot (priming transactions through the TPU), but it’s also critically important for replay to keep up so we can transition leaders quickly (must complete replay before building off majority fork tip).
@brooksprumo
Copy link

Yeah, (1) is fixed and can be removed/marked done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

2 participants