yiguolei commented on code in PR #22372:
URL: https://github.com/apache/doris/pull/22372#discussion_r1278647494


##########
be/src/pipeline/exec/exchange_sink_buffer.cpp:
##########
@@ -247,6 +247,9 @@ Status ExchangeSinkBuffer::_send_rpc(InstanceLoId id) {
         _instance_to_rpc_ctx[id] = rpc_ctx;
 
         closure->cntl.set_timeout_ms(request.channel->_brpc_timeout_ms);
+        if (config::tablet_writer_ignore_eovercrowded) {

Review Comment:
   It is this problem, but please add another parameter because 
tablet_writer_ignore_eovercrowded is used for tablet sink.



-- 
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

Reply via email to