refactor: do some internal refactor.

This commit is contained in:
Haojun Liao 2023-05-31 19:04:53 +08:00
parent a3abe25539
commit 9e021087a9
1 changed files with 1 additions and 0 deletions

View File

@ -1281,6 +1281,7 @@ int32_t tqProcessTaskDispatchRsp(STQ* pTq, SRpcMsg* pMsg) {
return 0; return 0;
} else { } else {
tqDebug("vgId:%d failed to find task:0x%x", vgId, taskId); tqDebug("vgId:%d failed to find task:0x%x", vgId, taskId);
return TSDB_CODE_INVALID_MSG;
} }
} }