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

v2.1: Disallow --rocksdb-shred-compaction fifo in the validator (backport of #3451) #3464

Merged
merged 1 commit into from
Nov 5, 2024

Commits on Nov 4, 2024

  1. Disallow --rocksdb-shred-compaction fifo in the validator (#3451)

    The use of fifo compaction in rocksdb is deprecated (as of v2.0). The
    current behavior emits a warning if fifo is set. This change removes
    "fifo" as an option, leaving "level" as the only valid value for
    --rocksdb-shred-compaction
    
    (cherry picked from commit fddc554)
    steviez authored and mergify[bot] committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    dd1551c View commit details
    Browse the repository at this point in the history