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

@ -331,6 +331,7 @@ fn do_test_optimistic_confirmation_violation_with_or_without_tower(with_tower: b
access_type: AccessType::TryPrimaryThenSecondary,
recovery_mode: None,
enforce_ulimit_nofile: true,
..BlockstoreOptions::default()
},
)
.unwrap();