xiangfu0 commented on code in PR #12943: URL: https://github.com/apache/pinot/pull/12943#discussion_r1569090110
########## pinot-minion/src/main/java/org/apache/pinot/minion/BaseMinionStarter.java: ########## @@ -116,6 +117,7 @@ public void init(PinotConfiguration config) _instanceId = CommonConstants.Helix.PREFIX_OF_MINION_INSTANCE + _hostname + "_" + _port; } _listenerConfigs = ListenerConfigUtil.buildMinionConfigs(_config); + _tlsPort = ListenerConfigUtil.findLastTlsPort(_listenerConfigs, 0); Review Comment: hmm, you mean all other components generating tls port for admin apis if not specified? I checked broker is using -1. -- 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