提交 9e021087 编写于 作者: H Haojun Liao

refactor: do some internal refactor.

上级 a3abe255
...@@ -1281,6 +1281,7 @@ int32_t tqProcessTaskDispatchRsp(STQ* pTq, SRpcMsg* pMsg) { ...@@ -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;
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册