Introduce experimental FIFO-compaction option for shreds in blockstore (#22140)

This commit is contained in:
Yueh-Hsuan Chiang
2022-02-10 11:34:03 -08:00
committed by GitHub
parent 0a1ab945bc
commit 9213fcb11b
5 changed files with 134 additions and 4 deletions

View File

@ -678,6 +678,7 @@ fn open_blockstore(
access_type,
recovery_mode: wal_recovery_mode,
enforce_ulimit_nofile: true,
..BlockstoreOptions::default()
},
) {
Ok(blockstore) => blockstore,