Skip to content

fix: increase RocksDB background threads#3156

Merged
halfprice merged 3 commits intoreleases/walrus-v1.44.0-releasefrom
zhewu/cherry-pick-db-tune
Mar 19, 2026
Merged

fix: increase RocksDB background threads#3156
halfprice merged 3 commits intoreleases/walrus-v1.44.0-releasefrom
zhewu/cherry-pick-db-tune

Conversation

@halfprice
Copy link
Collaborator

@halfprice halfprice commented Mar 19, 2026

Description

Cherry-picks #3155 into the v1.44 release.

Test plan

See #3155.


Release notes

  • Storage node: Increases the number of RocksDB background threads from 2 (RocksDB default) to 16. Can be configured through the config file.

@mlegner mlegner changed the title increase RocksDB background threads fix: increase RocksDB background threads Mar 19, 2026
@github-actions
Copy link
Contributor

Warning: This PR modifies one of the example config files. Please consider the
following:

  • Make sure the changes are backwards compatible with the current configuration.
  • Make sure any added parameters follow the conventions of the existing parameters; in
    particular, durations should take seconds or milliseconds using the naming convention
    _secs or _millis, respectively.
  • If there are added optional parameter sections, it should be possible to specify them
    partially. A useful pattern there is to implement Default for the struct and derive
    #[serde(default)] on it, see BlobRecoveryConfig as an example.
  • You may need to update the documentation to reflect the changes.

@halfprice halfprice marked this pull request as ready for review March 19, 2026 16:48
@halfprice halfprice enabled auto-merge (squash) March 19, 2026 16:48
@halfprice halfprice added the ci:less-simtest-seeds Run simtests with less seeds in CI: label Mar 19, 2026
@halfprice halfprice merged commit b7a58c1 into releases/walrus-v1.44.0-release Mar 19, 2026
26 checks passed
@halfprice halfprice deleted the zhewu/cherry-pick-db-tune branch March 19, 2026 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci:less-simtest-seeds Run simtests with less seeds in CI:

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants