fix(replication): recover targets after outage (#4986)

This commit is contained in:
Zhengchao An
2026-07-18 07:03:23 +08:00
committed by GitHub
parent 814682d6bb
commit 314c17205e
3 changed files with 53 additions and 20 deletions
+1
View File
@@ -468,6 +468,7 @@ impl ECStore {
}
runtime_sources::init_bucket_monitor_for_current_endpoints();
crate::bucket::bucket_target_sys::BucketTargetSys::get().start_heartbeat();
init_background_expiry(self.clone()).await;
crate::bucket::lifecycle::bucket_lifecycle_ops::init_background_stale_multipart_upload_cleanup(self.clone());