You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "walterddr (via GitHub)" <gi...@apache.org> on 2023/05/02 14:11:44 UTC

[GitHub] [pinot] walterddr commented on a diff in pull request #10708: [WIP] [multistage]Refactor Mailbox assignment logic to planner

walterddr commented on code in PR #10708:
URL: https://github.com/apache/pinot/pull/10708#discussion_r1182605879


##########
pinot-query-planner/src/main/java/org/apache/pinot/query/routing/StageMetadata.java:
##########
@@ -29,10 +29,13 @@
  */
 public class StageMetadata {
   private final List<WorkerMetadata> _workerMetadataList;
+  private final Map<Integer, List<MailboxInfo>> _mailBoxInfosMap;
   private final Map<String, String> _customProperties;
 
-  public StageMetadata(List<WorkerMetadata> workerMetadataList, Map<String, String> customProperties) {
+  public StageMetadata(List<WorkerMetadata> workerMetadataList, Map<Integer, List<MailboxInfo>> mailBoxInfosMap,

Review Comment:
   MailboxInfo should be on WorkerMetadata level



-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org