fix(heal): fence format repair during pool transitions

This commit is contained in:
马登山
2026-08-22 00:25:32 +08:00
parent bce5922aef
commit eeab9d201b
5 changed files with 380 additions and 5 deletions
+1 -1
View File
@@ -1675,7 +1675,7 @@ impl PoolMeta {
self.load_no_lock(pool).await
}
async fn load_no_lock<S>(&mut self, pool: Arc<S>) -> Result<()>
pub(crate) async fn load_no_lock<S>(&mut self, pool: Arc<S>) -> Result<()>
where
S: EcstoreObjectIO,
{