ankitsultana commented on code in PR #10285:
URL: https://github.com/apache/pinot/pull/10285#discussion_r1107387156
##########
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/MailboxReceiveOperator.java:
##########
@@ -67,19 +67,21 @@ public class MailboxReceiveOperator extends
MultiStageOperator {
private int _serverIdx;
private TransferableBlock _upstreamErrorBlock;
- private static MailboxIdentifier toMailboxId(VirtualServer sender, long
jobId, long stageId,
- VirtualServerAddress receiver) {
+ private static MailboxIdentifier toMailboxId(VirtualServer sender, long
jobId, int senderStageId,
+ int receiverStageId, VirtualServerAddress receiver) {
return new JsonMailboxIdentifier(
- String.format("%s_%s", jobId, stageId),
+ String.format("%s_%s", jobId, senderStageId),
Review Comment:
Yeah I wanted to change but it would cause a downtime during a rollout. Can
we follow up on this in a separate PR?
--
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]