You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/12/29 02:43:48 UTC

[GitHub] [incubator-doris] vagetablechicken commented on a change in pull request #5156: [Load] support ignoring eovercrowded when adding batch

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




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org