gortiz commented on code in PR #16999:
URL: https://github.com/apache/pinot/pull/16999#discussion_r2425625937
##########
pinot-query-runtime/src/main/java/org/apache/pinot/query/mailbox/GrpcSendingMailbox.java:
##########
@@ -73,14 +75,16 @@ public class GrpcSendingMailbox implements SendingMailbox {
private StreamObserver<MailboxContent> _contentObserver;
public GrpcSendingMailbox(String id, ChannelManager channelManager, String
hostname, int port, long deadlineMs,
- StatMap<MailboxSendOperator.StatKey> statMap, int maxByteStringSize) {
+ StatMap<MailboxSendOperator.StatKey> statMap, int maxInboundMessageSize,
int maxByteStringSize) {
Review Comment:
I'm not sure if I understand your suggestion. If it is safe to split in
1.4.0, we can remove the non-splitter sender and always use the splitter one.
Is that what you suggest?
--
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]