Merge pull request #21687 from taosdata/fix/TD-24727

fix: subtask dead loop issue
This commit is contained in:
dapan1121 2023-06-11 18:30:21 +08:00 committed by GitHub
commit 8f2cfe9199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -824,6 +824,7 @@ int32_t qwProcessCQuery(QW_FPARAMS_DEF, SQWMsg *qwMsg) {
break;
}
QW_UNLOCK(QW_WRITE, &ctx->lock);
queryStop = false;
} while (true);
input.code = code;