Merge remote-tracking branch 'origin/fix/test_1x' into fix/test_1x

This commit is contained in:
Haojun Liao 2023-09-04 18:34:23 +08:00
commit 877886cc0b
1 changed files with 1 additions and 1 deletions

View File

@ -2316,7 +2316,7 @@ int32_t mndProcessStreamHb(SRpcMsg *pReq) {
STaskStatusEntry *p = taosArrayGet(req.pTaskStatus, i);
int64_t k[2] = {p->streamId, p->taskId};
int32_t* index = taosHashGet(execNodeList.pTaskMap, &k, sizeof(k));
int32_t *index = taosHashGet(execNodeList.pTaskMap, &k, sizeof(k));
if (index == NULL) {
continue;
}