yiguolei commented on code in PR #41968: URL: https://github.com/apache/doris/pull/41968#discussion_r1803299619
########## be/src/pipeline/exec/exchange_sink_buffer.cpp: ########## @@ -432,13 +426,13 @@ void ExchangeSinkBuffer::_failed(InstanceLoId id, const std::string& err) { _is_finishing = true; _context->cancel(Status::Cancelled(err)); std::unique_lock<std::mutex> lock(*_instance_to_package_queue_mutex[id]); - _turn_off_channel(id, true); + _turn_off_channel(id); Review Comment: do not need do anything because you already call context->cancel -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org