You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/06/20 15:29:10 UTC

[GitHub] [pinot] walterddr commented on a diff in pull request #8662: [Draft] E2E QuickStart for Multi-stage Query Engine

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


##########
pinot-tools/src/main/resources/conf/pinot-server.conf:
##########
@@ -40,3 +40,12 @@ pinot.server.instance.dataDir=/tmp/pinot/data/server/index
 
 # Pinot Server Temporary Segment Tar Directory
 pinot.server.instance.segmentTarDir=/tmp/pinot/data/server/segmentTar
+
+// pinot multi_stage query engine configs, in order to reuse ServerInstance ZkMetadata, we:
+// reused server GRPC port for mailbox port
+// reused server netty port for worker service request port

Review Comment:
   ```suggestion
   // pinot multi_stage query engine configs
   ```



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