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: [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]