fix(heal): bound read-repair object commit locks (#6839)

Co-authored-by: heihutu <heihutu@gmail.com>
This commit is contained in:
houseme
2026-08-29 15:48:18 +08:00
committed by GitHub
parent af6c229914
commit b5f9cbcee4
14 changed files with 560 additions and 75 deletions
@@ -497,6 +497,7 @@ mod serial_tests {
scan_mode: HealScanMode::Normal,
update_parity: false,
no_lock: false,
read_repair: false,
pool: None,
set: None,
};
@@ -518,6 +519,7 @@ mod serial_tests {
scan_mode: HealScanMode::Normal,
update_parity: false,
no_lock: false,
read_repair: false,
pool: None,
set: None,
};