abhioncbr commented on code in PR #11868: URL: https://github.com/apache/pinot/pull/11868#discussion_r1372482904
########## pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/TlsIntegrationTest.java: ########## @@ -211,7 +211,7 @@ protected PinotConfiguration getDefaultServerConfiguration() { CertBasedTlsChannelAccessControlFactory.class.getName()); prop.put("pinot.server.adminapi.access.protocols", "internal"); prop.put("pinot.server.adminapi.access.protocols.internal.protocol", "https"); - prop.put("pinot.server.adminapi.access.protocols.internal.port", "7443"); + prop.put("pinot.server.adminapi.access.protocols.internal.port", "9443"); Review Comment: I always get the issue in binding to this port on my local Mac machine with Intellij, Is it okay to change the port to 9443? -- 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