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


##########
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:
   这个得是一个config,不能默认;如果默认这样,那么brpc_socket_max_unwritten_bytes 就没用了



##########
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:
   这个得是一个config,不能默认;如果默认这样,那么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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to