From b2f5bbbff983b974878170350fb72b14071fd2fd Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Wed, 19 Apr 2023 12:55:10 +0700 Subject: [PATCH] save --- eth/stagedsync/exec3.go | 1 + 1 file changed, 1 insertion(+) diff --git a/eth/stagedsync/exec3.go b/eth/stagedsync/exec3.go index a72331c2e..be2e7b3a3 100644 --- a/eth/stagedsync/exec3.go +++ b/eth/stagedsync/exec3.go @@ -302,6 +302,7 @@ func ExecV3(ctx context.Context, case <-logEvery.C: stepsInDB := rawdbhelpers.IdxStepsCountV3(tx) + log.Warn("[dbg] stat of in-queue", "newTasks", in.NewTasksLen(), "retires", in.RetriesLen()) progress.Log(rs, in, rws, rs.DoneCount(), inputBlockNum.Load(), outputBlockNum.Get(), outputTxNum.Load(), ExecRepeats.Get(), stepsInDB) if agg.HasBackgroundFilesBuild() { log.Info(fmt.Sprintf("[%s] Background files build", logPrefix), "progress", agg.BackgroundProgress())