fix(stream): fix error in pause.
This commit is contained in:
parent
317a7c83c7
commit
5d4efe1198
|
@ -335,6 +335,7 @@ int32_t streamExecForAll(SStreamTask* pTask) {
|
|||
|
||||
while (1) {
|
||||
if (streamTaskShouldPause(&pTask->status)) {
|
||||
qDebug("s-task:%s task should pause, input blocks:%s", pTask->id.idStr, batchSize);
|
||||
if (batchSize > 1) {
|
||||
break;
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue