refactor:disable test.

This commit is contained in:
Haojun Liao 2023-11-10 09:46:20 +08:00
parent ed49294e9b
commit d8ab8d2d03
1 changed files with 1 additions and 1 deletions

View File

@ -1935,7 +1935,7 @@ int32_t tqProcessTaskUpdateReq(STQ* pTq, SRpcMsg* pMsg) {
tqDebug("vgId:%d all %d task(s) nodeEp updated and closed", vgId, numOfTasks); tqDebug("vgId:%d all %d task(s) nodeEp updated and closed", vgId, numOfTasks);
streamMetaWUnLock(pMeta); streamMetaWUnLock(pMeta);
#if 0 #if 1
tqStartStreamTaskAsync(pTq, true); tqStartStreamTaskAsync(pTq, true);
#else #else
// For debug purpose. // For debug purpose.