提交 69fab699 编写于 作者: dengyihao's avatar dengyihao

fix invalid vgroup id

上级 ac989908
......@@ -906,7 +906,7 @@ int32_t ctgCallUserCb(void* param) {
}
void ctgUpdateJobErrCode(SCtgJob* pJob, int32_t errCode) {
if (TSDB_CODE_SUCCESS == errCode) return;
if (!NEED_CLIENT_HANDLE_ERROR(errCode) || errCode == TSDB_CODE_SUCCESS) return;
int32_t origCode = atomic_load_32(&pJob->jobResCode);
if (TSDB_CODE_SUCCESS == origCode) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册