sollhui commented on code in PR #62661:
URL: https://github.com/apache/doris/pull/62661#discussion_r3479822870
##########
be/src/load/channel/tablets_channel.cpp:
##########
@@ -702,10 +910,18 @@ Status TabletsChannel::add_batch(const
PTabletWriterAddBlockRequest& request,
return Status::OK();
}
+ if (request.is_receiver_side_random_bucket()) {
Review Comment:
Added comments at the sender and receiver RPC boundaries to clarify the
naming: FE exposes the feature as adaptive random bucket load, while the
add-block/open protocol names the same mode receiver-side random bucket because
the receiver routes by partition id and owns the selected-tablet rotation state.
--
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]