diff --git a/src/scheduler/fragment_task.cpp b/src/scheduler/fragment_task.cpp index 395c52f0ff..32d65eb500 100644 --- a/src/scheduler/fragment_task.cpp +++ b/src/scheduler/fragment_task.cpp @@ -120,7 +120,8 @@ bool FragmentTask::QuitFromWorkerLoop() { return false; } if (source_state_->state_type_ != SourceStateType::kQueue) { - Error("SourceStateType is not kQueue"); + return false; + // Error("SourceStateType is not kQueue"); } auto *queue_state = static_cast(source_state_.get());