提交 7da998ec 编写于 作者: H Haojun Liao

other: merge main.

上级 d11acc6f
...@@ -27,7 +27,8 @@ int tqStreamTasksScanWal(STQ* pTq) { ...@@ -27,7 +27,8 @@ int tqStreamTasksScanWal(STQ* pTq) {
int64_t st = taosGetTimestampMs(); int64_t st = taosGetTimestampMs();
while (1) { 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 // check all restore tasks
bool allFull = true; bool allFull = true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册