HappenLee commented on code in PR #19847: URL: https://github.com/apache/doris/pull/19847#discussion_r1198642667
########## be/src/vec/sink/vdata_stream_sender.cpp: ########## @@ -135,8 +135,10 @@ Status Channel::send_local_block(bool eos) { if (eos) { _local_recvr->remove_sender(_parent->_sender_id, _be_number); } + return Status::OK(); + } else { + return receiver_status_; Review Comment: here need clear _mutable_block mem ? -- 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