xinyiZzz commented on a change in pull request #7164:
URL: https://github.com/apache/incubator-doris/pull/7164#discussion_r760730400
##########
File path: be/src/common/config.h
##########
@@ -529,6 +529,9 @@ CONF_String(default_rowset_type, "BETA");
CONF_Int64(brpc_max_body_size, "209715200");
// Max unwritten bytes in each socket, if the limit is reached, Socket.Write
fails with EOVERCROWDED
CONF_Int64(brpc_socket_max_unwritten_bytes, "67108864");
+// Whether to transfer RowBatch in ProtoBuf Request to Controller Attachment
and send it
+// through brpc, this will be faster and avoid the error of Request length
overflow.
+CONF_mBool(brpc_request_rowbatch_to_attachment, "false");
Review comment:
done
--
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]