diff --git a/eth/stagedsync/exec3.go b/eth/stagedsync/exec3.go index 66a57988f..ecdcc49d5 100644 --- a/eth/stagedsync/exec3.go +++ b/eth/stagedsync/exec3.go @@ -878,6 +878,7 @@ func ReconstituteState(ctx context.Context, s *StageState, dirs datadir.Dirs, wo prevTime = currentTime prevCount = count prevRollbackCount = rollbackCount + syncMetrics[stages.Execution].Set(bn) log.Info("State reconstitution", "workers", workerCount, "progress", fmt.Sprintf("%.2f%%", progress), "tx/s", fmt.Sprintf("%.1f", speedTx), "workCh", fmt.Sprintf("%d/%d", len(workCh), cap(workCh)), "repeat ratio", fmt.Sprintf("%.2f%%", repeatRatio), "queue.len", rs.QueueLen(), "blk", bn,