fix remote err && lock err

Signed-off-by: junxiang Mu <1948535941@qq.com>
This commit is contained in:
junxiang Mu
2024-12-30 11:38:36 +08:00
parent f52882ede6
commit c749cda90d
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -2250,8 +2250,8 @@ impl SetDisks {
if !lastest_meta.deleted && disks_to_heal_count > lastest_meta.erasure.parity_blocks {
error!(
"file part corrupt too much, can not to fix, disks_to_heal_count: {}, parity_blocks: {}",
disks_to_heal_count, lastest_meta.erasure.parity_blocks
"file({} : {}) part corrupt too much, can not to fix, disks_to_heal_count: {}, parity_blocks: {}",
bucket, object, disks_to_heal_count, lastest_meta.erasure.parity_blocks
);
let mut t_errs = vec![None; errs.len()];
// Allow for dangling deletes, on versions that have DataDir missing etc.