Skip to content

fix: address blockstore open performance regression #173

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

Merged
merged 3 commits into from
Jul 25, 2025
Merged

fix: address blockstore open performance regression #173

merged 3 commits into from
Jul 25, 2025

Conversation

gzalz
Copy link
Contributor

@gzalz gzalz commented Jul 25, 2025

Problem
Solana 2.3 deps introduce a rocksdb version upgrade from 0.22 => 0.23. We have observed that this particular upgrade introduces a massive performance regression while opening the blockstore with the required Secondary access type.

Solution

  • Point to jito-solana gzalz/v2.3 which downgrades rocksdb to 0.22
  • Don't block on joining with the accounts background service, we have observed failures in production with 2.3 dependencies

Copy link
Collaborator

@ebatsell ebatsell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to merge once checks are green

@gzalz gzalz merged commit a2390ef into master Jul 25, 2025
6 checks passed
@gzalz gzalz deleted the v2.2.0 branch July 25, 2025 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants