From c5c9884d3881db02758f078e4f15c7942c3a60d8 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Tue, 7 Feb 2023 10:40:24 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E6=95=B0=E6=8D=AE=E5=BA=93=E4=BA=8B?= =?UTF-8?q?=E5=8A=A1=E9=98=9F=E5=88=97=E6=89=A7=E8=A1=8C=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E5=9B=9E=E6=BB=9A=E9=87=8A=E6=94=BE=E8=BF=9E=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/sql/queue.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/sql/queue.go b/kernel/sql/queue.go index 25447d197..7ac078ae2 100644 --- a/kernel/sql/queue.go +++ b/kernel/sql/queue.go @@ -120,7 +120,7 @@ func FlushQueue() { if err = execOp(op, tx, context); nil != err { tx.Rollback() logging.LogErrorf("queue operation failed: %s", err) - return + continue } if err = commitTx(tx); nil != err {