fix(stream): fix error in pause.

This commit is contained in:
Haojun Liao 2023-07-03 11:46:05 +08:00
parent 317a7c83c7
commit 5d4efe1198
1 changed files with 1 additions and 0 deletions

View File

@ -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 {