xiangfu0 commented on code in PR #10543: URL: https://github.com/apache/pinot/pull/10543#discussion_r1158310785
########## 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: The issue is instance config in helix is using port 0, so workers cannot talk to each other. Need to find the available port first then set it into server config. -- 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-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org