xinyiZzz commented on code in PR #22407: URL: https://github.com/apache/doris/pull/22407#discussion_r1279273899
########## be/src/vec/sink/vdata_stream_sender.cpp: ########## @@ -178,6 +178,7 @@ Status Channel::send_block(PBlock* block, bool eos) { _closure->ref(); _closure->cntl.set_timeout_ms(_brpc_timeout_ms); + _closure->cntl.ignore_eovercrowded(); Review Comment: done, add exchange_sink_ignore_eovercrowded -- 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