tibrewalpratik17 commented on code in PR #13794:
URL: https://github.com/apache/pinot/pull/13794#discussion_r1714386454
##########
pinot-tools/src/main/java/org/apache/pinot/tools/admin/command/QuickstartRunner.java:
##########
@@ -77,6 +75,7 @@ public class QuickstartRunner {
private final List<Integer> _controllerPorts = new ArrayList<>();
private final List<Integer> _brokerPorts = new ArrayList<>();
private boolean _isStopped = false;
+ public static final int DEFAULT_CONTROLLER_PORT = 9000;
Review Comment:
Done! I was keeping public methods at the end but now know the reason from
the other PR you reviewed. :)
--
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]