refactor: do some internal refactor.
This commit is contained in:
parent
a3abe25539
commit
9e021087a9
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue