suddendust commented on code in PR #12943: URL: https://github.com/apache/pinot/pull/12943#discussion_r1568292834
########## 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: This is 0 for other participant types, shall we change for them as well? -- 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