提交 5d4efe11 编写于 作者: H Haojun Liao

fix(stream): fix error in pause.

上级 317a7c83
...@@ -335,6 +335,7 @@ int32_t streamExecForAll(SStreamTask* pTask) { ...@@ -335,6 +335,7 @@ int32_t streamExecForAll(SStreamTask* pTask) {
while (1) { while (1) {
if (streamTaskShouldPause(&pTask->status)) { if (streamTaskShouldPause(&pTask->status)) {
qDebug("s-task:%s task should pause, input blocks:%s", pTask->id.idStr, batchSize);
if (batchSize > 1) { if (batchSize > 1) {
break; break;
} else { } else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册