61yao commented on code in PR #10099:
URL: https://github.com/apache/pinot/pull/10099#discussion_r1068353632
##########
pinot-query-runtime/src/main/java/org/apache/pinot/query/mailbox/channel/MailboxContentStreamObserver.java:
##########
@@ -132,6 +158,8 @@ public void onNext(Mailbox.MailboxContent mailboxContent) {
}
_gotMailCallback.accept(_mailboxId);
+ updateMaxBufferSize();
+
if (_isEnabledFeedback) {
Review Comment:
Couldn't find the other comment somehow. Yeah. maxbuffersize is mostly for
debugging and see what default size we should put there if we were to apply
back pressure.
--
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]