fix(stream): add some logs.
This commit is contained in:
parent
f4c3fdedbd
commit
b4de2d16b6
|
@ -157,7 +157,7 @@ static void doStartScanWal(void* param, void* tmrId) {
|
|||
goto _end;
|
||||
}
|
||||
|
||||
tqTrace("vgId:%d create msg to start wal scan, numOfTasks:%d", vgId, numOfTasks);
|
||||
tqDebug("vgId:%d create msg to start wal scan, numOfTasks:%d", vgId, numOfTasks);
|
||||
|
||||
#if 0
|
||||
// wait for the vnode is freed, and invalid read may occur.
|
||||
|
|
Loading…
Reference in New Issue