fix(stream): disable error injection.
This commit is contained in:
parent
6c92474afd
commit
a8d50f28a6
|
@ -124,10 +124,10 @@ static void doStartScanWal(void* param, void* tmrId) {
|
|||
|
||||
tqTrace("vgId:%d create msg to start wal scan, numOfTasks:%d", vgId, numOfTasks);
|
||||
|
||||
// #if 0
|
||||
#if 0
|
||||
// wait for the vnode is freed, and invalid read may occur.
|
||||
taosMsleep(10000);
|
||||
// #endif
|
||||
#endif
|
||||
|
||||
code = streamTaskSchedTask(&pParam->msgCb, vgId, 0, 0, STREAM_EXEC_T_EXTRACT_WAL_DATA);
|
||||
if (code) {
|
||||
|
|
Loading…
Reference in New Issue