walterddr commented on issue #12100: URL: https://github.com/apache/pinot/issues/12100#issuecomment-1843403781
hmm I am not sure i understand the context here so let me clarify: presumably you are referring to the pinot-java-client module `JsonAsyncHttpPinotClientTransport` --> which is the only client utilize async-http-client and `TlsUtils.SSLContextHolder`. correct? IIUC there's to connections (clientTransport and controllerTransport) which are currently utilizing the same sslcontext modules. can you elaborate a more concrete example on how the SSLContext rotation is being configured? one thing i notice is that the clientTransport deduce the sslcontext from property info and the controllerTransport utilizes the `TlsUtils.SSLContextHolder`; that means if the clientTransport is the issue we can potentially deal with it in a much smaller scale (e.g. they don't really have to be coupled) -- 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