other: merge main.

This commit is contained in:
Haojun Liao 2023-04-18 16:15:08 +08:00
parent d11acc6f73
commit 7da998ecfb
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ int tqStreamTasksScanWal(STQ* pTq) {
int64_t st = taosGetTimestampMs();
while (1) {
tqDebug("vgId:%d continue check if data in wal are available", vgId);
int32_t scan = pMeta->walScan;
tqDebug("vgId:%d continue check if data in wal are available, scan:%d", vgId, scan);
// check all restore tasks
bool allFull = true;