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


##########
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/MultiStageEngineCustomTenantIntegrationTest.java:
##########
@@ -139,13 +138,11 @@ protected Connection getPinotConnection() {
 
   @Override
   protected void overrideBrokerConf(PinotConfiguration brokerConf) {
-    
brokerConf.setProperty(CommonConstants.Helix.CONFIG_OF_MULTI_STAGE_ENGINE_ENABLED,
 true);
     brokerConf.setProperty(QueryConfig.KEY_OF_QUERY_RUNNER_PORT, 8421);

Review Comment:
   so we still need these port config? can we check whether it is possible to 
default dynamic port allocation?



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