jackjlli commented on a change in pull request #4257: Unify controller base url
in integration test
URL: https://github.com/apache/incubator-pinot/pull/4257#discussion_r288868602
##########
File path:
pinot-controller/src/test/java/org/apache/pinot/controller/helix/ControllerTest.java
##########
@@ -57,7 +57,7 @@
public abstract class ControllerTest {
public static final String LOCAL_HOST = "localhost";
- private static final int DEFAULT_CONTROLLER_PORT = 8998;
+ private static final int DEFAULT_CONTROLLER_PORT = 9550;
Review comment:
Some background process is running and occupying the port number. It's been
addressed.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]