mgranderath opened a new pull request, #11752: URL: https://github.com/apache/pinot/pull/11752
We are running into issues when a server wants to download a segment from a peer using HTTPS because the PeerServerSegmentFinder uses the `adminPort` instead of the `adminPortHttps` key to get the port from the Helix instance config. This changes that behaviour to select the correct server admin port based on the `downloadScheme`. The fix has been running in our internal fork for a while already. -- 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]
