fix(ecstore): remove unused mirror fields (#4019)

This commit is contained in:
Zhengchao An
2026-06-28 22:31:37 +08:00
committed by GitHub
parent 0f3213a530
commit f5d7fea7a4
3 changed files with 2 additions and 38 deletions
@@ -2419,12 +2419,6 @@ async fn test_init_and_start_rebalance_rejects_second_start_after_gate() {
decommission_cancelers: tokio::sync::RwLock::new(Vec::new()),
start_gate: tokio::sync::Mutex::new(()),
pool_meta_save_gate: tokio::sync::Mutex::new(()),
local_disk_map: crate::runtime::global::GLOBAL_LOCAL_DISK_MAP.clone(),
local_disk_id_map: crate::runtime::global::GLOBAL_LOCAL_DISK_ID_MAP.clone(),
local_disk_set_drives: crate::runtime::global::GLOBAL_LOCAL_DISK_SET_DRIVES.clone(),
tier_config_mgr: crate::services::tier::tier::TierConfigMgr::new(),
event_notifier: crate::services::event_notification::EventNotifier::new(),
bucket_monitor: std::sync::OnceLock::new(),
});
let err = store