diff --git a/weed/admin/plugin/scheduler_status.go b/weed/admin/plugin/scheduler_status.go index e448a2800..1406a2f7f 100644 --- a/weed/admin/plugin/scheduler_status.go +++ b/weed/admin/plugin/scheduler_status.go @@ -251,6 +251,7 @@ func (r *Plugin) aggregateLaneLoopStates() schedulerLoopState { return agg } + // --- Per-lane loop state helpers --- func (r *Plugin) setLaneLoopState(ls *schedulerLaneState, jobType, phase string) {