agavra commented on code in PR #10174:
URL: https://github.com/apache/pinot/pull/10174#discussion_r1085750575


##########
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/plan/ServerRequestPlanVisitor.java:
##########
@@ -104,7 +104,7 @@ public static ServerPlanRequestContext 
build(MailboxService<TransferableBlock> m
     pinotQuery.setExplain(false);
     ServerPlanRequestContext context =
         new ServerPlanRequestContext(mailboxService, requestId, 
stagePlan.getStageId(), timeoutMs,
-            stagePlan.getServerInstance().getHostname(), 
stagePlan.getServerInstance().getPort(),
+            stagePlan.getServerInstance().getHostname(), 
stagePlan.getServerInstance().getQueryMailboxPort(),

Review Comment:
   @walterddr I think this is fixed in #10157 (it passes in the entire virtual 
server instead of just the port, and then later in my next PR it uses the right 
port)



-- 
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]

Reply via email to