fix(ecstore): avoid offline disks on admin timeout (#3263)

* fix(ecstore): avoid offline disks on admin timeout

* fix(ecstore): handle poisoned admin cache locks

* fix(ecstore): recover poisoned admin cache on success

---------

Co-authored-by: houseme <housemecn@gmail.com>
Co-authored-by: 安正超 <anzhengchao@gmail.com>
This commit is contained in:
cxymds
2026-06-08 16:35:36 +08:00
committed by GitHub
parent f40dd2f93c
commit ddd35badad
4 changed files with 610 additions and 26 deletions
+3
View File
@@ -149,4 +149,7 @@ mod snowball_auto_extract_test;
#[cfg(test)]
mod namespace_lock_quorum_test;
#[cfg(test)]
mod admin_timeout_regression_test;
pub mod tls_gen;