perf(ecstore): attribute batch read version wait stages (#6456)

This commit is contained in:
houseme
2026-08-23 19:31:14 +08:00
committed by GitHub
parent a8e4b67d99
commit 3f3b9fd426
3 changed files with 25 additions and 3 deletions
-1
View File
@@ -3599,7 +3599,6 @@ impl ECStore {
if should_save_pool_meta {
self.ctx.advance_data_movement_operation_epoch();
}
drop(_movement_guard);
if should_reload_pool_meta && let Some(notification_sys) = runtime_sources::notification_sys() {
let stage = format!("decommission_cancel for pool {idx}");