61yao commented on code in PR #9873: URL: https://github.com/apache/pinot/pull/9873#discussion_r1039054341
########## pinot-tools/src/main/java/org/apache/pinot/tools/MultistageEngineQuickStart.java: ########## @@ -94,6 +94,11 @@ public Map<String, Object> getConfigOverrides() { return overrides; } + @Override + protected int getNumQuickstartRunnerServers() { + return 4; Review Comment: FYI. this doesn't change the e2e test servers. just in case you were changing this for the e2e test -- 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