“fc22eb445d6a551ef891b2a107674634c9f20676”上不存在“source/libs/transport/src/rpcCache.c”
未验证 提交 b5968b31 编写于 作者: H Haojun Liao 提交者: GitHub

Merge pull request #21487 from taosdata/fix/TD-24381

fix pause issue
......@@ -327,8 +327,12 @@ int32_t streamExecForAll(SStreamTask* pTask) {
while (1) {
if (streamTaskShouldPause(&pTask->status)) {
if (batchSize > 1) {
break;
} else {
return 0;
}
}
SStreamQueueItem* qItem = streamQueueNextItem(pTask->inputQueue);
if (qItem == NULL) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册