vagetablechicken commented on a change in pull request #5156: URL: https://github.com/apache/incubator-doris/pull/5156#discussion_r549547963
########## File path: be/src/exec/tablet_sink.cpp ########## @@ -327,6 +327,9 @@ int NodeChannel::try_send_and_fetch_status() { _add_batch_closure->reset(); _add_batch_closure->cntl.set_timeout_ms(_rpc_timeout_ms); + if (config::tablet_writer_ignore_eovercrowded) { + _add_batch_closure->cntl.ignore_eovercrowded(); Review comment: If the controller ignores evorcrowded, this request will be sent even `current_buf > brpc_socket_max_unwritten_bytes`. Details in #5147 . ---------------------------------------------------------------- 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. 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